uic.widgets
Class UICToolBar.ToolBarLocation

java.lang.Object
  extended by uic.widgets.UICToolBar.ToolBarLocation
Enclosing class:
UICToolBar

public static class UICToolBar.ToolBarLocation
extends Object

Data container that displays the corrent location of a UICToolBar. Can be used for persistence.


Constructor Summary
UICToolBar.ToolBarLocation(int location, Point offset, Dimension size, int iconSize, int textIconPos)
           
 
Method Summary
 boolean getFlat()
           
 int getIconSize()
           
 int getLocation()
           
 Point getOffset()
           
 Dimension getSize()
           
 int getTabIndex()
           
 int getTextIconPos()
           
 int getTextPos()
           
 boolean showIcon()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UICToolBar.ToolBarLocation

public UICToolBar.ToolBarLocation(int location,
                                  Point offset,
                                  Dimension size,
                                  int iconSize,
                                  int textIconPos)
Method Detail

showIcon

public boolean showIcon()

getTextPos

public int getTextPos()

getIconSize

public int getIconSize()

getTextIconPos

public int getTextIconPos()

getFlat

public boolean getFlat()
Returns:
flat as boolean.

getLocation

public int getLocation()
Returns:
location as UICToolBar location.

getOffset

public Point getOffset()
Returns:
offset as Point.

getTabIndex

public int getTabIndex()

getSize

public Dimension getSize()


Copyright © 2002-2004 Thomas Zander Available under the Free Apache licence