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
- Author:
- Christopher Butler
-
Field Summary
FieldsFields 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 -
Method Summary
Modifier and TypeMethodDescriptionabstract void
void
setCreationParameters
(PropertySet creationParameters) Methods inherited from class javax.swing.plaf.ComponentUI
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
-
Field Details
-
creationParameters
-
-
Constructor Details
-
FlexViewComponentUI
public FlexViewComponentUI()
-
-
Method Details
-
getCreationParameters
- Specified by:
getCreationParameters
in interfaceIFlexViewComponentUI
-
setCreationParameters
- Specified by:
setCreationParameters
in interfaceIFlexViewComponentUI
-
initializeCreationParameters
public abstract void initializeCreationParameters()- Specified by:
initializeCreationParameters
in interfaceIFlexViewComponentUI
-