Uses of Interface
jve.generated.IActionBinder

Uses of IActionBinder in jve.generated
 

Subinterfaces of IActionBinder in jve.generated
 interface IActionBinder1
          IActionBinder1 includes flags and methods that can be used by a widget that is bound to an action to enable or disable itself.
 

Classes in jve.generated that implement IActionBinder
 class SwingDataServiceAction
          This action will execute a data source service with a single argument.
 

Methods in jve.generated with parameters of type IActionBinder
 void SwingDataServiceAction.actionPerformed(IActionBinder action)
           
 void SwingTableBinder.actionPerformed(IActionBinder action)
          Respond to an action occuring.
 void DataSourceDataRows.actionPerformed(IActionBinder action)
           
 void ObjectReference.actionPerformed(IActionBinder action)
          Notify an argument of an action.
 void IBoundObject.actionPerformed(IActionBinder action)
          Notify the bound object that an action was performed where the reference object was used to perform an action.
 void DataSourceService.actionPerformed(IActionBinder action)
          Reacts to some action performed on this data source service.
 void DataSourceDataObject.actionPerformed(IActionBinder action)
          React to an action that may impact this ActionDataObject and its arguments.