net.infonode.tabbedpanel
Class TabbedPanelDefaultButtonFactories

java.lang.Object
  extended by net.infonode.tabbedpanel.TabbedPanelDefaultButtonFactories

public class TabbedPanelDefaultButtonFactories
extends java.lang.Object

Contains the default tabbed panel button factories.

Since:
ITP 1.3.0
Version:
$Revision: 1.2 $
Author:
$Author: jesper $

Field Summary
private static FlatButtonFactory BUTTON_FACTORY
           
 
Constructor Summary
TabbedPanelDefaultButtonFactories()
           
 
Method Summary
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUTTON_FACTORY

private static final FlatButtonFactory BUTTON_FACTORY
Constructor Detail

TabbedPanelDefaultButtonFactories

public TabbedPanelDefaultButtonFactories()
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