A B C D E F G H I J K L M N O P Q R S T U V W X Y _

A

ATTRIBUTE_NODE - Static variable in class net.sourceforge.jsxe.dom.AdapterNode
 
AbstractOptionPane - class net.sourceforge.jsxe.options.AbstractOptionPane.
The default implementation of the option pane interface.
AbstractOptionPane(String) - Constructor for class net.sourceforge.jsxe.options.AbstractOptionPane
Creates a new option pane.
ActionManager - class net.sourceforge.jsxe.ActionManager.
The ActionManager handles key bindings within jsXe.
ActionManager.Wrapper - class net.sourceforge.jsxe.ActionManager.Wrapper.
The Wrapper class wraps LocalizedActions so they can be invoked through Swing via the ActionListener interface.
ActionManager.Wrapper(String) - Constructor for class net.sourceforge.jsxe.ActionManager.Wrapper
Creates a new wrapper action.
ActionManager.Wrapper(LocalizedAction) - Constructor for class net.sourceforge.jsxe.ActionManager.Wrapper
Creates a new wrapper action.
ActionPlugin - class net.sourceforge.jsxe.ActionPlugin.
This defines the general interface that all plugins for jsXe must implement.
ActionPlugin() - Constructor for class net.sourceforge.jsxe.ActionPlugin
Constructs an ActionPlugin with the supplied values.
ActionPlugin.Broken - class net.sourceforge.jsxe.ActionPlugin.Broken.
 
ActionPlugin.Broken() - Constructor for class net.sourceforge.jsxe.ActionPlugin.Broken
 
ActionSet - class net.sourceforge.jsxe.ActionSet.
A set of actions.
ActionSet() - Constructor for class net.sourceforge.jsxe.ActionSet
Creates a new action set.
ActionSet(String) - Constructor for class net.sourceforge.jsxe.ActionSet
Creates a new action set.
ActivityLogAction - class net.sourceforge.jsxe.action.ActivityLogAction.
The action that is executed when the clicks on the Activity Log option under the Help Menu
ActivityLogAction() - Constructor for class net.sourceforge.jsxe.action.ActivityLogAction
Constructor for the ActivityLogActionclass
ActivityLogDialog - class net.sourceforge.jsxe.gui.ActivityLogDialog.
Dialog box which appears in response to ActivityLogAction being triggered
ActivityLogDialog(TabbedView) - Constructor for class net.sourceforge.jsxe.gui.ActivityLogDialog
 
AdapterNode - class net.sourceforge.jsxe.dom.AdapterNode.
The AdapterNode class is meant to provide extensions to the W3C Node interface by wrapping around existing nodes created after a document is parsed.
AdapterNodeListener - interface net.sourceforge.jsxe.dom.AdapterNodeListener.
 
ArrayListEnumeration - class net.sourceforge.jsxe.util.ArrayListEnumeration.
A utility class that allows enumaration or iteration over an ArrayList.
ArrayListEnumeration(ArrayList) - Constructor for class net.sourceforge.jsxe.util.ArrayListEnumeration
 
accept(File) - Method in class net.sourceforge.jsxe.CustomFileFilter
Whether the given file is accepted by this filter.
actionPerformed(ActionEvent) - Method in class net.sourceforge.jsxe.ActionManager.Wrapper
 
actionPerformed(ActionEvent) - Method in class net.sourceforge.jsxe.action.OpenRecentFileAction
 
actionPerformed(ActionEvent) - Method in class net.sourceforge.jsxe.gui.OptionsDialog
 
actionPerformed(ActionEvent) - Method in class net.sourceforge.jsxe.gui.PluginManagerDialog
 
add(Action) - Method in class net.sourceforge.jsxe.gui.menu.WrappingMenu
 
add(Component) - Method in class net.sourceforge.jsxe.gui.menu.WrappingMenu
 
add(Component, int) - Method in class net.sourceforge.jsxe.gui.menu.WrappingMenu
 
add(JMenuItem) - Method in class net.sourceforge.jsxe.gui.menu.WrappingMenu
 
add(String) - Method in class net.sourceforge.jsxe.gui.menu.WrappingMenu
 
add(Object) - Method in class net.sourceforge.jsxe.util.ArrayListEnumeration
 
addAction(LocalizedAction) - Method in class net.sourceforge.jsxe.ActionPlugin
Allows subclasses to add actions to the ActionSet for the plugin.
addAction(LocalizedAction) - Method in class net.sourceforge.jsxe.ActionSet
Adds an action to the action set.
addActionSet(ActionSet) - Static method in class net.sourceforge.jsxe.ActionManager
Adds a set of actions to the jsXe's pool of action sets.
addAdapterNode(String, String, short, int) - Method in class net.sourceforge.jsxe.dom.AdapterNode
Adds a new child to this node given the node name, value, and type.
addAdapterNode(AdapterNode) - Method in class net.sourceforge.jsxe.dom.AdapterNode
Adds an already existing AdapterNode to this node as a child.
addAdapterNodeAt(AdapterNode, int) - Method in class net.sourceforge.jsxe.dom.AdapterNode
Adds an already existing AdapterNode to this node at a specified location.
addAdapterNodeListener(AdapterNodeListener) - Method in class net.sourceforge.jsxe.dom.AdapterNode
Adds an AdapterNodeListener to be notified when this node changes
addAttribute(ElementDecl.AttributeDecl) - Method in class net.sourceforge.jsxe.dom.completion.ElementDecl
 
addComponent(Component) - Method in class net.sourceforge.jsxe.gui.GridPanel
Adds a component to the option pane.
addComponent(Component, int) - Method in class net.sourceforge.jsxe.gui.GridPanel
Adds a component to the option pane.
addComponent(JComponent, String) - Method in class net.sourceforge.jsxe.options.AbstractOptionPane
Adds a tooltipped component to the option pane.
addComponent(String, Component) - Method in class net.sourceforge.jsxe.options.AbstractOptionPane
Adds a labeled component to the option pane.
addComponent(String, JComponent, String) - Method in class net.sourceforge.jsxe.options.AbstractOptionPane
Adds a labeled component to the option pane.
addComponent(String, Component, int) - Method in class net.sourceforge.jsxe.options.AbstractOptionPane
Adds a labeled component to the option pane.
addComponent(JComponent, JComponent, String) - Method in class net.sourceforge.jsxe.options.AbstractOptionPane
Adds a labeled component to the option pane.
addComponent(Component, Component) - Method in class net.sourceforge.jsxe.options.AbstractOptionPane
Adds a labeled component to the option pane.
addComponent(Component, Component, int) - Method in class net.sourceforge.jsxe.options.AbstractOptionPane
Adds a labeled component to the option pane.
addDirectory(String) - Method in class net.sourceforge.jsxe.JARClassLoader
Adds all jar files in a directory to the search path for the class loader.
addDocumentBuffer(DocumentBuffer, String) - Method in class net.sourceforge.jsxe.gui.TabbedView
Adds a buffer to the main view.
addDocumentBuffer(DocumentBuffer) - Method in class net.sourceforge.jsxe.gui.TabbedView
Adds a buffer to the main view.
addDocumentBufferListener(DocumentBufferListener) - Method in class net.sourceforge.jsxe.DocumentBuffer
Adds a listener to this document buffer that is notified when the buffer is changed.
addElement(ElementDecl) - Method in class net.sourceforge.jsxe.dom.completion.CompletionInfo
 
addEntity(int, String, String) - Method in class net.sourceforge.jsxe.dom.completion.CompletionInfo
 
addEntity(int, String, String, String) - Method in class net.sourceforge.jsxe.dom.completion.CompletionInfo
 
addEntity(EntityDecl) - Method in class net.sourceforge.jsxe.dom.completion.CompletionInfo
 
addJarFile(String) - Method in class net.sourceforge.jsxe.JARClassLoader
Adds a jar file to the search path for the class loader and loads the jar as a plugin.
addJarFile(File) - Method in class net.sourceforge.jsxe.JARClassLoader
Adds a jar file to the search path for the class loader and loads the jar as a plugin
addKeyBinding(String, String) - Static method in class net.sourceforge.jsxe.ActionManager
Adds a key binding to jsXe.
addKeyBinding(String, LocalizedAction) - Static method in class net.sourceforge.jsxe.ActionManager
Adds a key binding to this input handler.
addLayoutComponent(String, Component) - Method in class net.sourceforge.jsxe.gui.VariableGridLayout
Not used in this class.
addLayoutComponent(Component, Object) - Method in class net.sourceforge.jsxe.gui.VariableGridLayout
Not used in this class.
addOptionGroup(OptionGroup) - Method in class net.sourceforge.jsxe.gui.OptionsDialog
Adds a new option group to the OptionPane tree.
addOptionGroup(OptionGroup, OptionGroup) - Method in class net.sourceforge.jsxe.gui.OptionsDialog
 
addOptionGroup(OptionGroup) - Method in class net.sourceforge.jsxe.options.OptionGroup
Adds a group as a child in the option tree.
addOptionPane(OptionPane) - Method in class net.sourceforge.jsxe.gui.OptionsDialog
Adds a new option pane to the OptionPane tree.
addOptionPane(OptionPane, OptionGroup) - Method in class net.sourceforge.jsxe.gui.OptionsDialog
 
addOptionPane(OptionPane) - Method in class net.sourceforge.jsxe.options.OptionGroup
Adds an OptionPane as a leaf node in the option tree.
addSeparator() - Method in class net.sourceforge.jsxe.gui.GridPanel
Adds a separator component.
addSeparator(String) - Method in class net.sourceforge.jsxe.gui.GridPanel
Adds a separator component.
addToBus(EBListener) - Static method in class net.sourceforge.jsxe.EditBus
Adds a component to the bus.
addTranslation(KeyEventTranslator.Key, KeyEventTranslator.Key) - Static method in class net.sourceforge.jsxe.gui.KeyEventTranslator
Adds a keyboard translation.
addTreeModelListener(TreeModelListener) - Method in class net.sourceforge.jsxe.gui.OptionsDialog.OptionTreeModel
 
addXMLDocumentListener(XMLDocumentListener) - Method in class net.sourceforge.jsxe.dom.XMLDocument
Registers a change listener with the XMLDocument
adjustForScreenBounds(Rectangle) - Static method in class net.sourceforge.jsxe.gui.GUIUtilities
Gives a rectangle the specified bounds, ensuring it is within the screen bounds.
any - Variable in class net.sourceforge.jsxe.dom.completion.ElementDecl
 
attributeChanged(AdapterNode, String) - Method in interface net.sourceforge.jsxe.dom.AdapterNodeListener
 

B

