uic.widgets
Class UICToolBar.ToolBarLocation

java.lang.Object
  extended byuic.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.


Method Summary
 boolean getFlat()
           
 int getLocation()
           
 Point getOffset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.


Copyright © 2002,2003 Thomas Zander Available under the Free Apache licence