Uses of Class
com.sage.swt.client.customization.EnumPropertyEditor

Packages that use EnumPropertyEditor
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.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.contextmenu   
 

Uses of EnumPropertyEditor in com.sage.swt.client.customization
 

Subclasses of EnumPropertyEditor in com.sage.swt.client.customization
 class HorizontalAlignmentPropertyEditor
          Base class for a property editor for properties related to horizontal alignment.
 class NumberDomainPropertyEditor
          Base class for a property editor for the number domain property
 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.
 

Uses of EnumPropertyEditor in com.sage.swt.client.widget.property
 

Subclasses of EnumPropertyEditor in com.sage.swt.client.widget.property
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.
 

Uses of EnumPropertyEditor in com.sage.swt.client.widget.property.contextmenu
 

Subclasses of EnumPropertyEditor in com.sage.swt.client.widget.property.contextmenu
 class ContextMenuTypePropertyEditor
          This is the Context Menu Type Property's implementation of the EnumPropertyEditor.
 



Copyright © 2011 Sage Software, Inc. All rights reserved.