Uses of Interface
org.beanfabrics.model.IOperationPM

Packages that use IOperationPM
org.beanfabrics.model   
org.beanfabrics.swing   
org.beanfabrics.swing.internal   
 

Uses of IOperationPM in org.beanfabrics.model
 

Classes in org.beanfabrics.model that implement IOperationPM
 class AbstractOperationPM
           
 class OperationPM
          The Operation is a presentation model that maintains a list of ExecutionMethods that will be executed whenever the OperationPM.execute() method is invoked.
 

Uses of IOperationPM in org.beanfabrics.swing
 

Constructors in org.beanfabrics.swing with parameters of type IOperationPM
BnAction(IOperationPM pModel)
          Constructs a BnAction and binds it to the specified model.
BnButton(IOperationPM pModel)
          Constructs a BnButton and binds it to the specified model
BnMenuItem(IOperationPM pModel)
          Constructs a BnMenuItem and binds it to the specified model.
BnMouseClickAction(IOperationPM pModel)
          Constructs a BnMouseClickAction and binds it to the specified model.
 

Uses of IOperationPM in org.beanfabrics.swing.internal
 

Methods in org.beanfabrics.swing.internal that return IOperationPM
 IOperationPM OperationPMAction.getPresentationModel()
          Returns the PresentationModel with that this component is synchronized.
 IOperationPM OperationPMButton.getPresentationModel()
          Returns the PresentationModel with that this component is synchronized.
 IOperationPM OperationPMMenuItem.getPresentationModel()
          Returns the PresentationModel with that this component is synchronized.
 

Methods in org.beanfabrics.swing.internal with parameters of type IOperationPM
 void OperationPMAction.setPresentationModel(IOperationPM pModel)
          Sets the PresentationModel to synchronize this component with.
 void OperationPMButton.setPresentationModel(IOperationPM pModel)
          Sets the PresentationModel to synchronize this component with.
 void OperationPMMenuItem.setPresentationModel(IOperationPM pModel)
          Sets the PresentationModel to synchronize this component with.
 

Constructors in org.beanfabrics.swing.internal with parameters of type IOperationPM
OperationPMAction(IOperationPM pModel)
           
OperationPMButton(IOperationPM pModel)
           
OperationPMMenuItem(IOperationPM pModel)
           
 



© 2010 by Michael Karneim, http://www.beanfabrics.org