org.virion.jam.toolbar
Class ToolbarOptions

java.lang.Object
  extended by org.virion.jam.toolbar.ToolbarOptions

public final class ToolbarOptions
extends Object

Author:
rambaut Date: Oct 18, 2005 Time: 10:23:01 PM

Field Summary
static int ICON_AND_TEXT
           
static int ICON_ONLY
           
static int TEXT_ONLY
           
 
Constructor Summary
ToolbarOptions(int display, boolean smallSize)
           
 
Method Summary
 int getDisplay()
           
 boolean getSmallSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ICON_AND_TEXT

public static final int ICON_AND_TEXT
See Also:
Constant Field Values

ICON_ONLY

public static final int ICON_ONLY
See Also:
Constant Field Values

TEXT_ONLY

public static final int TEXT_ONLY
See Also:
Constant Field Values
Constructor Detail

ToolbarOptions

public ToolbarOptions(int display,
                      boolean smallSize)
Method Detail

getDisplay

public int getDisplay()

getSmallSize

public boolean getSmallSize()