uic.widgets
Class UICToolBar.ToolBarLocation
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UICToolBar.ToolBarLocation
public UICToolBar.ToolBarLocation(int location,
Point offset,
Dimension size,
int iconSize,
int textIconPos)
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