| |
|
| java.lang.Object net.suberic.util.event.UpdateActionsEvent
UpdateActionsEvent | public class UpdateActionsEvent (Code) | | This is an event which indicates that a ConifugrableUI element should
update its Action list.
|
UpdateActionsEvent | public UpdateActionsEvent(Hashtable newCommands)(Code) | | This creates a new UpdateActionsEvents with a Hashtable of new
Actions.
|
UpdateActionsEvent | public UpdateActionsEvent(Action[] newActions)(Code) | | This creates a new UpdateActionsEvent from an array of Actions.
|
hasActions | public boolean hasActions()(Code) | | |
hasCommands | public boolean hasCommands()(Code) | | |
|
|
|