com.sun.electric.tool.user.ui
Class ToolBar.EToolBarGeneralMenuButton

java.lang.Object
  extended by com.sun.electric.tool.user.menus.EMenuItem
      extended by com.sun.electric.tool.user.ui.ToolBar.EToolBarButton
          extended by com.sun.electric.tool.user.ui.ToolBar.EToolBarGeneralMenuButton
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
ToolBar

public static class ToolBar.EToolBarGeneralMenuButton
extends ToolBar.EToolBarButton

Generic tool bar radio button.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.electric.tool.user.menus.EMenuItem
EMenuItem.CheckBox
 
Field Summary
 
Fields inherited from class com.sun.electric.tool.user.menus.EMenuItem
NULL_ARRAY, SEPARATOR
 
Constructor Summary
ToolBar.EToolBarGeneralMenuButton(java.lang.String text, java.lang.String iconName, java.lang.String menuName, EMenuItem item)
           
 
Method Summary
 void run()
          Abstract method which executes command.
 
Methods inherited from class com.sun.electric.tool.user.ui.ToolBar.EToolBarButton
genToolBarButton, getIcon, getMenuName, registerItem, setIcon, updateButtons
 
Methods inherited from class com.sun.electric.tool.user.menus.EMenuItem
actionPerformed, createMenuItem, getDescription, getMnemonicChar, getPath, getText, getToolTipText, isEnabled, isSelected, registerUpdatable, repeatLastCommand, shortcut, shortcut, toString, updateMenuItem
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ToolBar.EToolBarGeneralMenuButton

public ToolBar.EToolBarGeneralMenuButton(java.lang.String text,
                                         java.lang.String iconName,
                                         java.lang.String menuName,
                                         EMenuItem item)
Method Detail

run

public void run()
Description copied from class: EMenuItem
Abstract method which executes command.

Specified by:
run in class EMenuItem