Interface ChooseActionFactory
- 
public interface ChooseActionFactoryinterface, which provides actions to choose model, range and optics. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.swing.ActiongetChooseOpticsAction()javax.swing.ActiongetChooseRangeAction()javax.swing.ActiongetCloseActiveModelAction()javax.swing.ActiongetExitAction()javax.swing.ActiongetExportAction()javax.swing.ActiongetImportAction()javax.swing.ActiongetNewModelAction() 
 - 
 
- 
- 
Method Detail
- 
getNewModelAction
javax.swing.Action getNewModelAction()
- Returns:
 - the action to choose a new model.
 
 
- 
getChooseRangeAction
javax.swing.Action getChooseRangeAction()
- Returns:
 - the action to start choosing a new range for the model.
 
 
- 
getChooseOpticsAction
javax.swing.Action getChooseOpticsAction()
- Returns:
 - the action to start choosing a new optics for the model.
 
 
- 
getCloseActiveModelAction
javax.swing.Action getCloseActiveModelAction()
- Returns:
 - the action to close the active model
 
 
- 
getExitAction
javax.swing.Action getExitAction()
- Returns:
 - the action to exit the application
 
 
- 
getImportAction
javax.swing.Action getImportAction()
- Returns:
 - the action to import a model definition
 
 
- 
getExportAction
javax.swing.Action getExportAction()
- Returns:
 - the action to export a model definition
 
 
 - 
 
 -