Uses of Class
ccs.swing18.I18Action

Packages that use I18Action
ccs.audio.gui Basic GUI components for the Checkpoint audio back-end. 
ccs.swing18 Subclasses of various Swing components, mildly extended to interface with CCS' internationalisation (I18N) infrastructure. 
 

Uses of I18Action in ccs.audio.gui
 

Method parameters in ccs.audio.gui with type arguments of type I18Action
protected  void AudioControlPanel.customiseButtonList(java.util.List<I18Action> buttons)
          Override this to customise the default list of buttons.
 

Uses of I18Action in ccs.swing18
 

Subclasses of I18Action in ccs.swing18
 class BasicI18Action
          An I18Action implementation with no support for specialisation or action methods which are not direct members of the target object's class.
 

Methods in ccs.swing18 that return I18Action
protected abstract  I18Action I18Dispatcher.createAction(java.lang.String actionID, java.lang.Object target, java.lang.String methodName, int special)
          Create an I18Action subclass instance suited to this dispatcher.
 I18Action I18Dispatcher.getAction(java.lang.String actionID)
          Retrieve an action object based on its ID.
 I18Action[] I18Dispatcher.getMenu(java.lang.String menuActionID)
          Return list of actions encapsulating a specified menu.