net.sf.doolin.gui.action.path.toolbar
Class ToolBar

java.lang.Object
  extended by net.sf.doolin.gui.action.path.toolbar.ToolBar

public class ToolBar
extends Object

Tool bar definition.

Author:
Damien Coraboeuf

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

FLOATABLE

public static final String FLOATABLE
property

See Also:
Constant Field Values
Constructor Detail

ToolBar

public ToolBar()
Method Detail

isFloatable

public boolean isFloatable()
Checks if is floatable status.

Returns:
true, if is floatable status

setFloatable

public void setFloatable(boolean floatable)
Sets the floatable status.

Parameters:
floatable - the new floatable status

getActionPathList

public ActionPathList getActionPathList()
Gets the action path list.

Returns:
the action path list

setActionPathList

public void setActionPathList(ActionPathList actionPathList)
Sets the action path list.

Parameters:
actionPathList - the new action path list

getPosition

public BarPosition getPosition()
Gets the position.

Returns:
the position

setPosition

public void setPosition(BarPosition position)
Sets the position.

Parameters:
position - the new position

getName

public String getName()
Gets the name.

Returns:
the name

setName

public void setName(String name)
Sets the name.

Parameters:
name - the new name


Copyright © 2011. All Rights Reserved.