Serialized Form
-
Package groovy.ui
-
Class groovy.ui.ConsoleApplet extends javax.swing.JApplet implements Serializable
-
Serialized Fields
-
console
groovy.ui.Console console
-
-
-
Class groovy.ui.ConsoleTextEditor extends javax.swing.JScrollPane implements Serializable
-
Serialized Fields
-
defaultFamily
java.lang.String defaultFamily
-
documentChangedSinceLastRepaint
boolean documentChangedSinceLastRepaint
-
editable
boolean editable
-
numbersPanel
groovy.ui.ConsoleTextEditor.LineNumbersPanel numbersPanel
-
printAction
groovy.ui.ConsoleTextEditor.PrintAction printAction
-
redoAction
groovy.ui.ConsoleTextEditor.RedoAction redoAction
-
textEditor
TextEditor textEditor
-
undoAction
groovy.ui.ConsoleTextEditor.UndoAction undoAction
-
undoManager
TextUndoManager undoManager
-
-
-
-
Package groovy.ui.text
-
Class groovy.ui.text.AutoIndentAction extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
simpleAttributeSet
javax.swing.text.AttributeSet simpleAttributeSet
-
-
-
Class groovy.ui.text.TextEditor extends javax.swing.JTextPane implements Serializable
-
Serialized Fields
-
defaultCaret
javax.swing.text.Caret defaultCaret
-
mouseAdapter
java.awt.event.MouseAdapter mouseAdapter
-
multiLineTab
boolean multiLineTab
-
numPages
int numPages
-
overtypeCaret
javax.swing.text.Caret overtypeCaret
-
tabsAsSpaces
boolean tabsAsSpaces
-
unwrapped
boolean unwrapped
-
-
-
Class groovy.ui.text.TextUndoManager extends javax.swing.undo.UndoManager implements Serializable
-
Serialized Fields
-
compoundEdit
groovy.ui.text.TextUndoManager.StructuredEdit compoundEdit
-
firstModified
long firstModified
-
modificationMarker
javax.swing.undo.UndoableEdit modificationMarker
-
propChangeSupport
javax.swing.event.SwingPropertyChangeSupport propChangeSupport
-
-
-