Package org.flexdock.plaf
Interface IFlexViewComponentUI
-
- All Superinterfaces:
XMLConstants
- All Known Implementing Classes:
ButtonUI
,FlexViewComponentUI
,MetalTitlebarUI
,SkinLFTitlebarUI
,TitlebarUI
,ViewUI
public interface IFlexViewComponentUI extends XMLConstants
- Author:
- Christopher Butler
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ICON_RESOURCE
-
Fields inherited from interface org.flexdock.plaf.XMLConstants
ATTRIBUTE_KEY, CLASSNAME_KEY, CONSTRUCTOR_KEY, DESC_KEY, EXTENDS_KEY, HANDLER_KEY, INHERITS_KEY, NAME_KEY, OVERRIDDEN_KEY, PROP_HANDLER_KEY, PROPERTY_KEY, REFERENCE_KEY, VALUE_KEY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropertySet
getCreationParameters()
void
initializeCreationParameters()
void
setCreationParameters(PropertySet creationParameters)
-
-
-
Field Detail
-
ICON_RESOURCE
static final java.lang.String ICON_RESOURCE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreationParameters
PropertySet getCreationParameters()
-
setCreationParameters
void setCreationParameters(PropertySet creationParameters)
-
initializeCreationParameters
void initializeCreationParameters()
-
-