AbstractCompoundCommand |
Abstract compound command.
|
AbstractUndoableCommand |
Represents abstract undoable/redoable command.
|
Application |
This interface represents a SVG viewer application.
|
DOMDocumentTree |
A swing tree to represent DOM Document.
|
DOMDocumentTree.DOMDocumentTreeEvent |
Event to pass to listener.
|
DOMDocumentTree.DOMDocumentTreeListener |
The DOMDocumentTreeListener.
|
DOMDocumentTree.TransferableTreeNode |
Transferable tree node.
|
DOMDocumentTree.TransferData |
The data being transfered on dnd.
|
DOMDocumentTreeController |
Provides the information to control the DOMDocumentTree behaviour.
|
DOMViewer |
The components of this class are used to view a DOM tree.
|
DOMViewer.NodeInfo |
To store the nodes informations
|
DOMViewer.Panel |
The panel that contains the viewer.
|
DOMViewer.Panel.CharacterPanel |
The CharacterData panel text area.
|
DOMViewerController |
Provides the information needed for the DOMViewer to show and edit the
document.
|
DropDownHistoryModel |
The history scrollable popup menu model.
|
ElementOverlayController |
Provides the information to control the ElementOverlay.
|
ElementOverlayManager |
Manages element overlay on the canvas.
|
FindDialog |
This class represents a Dialog that lets the user searching for text inside
an SVG document.
|
HistoryBrowser |
History browser.
|
HistoryBrowser.CommandController |
Wrapps the command's execute, undo and redo methods.
|
HistoryBrowser.HistoryBrowserEvent |
Event to pass to listener.
|
HistoryBrowser.HistoryBrowserListener |
The HistoryBrowserListener.
|
HistoryBrowserInterface |
The wrapper for the history browser.
|
HistoryBrowserInterface.AppendChildCommand |
The AppendChild command.
|
HistoryBrowserInterface.AttributeAddedCommand |
Adds the attribute to an element (MutationEvent.ADDITION)
|
HistoryBrowserInterface.AttributeModifiedCommand |
Modifies the attribute of an element (MutationEvent.MODIFICATION)
|
HistoryBrowserInterface.AttributeRemovedCommand |
Removes the attribute of an element (MutationEvent.REMOVAL)
|
HistoryBrowserInterface.ChangeNodeValueCommand |
The Change Node Value command.
|
HistoryBrowserInterface.CharDataModifiedCommand |
Sets the node value.
|
HistoryBrowserInterface.CompoundUpdateCommand |
The compound command.
|
HistoryBrowserInterface.InsertNodeBeforeCommand |
Inserts the given node as a child to the given parent node before the
specified sibling node, or as the last child of the given parent, if the
sibling node is null.
|
HistoryBrowserInterface.NodeInsertedCommand |
Inserts the given node as a child of another.
|
HistoryBrowserInterface.NodeRemovedCommand |
Removes the node from its parent node.
|
HistoryBrowserInterface.RemoveChildCommand |
The RemoveChild command.
|
JSVGViewerFrame |
This class represents a SVG viewer swing frame.
|
JSVGViewerFrame.BackAction |
To go back to the previous document
|
JSVGViewerFrame.Canvas |
An extension of JSVGCanvas that exposes the Rhino interpreter.
|
JSVGViewerFrame.Debugger |
Rhino debugger class.
|
JSVGViewerFrame.ForwardAction |
To go forward to the next document
|
JSVGViewerFrame.NextTransformAction |
To go forward to the next transform
|
JSVGViewerFrame.PauseAction |
To pause a document.
|
JSVGViewerFrame.PlayAction |
To restart after a pause.
|
JSVGViewerFrame.PreviousTransformAction |
To go back to the previous transform
|
JSVGViewerFrame.StopAction |
To stop the current processing.
|
JSVGViewerFrame.UseStylesheetAction |
To apply the selected author stylesheet
|
LocalHistory |
This class represents an history of the files visited by a single
browser frame.
|
Main.OptionHandler |
This interface represents an option handler.
|
NodePickerController |
Provides the information to control the NodePickerPanel behaviour.
|
NodePickerPanel |
Used to preview and edit nodes.
|
NodePickerPanel.AttributesTableModel |
The attributesTable model.
|
NodePickerPanel.NodePickerEvent |
Event to pass to listener.
|
NodePickerPanel.NodePickerListener |
Node picker listener.
|
NodePickerPanel.SVGInputPanel |
The panel to view and edit the elements xml representation.
|
OptionPanel |
This class represents a panel to present users with options.
|
PreferenceDialog |
Dialog that displays user preferences.
|
PreferenceDialog.JConfigurationPanel |
A paged panel for configuration windows.
|
SquiggleInputHandler |
This is the interface expected from classes which can handle specific
types of input for the Squiggle SVG browser.
|
StatusBar |
This class represents a viewer status bar.
|
StatusBar.DisplayThread |
To display the main message
|
SVGOptionPanel |
This class represents a panel to control svg encoding options.
|
ThumbnailDialog |
This class represents a Dialog that displays a Thumbnail of the current SVG
document.
|
ThumbnailDialog.AreaOfInterestListener |
Used to perform a translation using the area of interest.
|
ThumbnailDialog.AreaOfInterestOverlay |
An overlay that represents the current area of interest.
|
TransformHistory |
This class implements a transform history mechanism.
|
UndoableCommand |
The undoable/redoable command.
|
XMLPreferenceManager |
|