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
Fields inherited from class fr.ifremer.isisfish.ui.input.InputContentHandler
inputContentUI, nextButton
-
Constructor Summary
ModifierConstructorDescriptionprotected
InputOneEquationHandler
(InputOneEquationUI inputContentUI) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected void
New formule selected, replace content.protected Equation
Get equation on entity.protected void
Open external editor, with equation documentation.void
openEditor
(InputOneEquationUI ui, String category, String name, Class<?> javaInterface, String content, SyntaxEditor editor) void
refresh()
protected void
saveAsModel
(String category, String language, String content) Save an Equation as model, to reuse it for other equationprotected void
protected void
protected void
protected void
Call setXXXContent on topia entity (convention).Methods inherited from class fr.ifremer.isisfish.ui.input.InputContentHandler
accept, displayFactorWizard, goTo, propertyChange, setupGotoNextPath
Methods 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.
-