Class EditorHelper
java.lang.Object
org.nuiton.jaxx.widgets.extra.editor.EditorHelper
public class EditorHelper
extends java.lang.Object
EditorHelper.
Created: 6 août 2006 20:51:50
- Version:
- $Revision$ Last update: $Date$ by : $Author$
- Author:
- poussin
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringUNDO_MANAGER -
Constructor Summary
Constructors Constructor Description EditorHelper() -
Method Summary
Modifier and Type Method Description protected static voidaddUndoRedoSupport(javax.swing.JEditorPane editor)protected static voidremoveUndoRedoSupport(javax.swing.JEditorPane editor)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
UNDO_MANAGER
protected static final java.lang.String UNDO_MANAGER- See Also:
- Constant Field Values
-
-
Constructor Details
-
EditorHelper
public EditorHelper()
-
-
Method Details
-
addUndoRedoSupport
protected static void addUndoRedoSupport(javax.swing.JEditorPane editor) -
removeUndoRedoSupport
protected static void removeUndoRedoSupport(javax.swing.JEditorPane editor)
-