public class TabbedPanelButtonProperties extends PropertyMapContainer
Modifier and Type | Field and Description |
---|---|
static PropertyMapGroup |
PROPERTIES
A property group for all button properties in a tabbed panel
|
static PropertyMapProperty |
SCROLL_DOWN_BUTTON_PROPERTIES
Properties for scroll down button
|
static PropertyMapProperty |
SCROLL_LEFT_BUTTON_PROPERTIES
Properties for scroll left button
|
static PropertyMapProperty |
SCROLL_RIGHT_BUTTON_PROPERTIES
Properties for scroll right button
|
static PropertyMapProperty |
SCROLL_UP_BUTTON_PROPERTIES
Properties for scroll up button
|
static PropertyMapProperty |
TAB_DROP_DOWN_LIST_BUTTON_PROPERTIES
Properties for tab drop down list button
|
Constructor and Description |
---|
TabbedPanelButtonProperties()
Constructs an empty TabbedPanelButtonProperties object
|
TabbedPanelButtonProperties(PropertyMap object)
Constructs a TabbedPanelButtonProperties object with the given object
as property storage
|
TabbedPanelButtonProperties(TabbedPanelButtonProperties inheritFrom)
Constructs a TabbedPanelButtonProperties object that inherits its properties
from the given TabbedPanelButtonProperties object
|
Modifier and Type | Method and Description |
---|---|
TabbedPanelButtonProperties |
addSuperObject(TabbedPanelButtonProperties superObject)
Adds a super object from which property values are inherited.
|
ButtonProperties |
getScrollDownButtonProperties()
Gets the scroll down button properties
|
ButtonProperties |
getScrollLeftButtonProperties()
Gets the scroll left button properties
|
ButtonProperties |
getScrollRightButtonProperties()
Gets the scroll right button properties
|
ButtonProperties |
getScrollUpButtonProperties()
Gets the scroll up button properties
|
ButtonProperties |
getTabDropDownListButtonProperties()
Gets the tab drop down list button properties
|
TabbedPanelButtonProperties |
removeSuperObject()
Removes the last added super object.
|
TabbedPanelButtonProperties |
removeSuperObject(TabbedPanelButtonProperties superObject)
Removes the given super object.
|
getMap
public static final PropertyMapGroup PROPERTIES
public static final PropertyMapProperty SCROLL_UP_BUTTON_PROPERTIES
public static final PropertyMapProperty SCROLL_LEFT_BUTTON_PROPERTIES
public static final PropertyMapProperty SCROLL_DOWN_BUTTON_PROPERTIES
public static final PropertyMapProperty SCROLL_RIGHT_BUTTON_PROPERTIES
public static final PropertyMapProperty TAB_DROP_DOWN_LIST_BUTTON_PROPERTIES
public TabbedPanelButtonProperties()
public TabbedPanelButtonProperties(PropertyMap object)
object
- object to store properties inpublic TabbedPanelButtonProperties(TabbedPanelButtonProperties inheritFrom)
inheritFrom
- TabbedPanelButtonProperties object to inherit properties frompublic TabbedPanelButtonProperties addSuperObject(TabbedPanelButtonProperties superObject)
superObject
- the object from which to inherit property valuespublic TabbedPanelButtonProperties removeSuperObject()
public TabbedPanelButtonProperties removeSuperObject(TabbedPanelButtonProperties superObject)
superObject
- super object to removepublic ButtonProperties getScrollUpButtonProperties()
public ButtonProperties getScrollDownButtonProperties()
public ButtonProperties getScrollLeftButtonProperties()
public ButtonProperties getScrollRightButtonProperties()
public ButtonProperties getTabDropDownListButtonProperties()