Package org.flexdock.plaf
Class FlexViewComponentUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- org.flexdock.plaf.FlexViewComponentUI
-
- All Implemented Interfaces:
IFlexViewComponentUI
,XMLConstants
- Direct Known Subclasses:
TitlebarUI
,ViewUI
public abstract class FlexViewComponentUI extends javax.swing.plaf.ComponentUI implements IFlexViewComponentUI
- Author:
- Christopher Butler
-
-
Field Summary
Fields Modifier and Type Field Description protected PropertySet
creationParameters
-
Fields inherited from interface org.flexdock.plaf.IFlexViewComponentUI
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
-
-
Constructor Summary
Constructors Constructor Description FlexViewComponentUI()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description PropertySet
getCreationParameters()
abstract void
initializeCreationParameters()
void
setCreationParameters(PropertySet creationParameters)
-
-
-
Field Detail
-
creationParameters
protected PropertySet creationParameters
-
-
Method Detail
-
getCreationParameters
public PropertySet getCreationParameters()
- Specified by:
getCreationParameters
in interfaceIFlexViewComponentUI
-
setCreationParameters
public void setCreationParameters(PropertySet creationParameters)
- Specified by:
setCreationParameters
in interfaceIFlexViewComponentUI
-
initializeCreationParameters
public abstract void initializeCreationParameters()
- Specified by:
initializeCreationParameters
in interfaceIFlexViewComponentUI
-
-