BufferHistory - class net.sourceforge.jsxe.BufferHistory.
Maintains the files that have been used recently and their properties.
BufferHistory() - Constructor for class net.sourceforge.jsxe.BufferHistory
Creates a new empty buffer history
BufferHistory.BufferHistoryEntry - class net.sourceforge.jsxe.BufferHistory.BufferHistoryEntry.
Represents an entry in the buffer history.
BufferHistory.BufferHistoryEntry(String, String, Properties) - Constructor for class net.sourceforge.jsxe.BufferHistory.BufferHistoryEntry
Creates a new Buffer history entry for the path given
bufferSaved(DocumentBuffer) - Method in interface net.sourceforge.jsxe.DocumentBufferListener
Called whenever the buffer is saved.
buildToVersion(String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Converts an internal version number (build) into a `human-readable' form.

C

CANONICAL_FORM - Static variable in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
CDATA_SECTIONS - Static variable in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
CDATA_SECTION_NODE - Static variable in class net.sourceforge.jsxe.dom.AdapterNode
 
CHAR_NORMALIZATION - Static variable in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
CLOSED - Static variable in class net.sourceforge.jsxe.msg.DocumentBufferUpdate
Buffer closed.
COMMENTS - Static variable in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
COMMENT_NODE - Static variable in class net.sourceforge.jsxe.dom.AdapterNode
 
COPY_SUFFIX - Static variable in class net.sourceforge.jsxe.ActionManager
 
CUT_SUFFIX - Static variable in class net.sourceforge.jsxe.ActionManager
 
CatalogManager - class net.sourceforge.jsxe.CatalogManager.
The CatalogManager implements cataloging external entities to a local cache so that it can be later retrieved without having to retrieve it from the external source on every parse.
CompletionInfo - class net.sourceforge.jsxe.dom.completion.CompletionInfo.
Encapsulates information about an XML document structure obtained from a DTD or Schema document.
CompletionInfo() - Constructor for class net.sourceforge.jsxe.dom.completion.CompletionInfo
 
CompletionInfo(ArrayList, HashMap, ArrayList, HashMap, ArrayList) - Constructor for class net.sourceforge.jsxe.dom.completion.CompletionInfo
 
CopyAction - class net.sourceforge.jsxe.action.CopyAction.
The copy action invokes a DocumentView specific action defined for copy.
CopyAction() - Constructor for class net.sourceforge.jsxe.action.CopyAction
 
CustomFileFilter - class net.sourceforge.jsxe.CustomFileFilter.
A custom class that implements the FileFilter interface.
CustomFileFilter(Collection, String) - Constructor for class net.sourceforge.jsxe.CustomFileFilter
Creates a CustomFileFilter given a Collection containing the file extensions that the file filter accepts.
CutAction - class net.sourceforge.jsxe.action.CutAction.
The cut action invokes a DocumentView specific action defined for cut.
CutAction() - Constructor for class net.sourceforge.jsxe.action.CutAction
 
canSetParameter(String, Object) - Method in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
cancel() - Method in class net.sourceforge.jsxe.gui.ActivityLogDialog
 
cancel() - Method in class net.sourceforge.jsxe.gui.DirtyFilesDialog
 
cancel() - Method in class net.sourceforge.jsxe.gui.DocumentOptionsDialog
 
cancel() - Method in class net.sourceforge.jsxe.gui.EnhancedDialog
The method that is called when escape is pressed when viewing the dialog.
cancel() - Method in class net.sourceforge.jsxe.gui.ErrorListDialog
 
cancel() - Method in class net.sourceforge.jsxe.gui.OptionsDialog
 
cancel() - Method in class net.sourceforge.jsxe.gui.PluginManagerDialog
 
canonPath(String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Returns the canonical form of the specified path name.
charactersToEntities(String, Map) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Converts characters to entities.
charsToEscapes(String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Escapes newlines, tabs, backslashes, and quotes in the specified string.
charsToEscapes(String, String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Escapes the specified characters in the specified string.
checkWellFormedness() - Method in class net.sourceforge.jsxe.dom.XMLDocument
Checks the wellformedness of the document and throws appropriate exceptions based on the errors encountered during parsing.
child(int) - Method in class net.sourceforge.jsxe.dom.AdapterNode
Gets the child node at the given index.
childCount() - Method in class net.sourceforge.jsxe.dom.AdapterNode
Gets the number of children that this node has.
classToFile(String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Converts a class name to a file name.
clearCache() - Static method in class net.sourceforge.jsxe.CatalogManager
Clears the resource cache.
clone() - Method in class net.sourceforge.jsxe.dom.completion.CompletionInfo
 
close(TabbedView, boolean) - Method in class net.sourceforge.jsxe.DocumentBuffer
Performs closing tasks.
close() - Method in interface net.sourceforge.jsxe.gui.DocumentView
Closes the current view.
close() - Method in class net.sourceforge.jsxe.gui.TabbedView
Closes the view.
closeAllDocumentBuffers(TabbedView) - Static method in class net.sourceforge.jsxe.jsXe
Closes all open DocumentBuffers.
closeDocumentBuffer(TabbedView, DocumentBuffer) - Static method in class net.sourceforge.jsxe.jsXe
Closes an open DocumentBuffer.
closeDocumentBuffer(TabbedView, DocumentBuffer, boolean) - Static method in class net.sourceforge.jsxe.jsXe
Overloaded version of closeDocumentBuffer() method.
closeStream() - Static method in class net.sourceforge.jsxe.util.Log
Closes the log stream.
column - Variable in class net.sourceforge.jsxe.dom.completion.IDDecl
 
compare(Object, Object) - Method in class net.sourceforge.jsxe.dom.completion.ElementDecl.Compare
 
compare(Object, Object) - Method in class net.sourceforge.jsxe.dom.completion.EntityDecl.Compare
 
compare(Object, Object) - Method in class net.sourceforge.jsxe.dom.completion.IDDecl.Compare
 
compare(Object, Object) - Method in class net.sourceforge.jsxe.util.MiscUtilities.MenuItemCompare
 
compare(Object, Object) - Method in class net.sourceforge.jsxe.util.MiscUtilities.StringCompare
 
compare(Object, Object) - Method in class net.sourceforge.jsxe.util.MiscUtilities.StringICaseCompare
 
compareStrings(String, String, boolean) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Compares two strings.
completionInfo - Variable in class net.sourceforge.jsxe.dom.completion.ElementDecl
 
concatPath(String, String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Like #constructPath, except path will be appended to parent even if it is absolute.
confirm(Component, String, Object[], int, int) - Static method in class net.sourceforge.jsxe.gui.GUIUtilities
Displays a confirm dialog box and returns the button pushed by the user.
contains(LocalizedAction) - Method in class net.sourceforge.jsxe.ActionSet
Returns if this action set contains the specified action.
content - Variable in class net.sourceforge.jsxe.dom.completion.ElementDecl
 
copy(boolean) - Method in class net.sourceforge.jsxe.dom.AdapterNode
Copies this node into a new AdapterNode.
createAllBindings() - Method in class net.sourceforge.jsxe.options.ShortcutsOptionPane
 
createMoreMenu() - Method in class net.sourceforge.jsxe.gui.menu.WrappingMenu
Creates an internal menu that is used for wrapping this WrappingMenu.
createMultilineLabel(String) - Static method in class net.sourceforge.jsxe.gui.DocumentOptionsDialog
Creates a component that displays a multiple line message.
createMultilineLabel(String) - Static method in class net.sourceforge.jsxe.gui.GUIUtilities
Creates a component that displays a multiple line message.
createOptionTreeModel() - Method in class net.sourceforge.jsxe.gui.GlobalOptionsDialog
 
createOptionTreeModel() - Method in class net.sourceforge.jsxe.gui.OptionsDialog
 
createWhiteSpace(int, int) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Creates a string of white space with the specified length.

D

DATATYPE_NORMALIZATION - Static variable in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
DEBUG - Static variable in class net.sourceforge.jsxe.util.Log
Debugging message urgency.
DIRTY - Static variable in class net.sourceforge.jsxe.DocumentBuffer
A status that indicates the file is dirty.
DIRTY_CHANGED - Static variable in class net.sourceforge.jsxe.msg.DocumentBufferUpdate
Buffer dirty changed.
DISCARD_DEFAULT_CONTENT - Static variable in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
DOCUMENT_FRAGMENT_NODE - Static variable in class net.sourceforge.jsxe.dom.AdapterNode
 
DOCUMENT_NODE - Static variable in class net.sourceforge.jsxe.dom.AdapterNode
 
DOCUMENT_TYPE_NODE - Static variable in class net.sourceforge.jsxe.dom.AdapterNode
 
DOMOutput - class net.sourceforge.jsxe.dom.DOMOutput.
An implementation of the LSOutput interface for use with the DOMSerializer class.
DOMOutput(OutputStream, String) - Constructor for class net.sourceforge.jsxe.dom.DOMOutput
 
DOMOutput(String, String) - Constructor for class net.sourceforge.jsxe.dom.DOMOutput
 
DOMOutput(Writer) - Constructor for class net.sourceforge.jsxe.dom.DOMOutput
 
DOMSerializer - class net.sourceforge.jsxe.dom.DOMSerializer.
An implementation of the DOM3 LSSerializer interface.
DOMSerializer() - Constructor for class net.sourceforge.jsxe.dom.DOMSerializer
Creates a default DOMSerializer using the default options.
DOMSerializer(DOMSerializerConfiguration) - Constructor for class net.sourceforge.jsxe.dom.DOMSerializer
Creates a DOMSerializer that uses the configuration specified.
DOMSerializerConfiguration - class net.sourceforge.jsxe.dom.DOMSerializerConfiguration.
DOMSerializerConfiguration is the default implementation of the DOMConfiguration interface to be used with the DOMSerializer class.
DOMSerializerConfiguration() - Constructor for class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
DOMSerializerConfiguration(DOMConfiguration) - Constructor for class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
DOMSerializerException - exception net.sourceforge.jsxe.dom.DOMSerializerException.
Signals that a serialization error of some kind has occurred.
DOMSerializerException(DOMError) - Constructor for class net.sourceforge.jsxe.dom.DOMSerializerException
 
DefaultDOMLocator - class net.sourceforge.jsxe.dom.DefaultDOMLocator.
 
DefaultDOMLocator() - Constructor for class net.sourceforge.jsxe.dom.DefaultDOMLocator
 
DefaultDOMLocator(Node, int, int, int, String) - Constructor for class net.sourceforge.jsxe.dom.DefaultDOMLocator
 
DirtyFilesDialog - class net.sourceforge.jsxe.gui.DirtyFilesDialog.
The Dialog box which comes up when user is exiting jsXe and their are dirty files existing.
DirtyFilesDialog(TabbedView, ArrayList) - Constructor for class net.sourceforge.jsxe.gui.DirtyFilesDialog
Constructor for the DirtyFilesDialog class
DocumentBuffer - class net.sourceforge.jsxe.DocumentBuffer.
The DocumentBuffer class implements application specific properties of an XML document.
DocumentBufferListener - interface net.sourceforge.jsxe.DocumentBufferListener.
Defines an interface for objects that are notified when DocumentBuffers have changed.
DocumentBufferUpdate - class net.sourceforge.jsxe.msg.DocumentBufferUpdate.
Message sent when a document-related change occurs.
DocumentBufferUpdate(DocumentBuffer, Object) - Constructor for class net.sourceforge.jsxe.msg.DocumentBufferUpdate
Creates a new buffer update message.
DocumentOptionsAction - class net.sourceforge.jsxe.action.DocumentOptionsAction.
The action that is executed when the user selects 'Document Options' from the tools menu.
DocumentOptionsAction() - Constructor for class net.sourceforge.jsxe.action.DocumentOptionsAction
 
DocumentOptionsDialog - class net.sourceforge.jsxe.gui.DocumentOptionsDialog.
The DocumentOptions class represents the options that are specific to an XML Document.
DocumentOptionsDialog(TabbedView) - Constructor for class net.sourceforge.jsxe.gui.DocumentOptionsDialog
Creates a new DocumentOptionsDialog
DocumentView - interface net.sourceforge.jsxe.gui.DocumentView.
The DocumentView class defines the methods that will be implemented by all views in jsXe that provide features for editing XML documents.

E

EBListener - interface net.sourceforge.jsxe.EBListener.
A listener on the EditBus.
EBMessage - class net.sourceforge.jsxe.EBMessage.
The base class of all EditBus messages.
EBMessage(Object) - Constructor for class net.sourceforge.jsxe.EBMessage
Creates a new message.
EBMessage(EBListener) - Constructor for class net.sourceforge.jsxe.EBMessage
Creates a new message.
ELEMENT_NODE - Static variable in class net.sourceforge.jsxe.dom.AdapterNode
 
ENCODING - Static variable in class net.sourceforge.jsxe.dom.XMLDocument
The property key for the encoding of this XML document
ENTITIES - Static variable in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
ENTITY_NODE - Static variable in class net.sourceforge.jsxe.dom.AdapterNode
 
ENTITY_REFERENCE_NODE - Static variable in class net.sourceforge.jsxe.dom.AdapterNode
 
ERROR - Static variable in class net.sourceforge.jsxe.util.Log
Error urgency.
ERROR_HANDLER - Static variable in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
EXTERNAL - Static variable in class net.sourceforge.jsxe.dom.completion.EntityDecl
 
EditBus - class net.sourceforge.jsxe.EditBus.
jsXe's global event notification mechanism.
ElementDecl - class net.sourceforge.jsxe.dom.completion.ElementDecl.
 
ElementDecl(CompletionInfo, String, String) - Constructor for class net.sourceforge.jsxe.dom.completion.ElementDecl
 
ElementDecl(CompletionInfo, String, boolean, boolean, List, Map, Set) - Constructor for class net.sourceforge.jsxe.dom.completion.ElementDecl
 
ElementDecl.AttributeDecl - class net.sourceforge.jsxe.dom.completion.ElementDecl.AttributeDecl.
 
ElementDecl.AttributeDecl(String, String, ArrayList, String, boolean) - Constructor for class net.sourceforge.jsxe.dom.completion.ElementDecl.AttributeDecl
 
ElementDecl.Compare - class net.sourceforge.jsxe.dom.completion.ElementDecl.Compare.
 
ElementDecl.Compare() - Constructor for class net.sourceforge.jsxe.dom.completion.ElementDecl.Compare
 
EnhancedDialog - class net.sourceforge.jsxe.gui.EnhancedDialog.
A dialog box that handles window closing, the ENTER key and the ESCAPE key for you.
EnhancedDialog(Frame, String, boolean) - Constructor for class net.sourceforge.jsxe.gui.EnhancedDialog
Creates a new EnhancedDialog as a child of a frame.
EnhancedDialog(Dialog, String, boolean) - Constructor for class net.sourceforge.jsxe.gui.EnhancedDialog
Creates a new EnhancedDialog as a child of a frame.
EntityDecl - class net.sourceforge.jsxe.dom.completion.EntityDecl.
 
EntityDecl(int, String, String) - Constructor for class net.sourceforge.jsxe.dom.completion.EntityDecl
 
EntityDecl(int, String, String, String) - Constructor for class net.sourceforge.jsxe.dom.completion.EntityDecl
 
EntityDecl.Compare - class net.sourceforge.jsxe.dom.completion.EntityDecl.Compare.
 
EntityDecl.Compare() - Constructor for class net.sourceforge.jsxe.dom.completion.EntityDecl.Compare
 
ErrorListDialog - class net.sourceforge.jsxe.gui.ErrorListDialog.
A dialog that displays multiple errors based on a Vector containing string objects.
ErrorListDialog(Frame, String, String, Vector, boolean) - Constructor for class net.sourceforge.jsxe.gui.ErrorListDialog
Creates a new ErrorListDialog.
element - Variable in class net.sourceforge.jsxe.dom.completion.IDDecl
 
elements - Variable in class net.sourceforge.jsxe.dom.completion.CompletionInfo
 
elementsAllowedAnywhere - Variable in class net.sourceforge.jsxe.dom.completion.CompletionInfo
 
empty - Variable in class net.sourceforge.jsxe.dom.completion.ElementDecl
 
entities - Variable in class net.sourceforge.jsxe.dom.completion.CompletionInfo
 
entitiesToCharacters(String, Map) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Converts entities to characters
entityDeclared(String) - Method in class net.sourceforge.jsxe.dom.XMLDocument
Determines if the entity was declared by the DTD/Schema.
equals(Object) - Method in class net.sourceforge.jsxe.dom.AdapterNode
Compares this AdapterNode with another.
equals(Object) - Method in class net.sourceforge.jsxe.gui.KeyEventTranslator.Key
 
equals(Object, Object) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Determines if object a equals object b.
equalsOnDisk(File) - Method in class net.sourceforge.jsxe.DocumentBuffer
Indicates if the file given is the same file on disk as the file used by this DocumentBuffer are the same file on disk.
equalsOnDisk(DocumentBuffer) - Method in class net.sourceforge.jsxe.DocumentBuffer
Indicates if the DocumentBuffer given represents the same file on disk as the file used by this DocumentBuffer.
error(Component, String, Object[]) - Static method in class net.sourceforge.jsxe.gui.GUIUtilities
Displays an error dialog box.
escapesToChars(String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Converts "\n" and "\t" escapes in the specified string to newlines and tabs.
exit(TabbedView) - Static method in class net.sourceforge.jsxe.jsXe
Called when exiting jsXe.
exiterror(Object, Object, int) - Static method in class net.sourceforge.jsxe.jsXe
Called when crashing jsXe.

F

FIND_SUFFIX - Static variable in class net.sourceforge.jsxe.ActionManager
 
FIXED_NUM_COLUMNS - Static variable in class net.sourceforge.jsxe.gui.VariableGridLayout
 
FIXED_NUM_ROWS - Static variable in class net.sourceforge.jsxe.gui.VariableGridLayout
 
FORMAT_XML - Static variable in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
FORMAT_XML - Static variable in class net.sourceforge.jsxe.dom.XMLDocument
The property key for the boolean property specifying that the XML text should be formatted to look pleasing to the eye.
FileCloseAction - class net.sourceforge.jsxe.action.FileCloseAction.
The action executed when the user selects 'close' from the file menu.
FileCloseAction() - Constructor for class net.sourceforge.jsxe.action.FileCloseAction
 
FileCloseAllAction - class net.sourceforge.jsxe.action.FileCloseAllAction.
The action that is executed when the user selects 'close all' in the file menu.
FileCloseAllAction() - Constructor for class net.sourceforge.jsxe.action.FileCloseAllAction
 
FileExitAction - class net.sourceforge.jsxe.action.FileExitAction.
The action that is executed when the user selects 'exit' in the file menu.
FileExitAction() - Constructor for class net.sourceforge.jsxe.action.FileExitAction
 
FileNewAction - class net.sourceforge.jsxe.action.FileNewAction.
The action that is executed when the user selects 'new' in the file menu.
FileNewAction() - Constructor for class net.sourceforge.jsxe.action.FileNewAction
 
FileOpenAction - class net.sourceforge.jsxe.action.FileOpenAction.
The action that is executed when the user selects 'open' in the file menu.
FileOpenAction() - Constructor for class net.sourceforge.jsxe.action.FileOpenAction
 
FileReloadAction - class net.sourceforge.jsxe.action.FileReloadAction.
The action that is executed when the user selects 'reload' in the file menu.
FileReloadAction() - Constructor for class net.sourceforge.jsxe.action.FileReloadAction
 
FileSaveAction - class net.sourceforge.jsxe.action.FileSaveAction.
The action that is executed when the user selects 'save' in the file menu.
FileSaveAction() - Constructor for class net.sourceforge.jsxe.action.FileSaveAction
 
FileSaveAsAction - class net.sourceforge.jsxe.action.FileSaveAsAction.
The action that is executed when the user selects 'save as' in the file menu.
FileSaveAsAction() - Constructor for class net.sourceforge.jsxe.action.FileSaveAsAction
 
FindAction - class net.sourceforge.jsxe.action.FindAction.
The find action invokes a DocumentView specific action defined for find.
FindAction() - Constructor for class net.sourceforge.jsxe.action.FindAction
 
FindNextAction - class net.sourceforge.jsxe.action.FindNextAction.
The find action invokes a DocumentView specific action defined for find.
FindNextAction() - Constructor for class net.sourceforge.jsxe.action.FindNextAction
 
fileToClass(String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Converts a file name to a class name.
findClass(String) - Method in class net.sourceforge.jsxe.JARClassLoader
Finds a class by looking for it on the jar files in the search path.
findResource(String) - Method in class net.sourceforge.jsxe.JARClassLoader
Finds the first resource matching the name in the jar files specified in the search path.
findResources(String) - Method in class net.sourceforge.jsxe.JARClassLoader
Finds all resources matching the name in the jar files specified in the search path.
fireNodesChanged(Object, Object[], int[], Object[]) - Method in class net.sourceforge.jsxe.gui.OptionsDialog.OptionTreeModel
 
fireNodesInserted(Object, Object[], int[], Object[]) - Method in class net.sourceforge.jsxe.gui.OptionsDialog.OptionTreeModel
 
fireNodesRemoved(Object, Object[], int[], Object[]) - Method in class net.sourceforge.jsxe.gui.OptionsDialog.OptionTreeModel
 
fireStructureChanged(AdapterNode) - Method in class net.sourceforge.jsxe.DocumentBuffer
 
fireStructureChanged() - Method in class net.sourceforge.jsxe.dom.AdapterNode
 
fireStructureChanged(AdapterNode) - Method in class net.sourceforge.jsxe.dom.XMLDocument
Called when the structure of the document has changed.
fireTreeStructureChanged(Object, Object[], int[], Object[]) - Method in class net.sourceforge.jsxe.gui.OptionsDialog.OptionTreeModel
 
flushStream() - Static method in class net.sourceforge.jsxe.util.Log
Flushes the log stream.

G

GUIUtilities - class net.sourceforge.jsxe.gui.GUIUtilities.
Various GUI functions.
GeneralOptionPane - class net.sourceforge.jsxe.options.GeneralOptionPane.
The OptionPane containing jsXe's general options in the Global Options Dialog.
GeneralOptionPane() - Constructor for class net.sourceforge.jsxe.options.GeneralOptionPane
 
GlobalOptionsDialog - class net.sourceforge.jsxe.gui.GlobalOptionsDialog.
jsXe's global options dialog.
GlobalOptionsDialog(TabbedView) - Constructor for class net.sourceforge.jsxe.gui.GlobalOptionsDialog
Creates the jsXe global options dialog.
GrabKeyDialog - class net.sourceforge.jsxe.gui.GrabKeyDialog.
A dialog for getting shortcut keys.
GrabKeyDialog(Dialog, GrabKeyDialog.KeyBinding, Vector) - Constructor for class net.sourceforge.jsxe.gui.GrabKeyDialog
Create and show a new modal dialog.
GrabKeyDialog(Frame, GrabKeyDialog.KeyBinding, Vector) - Constructor for class net.sourceforge.jsxe.gui.GrabKeyDialog
Create and show a new modal dialog.
GrabKeyDialog.KeyBinding - class net.sourceforge.jsxe.gui.GrabKeyDialog.KeyBinding.
A jsXe key binding
GrabKeyDialog.KeyBinding(String, String, String) - Constructor for class net.sourceforge.jsxe.gui.GrabKeyDialog.KeyBinding
Creates a new key binding for use with the GrabKeyDialog.
GridPanel - class net.sourceforge.jsxe.gui.GridPanel.
A convenient class for laying out components in a form or dialog.
GridPanel() - Constructor for class net.sourceforge.jsxe.gui.GridPanel
Creates a new panel.
getAction(String) - Static method in class net.sourceforge.jsxe.ActionManager
Gets a true action for the LocalizedAction with the given name.
getAction(String) - Method in class net.sourceforge.jsxe.ActionSet
Returns the action with the specified name.
getActionCount() - Method in class net.sourceforge.jsxe.ActionSet
Returns the number of actions in the set.
getActionNames() - Method in class net.sourceforge.jsxe.ActionSet
Returns an array of all action names in this action set.
getActionPlugin(String) - Method in class net.sourceforge.jsxe.JARClassLoader
Gets an action plugin by name.
getActionPluginNames() - Method in class net.sourceforge.jsxe.JARClassLoader
Returns an ArrayList object containing the names of the all installed action plugins that are not view plugins.
getActionPlugins() - Method in class net.sourceforge.jsxe.JARClassLoader
Gets all action plugins that are not view plugins.
getActionSet() - Method in class net.sourceforge.jsxe.ActionPlugin
Gets the ActionSet for this plugin.
getActionSets() - Static method in class net.sourceforge.jsxe.ActionManager
Gets all action sets that have been registered with jsXe
getActions() - Method in class net.sourceforge.jsxe.ActionSet
Returns an array of all actions in this action set.
getActiveView() - Static method in class net.sourceforge.jsxe.jsXe
Gets the currently active view.
getActivityLogContents() - Method in class net.sourceforge.jsxe.gui.ActivityLogDialog
Gets contents of the ativity log jsxe.log
getAdapterNode() - Method in class net.sourceforge.jsxe.dom.XMLDocument
Returns the AdapterNode object for the root of the XML document.
getAllElements(String, List) - Method in class net.sourceforge.jsxe.dom.completion.CompletionInfo
 
getAllPluginNames() - Method in class net.sourceforge.jsxe.JARClassLoader
Gets a list of all the names of the loaded plugins.
getAllPlugins() - Method in class net.sourceforge.jsxe.JARClassLoader
Gets all plugins.
getAllowedElements() - Method in class net.sourceforge.jsxe.dom.AdapterNode
Gets a sorted list of all the elements (ElementDecl objects) allowed as children of this node as defined in the DTD or Schema.
getAllowedEntities() - Method in class net.sourceforge.jsxe.dom.XMLDocument
Get the entities defined for this document.
getAppTitle() - Static method in class net.sourceforge.jsxe.jsXe
Gets the title of the jsXe application.
getAttribute(String) - Method in class net.sourceforge.jsxe.dom.AdapterNode
Gets the value of an attribute associated with this node.
getAttribute(String) - Method in class net.sourceforge.jsxe.dom.completion.ElementDecl
 
getAttributeAt(int) - Method in class net.sourceforge.jsxe.dom.AdapterNode
Gets the value of an attribute at the given index
getAttributeNameAt(int) - Method in class net.sourceforge.jsxe.dom.AdapterNode
Gets the qualified name of an attribute at the given index
getAttributes() - Method in class net.sourceforge.jsxe.dom.AdapterNode
Gets the attributes associated with this node.
getAttributes() - Method in class net.sourceforge.jsxe.dom.completion.ElementDecl
Gets all the attribute declarations for this element
getBooleanProperty(String, boolean) - Static method in class net.sourceforge.jsxe.jsXe
Gets the value of an boolean property.
getBufferCount() - Method in class net.sourceforge.jsxe.gui.TabbedView
Gets the number of open buffers.
getBufferHistory() - Static method in class net.sourceforge.jsxe.jsXe
Gets jsXe's buffer history.
getBuild() - Static method in class net.sourceforge.jsxe.jsXe
Gets the internal build version for jsXe.
getBuildDate() - Static method in class net.sourceforge.jsxe.jsXe
Gets the date that jsXe was built as a string.
getByteOffset() - Method in class net.sourceforge.jsxe.dom.DefaultDOMLocator
 
getByteStream() - Method in class net.sourceforge.jsxe.dom.DOMOutput
 
getCancelFlag() - Method in class net.sourceforge.jsxe.gui.DirtyFilesDialog
Gets the current value of the cancelFlag
getCenterMessage() - Method in class net.sourceforge.jsxe.gui.StatusBar
Gets the current message being displayed in the center of the status bar
getCharacterStream() - Method in class net.sourceforge.jsxe.dom.DOMOutput
 
getChild(Object, int) - Method in class net.sourceforge.jsxe.gui.OptionsDialog.OptionTreeModel
 
getChildCount(Object) - Method in class net.sourceforge.jsxe.gui.OptionsDialog.OptionTreeModel
 
getChildElements(String) - Method in class net.sourceforge.jsxe.dom.completion.ElementDecl
 
getColorHexString(Color) - Static method in class net.sourceforge.jsxe.gui.GUIUtilities
Converts a color object to its hex value.
getColumnNumber() - Method in class net.sourceforge.jsxe.dom.DefaultDOMLocator
 
getCompletionInfoForNamespace(String) - Static method in class net.sourceforge.jsxe.dom.completion.CompletionInfo
 
getCompletionInfoFromResource(String) - Static method in class net.sourceforge.jsxe.dom.completion.CompletionInfo
 
getCompletionInfoMappings() - Method in class net.sourceforge.jsxe.dom.XMLDocument
Gets the namespace uri to CompletionInfo Mappings for this document.
getComponent() - Method in class net.sourceforge.jsxe.gui.OptionsPanel
Deprecated.  
getComponent() - Method in class net.sourceforge.jsxe.options.AbstractOptionPane
Returns the component that should be displayed for this option pane.
getComponent() - Method in interface net.sourceforge.jsxe.options.OptionPane
Returns the component that should be displayed for this option pane.
getComponentParent(Component, Class) - Static method in class net.sourceforge.jsxe.gui.GUIUtilities
Finds a parent of the specified component.
getComponents() - Static method in class net.sourceforge.jsxe.EditBus
Returns an array of all components connected to the bus.
getContents() - Method in class net.sourceforge.jsxe.gui.ActivityLogDialog
Gets the contents of the activity log since last refreshed.
getDefaultDocument() - Static method in class net.sourceforge.jsxe.jsXe
Gets the default XML document in jsXe.
getDefaultGroup() - Method in class net.sourceforge.jsxe.gui.GlobalOptionsDialog
 
getDefaultGroup() - Method in class net.sourceforge.jsxe.gui.OptionsDialog
 
getDefaultProperty(String) - Static method in class net.sourceforge.jsxe.jsXe
Gets a default global property.
getDescription() - Method in class net.sourceforge.jsxe.CustomFileFilter
The description of this filter.
getDirtyFileNames(ArrayList) - Method in class net.sourceforge.jsxe.gui.DirtyFilesDialog
Gets array of dirty file names from the dirty buffers list
getDocType() - Method in class net.sourceforge.jsxe.dom.XMLDocument
Returns the document type node for this XMLDocument or null if there is none.
getDocumentBuffer() - Method in interface net.sourceforge.jsxe.gui.DocumentView
Gets the DocumentBuffer that this view is currently using.
getDocumentBuffer() - Method in class net.sourceforge.jsxe.gui.TabbedView
 
getDocumentBuffer() - Method in class net.sourceforge.jsxe.msg.DocumentBufferUpdate
Returns the buffer involved.
getDocumentBuffers() - Static method in class net.sourceforge.jsxe.jsXe
Gets an array of the open Buffers.
getDocumentCopy() - Method in class net.sourceforge.jsxe.dom.XMLDocument
Gets a copy of the underlying Document object.
getDocumentView() - Method in class net.sourceforge.jsxe.gui.TabbedView
Gets the current DocumentView that is being displayed by the JTabbedPane
getDocumentView(DocumentBuffer) - Method in class net.sourceforge.jsxe.gui.TabbedView
Gets the DocumentView for a currently opened DocumentBuffer.
getDocumentViewComponent() - Method in interface net.sourceforge.jsxe.gui.DocumentView
Gets the the Component used to render this view.
getDomConfig() - Method in class net.sourceforge.jsxe.dom.DOMSerializer
 
getElement(String) - Method in class net.sourceforge.jsxe.dom.completion.CompletionInfo
Gets the element declaration for the element with the given local name.
getElementDecl() - Method in class net.sourceforge.jsxe.dom.AdapterNode
Gets the Element declaration that defines this element
getElementDecl(String) - Method in class net.sourceforge.jsxe.dom.XMLDocument
Gets an element declaration for a qualified name.
getEncoding() - Method in class net.sourceforge.jsxe.dom.DOMOutput
 
getEntities() - Method in class net.sourceforge.jsxe.dom.completion.CompletionInfo
Gets the entities for this completion info
getEntity(String) - Method in class net.sourceforge.jsxe.dom.completion.CompletionInfo
Gets an entity with the given Name
getEntityDecl(String) - Method in class net.sourceforge.jsxe.dom.XMLDocument
Gets the entity declaration with the given name
getEntityHash() - Method in class net.sourceforge.jsxe.dom.completion.CompletionInfo
Gets a map containing entity name to character and character to entity name mappings.
getEntries() - Method in class net.sourceforge.jsxe.BufferHistory
Gets a list of all entries in the buffer history
getEntry(String) - Method in class net.sourceforge.jsxe.BufferHistory
Gets an entry in the buffer history for the path given.
getError() - Method in class net.sourceforge.jsxe.dom.DOMSerializerException
 
getErrors() - Method in class net.sourceforge.jsxe.dom.XMLDocument
Gets a list of non-fatal errors that were encountered when the document was parsed last.
getFeature(String) - Method in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
A convenience method to retrieve the value that a boolean parameter (feature) is set to.
getFile() - Method in class net.sourceforge.jsxe.DocumentBuffer
Gets the File for this DocumentBuffer.
getFileExtension(String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Returns the extension of the specified filename, or an empty string if there is none.
getFileName(String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Returns the last component of the specified path.
getFilter() - Method in class net.sourceforge.jsxe.dom.DOMSerializer
 
getFocusTraversalKeysEnabled() - Method in class net.sourceforge.jsxe.gui.GrabKeyDialog
Makes the tab key work in Java 1.4.
getFontProperty(String) - Static method in class net.sourceforge.jsxe.jsXe
Returns the value of a font property.
getFontProperty(String, Font) - Static method in class net.sourceforge.jsxe.jsXe
Returns the value of a font property.
getHomeDirectory() - Static method in class net.sourceforge.jsxe.jsXe
Returns the path to the user's home directory.
getIcon() - Static method in class net.sourceforge.jsxe.jsXe
Gets jsXe's icon that is displayed in the about menu, taskbar and upper left hand corner (where appropriate)
getIndexOfChild(Object, Object) - Method in class net.sourceforge.jsxe.gui.OptionsDialog.OptionTreeModel
 
getInstallDirectory() - Static method in class net.sourceforge.jsxe.jsXe
Returns the path to where jsXe is installed
getIntegerProperty(String, int) - Static method in class net.sourceforge.jsxe.jsXe
Returns the value of an integer property.
getInternalShortcut() - Method in class net.sourceforge.jsxe.gui.KeyEventTranslator.Key
 
getJarFile() - Method in class net.sourceforge.jsxe.PluginLoadException
Gets the jar file that caused this load error.
getKey() - Method in class net.sourceforge.jsxe.msg.PropertyChanged
Returns the property key that was changed.
getKeyStroke(String) - Static method in class net.sourceforge.jsxe.gui.KeyEventTranslator
Gets a Swing KeyStroke representing the internal key binding.
getLabel() - Method in class net.sourceforge.jsxe.ActionSet
Return the action source label.
getLabel() - Method in class net.sourceforge.jsxe.LocalizedAction
Gets the human readable localized label for this action.
getLabel() - Method in class net.sourceforge.jsxe.action.CopyAction
 
getLabel() - Method in class net.sourceforge.jsxe.action.CutAction
 
getLabel() - Method in class net.sourceforge.jsxe.action.FindAction
 
getLabel() - Method in class net.sourceforge.jsxe.action.FindNextAction
 
getLabel() - Method in class net.sourceforge.jsxe.action.PasteAction
 
getLayoutAlignmentX(Container) - Method in class net.sourceforge.jsxe.gui.VariableGridLayout
Always returns 0.5.
getLayoutAlignmentY(Container) - Method in class net.sourceforge.jsxe.gui.VariableGridLayout
Always returns 0.5.
getLeadingWhiteSpace(String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Returns the number of leading white space characters in the specified string.
getLeadingWhiteSpaceWidth(String, int) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Returns the width of the leading white space in the specified string.
getLeftMessage() - Method in class net.sourceforge.jsxe.gui.StatusBar
Gets the current message being displayed on the left of the status bar
getLength() - Method in class net.sourceforge.jsxe.dom.XMLDocument
Gets the total number of characters in the document.
getLineNumber() - Method in class net.sourceforge.jsxe.dom.DefaultDOMLocator
 
getLocalName() - Method in class net.sourceforge.jsxe.dom.AdapterNode
Gets the local name of this node.
getLocalNameFromQualifiedName(String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Extracts the XML local name from a qualified name
getLocale() - Method in class net.sourceforge.jsxe.gui.Messages
The current locale that jsXe is using to display localized messages.
getLocalizedAction(String) - Static method in class net.sourceforge.jsxe.ActionManager
Gets the LocalizedAction set with the given name
getLogDocument() - Static method in class net.sourceforge.jsxe.util.Log
Returns the document where the most recent messages are stored.
getMember(int) - Method in class net.sourceforge.jsxe.options.OptionGroup
Gets a specific member of the option group
getMemberCount() - Method in class net.sourceforge.jsxe.options.OptionGroup
Gets the number of members in this group
getMemberIndex(Object) - Method in class net.sourceforge.jsxe.options.OptionGroup
Gets the index of a member
getMembers() - Method in class net.sourceforge.jsxe.options.OptionGroup
Gets the members of this option group
getMenuComponent(int) - Method in class net.sourceforge.jsxe.gui.menu.WrappingMenu
Returns the the component in this menu or a submenu.
getMenuComponentCount() - Method in class net.sourceforge.jsxe.gui.menu.WrappingMenu
Gets the total number of components in this menu and submenus.
getMenus() - Method in interface net.sourceforge.jsxe.gui.DocumentView
Gets the menus that this view has associated with it.
getMessage(String) - Static method in class net.sourceforge.jsxe.gui.Messages
Returns the message with the specified name.
getMessage(String, Object[]) - Static method in class net.sourceforge.jsxe.gui.Messages
Returns the message with the specified name.
getModString() - Method in class net.sourceforge.jsxe.gui.KeyEventTranslator.Key
 
getModifierString(InputEvent) - Static method in class net.sourceforge.jsxe.gui.KeyEventTranslator
Returns a string containing symbolic modifier names set in the specified event.
getNSPrefix() - Method in class net.sourceforge.jsxe.dom.AdapterNode
Gets the namespace prefix for this node.
getNSPrefixFromQualifiedName(String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Extracts an XML namespace prefix from a qualified name.
getName() - Method in class net.sourceforge.jsxe.ActionManager.Wrapper
 
getName() - Method in class net.sourceforge.jsxe.DocumentBuffer
Gets the name of the buffer.
getName() - Method in class net.sourceforge.jsxe.LocalizedAction
Gets the internal name for this action.
getName() - Method in class net.sourceforge.jsxe.options.AbstractOptionPane
 
getName() - Method in class net.sourceforge.jsxe.options.OptionGroup
Gets the internal name of the option group
getName() - Method in interface net.sourceforge.jsxe.options.OptionPane
Returns the internal name of this option pane.
getNewLine() - Method in class net.sourceforge.jsxe.dom.DOMSerializer
 
getNodeName() - Method in class net.sourceforge.jsxe.dom.AdapterNode
Gets the full qualified name for this node including the local name and namespace prefix.
getNodeType() - Method in class net.sourceforge.jsxe.dom.AdapterNode
Gets the type of the node specified in the W3C Node interface.
getNodeValue() - Method in class net.sourceforge.jsxe.dom.AdapterNode
Gets the current value if this node.
getOffsetOfVirtualColumn(Segment, int, int, int[]) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Returns the array offset of a virtual column number (taking tabs into account) in the segment.
getOldValue() - Method in class net.sourceforge.jsxe.msg.PropertyChanged
Returns the old value of the property before it was changed
getOpenBuffer(File) - Static method in class net.sourceforge.jsxe.jsXe
Gets the DocumentBuffer for this file if the file is open already.
getOptionPane(DocumentBuffer) - Method in class net.sourceforge.jsxe.ActionPlugin
Gets the option pane for setting general plugin options.
getOptionPane() - Method in class net.sourceforge.jsxe.DocumentBuffer
Gets the pane for editing options for this DocumentBuffer.
getOwnerDocument() - Method in class net.sourceforge.jsxe.dom.AdapterNode
Gets the XMLDocument that owns this AdapterNode
getParameter(String) - Method in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
getParameterNames() - Method in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
getParentDialog(Component) - Static method in class net.sourceforge.jsxe.gui.GUIUtilities
Traverses the given component's parent tree looking for an instance of JDialog, and return it.
getParentNode() - Method in class net.sourceforge.jsxe.dom.AdapterNode
Gets the parent AdapterNode object.
getParentOfPath(String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Returns the parent of the specified path.
getPath() - Method in class net.sourceforge.jsxe.BufferHistory.BufferHistoryEntry
Gets the path of the file for this entry
getPlugin(String) - Method in class net.sourceforge.jsxe.JARClassLoader
Gets the plugin with the given name.
getPluginLoader() - Static method in class net.sourceforge.jsxe.jsXe
Gets the plugin loader that is used to load plugins into jsXe
getPluginMenu() - Method in class net.sourceforge.jsxe.ActionPlugin
Returns the menu that appears in the tools menu in jsXe.
getPluginProperty(String, String) - Method in class net.sourceforge.jsxe.JARClassLoader
Gets a property for the plugin with the given name.
getPluginProperty(ActionPlugin, String) - Method in class net.sourceforge.jsxe.JARClassLoader
Gets a property for the given plugin.
getPluginResource(String) - Method in class net.sourceforge.jsxe.JARClassLoader
Finds the first resource matching the name in the jar files specified in the search path.
getPluginResources(String) - Method in class net.sourceforge.jsxe.JARClassLoader
Finds all resources matching the name in the jar files specified in the search path.
getProperties() - Method in class net.sourceforge.jsxe.ActionPlugin
The properties to add to jsXe when the plugin is loaded.
getProperties() - Method in class net.sourceforge.jsxe.BufferHistory.BufferHistoryEntry
Gets the properties associated with the file
getProperties() - Method in class net.sourceforge.jsxe.dom.XMLDocument
Gets all properties associated with this document.
getProperty(String) - Method in class net.sourceforge.jsxe.dom.AdapterNode
Gets a property for the key given.
getProperty(String, String) - Method in class net.sourceforge.jsxe.dom.AdapterNode
Gets a property for the key given or returns the default value if there is no property for the given key.
getProperty(String) - Method in class net.sourceforge.jsxe.dom.XMLDocument
Gets a property for the key given.
getProperty(String, String) - Method in class net.sourceforge.jsxe.dom.XMLDocument
Gets a property for the key given or returns the default value if there is no property for the given key.
getProperty(String) - Static method in class net.sourceforge.jsxe.jsXe
Gets a jsXe global property.
getProperty(String, String) - Static method in class net.sourceforge.jsxe.jsXe
Gets a jsXe global property.
getProtocolOfURL(String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Returns the protocol specified by a URL.
getRelatedNode() - Method in class net.sourceforge.jsxe.dom.DefaultDOMLocator
 
getRequiredAttributesString() - Method in class net.sourceforge.jsxe.dom.completion.ElementDecl
 
getRoot() - Method in class net.sourceforge.jsxe.gui.OptionsDialog.OptionTreeModel
 
getRootElementNode() - Method in class net.sourceforge.jsxe.dom.XMLDocument
A convenience method that returns the root element node of the document.
getScreenBounds() - Static method in class net.sourceforge.jsxe.OperatingSystem
Gets the screen boundries.
getScreenBounds(Rectangle) - Static method in class net.sourceforge.jsxe.OperatingSystem
Returns the bounds of the (virtual) screen that the window should be in
getSegment(int, int) - Method in class net.sourceforge.jsxe.dom.XMLDocument
Gets the text at a specified location in the document.
getSettingsDirectory() - Static method in class net.sourceforge.jsxe.jsXe
Returns the path of the directory where user-specific settings are stored.
getShortcut() - Method in class net.sourceforge.jsxe.gui.GrabKeyDialog
Returns the shortcut, or null if the current shortcut should be removed or the dialog either has been cancelled.
getSource() - Method in class net.sourceforge.jsxe.EBMessage
Returns the sender of this message.
getStatus(int) - Method in class net.sourceforge.jsxe.DocumentBuffer
Gets a status for the DocumentBuffer, such as if it is dirty.
getStatusBar() - Method in class net.sourceforge.jsxe.gui.TabbedView
Gets the status bar for this view.
getSupportedEncodings() - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Returns a list of supported character encodings.
getSymbolicModifierName(int) - Static method in class net.sourceforge.jsxe.gui.KeyEventTranslator
Returns a the symbolic modifier name for the specified Java modifier flag.
getSystemId() - Method in class net.sourceforge.jsxe.dom.DOMOutput
 
getText(int, int) - Method in class net.sourceforge.jsxe.dom.XMLDocument
Gets the text at a specified location in the document.
getTitle() - Method in class net.sourceforge.jsxe.gui.OptionsPanel
Deprecated.  
getTitle() - Method in class net.sourceforge.jsxe.options.GeneralOptionPane
 
getTitle() - Method in class net.sourceforge.jsxe.options.OptionGroup
Gets the title for the option group
getTitle() - Method in interface net.sourceforge.jsxe.options.OptionPane
Get the human readable title of the option pane
getTitle() - Method in class net.sourceforge.jsxe.options.ShortcutsOptionPane
 
getTrailingWhiteSpace(String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Returns the number of trailing whitespace characters in the specified string.
getURI() - Method in class net.sourceforge.jsxe.dom.XMLDocument
Gets the URI for the location of this document.
getUri() - Method in class net.sourceforge.jsxe.dom.DefaultDOMLocator
 
getUtf16Offset() - Method in class net.sourceforge.jsxe.dom.DefaultDOMLocator
 
getVersion() - Static method in class net.sourceforge.jsxe.jsXe
Gets the formatted, human readable version of jsXe.
getView(Component) - Static method in class net.sourceforge.jsxe.gui.GUIUtilities
Finds the view parent of the specified component.
getViewName() - Method in class net.sourceforge.jsxe.BufferHistory.BufferHistoryEntry
Gets the name of the document view used to edit the file.
getViewPlugin(String) - Method in class net.sourceforge.jsxe.JARClassLoader
Gets the view plugin with the given name
getViewPlugin() - Method in interface net.sourceforge.jsxe.gui.DocumentView
Gets view plugin that created this view.
getViewPluginNames() - Method in class net.sourceforge.jsxe.JARClassLoader
Gets the names of all loaded view plugins
getViewPlugins() - Method in class net.sourceforge.jsxe.JARClassLoader
Gets all view plugins.
getVirtualWidth(Segment, int) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Returns the virtual column number (taking tabs into account) of the specified offset in the segment.
getWhat() - Method in class net.sourceforge.jsxe.msg.DocumentBufferUpdate
Returns what caused this buffer update.
globToRE(String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Converts a Unix-style glob to a regular expression.
goToLine(int) - Method in interface net.sourceforge.jsxe.gui.DocumentView
Tells the view to attempt to move to the specified line in the document.
gridBag - Variable in class net.sourceforge.jsxe.gui.GridPanel
The layout manager.

H

handleKey(KeyEvent) - Static method in class net.sourceforge.jsxe.ActionManager
Handles a key event.
handleMessage(EBMessage) - Method in class net.sourceforge.jsxe.ActionPlugin
 
handleMessage(EBMessage) - Method in interface net.sourceforge.jsxe.EBListener
Handles a message sent on the EditBus.
handleMessage(EBMessage) - Method in class net.sourceforge.jsxe.gui.StatusBar
 
hasJava15() - Static method in class net.sourceforge.jsxe.OperatingSystem
Returns if Java 2 version 1.5 is in use.
hasMoreElements() - Method in class net.sourceforge.jsxe.util.ArrayListEnumeration
 
hasNext() - Method in class net.sourceforge.jsxe.util.ArrayListEnumeration
 
hasPrevious() - Method in class net.sourceforge.jsxe.util.ArrayListEnumeration
 
hashCode() - Method in class net.sourceforge.jsxe.gui.KeyEventTranslator.Key
 
hideSplashScreen() - Static method in class net.sourceforge.jsxe.gui.GUIUtilities
Ensures that the splash screen is not visible.

I

IDDecl - class net.sourceforge.jsxe.dom.completion.IDDecl.
 
IDDecl(String, String, String, int, int) - Constructor for class net.sourceforge.jsxe.dom.completion.IDDecl
 
IDDecl.Compare - class net.sourceforge.jsxe.dom.completion.IDDecl.Compare.
 
IDDecl.Compare() - Constructor for class net.sourceforge.jsxe.dom.completion.IDDecl.Compare
 
IGNORE_UNKNOWN_CHAR_DENORM - Static variable in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
INDENT - Static variable in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
The number of spaces to use as an tab when SOFT_TABS is true.
INDENT - Static variable in class net.sourceforge.jsxe.dom.XMLDocument
The property key for the property defining the size of a tab when the document is displayed as text or otherwise.
INFOSET - Static variable in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
INTERNAL - Static variable in class net.sourceforge.jsxe.dom.completion.EntityDecl
 
INTERNAL_NAME - Static variable in class net.sourceforge.jsxe.LocalizedAction
The internal name of the action used for retrieval from jsXe.getAction(String) and for storing properties related to the action.
IS_USING_SOFT_TABS - Static variable in class net.sourceforge.jsxe.dom.XMLDocument
The property key for the property defining whether to serialize using soft tabs (tabs replaced by the number of spaces specified in the INDENT property).
IS_VALIDATING - Static variable in class net.sourceforge.jsxe.dom.XMLDocument
The property key for the property defining whether to validate the document with a DTD or Schema
id - Variable in class net.sourceforge.jsxe.dom.completion.IDDecl
 
index(AdapterNode) - Method in class net.sourceforge.jsxe.dom.AdapterNode
Returns the index of the given AdapterNode if it is a child.
init() - Method in class net.sourceforge.jsxe.gui.OptionsPanel
Deprecated.  
init() - Method in class net.sourceforge.jsxe.options.AbstractOptionPane
Do not override this method, override AbstractOptionPane._init() instead.
init() - Method in interface net.sourceforge.jsxe.options.OptionPane
This method is called every time the option pane is displayed.
init(boolean, int, boolean) - Static method in class net.sourceforge.jsxe.util.Log
Initializes the log.
initComponents() - Method in class net.sourceforge.jsxe.gui.ProgressSplashScreenWindow
Initializes the components for the splash screen.
initKeyBindings() - Static method in class net.sourceforge.jsxe.ActionManager
Initialized the key bindings for jsXe.
initMessages() - Static method in class net.sourceforge.jsxe.gui.Messages
 
initPluginMessages() - Static method in class net.sourceforge.jsxe.gui.Messages
 
initialized - Variable in class net.sourceforge.jsxe.gui.GridPanel
Has the option pane been initialized?
input(Component, String, Object) - Static method in class net.sourceforge.jsxe.gui.GUIUtilities
Displays an input dialog box and returns any text the user entered.
input(Component, String, Object[], Object) - Static method in class net.sourceforge.jsxe.gui.GUIUtilities
Displays an input dialog box and returns any text the user entered.
input - Variable in class net.sourceforge.jsxe.gui.KeyEventTranslator.Key
 
inputProperty(Component, String, String) - Static method in class net.sourceforge.jsxe.gui.GUIUtilities
Displays an input dialog box and returns any text the user entered.
inputProperty(Component, String, Object[], String) - Static method in class net.sourceforge.jsxe.gui.GUIUtilities
Displays an input dialog box and returns any text the user entered.
insert(Action, int) - Method in class net.sourceforge.jsxe.gui.menu.WrappingMenu
 
insert(JMenuItem, int) - Method in class net.sourceforge.jsxe.gui.menu.WrappingMenu
 
insert(String, int) - Method in class net.sourceforge.jsxe.gui.menu.WrappingMenu
 
insertText(int, String) - Method in class net.sourceforge.jsxe.dom.XMLDocument
Inserts text into the document at the specified location
invalidateLayout(Container) - Method in class net.sourceforge.jsxe.gui.VariableGridLayout
 
invoke(TabbedView, ActionEvent) - Method in class net.sourceforge.jsxe.LocalizedAction
The method that is run when the action is invoked.
invoke(TabbedView, ActionEvent) - Method in class net.sourceforge.jsxe.action.ActivityLogAction
 
invoke(TabbedView, ActionEvent) - Method in class net.sourceforge.jsxe.action.CopyAction
 
invoke(TabbedView, ActionEvent) - Method in class net.sourceforge.jsxe.action.CutAction
 
invoke(TabbedView, ActionEvent) - Method in class net.sourceforge.jsxe.action.DocumentOptionsAction
 
invoke(TabbedView, ActionEvent) - Method in class net.sourceforge.jsxe.action.FileCloseAction
 
invoke(TabbedView, ActionEvent) - Method in class net.sourceforge.jsxe.action.FileCloseAllAction
 
invoke(TabbedView, ActionEvent) - Method in class net.sourceforge.jsxe.action.FileExitAction
 
invoke(TabbedView, ActionEvent) - Method in class net.sourceforge.jsxe.action.FileNewAction
 
invoke(TabbedView, ActionEvent) - Method in class net.sourceforge.jsxe.action.FileOpenAction
 
invoke(TabbedView, ActionEvent) - Method in class net.sourceforge.jsxe.action.FileReloadAction
 
invoke(TabbedView, ActionEvent) - Method in class net.sourceforge.jsxe.action.FileSaveAction
 
invoke(TabbedView, ActionEvent) - Method in class net.sourceforge.jsxe.action.FileSaveAsAction
 
invoke(TabbedView, ActionEvent) - Method in class net.sourceforge.jsxe.action.FindAction
 
invoke(TabbedView, ActionEvent) - Method in class net.sourceforge.jsxe.action.FindNextAction
 
invoke(TabbedView, ActionEvent) - Method in class net.sourceforge.jsxe.action.PasteAction
 
invoke(TabbedView, ActionEvent) - Method in class net.sourceforge.jsxe.action.ToolsOptionsAction
 
invoke(TabbedView, ActionEvent) - Method in class net.sourceforge.jsxe.action.ToolsPluginManagerAction
 
invoke(TabbedView, ActionEvent) - Method in class net.sourceforge.jsxe.action.ValidationErrorsAction
 
invoke(TabbedView, ActionEvent) - Method in class net.sourceforge.jsxe.gui.jsxeAboutDialog
Displays jsXe's About dialog
invokeAction(String, ActionEvent) - Static method in class net.sourceforge.jsxe.ActionManager
Invokes the action with the given name.
isAbsolutePath(String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Returns if the specified path name is an absolute path or URL.
isAncestorOf(Component, Component) - Static method in class net.sourceforge.jsxe.gui.GUIUtilities
Returns if the first component is an ancestor of the second by traversing up the component hierarchy.
isAssigned() - Method in class net.sourceforge.jsxe.gui.GrabKeyDialog.KeyBinding
 
isDOSDerived() - Static method in class net.sourceforge.jsxe.OperatingSystem
Returns if we're running Windows 95/98/ME/NT/2000/XP, or OS/2.
isDocViewSpecific(String) - Static method in class net.sourceforge.jsxe.ActionManager
Returns whether the action with the given name is document view specific.
isExiting() - Static method in class net.sourceforge.jsxe.jsXe
Indicates whether jsXe is exiting i.e.
isLeaf(Object) - Method in class net.sourceforge.jsxe.gui.OptionsDialog.OptionTreeModel
 
isLocal(CatalogManager.Entry) - Static method in class net.sourceforge.jsxe.CatalogManager
Tests whether an entry in the resource cache has a file cached locally on disk.
isMacOS() - Static method in class net.sourceforge.jsxe.OperatingSystem
Returns if we're running MacOS X.
isMacOSLF() - Static method in class net.sourceforge.jsxe.OperatingSystem
Returns if we're running MacOS X and using the native look and feel.
isManagingFocus() - Method in class net.sourceforge.jsxe.gui.GrabKeyDialog
Returns if this component can be traversed by pressing the Tab key.
isMiddleButton(int) - Static method in class net.sourceforge.jsxe.gui.GUIUtilities
 
isOK() - Method in class net.sourceforge.jsxe.gui.GrabKeyDialog
Returns true, if the dialog has not been cancelled.
isOS2() - Static method in class net.sourceforge.jsxe.OperatingSystem
Returns if we're running OS/2.
isPopupTrigger(MouseEvent) - Static method in class net.sourceforge.jsxe.gui.GUIUtilities
Returns if the specified event is the popup trigger event.
isRightButton(int) - Static method in class net.sourceforge.jsxe.gui.GUIUtilities
 
isSupportedEncoding(String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Returns if the given character encoding is supported.
isTrue(String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Returns true if the value of the string is true
isURL(String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Checks if the specified string is a URL.
isUnix() - Static method in class net.sourceforge.jsxe.OperatingSystem
Returns if we're running Unix (this includes MacOS X).
isUntitled() - Method in class net.sourceforge.jsxe.DocumentBuffer
Gets whether this DocumentBuffer is untitled.
isValid() - Method in class net.sourceforge.jsxe.dom.XMLDocument
Returns true if the document is valid i.e.
isWellFormed() - Method in class net.sourceforge.jsxe.dom.XMLDocument
Indicates if the document is well formed.
isWindows() - Static method in class net.sourceforge.jsxe.OperatingSystem
Returns if we're running Windows 95/98/ME/NT/2000/XP.
isWindows9x() - Static method in class net.sourceforge.jsxe.OperatingSystem
Returns if we're running Windows 95/98/ME.
isWindowsNT() - Static method in class net.sourceforge.jsxe.OperatingSystem
Returns if we're running Windows NT/2000/XP.

J

JARClassLoader - class net.sourceforge.jsxe.JARClassLoader.
A class loader implementation that loads classes from JAR files.
JARClassLoader() - Constructor for class net.sourceforge.jsxe.JARClassLoader
 
jsXe - class net.sourceforge.jsxe.jsXe.
The main class of the java simple XML editor (jsXe)
jsxeAboutDialog - class net.sourceforge.jsxe.gui.jsxeAboutDialog.
Displays the jsXe about dialog.
jsxeAboutDialog() - Constructor for class net.sourceforge.jsxe.gui.jsxeAboutDialog
 
jsxeFileDialog - class net.sourceforge.jsxe.gui.jsxeFileDialog.
The file chooser dialog for jsXe.
jsxeFileDialog(File) - Constructor for class net.sourceforge.jsxe.gui.jsxeFileDialog
 
jsxeFileDialog(String) - Constructor for class net.sourceforge.jsxe.gui.jsxeFileDialog
 

K

KeyEventTranslator - class net.sourceforge.jsxe.gui.KeyEventTranslator.
In conjunction with the KeyEventWorkaround, hides some warts in the AWT key event API.
KeyEventTranslator() - Constructor for class net.sourceforge.jsxe.gui.KeyEventTranslator
 
KeyEventTranslator.Key - class net.sourceforge.jsxe.gui.KeyEventTranslator.Key.
 
KeyEventTranslator.Key(int, int, char) - Constructor for class net.sourceforge.jsxe.gui.KeyEventTranslator.Key
 
KeyEventWorkaround - class net.sourceforge.jsxe.gui.KeyEventWorkaround.
Various hacks to get keyboard event handling to behave in a consistent manner across Java implementations.
KeyEventWorkaround() - Constructor for class net.sourceforge.jsxe.gui.KeyEventWorkaround
 
key - Variable in class net.sourceforge.jsxe.gui.KeyEventTranslator.Key
 
keyHandler - Variable in class net.sourceforge.jsxe.gui.EnhancedDialog
 

L

LINE_SEPARATOR - Static variable in class net.sourceforge.jsxe.dom.XMLDocument
The property key for the property defining what line separator to use when serializing a document.
LOADED - Static variable in class net.sourceforge.jsxe.msg.DocumentBufferUpdate
Buffer loaded.
LocalizedAction - class net.sourceforge.jsxe.LocalizedAction.
An action that can be used by jsXe.
LocalizedAction(String) - Constructor for class net.sourceforge.jsxe.LocalizedAction
Creates a new LocalizedAction that can be used with jsXe.
Log - class net.sourceforge.jsxe.util.Log.
This class provides methods for logging events.
label - Variable in class net.sourceforge.jsxe.gui.GrabKeyDialog.KeyBinding
 
layoutContainer(Container) - Method in class net.sourceforge.jsxe.gui.VariableGridLayout
 
line - Variable in class net.sourceforge.jsxe.dom.completion.IDDecl
 
load(File) - Method in class net.sourceforge.jsxe.BufferHistory
Loads the buffer history from a file on disk.
loadGeometry(Window, String) - Static method in class net.sourceforge.jsxe.gui.EnhancedDialog
Loads a windows's geometry from the properties.
loadGeometry(Window, String) - Static method in class net.sourceforge.jsxe.gui.GUIUtilities
Loads a windows's geometry from the properties.
loadIcon(String) - Static method in class net.sourceforge.jsxe.gui.GUIUtilities
Loads an icon.
localNameChanged(AdapterNode) - Method in interface net.sourceforge.jsxe.dom.AdapterNodeListener
 
log(int, Object, Object) - Static method in class net.sourceforge.jsxe.util.Log
Logs a message.

M

MAXLINES - Static variable in class net.sourceforge.jsxe.util.Log
The maximum number of log messages that will be kept in memory.
MESSAGE - Static variable in class net.sourceforge.jsxe.util.Log
Message urgency.
MESSAGE_NAME - Static variable in class net.sourceforge.jsxe.LocalizedAction
The message name of the action used to retrieve the localized human readable text for the action.
MIN_JAVA_VERSION - Static variable in class net.sourceforge.jsxe.jsXe
The minimum version of the Java Runtime Environment needed to run and compile jsXe
MIN_XERCES_VERSION - Static variable in class net.sourceforge.jsxe.jsXe
The minimum version of Xerces that is needed to run jsXe
Messages - class net.sourceforge.jsxe.gui.Messages.
Messages is the mechanism that jsXe uses to localize messages into the locale of the user.
Messages() - Constructor for class net.sourceforge.jsxe.gui.Messages
 
MiscUtilities - class net.sourceforge.jsxe.util.MiscUtilities.
Path name manipulation, string manipulation, and more.
MiscUtilities.MenuItemCompare - class net.sourceforge.jsxe.util.MiscUtilities.MenuItemCompare.
Compares menu item labels.
MiscUtilities.MenuItemCompare() - Constructor for class net.sourceforge.jsxe.util.MiscUtilities.MenuItemCompare
 
MiscUtilities.StringCompare - class net.sourceforge.jsxe.util.MiscUtilities.StringCompare.
Compares strings.
MiscUtilities.StringCompare() - Constructor for class net.sourceforge.jsxe.util.MiscUtilities.StringCompare
 
MiscUtilities.StringICaseCompare - class net.sourceforge.jsxe.util.MiscUtilities.StringICaseCompare.
Compares strings ignoring case.
MiscUtilities.StringICaseCompare() - Constructor for class net.sourceforge.jsxe.util.MiscUtilities.StringICaseCompare
 
main(String[]) - Static method in class net.sourceforge.jsxe.jsXe
The main method of jsXe
maximumLayoutSize(Container) - Method in class net.sourceforge.jsxe.gui.VariableGridLayout
 
mergeProperties(Properties, Properties) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Merges two Properties sets together into a new Properties object giving precidence to the properties in the first argument.
message(Component, String, Object[]) - Static method in class net.sourceforge.jsxe.gui.GUIUtilities
Displays a dialog box.
minimumLayoutSize(Container) - Method in class net.sourceforge.jsxe.gui.VariableGridLayout
 
modifiers - Variable in class net.sourceforge.jsxe.gui.KeyEventTranslator.Key
 
modifiersToString(int) - Static method in class net.sourceforge.jsxe.gui.KeyEventTranslator
 

N

NAME - Static variable in class net.sourceforge.jsxe.LocalizedAction
As an alternative to the MESSAGE_NAME an actual name can be used.
NAMESPACES - Static variable in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
NAMESPACE_DECLARATIONS - Static variable in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
NORMALIZE_CHARS - Static variable in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
NOTATION_NODE - Static variable in class net.sourceforge.jsxe.dom.AdapterNode
 
NOTICE - Static variable in class net.sourceforge.jsxe.util.Log
Notice urgency.
name - Variable in class net.sourceforge.jsxe.dom.completion.ElementDecl.AttributeDecl
 
name - Variable in class net.sourceforge.jsxe.dom.completion.ElementDecl
 
name - Variable in class net.sourceforge.jsxe.dom.completion.EntityDecl
 
name - Variable in class net.sourceforge.jsxe.gui.GrabKeyDialog.KeyBinding
 
nameChanged(DocumentBuffer, String) - Method in interface net.sourceforge.jsxe.DocumentBufferListener
Called whenever the buffers name has changed
namespaceChanged(AdapterNode) - Method in interface net.sourceforge.jsxe.dom.AdapterNodeListener
 
net.sourceforge.jsxe - package net.sourceforge.jsxe
 
net.sourceforge.jsxe.action - package net.sourceforge.jsxe.action
 
net.sourceforge.jsxe.dom - package net.sourceforge.jsxe.dom
 
net.sourceforge.jsxe.dom.completion - package net.sourceforge.jsxe.dom.completion
 
net.sourceforge.jsxe.gui - package net.sourceforge.jsxe.gui
 
net.sourceforge.jsxe.gui.menu - package net.sourceforge.jsxe.gui.menu
 
net.sourceforge.jsxe.msg - package net.sourceforge.jsxe.msg
 
net.sourceforge.jsxe.options - package net.sourceforge.jsxe.options
 
net.sourceforge.jsxe.util - package net.sourceforge.jsxe.util
 
newAdapterNode(AdapterNode, Node) - Method in class net.sourceforge.jsxe.dom.XMLDocument
Factory method that creates a new AdapterNode object wrapping the Node object and AdapterNode object wrapping the Node's parent Node object.
newAdapterNode(AdapterNode, String, String, short) - Method in class net.sourceforge.jsxe.dom.XMLDocument
Creates a new AdapterNode in this document.
newDocumentView(DocumentBuffer) - Method in class net.sourceforge.jsxe.ViewPlugin
Creates a new DocumentView for the given document.
next() - Method in class net.sourceforge.jsxe.util.ArrayListEnumeration
 
nextElement() - Method in class net.sourceforge.jsxe.util.ArrayListEnumeration
 
nextIndex() - Method in class net.sourceforge.jsxe.util.ArrayListEnumeration
 
nodeAdded(AdapterNode, AdapterNode) - Method in interface net.sourceforge.jsxe.dom.AdapterNodeListener
 
nodeRemoved(AdapterNode, AdapterNode) - Method in interface net.sourceforge.jsxe.dom.AdapterNodeListener
 
nodeValueChanged(AdapterNode) - Method in interface net.sourceforge.jsxe.dom.AdapterNodeListener
 
numericKeypadKey() - Static method in class net.sourceforge.jsxe.gui.KeyEventWorkaround
A workaround for non-working NumLock status in some Java versions.

O

OpenRecentFileAction - class net.sourceforge.jsxe.action.OpenRecentFileAction.
An action that opens a specific file based on a BufferHistoryEntry
OpenRecentFileAction(TabbedView, BufferHistory.BufferHistoryEntry) - Constructor for class net.sourceforge.jsxe.action.OpenRecentFileAction
 
OperatingSystem - class net.sourceforge.jsxe.OperatingSystem.
Operating system detection routines.
OperatingSystem() - Constructor for class net.sourceforge.jsxe.OperatingSystem
 
OptionGroup - class net.sourceforge.jsxe.options.OptionGroup.
A set of option panes shown in one branch in the options dialog.
OptionGroup(String, String) - Constructor for class net.sourceforge.jsxe.options.OptionGroup
Creates an option group.
OptionPane - interface net.sourceforge.jsxe.options.OptionPane.
The interface all option panes must implement.
OptionsDialog - class net.sourceforge.jsxe.gui.OptionsDialog.
An abstract tabbed options dialog box.
OptionsDialog(Frame, String, String, String) - Constructor for class net.sourceforge.jsxe.gui.OptionsDialog
Initializes an OptionsDialog
OptionsDialog(Dialog, String, String, String) - Constructor for class net.sourceforge.jsxe.gui.OptionsDialog
Initializes an OptionsDialog
OptionsDialog.OptionTreeModel - class net.sourceforge.jsxe.gui.OptionsDialog.OptionTreeModel.
 
OptionsDialog.OptionTreeModel() - Constructor for class net.sourceforge.jsxe.gui.OptionsDialog.OptionTreeModel
 
OptionsPanel - class net.sourceforge.jsxe.gui.OptionsPanel.
Deprecated. implement OptionPane directly or use AbstractOptionPane
OptionsPanel() - Constructor for class net.sourceforge.jsxe.gui.OptionsPanel
Deprecated.  
ok() - Method in class net.sourceforge.jsxe.gui.ActivityLogDialog
 
ok() - Method in class net.sourceforge.jsxe.gui.DirtyFilesDialog
 
ok() - Method in class net.sourceforge.jsxe.gui.DocumentOptionsDialog
 
ok() - Method in class net.sourceforge.jsxe.gui.EnhancedDialog
The method that is called when enter is pressed when viewing the dialog.
ok() - Method in class net.sourceforge.jsxe.gui.ErrorListDialog
 
ok() - Method in class net.sourceforge.jsxe.gui.OptionsDialog
 
ok(boolean) - Method in class net.sourceforge.jsxe.gui.OptionsDialog
 
ok() - Method in class net.sourceforge.jsxe.gui.PluginManagerDialog
 
openXMLDocument(TabbedView, File) - Static method in class net.sourceforge.jsxe.jsXe
Attempts to open an XML document in jsXe from a file on disk.
openXMLDocument(TabbedView, File, Properties, String) - Static method in class net.sourceforge.jsxe.jsXe
Attempts to open an XML document in jsXe from a file on disk.
openXMLDocument(TabbedView, String) - Static method in class net.sourceforge.jsxe.jsXe
Attempts to open an XML document in the form of a String object as an untitled document.
openXMLDocument(TabbedView, InputStream) - Static method in class net.sourceforge.jsxe.jsXe
Attempts to open an XML document in the form of a Reader object as an untitled document.

P

PASTE_SUFFIX - Static variable in class net.sourceforge.jsxe.ActionManager
 
PLUGIN_AUTHOR - Static variable in class net.sourceforge.jsxe.JARClassLoader
The manifest property that specifies the plugin Author
PLUGIN_CLASS - Static variable in class net.sourceforge.jsxe.JARClassLoader
The manifest property that specifies the plugin class Note: This property is required
PLUGIN_DESCRIPTION - Static variable in class net.sourceforge.jsxe.JARClassLoader
The manifest property that specifies the plugin description
PLUGIN_HUMAN_READABLE_NAME - Static variable in class net.sourceforge.jsxe.JARClassLoader
The manifest property that specifies a human readable name for the plugin Note: This property is required
PLUGIN_NAME - Static variable in class net.sourceforge.jsxe.JARClassLoader
The manifest property that specifies the plugin name.
PLUGIN_RELEASE_DATE - Static variable in class net.sourceforge.jsxe.JARClassLoader
The manifest property that specifies the plugin URL
PLUGIN_URL - Static variable in class net.sourceforge.jsxe.JARClassLoader
The manifest property that specifies the plugin URL
PLUGIN_VERSION - Static variable in class net.sourceforge.jsxe.JARClassLoader
The manifest property that specifies the plugin version Note: This property is required
PROCESSING_INSTRUCTION_NODE - Static variable in class net.sourceforge.jsxe.dom.AdapterNode
 
PasteAction - class net.sourceforge.jsxe.action.PasteAction.
The paste action invokes a DocumentView specific action defined for paste.
PasteAction() - Constructor for class net.sourceforge.jsxe.action.PasteAction
 
PluginDependencyException - exception net.sourceforge.jsxe.PluginDependencyException.
Signals that a dependency required by a plugin has not been met.
PluginDependencyException(String, String, String, String) - Constructor for class net.sourceforge.jsxe.PluginDependencyException
Creates a new PluginDependencyException for a plugin that was found but an inadequate version was found.
PluginDependencyException(String, String, String) - Constructor for class net.sourceforge.jsxe.PluginDependencyException
Creates a new PluginDependencyException for a component or plugin that was not found.
PluginDependencyException(String, String) - Constructor for class net.sourceforge.jsxe.PluginDependencyException
Creates a new PluginDependencyException.
PluginLoadException - exception net.sourceforge.jsxe.PluginLoadException.
Signals that a jar file could not be loaded as a plugin.
PluginLoadException(JarFile) - Constructor for class net.sourceforge.jsxe.PluginLoadException
 
PluginLoadException(JarFile, String) - Constructor for class net.sourceforge.jsxe.PluginLoadException
 
PluginManagerDialog - class net.sourceforge.jsxe.gui.PluginManagerDialog.
The plugin manager dialog for jsXe.
PluginManagerDialog(TabbedView) - Constructor for class net.sourceforge.jsxe.gui.PluginManagerDialog
 
ProgressSplashScreenWindow - class net.sourceforge.jsxe.gui.ProgressSplashScreenWindow.
A splashscreen that popups when the jsxe application starts
ProgressSplashScreenWindow() - Constructor for class net.sourceforge.jsxe.gui.ProgressSplashScreenWindow
 
PropertyChanged - class net.sourceforge.jsxe.msg.PropertyChanged.
Message sent when one of jsXe's properties have changed.
PropertyChanged(String, String) - Constructor for class net.sourceforge.jsxe.msg.PropertyChanged
Creates a new PropertyChanged message.
paramString() - Method in class net.sourceforge.jsxe.EBMessage
Returns a string representation of this message's parameters.
paramString() - Method in class net.sourceforge.jsxe.msg.DocumentBufferUpdate
 
paramString() - Method in class net.sourceforge.jsxe.msg.PropertyChanged
 
parseColor(String) - Static method in class net.sourceforge.jsxe.gui.GUIUtilities
Converts a color name to a color object.
parseColor(String, Color) - Static method in class net.sourceforge.jsxe.gui.GUIUtilities
 
parseDocument() - Method in class net.sourceforge.jsxe.dom.XMLDocument
Parses the document with the current options.
parseKey(String) - Static method in class net.sourceforge.jsxe.gui.KeyEventTranslator
Converts a string to a keystroke.
parseModifiers(String) - Static method in class net.sourceforge.jsxe.gui.KeyEventTranslator
Parses the keyStroke and returns the InputEvent modifiers
parsePermissions(String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Parse a Unix-style permission string (rwxrwxrwx).
parseWithoutUpdate() - Method in class net.sourceforge.jsxe.dom.XMLDocument
Parses the document without updating the DOM.
populateDirtyFileList(ArrayList, DefaultListModel) - Method in class net.sourceforge.jsxe.gui.DirtyFilesDialog
Populates the JList with the names of files from the dirty buffers list
preferredLayoutSize(Container) - Method in class net.sourceforge.jsxe.gui.VariableGridLayout
 
previous() - Method in class net.sourceforge.jsxe.util.ArrayListEnumeration
 
previousIndex() - Method in class net.sourceforge.jsxe.util.ArrayListEnumeration
 
processKeyEvent(KeyEvent) - Method in class net.sourceforge.jsxe.gui.GrabKeyDialog
 
processKeyEvent(KeyEvent) - Static method in class net.sourceforge.jsxe.gui.KeyEventWorkaround
 
processKeyEvent(KeyEvent) - Method in class net.sourceforge.jsxe.gui.TabbedView
Processes key events checking for registered key bindings and invoking the appropriate actions.
propertiesChanged() - Static method in class net.sourceforge.jsxe.CatalogManager
Notifies the CatalogManager that the application properties have changed and that cache properties need to be reloaded.
propertyChanged(XMLDocument, String, String) - Method in interface net.sourceforge.jsxe.dom.XMLDocumentListener
Called when a property associated with the XMLDocument has changed.
publicId - Variable in class net.sourceforge.jsxe.dom.completion.EntityDecl
 

Q

quicksort(Object[], Comparator) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Sorts the specified array.
quicksort(Vector, Comparator) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Sorts the specified vector.
quicksort(List, Comparator) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Sorts the specified list.

R

refreshContents() - Method in class net.sourceforge.jsxe.gui.ActivityLogDialog
Refreshes the contents of the Activity log dialog
reload(TabbedView) - Method in class net.sourceforge.jsxe.DocumentBuffer
Reloads the file for this DocumentBuffer.
reload() - Method in class net.sourceforge.jsxe.gui.TabbedView
Reloads the current DocumentBuffer and makes sure that the reloaded document is opened in an appropriate DocumentView.
remove(AdapterNode) - Method in class net.sourceforge.jsxe.dom.AdapterNode
Removes a child from this node.
remove(Component) - Method in class net.sourceforge.jsxe.gui.menu.WrappingMenu
 
remove(int) - Method in class net.sourceforge.jsxe.gui.menu.WrappingMenu
 
remove(JMenuItem) - Method in class net.sourceforge.jsxe.gui.menu.WrappingMenu
 
remove() - Method in class net.sourceforge.jsxe.util.ArrayListEnumeration
 
removeAction(String) - Method in class net.sourceforge.jsxe.ActionSet
Removes an action from the action set.
removeAdapterNodeListener(AdapterNodeListener) - Method in class net.sourceforge.jsxe.dom.AdapterNode
Removes a listener from this node if it exists
removeAll() - Method in class net.sourceforge.jsxe.gui.menu.WrappingMenu
 
removeAllActions() - Method in class net.sourceforge.jsxe.ActionSet
Removes all actions from the action set.
removeAllKeyBindings() - Static method in class net.sourceforge.jsxe.ActionManager
Removes all key bindings.
removeAttribute(String) - Method in class net.sourceforge.jsxe.dom.AdapterNode
Removes an attribute by name.
removeAttributeAt(int) - Method in class net.sourceforge.jsxe.dom.AdapterNode
Removes an attribute at the given index.
removeDocumentBuffer(DocumentBuffer) - Method in class net.sourceforge.jsxe.gui.TabbedView
Removes a buffer from the view.
removeDocumentBufferListener(DocumentBufferListener) - Method in class net.sourceforge.jsxe.DocumentBuffer
Removes a listener from this buffer.
removeFromBus(EBListener) - Static method in class net.sourceforge.jsxe.EditBus
Removes a component from the bus.
removeKeyBinding(String) - Static method in class net.sourceforge.jsxe.ActionManager
Removes a key binding.
removeLayoutComponent(Component) - Method in class net.sourceforge.jsxe.gui.VariableGridLayout
Not used in this class.
removeText(int, int) - Method in class net.sourceforge.jsxe.dom.XMLDocument
Removes text at the specifed character offset.
removeTreeModelListener(TreeModelListener) - Method in class net.sourceforge.jsxe.gui.OptionsDialog.OptionTreeModel
 
removeUnsavedFileFromDirtyBufferList(String) - Method in class net.sourceforge.jsxe.gui.DirtyFilesDialog
Removes dirty files from the dirty buffers list
removeUnsavedFileFromList(String) - Method in class net.sourceforge.jsxe.gui.DirtyFilesDialog
Removes dirty files from the JList
removeXMLDocumentListener(XMLDocumentListener) - Method in class net.sourceforge.jsxe.dom.XMLDocument
Unregisters a change listener from this document
requestFocus(Window, Component) - Static method in class net.sourceforge.jsxe.gui.GUIUtilities
Focuses on the specified component as soon as the window becomes active.
required - Variable in class net.sourceforge.jsxe.dom.completion.ElementDecl.AttributeDecl
 
resolve(String, String, String) - Static method in class net.sourceforge.jsxe.CatalogManager
Attempts to resolve an external entity.
resolveSymlinks(String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
 

S

SAVED - Static variable in class net.sourceforge.jsxe.msg.DocumentBufferUpdate
Buffer saved.
SAVING - Static variable in class net.sourceforge.jsxe.msg.DocumentBufferUpdate
Buffer saving.
SOFT_TABS - Static variable in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
Use spaces instead of tabs if this is true.
SPLIT_CDATA - Static variable in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
ShortcutsOptionPane - class net.sourceforge.jsxe.options.ShortcutsOptionPane.
The OptionPane containing jsXe's shortcuts options in the Global Options Dialog.
ShortcutsOptionPane() - Constructor for class net.sourceforge.jsxe.options.ShortcutsOptionPane
 
StatusBar - class net.sourceforge.jsxe.gui.StatusBar.
The status bar used to display info to the user.
StatusBar() - Constructor for class net.sourceforge.jsxe.gui.StatusBar
Creates a new status bar
save(File) - Method in class net.sourceforge.jsxe.BufferHistory
Saves the buffer history to a file on disk
save() - Static method in class net.sourceforge.jsxe.CatalogManager
Saves the resource cache to jsXe's properties.
save(TabbedView) - Method in class net.sourceforge.jsxe.DocumentBuffer
Saves the document buffer to disk in the current file.
save() - Method in class net.sourceforge.jsxe.gui.OptionsPanel
Deprecated.  
save() - Method in class net.sourceforge.jsxe.options.AbstractOptionPane
Do not override this method, override AbstractOptionPane._save() instead.
save() - Method in class net.sourceforge.jsxe.options.OptionGroup
Saves the options in all options panes
save() - Method in interface net.sourceforge.jsxe.options.OptionPane
Called when the options dialog's "ok" button is clicked.
saveAs(TabbedView) - Method in class net.sourceforge.jsxe.DocumentBuffer
Displays a save dialog that the user uses to chose a file to save to and saves the document to it.
saveAs(TabbedView, File) - Method in class net.sourceforge.jsxe.DocumentBuffer
Saves the document to the given file.
saveBackup(File, int, String, String, String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Saves a backup (optionally numbered) of a file.
saveGeometry(Window, String) - Static method in class net.sourceforge.jsxe.gui.EnhancedDialog
Saves a window's geometry to the properties.
saveGeometry(Window, String) - Static method in class net.sourceforge.jsxe.gui.GUIUtilities
Saves a window's geometry to the properties.
send(EBMessage) - Static method in class net.sourceforge.jsxe.EditBus
Sends a message to all components on the bus in turn.
serialize(OutputStream) - Method in class net.sourceforge.jsxe.dom.XMLDocument
Writes the XML document to the output stream specified.
serializeNodeToString(AdapterNode) - Method in class net.sourceforge.jsxe.dom.XMLDocument
Serializes a child node to a string using the properties specified in this XMLDocument object.
serializeToString() - Method in class net.sourceforge.jsxe.dom.AdapterNode
Serializes this Node to a string based on the last owning XMLDocument's properties.
set(Object) - Method in class net.sourceforge.jsxe.util.ArrayListEnumeration
 
setAttribute(String, String) - Method in class net.sourceforge.jsxe.dom.AdapterNode
Sets an attribute of this node.
setBooleanProperty(String, boolean) - Static method in class net.sourceforge.jsxe.jsXe
Sets the value of an boolean property.
setByteStream(OutputStream) - Method in class net.sourceforge.jsxe.dom.DOMOutput
 
setCancelFlag(boolean) - Method in class net.sourceforge.jsxe.gui.DirtyFilesDialog
Sets the current value of the cancelFlag
setCenterMessage(String) - Method in class net.sourceforge.jsxe.gui.StatusBar
Sets the currently displayed message in the center of the status bar.
setCharacterStream(Writer) - Method in class net.sourceforge.jsxe.dom.DOMOutput
 
setContent(String) - Method in class net.sourceforge.jsxe.dom.completion.ElementDecl
 
setDebug(boolean) - Static method in class net.sourceforge.jsxe.util.Log
Sets whether debug is recorded to the log.
setDocumentBuffer(DocumentBuffer) - Method in interface net.sourceforge.jsxe.gui.DocumentView
Sets the current document.
setDocumentBuffer(DocumentBuffer) - Method in class net.sourceforge.jsxe.gui.TabbedView
Sets the current buffer and makes sure it is displayed.
setEncoding(String) - Method in class net.sourceforge.jsxe.dom.DOMOutput
 
setEntityResolver(EntityResolver) - Method in class net.sourceforge.jsxe.dom.XMLDocument
Sets the EntityResolver object that is used when resolving external entities.
setEntry(DocumentBuffer, String) - Method in class net.sourceforge.jsxe.BufferHistory
Adds or updates an entry in the buffer history for an open file
setEntry(String, String, Properties) - Method in class net.sourceforge.jsxe.BufferHistory
Adds or updates an entry in the buffer history for the path given
setEntry(BufferHistory.BufferHistoryEntry) - Method in class net.sourceforge.jsxe.BufferHistory
Adds a new entry to the buffer history.
setFeature(String, boolean) - Method in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
A convenience method to set the value of a boolean parameter (feature)
setFilter(LSSerializerFilter) - Method in class net.sourceforge.jsxe.dom.DOMSerializer
 
setFontProperty(String, Font) - Static method in class net.sourceforge.jsxe.jsXe
Sets the value of a font property.
setIconPath(String) - Static method in class net.sourceforge.jsxe.gui.GUIUtilities
Sets the path where jsXe looks for icons.
setIntegerProperty(String, int) - Static method in class net.sourceforge.jsxe.jsXe
Sets the value of an integer property.
setLabel(String) - Method in class net.sourceforge.jsxe.ActionSet
Sets the action source label.
setLeftMessage(String) - Method in class net.sourceforge.jsxe.gui.StatusBar
Sets the currently displayed message on the left of the status bar.
setLocalName(String) - Method in class net.sourceforge.jsxe.dom.AdapterNode
Sets the local name of the node.
setLocale(Locale) - Static method in class net.sourceforge.jsxe.gui.Messages
 
setLogWriter(Writer) - Static method in class net.sourceforge.jsxe.util.Log
Writes all currently logged messages to this stream if there was no stream set previously, and sets the stream to write future log messages to.
setModel(InputStream) - Method in class net.sourceforge.jsxe.dom.XMLDocument
Sets up the XMLDocument given a Reader.
setModifierMapping(int, int, int, int) - Static method in class net.sourceforge.jsxe.gui.KeyEventTranslator
Changes the mapping between symbolic modifier key names (C, A, M, S) and Java modifier flags.
setNSPrefix(String) - Method in class net.sourceforge.jsxe.dom.AdapterNode
Sets the namespace prefix for this node.
setNewLine(String) - Method in class net.sourceforge.jsxe.dom.DOMSerializer
 
setNodeName(String) - Method in class net.sourceforge.jsxe.dom.AdapterNode
Sets the full qualified name of this node.
setNodeValue(String) - Method in class net.sourceforge.jsxe.dom.AdapterNode
Sets the value of the node.
setParameter(String, Object) - Method in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
setProperty(String, String) - Method in class net.sourceforge.jsxe.dom.AdapterNode
Sets a property of the AdapterNode
setProperty(String, String) - Method in class net.sourceforge.jsxe.dom.XMLDocument
Sets a property of the XMLDocument
setProperty(String, String) - Static method in class net.sourceforge.jsxe.jsXe
Sets a global property to jsXe.
setSystemId(String) - Method in class net.sourceforge.jsxe.dom.DOMOutput
 
setURI(URI) - Method in class net.sourceforge.jsxe.dom.XMLDocument
Sets the URI for the location of this document.
shortcut - Variable in class net.sourceforge.jsxe.gui.GrabKeyDialog.KeyBinding
 
showOpenDialog(Component) - Method in class net.sourceforge.jsxe.gui.jsxeFileDialog
 
showOpenFileDialog(TabbedView) - Static method in class net.sourceforge.jsxe.jsXe
Shows an open file dialog for jsXe.
showPopupMenu(JPopupMenu, Component, int, int) - Static method in class net.sourceforge.jsxe.gui.GUIUtilities
Shows the specified popup menu, ensuring it is displayed within the bounds of the screen.
showPopupMenu(JPopupMenu, Component, int, int, boolean) - Static method in class net.sourceforge.jsxe.gui.GUIUtilities
Shows the specified popup menu, ensuring it is displayed within the bounds of the screen.
showSaveDialog(Component) - Method in class net.sourceforge.jsxe.gui.jsxeFileDialog
 
startPlugins() - Method in class net.sourceforge.jsxe.JARClassLoader
Starts all the plugins from their respective jar files.
statusChanged(DocumentBuffer, int, boolean) - Method in interface net.sourceforge.jsxe.DocumentBufferListener
Called whenever a status for the buffer has changed such as read-only status or dirty status.
stringsEqual(String, String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
Returns if two strings are equal.
structureChanged(XMLDocument, AdapterNode) - Method in interface net.sourceforge.jsxe.dom.XMLDocumentListener
Called when the structure of the XMLDocument has changed.
systemId - Variable in class net.sourceforge.jsxe.dom.completion.EntityDecl
 

T

TEXT_NODE - Static variable in class net.sourceforge.jsxe.dom.AdapterNode
 
TOOLTIP_MESSAGE_NAME - Static variable in class net.sourceforge.jsxe.LocalizedAction
The message name for the localized tooltip message that is associated with this action.
TabbedView - class net.sourceforge.jsxe.gui.TabbedView.
The view container that holds the JTabbedPane that holds all open DocumentViews.
TabbedView(DocumentBuffer) - Constructor for class net.sourceforge.jsxe.gui.TabbedView
Constructs a new TabbedView with the default view
TabbedView(DocumentBuffer, String) - Constructor for class net.sourceforge.jsxe.gui.TabbedView
Constructs a new TabbedView using the document view with the name specified.
ToolsOptionsAction - class net.sourceforge.jsxe.action.ToolsOptionsAction.
The action that is executed when the user selects 'options' from the tools menu.
ToolsOptionsAction() - Constructor for class net.sourceforge.jsxe.action.ToolsOptionsAction
 
ToolsPluginManagerAction - class net.sourceforge.jsxe.action.ToolsPluginManagerAction.
The action that is executed when the user selects 'plugin manager' from the options menu.
ToolsPluginManagerAction() - Constructor for class net.sourceforge.jsxe.action.ToolsPluginManagerAction
 
toString() - Method in class net.sourceforge.jsxe.ActionSet
Returns getLabel()
toString() - Method in class net.sourceforge.jsxe.EBMessage
Returns a string representation of this message.
toString() - Method in class net.sourceforge.jsxe.dom.AdapterNode
 
toString() - Method in class net.sourceforge.jsxe.dom.completion.CompletionInfo
 
toString() - Method in class net.sourceforge.jsxe.dom.completion.ElementDecl.AttributeDecl
 
toString() - Method in class net.sourceforge.jsxe.dom.completion.ElementDecl
 
toString() - Method in class net.sourceforge.jsxe.dom.completion.EntityDecl
 
toString() - Method in class net.sourceforge.jsxe.dom.completion.IDDecl
 
toString(KeyEvent) - Static method in class net.sourceforge.jsxe.gui.GrabKeyDialog
 
toString() - Method in class net.sourceforge.jsxe.gui.KeyEventTranslator.Key
 
toString() - Method in class net.sourceforge.jsxe.gui.OptionsPanel
Deprecated.  
toString() - Method in class net.sourceforge.jsxe.gui.VariableGridLayout
Returns the string representation of this variable grid layout's values.
toString() - Method in class net.sourceforge.jsxe.options.GeneralOptionPane
 
toString() - Method in class net.sourceforge.jsxe.options.OptionGroup
 
toString() - Method in class net.sourceforge.jsxe.options.ShortcutsOptionPane
 
translateKeyEvent(KeyEvent) - Static method in class net.sourceforge.jsxe.gui.KeyEventTranslator
Pass this an event from KeyEventWorkaround.processKeyEvent(java.awt.event.KeyEvent).
type - Variable in class net.sourceforge.jsxe.dom.completion.ElementDecl.AttributeDecl
 
type - Variable in class net.sourceforge.jsxe.dom.completion.EntityDecl
 

U

UTF_8_Y - Static variable in class net.sourceforge.jsxe.util.MiscUtilities
This encoding is not supported by Java, yet it is useful.
UnrecognizedPluginException - exception net.sourceforge.jsxe.UnrecognizedPluginException.
Signals that an unrecognized DocumentView has been requested.
UnrecognizedPluginException(String) - Constructor for class net.sourceforge.jsxe.UnrecognizedPluginException
 
updateProgessBar(int) - Method in class net.sourceforge.jsxe.gui.ProgressSplashScreenWindow
Updates the progress bar displayed by the splashscreen
updateSplashScreenDialog(int) - Method in class net.sourceforge.jsxe.gui.ProgressSplashScreenWindow
Updates the progress bar displayed by the splashscreen
uri - Variable in class net.sourceforge.jsxe.dom.completion.IDDecl
 
uriToFile(String) - Static method in class net.sourceforge.jsxe.util.MiscUtilities
 

V

VALIDATE_IF_SCHEMA - Static variable in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
VALIDATE_XML - Static variable in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
ValidationErrorsAction - class net.sourceforge.jsxe.action.ValidationErrorsAction.
The action shows the Validation Errors Dialog
ValidationErrorsAction() - Constructor for class net.sourceforge.jsxe.action.ValidationErrorsAction
 
VariableGridLayout - class net.sourceforge.jsxe.gui.VariableGridLayout.
The VariableGridLayout class is a layout manager that lays out a container's components in a rectangular grid with variable cell sizes.
VariableGridLayout(int, int, int, int) - Constructor for class net.sourceforge.jsxe.gui.VariableGridLayout
 
VariableGridLayout(int, int) - Constructor for class net.sourceforge.jsxe.gui.VariableGridLayout
Creates a variable grid layout manager with the specified mode and zero horizontal and vertical gap.
VariableGridLayout() - Constructor for class net.sourceforge.jsxe.gui.VariableGridLayout
Creates a variable grid layout manager with mode FIXED_NUM_ROWS, number of rows == 1 and zero horizontal and vertical gap.
ViewPlugin - class net.sourceforge.jsxe.ViewPlugin.
This abstract class defines plugins that specify a view that is used to edit XML documents.
ViewPlugin() - Constructor for class net.sourceforge.jsxe.ViewPlugin
 
value - Variable in class net.sourceforge.jsxe.dom.completion.ElementDecl.AttributeDecl
 
value - Variable in class net.sourceforge.jsxe.dom.completion.EntityDecl
 
valueChanged(TreeSelectionEvent) - Method in class net.sourceforge.jsxe.gui.OptionsDialog
 
valueForPathChanged(TreePath, Object) - Method in class net.sourceforge.jsxe.gui.OptionsDialog.OptionTreeModel
 
values - Variable in class net.sourceforge.jsxe.dom.completion.ElementDecl.AttributeDecl
 

W

WARNING - Static variable in class net.sourceforge.jsxe.util.Log
Warning urgency.
WELL_FORMED - Static variable in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
WS_IN_ELEMENT_CONTENT - Static variable in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
WS_IN_ELEMENT_CONTENT - Static variable in class net.sourceforge.jsxe.dom.XMLDocument
The property key for the boolean property specifying if whitespace is allowed in element content.
WrappingMenu - class net.sourceforge.jsxe.gui.menu.WrappingMenu.
A Menu class that handles wrapping the menu items into sub-menus for you.
WrappingMenu() - Constructor for class net.sourceforge.jsxe.gui.menu.WrappingMenu
Constructs a WrappingMenu without an "invoker" and the default wrap count of 20.
WrappingMenu(int) - Constructor for class net.sourceforge.jsxe.gui.menu.WrappingMenu
Constructs a WrappingMenu without an "invoker" and the wrap count specified.
WrappingMenu(String, int) - Constructor for class net.sourceforge.jsxe.gui.menu.WrappingMenu
Constructs an WrappingMenu with the specified title.
WrappingMenu.MoreMenu - class net.sourceforge.jsxe.gui.menu.WrappingMenu.MoreMenu.
A submenu used by the WrappingMenu.
WrappingMenu.MoreMenu() - Constructor for class net.sourceforge.jsxe.gui.menu.WrappingMenu.MoreMenu
 
withPrefix(String) - Method in class net.sourceforge.jsxe.dom.completion.ElementDecl
 
write(Node, LSOutput) - Method in class net.sourceforge.jsxe.dom.DOMSerializer
 
writeToString(Node) - Method in class net.sourceforge.jsxe.dom.DOMSerializer
 
writeToURI(Node, String) - Method in class net.sourceforge.jsxe.dom.DOMSerializer
 

X

XMLDocument - class net.sourceforge.jsxe.dom.XMLDocument.
The XMLDocument class represents an XML document as a tree structure that has nodes, implemented as AdapterNodes, as well as text.
XMLDocument(URI, InputStream) - Constructor for class net.sourceforge.jsxe.dom.XMLDocument
Creates a new XMLDocument for a document that can be read by the given Reader.
XMLDocument(URI, InputStream, EntityResolver) - Constructor for class net.sourceforge.jsxe.dom.XMLDocument
Creates a new XMLDocument for a document that can be read by the given Reader.
XMLDocument(URI, InputStream, EntityResolver, Properties) - Constructor for class net.sourceforge.jsxe.dom.XMLDocument
Creates a new XMLDocument for a document that can be read by the given Reader.
XMLDocumentListener - interface net.sourceforge.jsxe.dom.XMLDocumentListener.
XMLDocumentListener is used to notify objects of a change to the XMLDocument.
XML_DECLARATION - Static variable in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
 
XML_ENCODING - Static variable in class net.sourceforge.jsxe.dom.DOMSerializerConfiguration
The encoding to use in the XML declaration.

Y

y - Variable in class net.sourceforge.jsxe.gui.GridPanel
The number of components already added to the layout manager.

_

_init() - Method in class net.sourceforge.jsxe.options.AbstractOptionPane
This method should create and arrange the components of the option pane and initialize the option data displayed to the user.
_init() - Method in class net.sourceforge.jsxe.options.GeneralOptionPane
 
_init() - Method in class net.sourceforge.jsxe.options.ShortcutsOptionPane
 
_save() - Method in class net.sourceforge.jsxe.options.AbstractOptionPane
Called when the options dialog's "ok" button is clicked.
_save() - Method in class net.sourceforge.jsxe.options.GeneralOptionPane
 
_save() - Method in class net.sourceforge.jsxe.options.ShortcutsOptionPane
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y _