net.infonode.tabbedpanel

Class TabbedPanelDefaultButtonFactories

public class TabbedPanelDefaultButtonFactories extends Object

Contains the default tabbed panel button factories.

Since: ITP 1.3.0

Version: $Revision: 1.2 $

Author: $Author: jesper $

Method Summary
static ButtonFactorygetScrollDownButtonFactory()
Returns the default scroll down button factory.
static ButtonFactorygetScrollLeftButtonFactory()
Returns the default scroll left button factory.
static ButtonFactorygetScrollRightButtonFactory()
Returns the default scroll right button factory.
static ButtonFactorygetScrollUpButtonFactory()
Returns the default scroll up button factory.
static ButtonFactorygetTabDropDownListButtonFactory()
Returns the default tab drop down list button factory.

Method Detail

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

getScrollUpButtonFactory

public static ButtonFactory getScrollUpButtonFactory()
Returns the default scroll up button factory.

Returns: the default scroll up 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