org.openpermis.editor.policy.gui
Class ToolBarFactory.Customizer

java.lang.Object
  extended by org.openpermis.editor.policy.gui.ToolBarFactory.Customizer
Enclosing class:
ToolBarFactory

public final class ToolBarFactory.Customizer
extends Object

Tool bar customizer passed to the callback.

Since:
0.9.0

Method Summary
 void addGlue()
          Adds a glue to the tool bar.
 void addSeparator()
          Adds a separator to the tool bar.
 void addToolButton(Action action)
          Adds a tool button to the tool bar.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addSeparator

public void addSeparator()
Adds a separator to the tool bar.

Since:
0.9.0

addGlue

public void addGlue()
Adds a glue to the tool bar.

Since:
0.9.0

addToolButton

public void addToolButton(Action action)
Adds a tool button to the tool bar.

Parameters:
action - the action to be added, must not be null.
Since:
0.9.0


OpenPermis Role Based Access Control 0.9.0 (Build 16)
2009/08/13 07:17:21
Copyright (c) 2002-2007 Ergon Informatik AG