Package net.infonode.tabbedpanel
Class TabbedPanelDefaultButtonFactories
java.lang.Object
net.infonode.tabbedpanel.TabbedPanelDefaultButtonFactories
Contains the default tabbed panel button factories.
- Since:
- ITP 1.3.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ButtonFactory
Returns the default scroll down button factory.static ButtonFactory
Returns the default scroll left button factory.static ButtonFactory
Returns the default scroll right button factory.static ButtonFactory
Returns the default scroll up button factory.static ButtonFactory
Returns the default tab drop down list button factory.
-
Constructor Details
-
TabbedPanelDefaultButtonFactories
public TabbedPanelDefaultButtonFactories()
-
-
Method Details
-
getScrollUpButtonFactory
Returns the default scroll up button factory.- Returns:
- the default scroll up button factory
-
getScrollDownButtonFactory
Returns the default scroll down button factory.- Returns:
- the default scroll down button factory
-
getScrollLeftButtonFactory
Returns the default scroll left button factory.- Returns:
- the default scroll left button factory
-
getScrollRightButtonFactory
Returns the default scroll right button factory.- Returns:
- the default scroll right button factory
-
getTabDropDownListButtonFactory
Returns the default tab drop down list button factory.- Returns:
- the default tab drop down list button factory
-