Package com.iizigo.style.prop
Interface IStylesFilter
- All Known Subinterfaces:
- IEUIComp,- IEUICompCommon,- IEUIContainer,- IEUIPanel
 - All Known Implementing Classes:
- ECalendarEvent,- EMapMarkerProp,- EMapMarkers,- EMLGroup,- EMList,- EMLItemProp,- EMUIHeading,- EMUISimpleDialog,- EMUISwitch,- EMUITabBar,- EUIAccordion,- EUIButton,- EUICalendar,- EUICalendarList,- EUIChart,- EUICheckBox,- EUICheckedMenuItem,- EUIComboBox,- EUIContainer,- EUIContextMenu,- EUIDateTime,- EUIDialog,- EUIEmpty,- EUIGauge,- EUIImage,- EUIImage2,- EUILabel,- EUIMap,- EUIMedia,- EUIMenu,- EUIMenuBar,- EUIMenuItem,- EUIMenuSeparator,- EUIOutput,- EUIPanel,- EUIPanelPart,- EUIPanelPartCnr,- EUIProgress,- EUIRadioButton,- EUIRadioMenuItem,- EUISlider,- EUISpinner,- EUISwapContainer,- EUITabContainer,- EUITable,- EUITableColumn,- EUIText,- EUITextArea,- EUITitlePane
 - public interface IStylesFilterFilter for properties of a property container. An UI property container can implement this interface to support only parts of the Styles properties because the others do not apply to the component.- Author:
- Christopher Mindus
 
- Method Summary- All Methods Instance Methods Abstract Methods - Modifier and Type - Method - Description - java.lang.String- getStylesName(EditorStyles styles)The name of this styles property for the common navigator.- java.lang.String[]- getSupportedStyles(EditorStyles styles)Gets the groups supported by the component.
 
- Method Detail- getStylesName- java.lang.String getStylesName(EditorStyles styles) The name of this styles property for the common navigator.- Parameters:
- styles- The Styles property container.
 
 - getSupportedStyles- java.lang.String[] getSupportedStyles(EditorStyles styles) Gets the groups supported by the component.- Parameters:
- styles- The Styles property container.
- Returns:
- An array of property names of the styles. Names beginning with '*' indicates it's a group.