public class InputOneEquationHandler extends InputContentHandler<InputOneEquationUI>
Modifier and Type | Field and Description |
---|---|
protected DocumentListener |
listener |
inputContentUI
Modifier | Constructor and Description |
---|---|
protected |
InputOneEquationHandler(InputOneEquationUI inputContentUI) |
Modifier and Type | Method and Description |
---|---|
protected void |
afterInit() |
protected void |
formuleChanged()
New formule selected, replace content.
|
protected Equation |
getEquation()
Get equation on entity.
|
protected void |
openEditor()
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 equation
|
protected void |
saveModel() |
protected void |
setComboModel() |
protected void |
setEditorText() |
protected void |
setEquation()
Call setXXXContent on topia entity (convention).
|
accept, displayFactorWizard
setStatusMessage, setStatusMessage
protected DocumentListener listener
protected InputOneEquationHandler(InputOneEquationUI inputContentUI)
protected void afterInit()
protected Equation getEquation()
protected void setEquation()
public void refresh()
protected void setComboModel()
protected void saveModel()
protected void saveAsModel(String category, String language, String content)
category
- category for this equationlanguage
- equation to put in modelscontent
- content ?protected void openEditor()
public void openEditor(InputOneEquationUI ui, String category, String name, Class<?> javaInterface, String content, SyntaxEditor editor)
protected void setEditorText()
protected void formuleChanged()
Copyright © 1999–2020 CodeLutin. All rights reserved.