| |
|
| java.lang.Object net.infonode.properties.propertymap.PropertyMapContainer net.infonode.tabbedpanel.TabbedPanelButtonProperties
TabbedPanelButtonProperties | public class TabbedPanelButtonProperties extends PropertyMapContainer (Code) | | Tabbed panel button properties contains properties objects for all buttons in a tabbed panel.
author: $Author: jesper $ version: $Revision: 1.3 $ since: ITP 1.3.0 |
PROPERTIES | final public static PropertyMapGroup PROPERTIES(Code) | | A property group for all button properties in a tabbed panel
|
SCROLL_DOWN_BUTTON_PROPERTIES | final public static PropertyMapProperty SCROLL_DOWN_BUTTON_PROPERTIES(Code) | | Properties for scroll down button
|
SCROLL_LEFT_BUTTON_PROPERTIES | final public static PropertyMapProperty SCROLL_LEFT_BUTTON_PROPERTIES(Code) | | Properties for scroll left button
|
SCROLL_RIGHT_BUTTON_PROPERTIES | final public static PropertyMapProperty SCROLL_RIGHT_BUTTON_PROPERTIES(Code) | | Properties for scroll right button
|
SCROLL_UP_BUTTON_PROPERTIES | final public static PropertyMapProperty SCROLL_UP_BUTTON_PROPERTIES(Code) | | Properties for scroll up button
|
TAB_DROP_DOWN_LIST_BUTTON_PROPERTIES | final public static PropertyMapProperty TAB_DROP_DOWN_LIST_BUTTON_PROPERTIES(Code) | | Properties for tab drop down list button
|
TabbedPanelButtonProperties | public TabbedPanelButtonProperties()(Code) | | Constructs an empty TabbedPanelButtonProperties object
|
TabbedPanelButtonProperties | public TabbedPanelButtonProperties(PropertyMap object)(Code) | | Constructs a TabbedPanelButtonProperties object with the given object
as property storage
Parameters: object - object to store properties in |
TabbedPanelButtonProperties | public TabbedPanelButtonProperties(TabbedPanelButtonProperties inheritFrom)(Code) | | Constructs a TabbedPanelButtonProperties object that inherits its properties
from the given TabbedPanelButtonProperties object
Parameters: inheritFrom - TabbedPanelButtonProperties object to inherit properties from |
getScrollDownButtonProperties | public ButtonProperties getScrollDownButtonProperties()(Code) | | Gets the scroll down button properties
the scroll down button properties |
getScrollLeftButtonProperties | public ButtonProperties getScrollLeftButtonProperties()(Code) | | Gets the scroll left button properties
the scroll up button properties |
getScrollRightButtonProperties | public ButtonProperties getScrollRightButtonProperties()(Code) | | Gets the scroll right button properties
the scroll right button properties |
getScrollUpButtonProperties | public ButtonProperties getScrollUpButtonProperties()(Code) | | Gets the scroll up button properties
the scroll up button properties |
getTabDropDownListButtonProperties | public ButtonProperties getTabDropDownListButtonProperties()(Code) | | Gets the tab drop down list button properties
the tab drop down list button properties |
|
|
|