public abstract class FlexViewComponentUI extends ComponentUI implements IFlexViewComponentUI
Modifier and Type | Field and Description |
---|---|
protected PropertySet |
creationParameters |
ICON_RESOURCE
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 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, update
protected PropertySet creationParameters
public PropertySet getCreationParameters()
getCreationParameters
in interface IFlexViewComponentUI
public void setCreationParameters(PropertySet creationParameters)
setCreationParameters
in interface IFlexViewComponentUI
public abstract void initializeCreationParameters()
initializeCreationParameters
in interface IFlexViewComponentUI