|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.gui.action.path.toolbar.ToolBar
public class ToolBar
Tool bar definition.
| Field Summary | |
|---|---|
static String |
FLOATABLE
property |
| Constructor Summary | |
|---|---|
ToolBar()
|
|
| Method Summary | |
|---|---|
ActionPathList |
getActionPathList()
Gets the action path list. |
String |
getName()
Gets the name. |
BarPosition |
getPosition()
Gets the position. |
boolean |
isFloatable()
Checks if is floatable status. |
void |
setActionPathList(ActionPathList actionPathList)
Sets the action path list. |
void |
setFloatable(boolean floatable)
Sets the floatable status. |
void |
setName(String name)
Sets the name. |
void |
setPosition(BarPosition position)
Sets the position. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String FLOATABLE
| Constructor Detail |
|---|
public ToolBar()
| Method Detail |
|---|
public boolean isFloatable()
public void setFloatable(boolean floatable)
floatable - the new floatable statuspublic ActionPathList getActionPathList()
public void setActionPathList(ActionPathList actionPathList)
actionPathList - the new action path listpublic BarPosition getPosition()
public void setPosition(BarPosition position)
position - the new positionpublic String getName()
public void setName(String name)
name - the new name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||