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 ComponentUI
- implements IFlexViewComponentUI
- Author:
- Christopher Butler
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 |
Methods inherited from class javax.swing.plaf.ComponentUI |
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
creationParameters
protected PropertySet creationParameters
FlexViewComponentUI
public FlexViewComponentUI()
getCreationParameters
public PropertySet getCreationParameters()
- Specified by:
getCreationParameters
in interface IFlexViewComponentUI
setCreationParameters
public void setCreationParameters(PropertySet creationParameters)
- Specified by:
setCreationParameters
in interface IFlexViewComponentUI
initializeCreationParameters
public abstract void initializeCreationParameters()
- Specified by:
initializeCreationParameters
in interface IFlexViewComponentUI