Package org.gvsig.scripting.swing.api
Interface JDialogEditor
- All Superinterfaces:
org.gvsig.tools.swing.api.Component,JCodeEditor,JEditor,JTextEditor
JDialogEditor is a component that support edition to a
invalid @link
{@link ScriptingDialog).
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets theScriptingDialogassociated with this JDialogEditorvoidMethods inherited from interface org.gvsig.tools.swing.api.Component
asJComponentMethods inherited from interface org.gvsig.scripting.swing.api.JCodeEditor
getScriptMethods inherited from interface org.gvsig.scripting.swing.api.JEditor
addChangeListener, fetch, getUnit, isModified, save, setMethods inherited from interface org.gvsig.scripting.swing.api.JTextEditor
addUpdateCaretPositionActionListener, getJTextComponent, getLineCount, getSyntaxtHighlightTextComponent, gotoline, reload, selectLine
-
Method Details
-
getDialog
ScriptingDialog getDialog()Gets theScriptingDialogassociated with this JDialogEditor- Returns:
ScriptingDialog
-
reloadDialog
void reloadDialog()
-