com.borland.primetime.actions
Interface ActionWidget
- All Known Implementing Classes:
- ActionButton, ActionMenuItem, ActionToolBar, ActionMenu, ActionPopupMenu
- public interface ActionWidget
The ActionWidget interface defines a widget class that is associated with a
source and an Action - like ActionButton, ActionToolBar, ActionMenu,
ActionMenuItem, etc...
Method Summary |
javax.swing.Action |
getAction()
Returns the Action object used by this ActionWidget |
java.lang.Object |
getSource()
Returns the source object used by this ActionWidget |
getSource
public java.lang.Object getSource()
- Returns the source object used by this ActionWidget
getAction
public javax.swing.Action getAction()
- Returns the Action object used by this ActionWidget