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