Class InputOneEquationHandler
java.lang.Object
fr.ifremer.isisfish.ui.CommonHandler
fr.ifremer.isisfish.ui.input.InputContentHandler<InputOneEquationUI>
fr.ifremer.isisfish.ui.input.equation.InputOneEquationHandler
- All Implemented Interfaces:
PropertyChangeListener,EventListener
Equation handler.
-
Field Summary
FieldsFields inherited from class fr.ifremer.isisfish.ui.input.InputContentHandler
inputContentUI, nextButton -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInputOneEquationHandler(InputOneEquationUI inputContentUI) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidNew formule selected, replace content.protected EquationGet equation on entity.protected voidOpen external editor, with equation documentation.voidopenEditor(InputOneEquationUI ui, String category, String name, Class<?> javaInterface, String content, SyntaxEditor editor) voidrefresh()protected voidsaveAsModel(String category, String language, String content) Save an Equation as model, to reuse it for other equationprotected voidprotected voidprotected voidprotected voidCall setXXXContent on topia entity (convention).Methods inherited from class fr.ifremer.isisfish.ui.input.InputContentHandler
accept, displayFactorWizard, goTo, propertyChange, setupGotoNextPathMethods inherited from class fr.ifremer.isisfish.ui.CommonHandler
setStatusMessage, setStatusMessage
-
Field Details
-
listener
-
-
Constructor Details
-
InputOneEquationHandler
-
-
Method Details
-
afterInit
protected void afterInit() -
getEquation
Get equation on entity. -
setEquation
protected void setEquation()Call setXXXContent on topia entity (convention). -
refresh
public void refresh() -
setComboModel
protected void setComboModel() -
saveModel
protected void saveModel() -
saveAsModel
Save an Equation as model, to reuse it for other equation- Parameters:
category- category for this equationlanguage- equation to put in modelscontent- content ?
-
openEditor
protected void openEditor()Open external editor, with equation documentation. -
openEditor
public void openEditor(InputOneEquationUI ui, String category, String name, Class<?> javaInterface, String content, SyntaxEditor editor) -
setEditorText
protected void setEditorText() -
formuleChanged
protected void formuleChanged()New formule selected, replace content.
-