public class EditorComponentHelper
extends java.lang.Object
Constructor and Description |
---|
EditorComponentHelper()
Constructor.
|
EditorComponentHelper(java.io.File scriptFile)
Constructor.
|
EditorComponentHelper(ScriptWrapper wrapper)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addScriptEditorListener(ScriptEditorListener listener)
Add a ScriptEditorListener.
|
static void |
addSyntaxPack(java.net.URL pack)
Add a syntax pack for the code highlighting.
|
short |
getEditorState()
Return the current Editor state.
|
java.util.List<java.lang.String> |
getLines()
Return the editor lines.
|
javax.swing.JPanel |
getPanel()
Return the helper panel.
|
java.util.List<ScriptEditorListener> |
getScriptEditorListeners()
Return the list of ScriptEditorListeners.
|
java.io.File |
getScriptFile()
Return the script file.
|
ScriptWrapper |
getScriptWrapper()
Return the script wrapper.
|
java.lang.String |
getText()
Return the text in the editor.
|
javax.swing.JPanel |
getToolbar()
Return the helper toolbar.
|
boolean |
save()
Save the content of the editor.
|
void |
setScriptFile(java.io.File scriptFile)
Set the script file.
|
void |
setScriptWrapper(ScriptWrapper wrapper)
Set the script wrapper.
|
public EditorComponentHelper()
public EditorComponentHelper(java.io.File scriptFile)
scriptFile
- the script filepublic EditorComponentHelper(ScriptWrapper wrapper)
wrapper
- the script wrapperpublic void setScriptWrapper(ScriptWrapper wrapper)
wrapper
- the script wrapperpublic void setScriptFile(java.io.File scriptFile)
scriptFile
- the script filepublic javax.swing.JPanel getPanel()
public javax.swing.JPanel getToolbar()
public void addScriptEditorListener(ScriptEditorListener listener)
listener
- the listenerpublic java.util.List<ScriptEditorListener> getScriptEditorListeners()
public java.lang.String getText()
public java.io.File getScriptFile()
public ScriptWrapper getScriptWrapper()
public short getEditorState()
public boolean save()
public static void addSyntaxPack(java.net.URL pack)
pack
- the syntax pack (must be a jar file)public java.util.List<java.lang.String> getLines() throws java.io.IOException
java.io.IOException
- if the source could not be readCopyright © 2019-2025 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence