com.servoy.j2db.util.toolbar
Class Toolbar.ToolbarKey
java.lang.Object
com.servoy.j2db.util.toolbar.Toolbar.ToolbarKey
- All Implemented Interfaces:
- Comparable
- Enclosing class:
- Toolbar
public static class Toolbar.ToolbarKey
- extends Object
- implements Comparable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Toolbar.ToolbarKey
public Toolbar.ToolbarKey(int row,
int rowIndex,
boolean visible,
Toolbar toolbar)
compareTo
public int compareTo(Object o)
- Specified by:
compareTo in interface Comparable
getRow
public int getRow()
- Returns:
- Returns the row.
getRowIndex
public int getRowIndex()
- Returns:
- Returns the rowIndex.
getToolbar
public Toolbar getToolbar()
isVisible
public boolean isVisible()
- Returns:
- Returns the visible.