org.flexdock.plaf
public abstract class FlexViewComponentUI extends ComponentUI implements IFlexViewComponentUI
| Modifier and Type | Field and Description |
|---|---|
protected PropertySet |
creationParameters |
ICON_RESOURCEATTRIBUTE_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 and Description |
|---|
FlexViewComponentUI() |
| Modifier and Type | Method and Description |
|---|---|
PropertySet |
getCreationParameters() |
abstract void |
initializeCreationParameters() |
void |
setCreationParameters(PropertySet creationParameters) |
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, updateprotected PropertySet creationParameters
public PropertySet getCreationParameters()
getCreationParameters in interface IFlexViewComponentUIpublic void setCreationParameters(PropertySet creationParameters)
setCreationParameters in interface IFlexViewComponentUIpublic abstract void initializeCreationParameters()
initializeCreationParameters in interface IFlexViewComponentUI