|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyEditor | |
---|---|
com.sage.swt.client.customization | Contains the SWT classes that involve customization (such as modifying the properties of the SWT widgets). |
com.sage.swt.client.widget.autosize.property | |
com.sage.swt.client.widget.grouppanel | |
com.sage.swt.client.widget.property | Contains the property classes that are used by SWT to add "customizability" to the SWT widgets as well as some property editor widget classes to allow for property editing by designer applications (such as the UI Designer application that is included with the SWT SDK). |
com.sage.swt.client.widget.property.applicationmenu | |
com.sage.swt.client.widget.property.contextmenu | |
com.sage.swt.client.widget.property.extquerypanel | |
com.sage.swt.client.widget.sortpanel |
Uses of PropertyEditor in com.sage.swt.client.customization |
---|
Subinterfaces of PropertyEditor in com.sage.swt.client.customization | |
---|---|
interface |
CompoundPropertyEditor
Property editor interface for compound properties that are represented in the declarative layout as child elements of the widget element, rather than as properties of the widget element. |
Classes in com.sage.swt.client.customization that implement PropertyEditor | |
---|---|
class |
AbstractChartAxisPropertyEditor
|
class |
AbstractTransTextPropertyEditor
Abstract class for the transText element of the layout XML. |
class |
BooleanPropertyEditor
Base class for a property editor for properties with Boolean values. |
class |
CharPropertyEditor
Base class for a property editor for properties with Character
values. |
class |
EnumPropertyEditor
Base class for a property editor for properties with enumerated values. |
class |
HorizontalAlignmentPropertyEditor
Base class for a property editor for properties related to horizontal alignment. |
class |
IntegerPropertyEditor
Base class for a property editor for properties with Integer values. |
class |
NumberDomainPropertyEditor
Base class for a property editor for the number domain property |
class |
StringPropertyEditor
Base class for a property editor for properties with String values. |
class |
ThemePropertyEditor
Base class for the theme property editor for the Tatami chart widget. |
class |
VerticalAlignmentPropertyEditor
Base class for a property editor for properties related to vertical alignment. |
Methods in com.sage.swt.client.customization that return PropertyEditor | |
---|---|
PropertyEditor |
StringProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
Property.getEditor()
Gets the property editor for this property. |
PropertyEditor |
IntegerProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
BooleanProperty.getEditor()
Gets the property editor for this property. |
Constructors in com.sage.swt.client.customization with parameters of type PropertyEditor | |
---|---|
SimplePropertyDOMConverter(PropertyEditor editor)
Constructs a DOM converter for a simple property, given that property's associated property editor. |
Uses of PropertyEditor in com.sage.swt.client.widget.autosize.property |
---|
Methods in com.sage.swt.client.widget.autosize.property that return PropertyEditor | |
---|---|
PropertyEditor |
AutoSizeLayoutProperty.getEditor()
|
Uses of PropertyEditor in com.sage.swt.client.widget.grouppanel |
---|
Methods in com.sage.swt.client.widget.grouppanel that return PropertyEditor | |
---|---|
PropertyEditor |
GroupPanelPropertyBindingProperty.getEditor()
Gets the property editor for this property. |
Uses of PropertyEditor in com.sage.swt.client.widget.property |
---|
Classes in com.sage.swt.client.widget.property that implement PropertyEditor | |
---|---|
static class |
NavigatorPanelLevelProperty.NavigatorPanelLevelPropertyEditor
Base class for a property editor for properties related to panel level. |
class |
ProjectTypePropertyEditor
This is the Project Type Property's implementation of the EnumPropertyEditor . |
class |
TableTypePropertyEditor
This is the Table Type Property's implementation of the EnumPropertyEditor . |
Methods in com.sage.swt.client.widget.property that return PropertyEditor | |
---|---|
PropertyEditor |
VerticalAlignmentProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
VerticalAlignmentInParentProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
TopicsProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
TooltipTitleProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
TitleProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
ThemeProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
TextProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
TableTypeProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
SortPanelPropertyBindingProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
SortFieldProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
SeriesProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
SelectableItemsProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
ReportTitleProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
ReasonsAndSolutionsTextProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
ReasonsAndSolutionsProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
QueryPanelPropertyBindingProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
QueryFieldsProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
ProjectTypeProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
PreferenceStoresProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
PanelSizeProperty.getEditor()
|
PropertyEditor |
OptionsTextProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
OptionsProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
NumberDomainProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
NavigatorPanelLevelProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
MessagesProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
MenuTypeProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
MenuItemsProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
MenuImageURLProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
LineTypeProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
LayoutStylesProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
LayoutScriptsProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
ImagesProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
HoverHelpTitleProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
HoverHelpItemsProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
HoverHelpContentProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
HorizontalAlignmentProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
HorizontalAlignmentInParentProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
HintProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
HelpTopicsProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
HelpTextProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
HeaderTextProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
GroupFieldsProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
FinderProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
FinderAssociateFieldProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
FiltersTextProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
FiltersProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
DirectionProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
DeclarativeLayoutProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
DataTypeProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
DataSourcesProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
DataPointsProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
DataPanelPropertiesProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
CustomRowActionsProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
CustomizeTextProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
CriteriaTextProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
ColumnDefinitionsProperty.getEditor()
|
PropertyEditor |
ChartYAxisProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
ChartXAxisProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
ChartShadowProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
ChartGridLinesProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
CellSpansProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
CaptionProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
ButtonImagesProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
BarTypeProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
AccessKeyProperty.getEditor()
Gets the property editor for this property. |
Uses of PropertyEditor in com.sage.swt.client.widget.property.applicationmenu |
---|
Classes in com.sage.swt.client.widget.property.applicationmenu that implement PropertyEditor | |
---|---|
class |
ApplicationMenuPropertyEditor
The property editor for the application menu items. |
Methods in com.sage.swt.client.widget.property.applicationmenu that return PropertyEditor | |
---|---|
PropertyEditor |
ApplicationMenuProperty.getEditor()
|
PropertyEditor |
ApplicationMenuCategoryProperty.getEditor()
|
Uses of PropertyEditor in com.sage.swt.client.widget.property.contextmenu |
---|
Classes in com.sage.swt.client.widget.property.contextmenu that implement PropertyEditor | |
---|---|
class |
ContextMenuItemsPropertyEditor
The property editor for the context menu items. |
class |
ContextMenuTypePropertyEditor
This is the Context Menu Type Property's implementation of the EnumPropertyEditor . |
Methods in com.sage.swt.client.widget.property.contextmenu that return PropertyEditor | |
---|---|
PropertyEditor |
ContextMenuTypeProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
ContextMenuItemsProperty.getEditor()
Gets the property editor for this property. |
Uses of PropertyEditor in com.sage.swt.client.widget.property.extquerypanel |
---|
Classes in com.sage.swt.client.widget.property.extquerypanel that implement PropertyEditor | |
---|---|
static class |
ExtFilterFindersProperty.ExtFilterFindersPropertyEditor
Provides methods to determine tags and attributes in the declarative layout, as well as methods to convert between the layout and java objects. |
static class |
ExtFilterFiscalProperty.ExtFilterFiscalPropertyEditor
Provides methods to determine tags and attributes in the declarative layout, as well as methods to convert between the layout and java objects. |
static class |
ExtFilterPropertyBindingProperty.ExtFilterPropertyBindingPropertyEditor
Provides methods to determine tags and attributes in the declarative layout, as well as methods to convert between the layout and java objects. |
Methods in com.sage.swt.client.widget.property.extquerypanel that return PropertyEditor | |
---|---|
PropertyEditor |
ExtFilterRangeFieldsProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
ExtFilterPropertyBindingProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
ExtFilterOperatorProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
ExtFilterLabelProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
ExtFilterFiscalProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
ExtFilterFindersProperty.getEditor()
Gets the property editor for this property. |
PropertyEditor |
ExtFilterFieldListProperty.getEditor()
Gets the property editor for this property. |
Uses of PropertyEditor in com.sage.swt.client.widget.sortpanel |
---|
Classes in com.sage.swt.client.widget.sortpanel that implement PropertyEditor | |
---|---|
class |
SortFieldPropertyEditor
Provides methods to determine tags and attributes in the declarative layout, as well as methods to convert between the layout and java objects. |
class |
SortPropertyBindingPropertyEditor
Provides methods to determine tags and attributes in the declarative layout, as well as methods to convert between the layout and java objects. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |