org.dawb.common.ui.menu
Class CheckableActionGroup
java.lang.Object
org.dawb.common.ui.menu.CheckableActionGroup
- All Implemented Interfaces:
- java.util.EventListener, org.eclipse.jface.util.IPropertyChangeListener
public class CheckableActionGroup
- extends java.lang.Object
- implements org.eclipse.jface.util.IPropertyChangeListener
Class behaves like swing ButtonGroup because I
could not find a jface class for this. Probably
because Actions are not very commonly uses and
actions are configured via the plugin.xml
Method Summary |
void |
add(org.eclipse.jface.action.IAction action)
|
void |
dipose()
|
void |
propertyChange(org.eclipse.jface.util.PropertyChangeEvent event)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CheckableActionGroup
public CheckableActionGroup()
add
public void add(org.eclipse.jface.action.IAction action)
propertyChange
public void propertyChange(org.eclipse.jface.util.PropertyChangeEvent event)
- Specified by:
propertyChange
in interface org.eclipse.jface.util.IPropertyChangeListener
dipose
public void dipose()