Uses of Class
org.jclarion.clarion.PropertyObject

Packages that use PropertyObject
org.jclarion.clarion   
org.jclarion.clarion.control   
org.jclarion.clarion.print   
org.jclarion.clarion.runtime   
org.jclarion.clarion.setting   
org.jclarion.clarion.swing   
org.jclarion.clarion.swing.winedit   
org.jclarion.clarion.view   
 

Uses of PropertyObject in org.jclarion.clarion
 

Subclasses of PropertyObject in org.jclarion.clarion
 class AbstractTarget
          Model property target - a window, application or report
 class AbstractWindowTarget
          Window type target.
 class ClarionApplication
          Model application window
 class ClarionKey
          Model a sort key in Clarion
 class ClarionPrinter
          Model clarion printer
 class ClarionReport
          Model a report
 class ClarionSystem
          Model 'system'.
 class ClarionWindow
          Model clarion window
 

Methods in org.jclarion.clarion that return PropertyObject
static PropertyObject Clarion.getControl(ClarionObject control)
          Get current control based on target setting
static PropertyObject Clarion.getControl(int control)
           
static PropertyObject Clarion.getControl(java.lang.Object control)
           
 PropertyObject ClarionSystem.getParentPropertyObject()
           
 PropertyObject AbstractTarget.getParentPropertyObject()
           
abstract  PropertyObject PropertyObject.getParentPropertyObject()
           
 PropertyObject ClarionPrinter.getParentPropertyObject()
           
 PropertyObject ClarionKey.getParentPropertyObject()
           
 

Methods in org.jclarion.clarion with parameters of type PropertyObject
 java.lang.Object PropertyObjectListener.getProperty(PropertyObject owner, int property)
           
 void PropertyObjectListener.propertyChanged(PropertyObject owner, int property, ClarionObject value)
           
 

Uses of PropertyObject in org.jclarion.clarion.control
 

Subclasses of PropertyObject in org.jclarion.clarion.control
 class AbstractButtonControl
           
 class AbstractControl
           
 class AbstractListControl
           
 class AbstractMenuItemControl
           
 class AbstractReportControl
           
 class BoxControl
           
 class ButtonControl
           
 class CheckControl
           
 class ComboControl
           
 class EntryControl
           
 class GroupControl
           
 class ImageControl
           
 class ItemControl
           
 class LineControl
           
 class ListControl
           
 class ListStyleProperty
           
 class MenubarControl
           
 class MenuControl
           
 class OptionControl
           
 class PanelControl
           
 class ProgressControl
           
 class PromptControl
           
 class RadioControl
           
 class ReportBreak
           
 class ReportDetail
           
 class ReportFooter
           
 class ReportForm
           
 class ReportHeader
           
 class SeparatorControl
           
 class SheetControl
           
 class SpinControl
           
 class StringControl
           
 class TabControl
           
 class TextControl
           
 class ToolbarControl
           
 

Methods in org.jclarion.clarion.control that return PropertyObject
 PropertyObject ListStyleProperty.getParentPropertyObject()
           
 PropertyObject AbstractControl.getParentPropertyObject()
           
 

Uses of PropertyObject in org.jclarion.clarion.print
 

Methods in org.jclarion.clarion.print with parameters of type PropertyObject
 java.lang.Object OpenReport.getProperty(PropertyObject owner, int property)
           
 void OpenReport.propertyChanged(PropertyObject owner, int property, ClarionObject value)
           
 

Uses of PropertyObject in org.jclarion.clarion.runtime
 

Methods in org.jclarion.clarion.runtime that return PropertyObject
static PropertyObject CWin.getControl(ClarionObject control)
          Get current control based on target setting
static PropertyObject CWin.getControl(int indx)
           
 

Methods in org.jclarion.clarion.runtime with parameters of type PropertyObject
 void CWinImpl.changeFont(java.awt.Component component, PropertyObject o)
           
 void CWinImpl.configureColor(javax.swing.JComponent jw, PropertyObject target)
           
 void CWinImpl.configureColor(javax.swing.JDialog jw, PropertyObject target)
           
 void CWinImpl.configureColor(javax.swing.JWindow jw, PropertyObject target)
           
 void CWinImpl.configureFont(java.awt.Component component, PropertyObject o)
           
 java.awt.Color CWinImpl.getColor(PropertyObject object, int property)
           
 java.awt.Font CWinImpl.getFontOnly(java.awt.Component component, PropertyObject o)
           
 java.awt.Font CWinImpl.getFontOnly(java.awt.Component component, PropertyObject o, double scale)
           
 java.awt.Color CWinImpl.getNestedColor(PropertyObject object, int property)
           
 

Uses of PropertyObject in org.jclarion.clarion.setting
 

Methods in org.jclarion.clarion.setting with parameters of type PropertyObject
 void SettingFile.set(PropertyObject obj)
           
 

Uses of PropertyObject in org.jclarion.clarion.swing
 

Constructors in org.jclarion.clarion.swing with parameters of type PropertyObject
ClarionBorder(PropertyObject po, int defOuter, int defInner, boolean allowTitle)
           
 

Uses of PropertyObject in org.jclarion.clarion.swing.winedit
 

Methods in org.jclarion.clarion.swing.winedit that return PropertyObject
 PropertyObject WindowTreeNode.get()
           
abstract  PropertyObject AbstractWinTreeNode.get()
           
 PropertyObject ControlTreeNode.get()
           
 

Methods in org.jclarion.clarion.swing.winedit with parameters of type PropertyObject
 void PropertyTableModel.set(PropertyObject po)
           
 

Uses of PropertyObject in org.jclarion.clarion.view
 

Subclasses of PropertyObject in org.jclarion.clarion.view
 class ClarionView
          Model a clarion view Some observations from experiments with views in clarion 5.5 and resulting SQL sent to postgres: When no order is indicated - select is not sorted Use of positioning etc has not effect reset will reset from top Ordering is critical for positioning etc.
 

Methods in org.jclarion.clarion.view that return PropertyObject
 PropertyObject ClarionView.getParentPropertyObject()
           
 



Copyright © 2010. All Rights Reserved.