vmm.actions
Interface ActionItem
- All Known Implementing Classes:
- AbstractActionVMM, ActionList, ActionRadioGroup, ToggleAction
public interface ActionItem
Represents an item or group of items that can be presented
to a user in a menu. The other classes in the vmm.actions
package implement this interface. The menus of the 3DXM
application are built from ActionItems.
Method Summary |
javax.swing.JMenuItem[] |
getMenuItems()
Returns an array of one or more menu items representing
this ActionItem. |
getMenuItems
javax.swing.JMenuItem[] getMenuItems()
- Returns an array of one or more menu items representing
this ActionItem. A value in the returned array can be
null, which is meant to represent a separator in the men