de.miethxml.hawron.gui
Class ActionContainer.ActionComponent

java.lang.Object
  extended byde.miethxml.hawron.gui.ActionContainer.ActionComponent
Enclosing class:
ActionContainer

public class ActionContainer.ActionComponent
extends java.lang.Object


Constructor Summary
ActionContainer.ActionComponent(javax.swing.Action action)
           
 
Method Summary
 javax.swing.Action getAction()
           
 java.lang.String getMenuRole()
           
 boolean hasMenuRole()
           
 boolean isOnToolbar()
           
 void setMenuRole(java.lang.String menuRole)
           
 void setOnToolbar(boolean onToolbar)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionContainer.ActionComponent

public ActionContainer.ActionComponent(javax.swing.Action action)
Method Detail

hasMenuRole

public boolean hasMenuRole()

getMenuRole

public java.lang.String getMenuRole()

setMenuRole

public void setMenuRole(java.lang.String menuRole)

getAction

public javax.swing.Action getAction()

isOnToolbar

public boolean isOnToolbar()

setOnToolbar

public void setOnToolbar(boolean onToolbar)