Package net.sf.vex.ui

Contains GUI widgets and actions that can be used to build a user interface around a VexComponent.

See:
          Description

Class Summary
AbstractTreeModel An abstract TreeModel that implements listener notification.
AttributeTable Component that displays and allows editing of an elements attributes.
BaseAction Base class for all actions applicable to Vex components.
CopySelectionAction Copies the selection of the current VexComponent to the system clipboard.
CutSelectionAction Cuts the selection of the current VexComponent to the system clipboard.
ElementTree A tree control that displays the hierarchy of elements in a document in a VexComponent.
GridBagHelper Class for populating containers using the GridBagLayout.
InsertElementMenu A menu that displays a list of elements that can be inserted at the current position in the current VexComponent.
InsertElementToolbarButton A MenuButton that triggers a dropdown list of elements that can be inserted at the current point in the currently selected documen.
MenuButton A menu invoked by a button on a JToolBar.
MorphMenu A menu that displays a list of elements into which the current element in the current VexComponent can be morphed.
PasteAction Pastes the contents of the clipboard into the current VexComponent.
PasteTextAction Paste the contents of the clipboard into the current VexComponent as plain text.
ProgressivePopupMenu A JPopupMenu that selects items based on letters entered by the user.
RedoAction Re-does the last undone action.
UndoAction Undoes the last action done on the current VexComponent.
UnwrapAction Removes the element containing the caret.
 

Package net.sf.vex.ui Description

Contains GUI widgets and actions that can be used to build a user interface around a VexComponent.