Serialized Form


Package net.sf.vex

Class net.sf.vex.VexComponent implements Serializable

Serialized Fields

graphicsEnvironment

java.awt.GraphicsEnvironment graphicsEnvironment

document

Document document

styleSheet

StyleSheet styleSheet

boxFactory

BoxFactory boxFactory

rootBox

RootBox rootBox

undoList

java.util.LinkedList undoList
Stacks of UndoableEditEvents; items added and removed from end of list


redoList

java.util.LinkedList redoList

undoDepth

int undoDepth

beginWorkCount

int beginWorkCount
Support for beginWork/endWork


beginWorkCaretOffset

int beginWorkCaretOffset

compoundEdit

javax.swing.undo.CompoundEdit compoundEdit

clipboard

java.awt.datatransfer.Clipboard clipboard

caretOffset

int caretOffset

mark

int mark

selectionStart

int selectionStart

selectionEnd

int selectionEnd

caretVisible

boolean caretVisible

caretShapes

java.awt.Shape[] caretShapes

caretTimer

javax.swing.Timer caretTimer

magicX

int magicX

antiAliased

boolean antiAliased

selectionProvider

SelectionProviderImpl selectionProvider

caretTimerListener

java.awt.event.ActionListener caretTimerListener

componentListener

java.awt.event.ComponentListener componentListener

documentListener

DocumentListener documentListener

focusListener

java.awt.event.FocusListener focusListener

keyListener

java.awt.event.KeyListener keyListener

mouseListener

java.awt.event.MouseListener mouseListener

mouseMotionListener

java.awt.event.MouseMotionListener mouseMotionListener


Package net.sf.vex.dom

Class net.sf.vex.dom.DocumentEvent implements Serializable

Serialized Fields

document

Document document

parentElement

Element parentElement

offset

int offset

length

int length

attributeName

java.lang.String attributeName

oldAttributeValue

java.lang.String oldAttributeValue

newAttributeValue

java.lang.String newAttributeValue

Class net.sf.vex.dom.DocumentValidationException implements Serializable

Class net.sf.vex.dom.Element.AttributeChangeEdit implements Serializable

Serialized Fields

name

java.lang.String name

oldValue

java.lang.String oldValue

newValue

java.lang.String newValue


Package net.sf.vex.ui

Class net.sf.vex.ui.AttributeTable implements Serializable

Serialized Fields

model

net.sf.vex.ui.AttributeTable.AttributeTableModel model

vexComponent

VexComponent vexComponent

element

Element element

attrDefs

AttributeDefinition[] attrDefs

Class net.sf.vex.ui.BaseAction implements Serializable

Class net.sf.vex.ui.CopySelectionAction implements Serializable

Serialized Fields

vexComponent

VexComponent vexComponent

Class net.sf.vex.ui.CutSelectionAction implements Serializable

Serialized Fields

vexComponent

VexComponent vexComponent

Class net.sf.vex.ui.ElementTree implements Serializable

Serialized Fields

vexComponent

VexComponent vexComponent

listeners

java.util.List listeners

defaultNode

java.lang.Object defaultNode

documentListener

DocumentListener documentListener
Implementation of DocumentListener that updates the tree.


treeCellRenderer

javax.swing.tree.TreeCellRenderer treeCellRenderer
Renderer that prints just the element name


treeSelectionListener

javax.swing.event.TreeSelectionListener treeSelectionListener
Implementation of TreeSelectionListener that selects the corresponding element in the associated VexComponent.

Class net.sf.vex.ui.InsertElementMenu implements Serializable

Serialized Fields

component

VexComponent component

menuListener

javax.swing.event.MenuListener menuListener

Class net.sf.vex.ui.InsertElementToolbarButton implements Serializable

Serialized Fields

component

VexComponent component

Class net.sf.vex.ui.MenuButton implements Serializable

Serialized Fields

popup

javax.swing.JPopupMenu popup
Menu to be displayed when the button is pressed.


mouseListener

java.awt.event.MouseListener mouseListener

Class net.sf.vex.ui.MorphMenu implements Serializable

Serialized Fields

component

VexComponent component

menuListener

javax.swing.event.MenuListener menuListener

Class net.sf.vex.ui.PasteAction implements Serializable

Serialized Fields

vexComponent

VexComponent vexComponent

Class net.sf.vex.ui.PasteTextAction implements Serializable

Serialized Fields

vexComponent

VexComponent vexComponent

Class net.sf.vex.ui.ProgressivePopupMenu implements Serializable

Serialized Fields

prefix

java.lang.String prefix

rootPane

javax.swing.JRootPane rootPane

popupListener

javax.swing.event.PopupMenuListener popupListener

keyListener

java.awt.event.KeyListener keyListener

Class net.sf.vex.ui.RedoAction implements Serializable

Serialized Fields

vexComponent

VexComponent vexComponent

Class net.sf.vex.ui.UndoAction implements Serializable

Serialized Fields

vexComponent

VexComponent vexComponent

Class net.sf.vex.ui.UnwrapAction implements Serializable

Serialized Fields

vexComponent

VexComponent vexComponent