jam.toolbar
Class ToolbarOptions

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

public final class ToolbarOptions
extends java.lang.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
equals, 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()


http://code.google.com/p/jam-lib/