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

A

AMP_ENTITY - Static variable in class com.japisoft.xmlpad.editor.XMLEntityResolver
 
ATTRIBUTE - Static variable in class com.japisoft.dtdparser.node.DTDNode
Attribute type
AUTO_UI - Static variable in class com.japisoft.xmlpad.action.XMLAction
Use default method for building UI part.
AbstractDTDDocumentBuilder - class com.japisoft.dtdparser.document.AbstractDTDDocumentBuilder.
Abstract DTDDocumentBuilder
AbstractDTDDocumentBuilder() - Constructor for class com.japisoft.dtdparser.document.AbstractDTDDocumentBuilder
 
AbstractDescriptor - class com.japisoft.xmlpad.helper.model.AbstractDescriptor.
 
AbstractDescriptor() - Constructor for class com.japisoft.xmlpad.helper.model.AbstractDescriptor
 
AbstractEntityHandler - class com.japisoft.xmlpad.helper.handler.schema.AbstractEntityHandler.
Common handler for entities handler
AbstractEntityHandler() - Constructor for class com.japisoft.xmlpad.helper.handler.schema.AbstractEntityHandler
 
AbstractEntityHelper - class com.japisoft.xmlpad.helper.model.AbstractEntityHelper.
Basic class for managing entites.
AbstractEntityHelper() - Constructor for class com.japisoft.xmlpad.helper.model.AbstractEntityHelper
 
AbstractHelper - class com.japisoft.xmlpad.helper.model.AbstractHelper.
Common helper class UIManager properties : -xmlpad.helper.backgroundColor - xmlpad.helper.foregroundColor - xmlpad.helper.selectionBackgroundColor - xmlpad.helper.selectionForegroundColor - xmlpad.helper.icon
AbstractHelper() - Constructor for class com.japisoft.xmlpad.helper.model.AbstractHelper
 
AbstractHelperHandler - class com.japisoft.xmlpad.helper.handler.AbstractHelperHandler.
Common class for building an helper
AbstractHelperHandler() - Constructor for class com.japisoft.xmlpad.helper.handler.AbstractHelperHandler
 
AbstractTagHandler - class com.japisoft.xmlpad.helper.handler.schema.AbstractTagHandler.
Common handler for tag handlers
AbstractTagHandler() - Constructor for class com.japisoft.xmlpad.helper.handler.schema.AbstractTagHandler
 
AbstractTagHelper - class com.japisoft.xmlpad.helper.model.AbstractTagHelper.
Abstract class for tag helper, this class is a facility for managing TagDescriptor
AbstractTagHelper() - Constructor for class com.japisoft.xmlpad.helper.model.AbstractTagHelper
 
AbstractTreeAction - class com.japisoft.xmlpad.tree.action.AbstractTreeAction.
Basic class for Tree action
AbstractTreeAction() - Constructor for class com.japisoft.xmlpad.tree.action.AbstractTreeAction
 
AbstractTreeAction(String) - Constructor for class com.japisoft.xmlpad.tree.action.AbstractTreeAction
 
Accessibility - interface com.japisoft.xmlpad.Accessibility.
Interface for interacting easily with JXMLPad.
ActionGroup - class com.japisoft.xmlpad.action.ActionGroup.
A Group is a set of XMLAction.
ActionGroup(String) - Constructor for class com.japisoft.xmlpad.action.ActionGroup
 
ActionModel - class com.japisoft.xmlpad.action.ActionModel.
ActionModel Here a model managing available action for the XMLContainer.
ActionModel() - Constructor for class com.japisoft.xmlpad.action.ActionModel
 
ActionSet - interface com.japisoft.xmlpad.action.ActionSet.
This interface describes available known action.
ActivateOnSelection - interface com.japisoft.xmlpad.action.ActivateOnSelection.
Here an interface for enabling/disabling automatically an action each time there's a text selection in JXMLPad.
AddHistoryAction - class com.japisoft.xmlpad.tree.action.AddHistoryAction.
Add this navigation path to the history
AddHistoryAction() - Constructor for class com.japisoft.xmlpad.tree.action.AddHistoryAction
 
AttDescriptor - class com.japisoft.xmlpad.helper.model.AttDescriptor.
Descriptor for attribute
AttDescriptor(String, String) - Constructor for class com.japisoft.xmlpad.helper.model.AttDescriptor
 
AttDescriptor(String, String, boolean) - Constructor for class com.japisoft.xmlpad.helper.model.AttDescriptor
 
AttValueDescriptor - class com.japisoft.xmlpad.helper.model.AttValueDescriptor.
 
AttValueDescriptor(String, char) - Constructor for class com.japisoft.xmlpad.helper.model.AttValueDescriptor
 
AttributeDTDNode - class com.japisoft.dtdparser.node.AttributeDTDNode.
Attribute node.
AttributeDTDNode() - Constructor for class com.japisoft.dtdparser.node.AttributeDTDNode
 
AttributeDTDNode(String) - Constructor for class com.japisoft.dtdparser.node.AttributeDTDNode
Attribute id
AttributeHandler - class com.japisoft.xmlpad.helper.handler.schema.AttributeHandler.
Common handler for attributes handler
AttributeHandler(AbstractTagHandler) - Constructor for class com.japisoft.xmlpad.helper.handler.schema.AttributeHandler
 
AttributeHelper - class com.japisoft.xmlpad.helper.model.AttributeHelper.
Helper for attributes
AttributeHelper(TagDescriptor) - Constructor for class com.japisoft.xmlpad.helper.model.AttributeHelper
 
AttributeValueHandler - class com.japisoft.xmlpad.helper.handler.schema.AttributeValueHandler.
Common handler for attribute values handler
AttributeValueHandler(AbstractTagHandler) - Constructor for class com.japisoft.xmlpad.helper.handler.schema.AttributeValueHandler
 
AttributeValuesHelper - class com.japisoft.xmlpad.helper.model.AttributeValuesHelper.
 
AttributeValuesHelper(AttDescriptor, char) - Constructor for class com.japisoft.xmlpad.helper.model.AttributeValuesHelper
 
accept(File) - Method in class com.japisoft.xmlpad.XMLDocumentFileFilter
 
accept(SimpleNode) - Method in class com.japisoft.xmlpad.nodeeditor.DefaultEditor
Accept all text node : by checking isText
accept(SimpleNode) - Method in interface com.japisoft.xmlpad.nodeeditor.Editor
 
accept(SimpleNode) - Static method in class com.japisoft.xmlpad.nodeeditor.EditorModel
 
actionForSelection(TreePath) - Method in class com.japisoft.xmlpad.tree.action.AbstractTreeAction
 
actionForSelection(TreePath) - Method in class com.japisoft.xmlpad.tree.action.AddHistoryAction
 
actionForSelection(TreePath) - Method in class com.japisoft.xmlpad.tree.action.EditNode
 
actionForSelection(TreePath) - Method in class com.japisoft.xmlpad.tree.action.SelectNode
 
actionPerformed(ActionEvent) - Method in class com.japisoft.xmlpad.action.XMLAction
Don't override it, this method will call the notifyAction if an editor is available
actionPerformed(ActionEvent) - Method in class com.japisoft.xmlpad.dialog.OkCancelDialog
 
activateContentAssistant(SimpleNode, String, boolean, int, String) - Method in class com.japisoft.xmlpad.helper.HelperManager
 
activateError(String) - Method in class com.japisoft.xmlpad.tree.FastTreeRenderer
Show an error on the root.
activeActionByName(String) - Static method in class com.japisoft.xmlpad.action.ActionModel
Active an action by its name
activeActionByName(String, XMLContainer, XMLEditor) - Static method in class com.japisoft.xmlpad.action.ActionModel
Active an action changing the current container and editor this these ones.
activeActionForSelection(boolean) - Static method in class com.japisoft.xmlpad.action.ActionModel
Enabled/Disabled all action implementing the ActicateOnSelection interface
addAction(Action) - Method in class com.japisoft.xmlpad.PopupModel
Add a new action.
addAction(Action) - Method in class com.japisoft.xmlpad.ToolBarModel
Add a new Swing Action or XMLAction.
addAction(Action) - Method in class com.japisoft.xmlpad.action.ActionGroup
Add a new XML action
addActionForGroup(String, XMLAction) - Static method in class com.japisoft.xmlpad.action.ActionModel
Add this action 'a' for the followed groupName.
addActionForGroup(String, String) - Static method in class com.japisoft.xmlpad.action.ActionModel
Add a new action for this groupName.
addAttComment(String) - Method in class com.japisoft.dtdparser.node.ElementDTDNode
 
addAttDescriptor(AttDescriptor) - Method in class com.japisoft.xmlpad.helper.model.TagDescriptor
 
addBookmarkPosition(BookmarkPosition) - Method in interface com.japisoft.xmlpad.bookmark.BookmarkModel
Add a new bookmark
addBookmarkPosition(BookmarkPosition) - Method in class com.japisoft.xmlpad.bookmark.DefaultBookmarkModel
 
addChildNode(SimpleNode) - Method in class com.japisoft.fastparser.node.SimpleNode
Insert a new node
addDTDNode(DTDNode) - Method in class com.japisoft.dtdparser.node.DTDNode
Add a DTDNode child /
addDTDNode(DTDNode) - Method in class com.japisoft.dtdparser.node.ElementDTDNode
Overriding for getting attribute node
addDTDNode(DTDNode) - Method in class com.japisoft.dtdparser.node.ElementSetDTDNode
Overriding for elementRef
addDTDNode(DTDNode) - Method in class com.japisoft.dtdparser.node.RootDTDNode
Override for fast element access
addDescriptor(Descriptor) - Method in class com.japisoft.xmlpad.helper.handler.AbstractHelperHandler
 
addDocumentStateListener(DocumentStateListener) - Method in interface com.japisoft.xmlpad.IView
Store a listener for a document
addDocumentStateListener(DocumentStateListener) - Method in class com.japisoft.xmlpad.XMLContainer
Add listener for document parsing state : error or not
addEditor(Editor) - Static method in class com.japisoft.xmlpad.nodeeditor.EditorModel
Add an editor.
addEntity(String, String) - Method in class com.japisoft.xmlpad.helper.model.AbstractEntityHelper
 
addEntityDescriptor(EntityDescriptor) - Method in class com.japisoft.xmlpad.helper.model.AbstractEntityHelper
Add a new entry
addEntityDescriptor(EntityDescriptor) - Method in interface com.japisoft.xmlpad.helper.model.EntityHelper
Add a new entity descriptor
addEnumValue(String) - Method in class com.japisoft.xmlpad.helper.model.AttDescriptor
 
addErrorListener(ErrorListener) - Method in class com.japisoft.xmlpad.error.ErrorManager
Add a new listener for onTheFly or full parsing error
addErrorSelectionListener(ErrorSelectionListener) - Method in class com.japisoft.xmlpad.error.DefaultErrorView
Not managed
addErrorSelectionListener(ErrorSelectionListener) - Method in interface com.japisoft.xmlpad.error.ErrorView
Add a selection listener for listening error choosen
addFileExt(String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Add a file extension for loading/saving this document type
addGroup(ActionGroup) - Static method in class com.japisoft.xmlpad.action.ActionModel
Insert a new group of actions
addHelperHandler(AbstractHelperHandler) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Add a new handler
addHelperHandler(AbstractHelperHandler) - Method in class com.japisoft.xmlpad.helper.HelperManager
Add an handler managing a content assistant part
addNameSpaceDeclaration(String, String) - Method in class com.japisoft.fastparser.node.SimpleNode
Add a declaration for nameSpace
addNavigationHistoryPath(String) - Method in class com.japisoft.xmlpad.XMLContainer
Store a new navigation XPath value.
addNewReference(AbstractHelperHandler[], String) - Static method in class com.japisoft.xmlpad.helper.model.SchemaCache
 
addNext(SchemaNode) - Method in class com.japisoft.xmlpad.helper.model.SchemaNode
 
addNode(MutableNode) - Method in class com.japisoft.fastparser.node.SimpleNode
Reset the children
addNodeComment(String) - Method in class com.japisoft.dtdparser.node.DTDNode
 
addNotify() - Method in class com.japisoft.xmlpad.editor.XMLEditor
This method will call the init method
addPopupModelListener(PopupModelListener) - Method in class com.japisoft.xmlpad.PopupModel
Add a new listener for the popup update
addSeparator() - Method in class com.japisoft.xmlpad.PopupModel
Add a separator
addSeparator() - Method in class com.japisoft.xmlpad.ToolBarModel
Add a separator
addSynonymousTagDescriptor(TagDescriptor) - Method in class com.japisoft.xmlpad.helper.model.TagDescriptor
 
addSystemTag() - Method in class com.japisoft.xmlpad.helper.handler.schema.AbstractTagHandler
 
addSystemTag() - Method in class com.japisoft.xmlpad.helper.model.AbstractTagHelper
 
addSystemTag() - Method in class com.japisoft.xmlpad.helper.model.SystemHelper
 
addTag(String, AttDescriptor[], boolean) - Method in class com.japisoft.xmlpad.helper.handler.schema.AbstractTagHandler
 
addTag(String, AttDescriptor[], boolean) - Method in class com.japisoft.xmlpad.helper.model.AbstractTagHelper
 
addTagDescriptor(TagDescriptor) - Method in class com.japisoft.xmlpad.helper.handler.schema.AbstractTagHandler
 
addTagDescriptor(TagDescriptor) - Method in class com.japisoft.xmlpad.helper.model.AbstractTagHelper
 
addTagDescriptor(TagDescriptor) - Method in interface com.japisoft.xmlpad.helper.model.TagHelper
add a new descriptor
addToolBarModelListener(ToolBarModelListener) - Method in class com.japisoft.xmlpad.ToolBarModel
Add a new listener for the toolbar update
addedPart - Variable in class com.japisoft.xmlpad.helper.model.AbstractDescriptor
 
addedSystemTag - Variable in class com.japisoft.xmlpad.helper.handler.schema.AbstractTagHandler
 
addedSystemTag - Variable in class com.japisoft.xmlpad.helper.model.AbstractTagHelper
 
allattributeMode - Variable in class com.japisoft.xmlpad.helper.handler.schema.w3c.SchemaToSchemaNode
 
asynchronousHighlightLine(int) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Highlight the line with an invokeLater
autoRequestFocus() - Method in class com.japisoft.xmlpad.action.XMLAction
 
autoRequestFocus() - Method in class com.japisoft.xmlpad.action.edit.CommentTagAction
 
autoRequestFocus() - Method in class com.japisoft.xmlpad.action.edit.CopyAction
 
autoRequestFocus() - Method in class com.japisoft.xmlpad.action.edit.CopyFileLocation
 
autoRequestFocus() - Method in class com.japisoft.xmlpad.action.edit.CopyXPathLocation
 
autoRequestFocus() - Method in class com.japisoft.xmlpad.action.edit.CutAction
 
autoRequestFocus() - Method in class com.japisoft.xmlpad.action.edit.PasteAction
 
autoRequestFocus() - Method in class com.japisoft.xmlpad.action.edit.RedoAction
 
autoRequestFocus() - Method in class com.japisoft.xmlpad.action.edit.SelectAllAction
 
autoRequestFocus() - Method in class com.japisoft.xmlpad.action.edit.SelectTagAction
 
autoRequestFocus() - Method in class com.japisoft.xmlpad.action.edit.UndoAction
 
autoRequestFocus() - Method in class com.japisoft.xmlpad.action.file.InsertAction
 
autoRequestFocus() - Method in class com.japisoft.xmlpad.action.search.SearchElement
 
autoScroll() - Method in interface com.japisoft.xmlpad.elementview.ElementView
 
autoScroll() - Method in class com.japisoft.xmlpad.elementview.table.TableElementView
 

B

BUNDLE - Static variable in class com.japisoft.xmlpad.dialog.OkCancelDialog
Use bundle for changing title/icon..
BasicLineRenderer - class com.japisoft.xmlpad.editor.renderer.BasicLineRenderer.
Basic line renderer with a rectangle
BasicLineRenderer() - Constructor for class com.japisoft.xmlpad.editor.renderer.BasicLineRenderer
 
BasicTitledPanelHelper - class com.japisoft.xmlpad.helper.ui.BasicTitledPanelHelper.
Simple header with a JLabel
BasicTitledPanelHelper() - Constructor for class com.japisoft.xmlpad.helper.ui.BasicTitledPanelHelper
 
BlueTheme - class com.japisoft.xmlpad.look.themes.BlueTheme.
JXMLPad Blue theme.
BlueTheme() - Constructor for class com.japisoft.xmlpad.look.themes.BlueTheme
 
BookmarkContext - interface com.japisoft.xmlpad.bookmark.BookmarkContext.
 
BookmarkModel - interface com.japisoft.xmlpad.bookmark.BookmarkModel.
Here a model containing all bookmark
BookmarkPosition - class com.japisoft.xmlpad.bookmark.BookmarkPosition.
Object from the BookmarkModel
BookmarkPosition(Position, Object) - Constructor for class com.japisoft.xmlpad.bookmark.BookmarkPosition
Initialize this bookmark position
buildMenuItem(EntityDescriptor) - Method in class com.japisoft.xmlpad.helper.model.EntityPopup
 
buildMenuItem(TagDescriptor) - Method in class com.japisoft.xmlpad.helper.model.TagPopup
 
buildPopupMenu(JPopupMenu) - Static method in class com.japisoft.xmlpad.action.ActionModel
Build the toolBar by adding all available action (in a toolbarable state)
buildToolBar(JToolBar) - Static method in class com.japisoft.xmlpad.action.ActionModel
Build the toolBar by adding all available action (in a toolbarable state)
buildit() - Method in class com.japisoft.xmlpad.helper.model.EntityPopup
 
buildit() - Method in class com.japisoft.xmlpad.helper.model.TagPopup
 

C

CANCEL - Static variable in class com.japisoft.xmlpad.dialog.DialogManager
 
CANCEL_ACTION - Static variable in class com.japisoft.xmlpad.dialog.OkCancelDialog
 
CANONICAL - Static variable in class com.japisoft.xmlpad.action.xml.FormatAction
 
CDATA_ATT_VAL - Static variable in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
 
CDATA_ATT_VAL - Static variable in class com.japisoft.dtdparser.node.AttributeDTDNode
 
CHOICE_TYPE - Static variable in class com.japisoft.dtdparser.node.ElementSetDTDNode
( element1 | element2 )
COMMENT - Static variable in class com.japisoft.dtdparser.node.DTDNode
Comment type
COMMENT_ACTION - Static variable in interface com.japisoft.xmlpad.action.ActionSet
Comment action
COMMENT_NODE - Static variable in class com.japisoft.fastparser.node.SimpleNode
 
COPY_ACTION - Static variable in interface com.japisoft.xmlpad.action.ActionSet
Copy action
CURRENT_DIR_PROPERTY - Static variable in class com.japisoft.xmlpad.action.file.SaveAsAction
 
CURRENT_DOCUMENT - Static variable in class com.japisoft.xmlpad.toolkit.SingleDocumentEditor
 
CUT_ACTION - Static variable in interface com.japisoft.xmlpad.action.ActionSet
Cut action
CannotFindElementException - exception com.japisoft.dtdparser.CannotFindElementException.
Exception when a definition element is not found
CannotFindElementException() - Constructor for class com.japisoft.dtdparser.CannotFindElementException
 
CaretListener - interface com.japisoft.xmlpad.CaretListener.
Notify the current caret location
CleanHistoryAction - class com.japisoft.xmlpad.tree.action.CleanHistoryAction.
Delete current navigation history
CleanHistoryAction() - Constructor for class com.japisoft.xmlpad.tree.action.CleanHistoryAction
 
ClosingTagHandler - class com.japisoft.xmlpad.helper.handler.system.ClosingTagHandler.
Assistant when closing a tag, it will open the previous opening tag
ClosingTagHandler() - Constructor for class com.japisoft.xmlpad.helper.handler.system.ClosingTagHandler
 
CommentAction - class com.japisoft.xmlpad.action.xml.CommentAction.
Insert an XML comment
CommentAction() - Constructor for class com.japisoft.xmlpad.action.xml.CommentAction
 
CommentDTDNode - class com.japisoft.dtdparser.node.CommentDTDNode.
Comment node
CommentDTDNode() - Constructor for class com.japisoft.dtdparser.node.CommentDTDNode
 
CommentDTDNode(String) - Constructor for class com.japisoft.dtdparser.node.CommentDTDNode
 
CommentNode - class com.japisoft.xmlpad.tree.action.CommentNode.
Comment the current selection
CommentNode() - Constructor for class com.japisoft.xmlpad.tree.action.CommentNode
 
CommentSystemHandler - class com.japisoft.xmlpad.helper.handler.system.CommentSystemHandler.
Assistant for comment
CommentSystemHandler() - Constructor for class com.japisoft.xmlpad.helper.handler.system.CommentSystemHandler
 
CommentTagAction - class com.japisoft.xmlpad.action.edit.CommentTagAction.
Comment the current tag
CommentTagAction() - Constructor for class com.japisoft.xmlpad.action.edit.CommentTagAction
 
CommonDescriptorRenderer - class com.japisoft.xmlpad.helper.model.CommonDescriptorRenderer.
Common renderer for popup
CommonPopup - class com.japisoft.xmlpad.helper.model.CommonPopup.
Basic popup menu.
CommonPopup(String) - Constructor for class com.japisoft.xmlpad.helper.model.CommonPopup
 
CommonView - class com.japisoft.xmlpad.editor.CommonView.
 
CommonView(Element) - Constructor for class com.japisoft.xmlpad.editor.CommonView
 
ComponentFactory - class com.japisoft.xmlpad.ComponentFactory.
Here a factory for default swing elements used by the XMLContainer.
ComponentFactory() - Constructor for class com.japisoft.xmlpad.ComponentFactory
 
ContentAssistantUI - class com.japisoft.xmlpad.helper.ContentAssistantUI.
Popup for the content assistant
ContentAssistantUI() - Constructor for class com.japisoft.xmlpad.helper.ContentAssistantUI
 
CopyAction - class com.japisoft.xmlpad.action.edit.CopyAction.
Copy action
CopyAction() - Constructor for class com.japisoft.xmlpad.action.edit.CopyAction
 
CopyFileLocation - class com.japisoft.xmlpad.action.edit.CopyFileLocation.
Copy the current File location
CopyFileLocation() - Constructor for class com.japisoft.xmlpad.action.edit.CopyFileLocation
 
CopyNode - class com.japisoft.xmlpad.tree.action.CopyNode.
Copy the tree node
CopyNode() - Constructor for class com.japisoft.xmlpad.tree.action.CopyNode
 
CopyXPathLocation - class com.japisoft.xmlpad.action.edit.CopyXPathLocation.
Copy the current XPath location
CopyXPathLocation() - Constructor for class com.japisoft.xmlpad.action.edit.CopyXPathLocation
 
CutAction - class com.japisoft.xmlpad.action.edit.CutAction.
Cut action
CutAction() - Constructor for class com.japisoft.xmlpad.action.edit.CutAction
 
CutNode - class com.japisoft.xmlpad.tree.action.CutNode.
Cut the current node
CutNode() - Constructor for class com.japisoft.xmlpad.tree.action.CutNode
 
caretLocation(int, int) - Method in interface com.japisoft.xmlpad.CaretListener
Notify the current caret location
caretUpdate(CaretEvent) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Structure computing
changedUpdate(DocumentEvent) - Method in class com.japisoft.xmlpad.editor.XMLDocument.XMLDocumentListener
 
childAt(int) - Method in class com.japisoft.fastparser.node.SimpleNode
 
childCount() - Method in class com.japisoft.fastparser.node.SimpleNode
 
childNodeIndex(SimpleNode) - Method in class com.japisoft.fastparser.node.SimpleNode
 
cleanNavigationHistoryPath() - Method in class com.japisoft.xmlpad.XMLContainer
Reset the navigation path
clone(boolean) - Method in class com.japisoft.fastparser.node.SimpleNode
Clone the current node, include subchild if deep is true
clone() - Method in class com.japisoft.xmlpad.helper.model.SchemaNode
 
cloneDocument() - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
close() - Method in class com.japisoft.xmlpad.helper.ui.HelperUIContext
 
closeDeclaration() - Method in class com.japisoft.fastparser.node.SimpleNode
 
com.japisoft.dtdparser - package com.japisoft.dtdparser
 
com.japisoft.dtdparser.document - package com.japisoft.dtdparser.document
 
com.japisoft.dtdparser.node - package com.japisoft.dtdparser.node
 
com.japisoft.fastparser.node - package com.japisoft.fastparser.node
 
com.japisoft.xmlpad - package com.japisoft.xmlpad
 
com.japisoft.xmlpad.action - package com.japisoft.xmlpad.action
 
com.japisoft.xmlpad.action.edit - package com.japisoft.xmlpad.action.edit
 
com.japisoft.xmlpad.action.file - package com.japisoft.xmlpad.action.file
 
com.japisoft.xmlpad.action.other - package com.japisoft.xmlpad.action.other
 
com.japisoft.xmlpad.action.search - package com.japisoft.xmlpad.action.search
 
com.japisoft.xmlpad.action.toolkit - package com.japisoft.xmlpad.action.toolkit
 
com.japisoft.xmlpad.action.xml - package com.japisoft.xmlpad.action.xml
 
com.japisoft.xmlpad.bookmark - package com.japisoft.xmlpad.bookmark
 
com.japisoft.xmlpad.dialog - package com.japisoft.xmlpad.dialog
 
com.japisoft.xmlpad.editor - package com.japisoft.xmlpad.editor
 
com.japisoft.xmlpad.editor.renderer - package com.japisoft.xmlpad.editor.renderer
 
com.japisoft.xmlpad.elementview - package com.japisoft.xmlpad.elementview
 
com.japisoft.xmlpad.elementview.table - package com.japisoft.xmlpad.elementview.table
 
com.japisoft.xmlpad.error - package com.japisoft.xmlpad.error
 
com.japisoft.xmlpad.helper - package com.japisoft.xmlpad.helper
 
com.japisoft.xmlpad.helper.handler - package com.japisoft.xmlpad.helper.handler
 
com.japisoft.xmlpad.helper.handler.relaxng - package com.japisoft.xmlpad.helper.handler.relaxng
 
com.japisoft.xmlpad.helper.handler.schema - package com.japisoft.xmlpad.helper.handler.schema
 
com.japisoft.xmlpad.helper.handler.schema.dtd - package com.japisoft.xmlpad.helper.handler.schema.dtd
 
com.japisoft.xmlpad.helper.handler.schema.w3c - package com.japisoft.xmlpad.helper.handler.schema.w3c
 
com.japisoft.xmlpad.helper.handler.system - package com.japisoft.xmlpad.helper.handler.system
 
com.japisoft.xmlpad.helper.model - package com.japisoft.xmlpad.helper.model
 
com.japisoft.xmlpad.helper.ui - package com.japisoft.xmlpad.helper.ui
 
com.japisoft.xmlpad.look - package com.japisoft.xmlpad.look
 
com.japisoft.xmlpad.look.themes - package com.japisoft.xmlpad.look.themes
 
com.japisoft.xmlpad.nodeeditor - package com.japisoft.xmlpad.nodeeditor
 
com.japisoft.xmlpad.toolkit - package com.japisoft.xmlpad.toolkit
 
com.japisoft.xmlpad.tree - package com.japisoft.xmlpad.tree
 
com.japisoft.xmlpad.tree.action - package com.japisoft.xmlpad.tree.action
 
com.japisoft.xmlpad.tree.parser - package com.japisoft.xmlpad.tree.parser
 
com.japisoft.xmlpad.xml.validator - package com.japisoft.xmlpad.xml.validator
 
completeContentForElementWithoutPrefix() - Method in class com.japisoft.xmlpad.helper.handler.schema.AbstractTagHandler
Particular case with DTD and namespace
completeContentForElementWithoutPrefix() - Method in class com.japisoft.xmlpad.helper.handler.schema.dtd.DTDTagHandler
 
completeContentForElementWithoutPrefix() - Method in class com.japisoft.xmlpad.helper.model.AbstractTagHelper
Particular case with DTD and namespace
container - Variable in class com.japisoft.xmlpad.action.XMLAction
 
create(Element) - Method in class com.japisoft.xmlpad.editor.XMLEditorKit
 
createContentBorder() - Method in class com.japisoft.xmlpad.dialog.OkCancelDialog
 
createDefaultDocument() - Method in class com.japisoft.xmlpad.editor.XMLEditorKit
 
createDefaultEditorKit() - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
createPopupMenu() - Method in class com.japisoft.xmlpad.XMLContainer
 
createToolBar() - Method in class com.japisoft.xmlpad.XMLContainer
 
createUndoManager() - Method in class com.japisoft.xmlpad.XMLContainer
For inner usage only
currentDocumentLocation - Variable in class com.japisoft.xmlpad.helper.handler.schema.AbstractTagHandler
 
currentDocumentLocation - Variable in class com.japisoft.xmlpad.helper.model.AbstractTagHelper
 
currentDocumentNode - Variable in class com.japisoft.xmlpad.helper.handler.schema.AbstractTagHandler
 
currentDocumentNode - Variable in class com.japisoft.xmlpad.helper.model.AbstractTagHelper
 

D

DEBUG - Static variable in class com.japisoft.xmlpad.Debug
 
DEFAULT_EDITOR - Static variable in class com.japisoft.xmlpad.nodeeditor.EditorModel
 
DEFAULT_ICON - Static variable in class com.japisoft.xmlpad.dialog.OkCancelDialog
 
DEFAULT_LOAD_DIRECTORY - Static variable in class com.japisoft.xmlpad.SharedProperties
Property for defining the default directory when loading a file
DEFAULT_MODE - Static variable in class com.japisoft.xmlpad.tree.FastTreeRenderer
This is the default rendering mode
DIALOG_ERROR - Static variable in class com.japisoft.xmlpad.action.xml.FormatAction
Mode for having a popup dialog when the formatting is impossible
DOCUMENT_NODE - Static variable in class com.japisoft.fastparser.node.SimpleNode
 
DTDAttDescriptor - class com.japisoft.xmlpad.helper.handler.schema.dtd.DTDAttDescriptor.
 
DTDAttDescriptor(AttributeDTDNode) - Constructor for class com.japisoft.xmlpad.helper.handler.schema.dtd.DTDAttDescriptor
 
DTDDocumentBuilder - interface com.japisoft.dtdparser.document.DTDDocumentBuilder.
Build the DTD document
DTDEntityHandler - class com.japisoft.xmlpad.helper.handler.schema.dtd.DTDEntityHandler.
Handler for DTD entities
DTDEntityHandler(RootDTDNode) - Constructor for class com.japisoft.xmlpad.helper.handler.schema.dtd.DTDEntityHandler
 
DTDEntityHelper - class com.japisoft.xmlpad.helper.handler.schema.dtd.DTDEntityHelper.
Helper working with a DTD definition
DTDEntityHelper(RootDTDNode) - Constructor for class com.japisoft.xmlpad.helper.handler.schema.dtd.DTDEntityHelper
 
DTDMapper - interface com.japisoft.dtdparser.DTDMapper.
Interface for using DTD in a non connected mode.
DTDMapperFactory - class com.japisoft.dtdparser.DTDMapperFactory.
Factory for retreiving the good DTDMapper
DTDMapperFactory() - Constructor for class com.japisoft.dtdparser.DTDMapperFactory
 
DTDMapperUsage - interface com.japisoft.xmlpad.DTDMapperUsage.
This is only for inner usage
DTDNode - class com.japisoft.dtdparser.node.DTDNode.
Main node type for DTD document type
DTDNode() - Constructor for class com.japisoft.dtdparser.node.DTDNode
 
DTDNodeFactory - class com.japisoft.dtdparser.node.DTDNodeFactory.
Factory for producing DTDNode.
DTDNodeFactory() - Constructor for class com.japisoft.dtdparser.node.DTDNodeFactory
 
DTDParser - class com.japisoft.dtdparser.DTDParser.
Main parser for the DTD
DTDParser() - Constructor for class com.japisoft.dtdparser.DTDParser
 
DTDSystemHelper - class com.japisoft.xmlpad.helper.handler.schema.dtd.DTDSystemHelper.
 
DTDSystemHelper() - Constructor for class com.japisoft.xmlpad.helper.handler.schema.dtd.DTDSystemHelper
 
DTDTagDescriptor - class com.japisoft.xmlpad.helper.handler.schema.dtd.DTDTagDescriptor.
 
DTDTagDescriptor(ElementDTDNode) - Constructor for class com.japisoft.xmlpad.helper.handler.schema.dtd.DTDTagDescriptor
 
DTDTagHandler - class com.japisoft.xmlpad.helper.handler.schema.dtd.DTDTagHandler.
Handler for DTD tag
DTDTagHandler(String, RootDTDNode) - Constructor for class com.japisoft.xmlpad.helper.handler.schema.dtd.DTDTagHandler
 
DTDToSchemaNode - class com.japisoft.xmlpad.helper.handler.schema.dtd.DTDToSchemaNode.
Convert the DTD structure to a graph
DTDToSchemaNode() - Constructor for class com.japisoft.xmlpad.helper.handler.schema.dtd.DTDToSchemaNode
 
Debug - class com.japisoft.xmlpad.Debug.
 
Debug() - Constructor for class com.japisoft.xmlpad.Debug
 
DefaultBookmarkContext - class com.japisoft.xmlpad.bookmark.DefaultBookmarkContext.
Default context for the bookmark manager
DefaultBookmarkContext(Icon, Color) - Constructor for class com.japisoft.xmlpad.bookmark.DefaultBookmarkContext
 
DefaultBookmarkModel - class com.japisoft.xmlpad.bookmark.DefaultBookmarkModel.
Default model implementation
DefaultBookmarkModel() - Constructor for class com.japisoft.xmlpad.bookmark.DefaultBookmarkModel
 
DefaultDTDDocumentBuilder - class com.japisoft.dtdparser.document.DefaultDTDDocumentBuilder.
Default DocumentBuilder
DefaultDTDDocumentBuilder() - Constructor for class com.japisoft.dtdparser.document.DefaultDTDDocumentBuilder
 
DefaultEditor - class com.japisoft.xmlpad.nodeeditor.DefaultEditor.
Here the DefaultEditor for the EditorModel.
DefaultEditor() - Constructor for class com.japisoft.xmlpad.nodeeditor.DefaultEditor
 
DefaultEntityHandler - class com.japisoft.xmlpad.helper.handler.system.DefaultEntityHandler.
 
DefaultEntityHandler() - Constructor for class com.japisoft.xmlpad.helper.handler.system.DefaultEntityHandler
 
DefaultErrorView - class com.japisoft.xmlpad.error.DefaultErrorView.
Very simple view with one label containg the last notified error
DefaultErrorView() - Constructor for class com.japisoft.xmlpad.error.DefaultErrorView
 
DefaultLook - class com.japisoft.xmlpad.look.DefaultLook.
Default look for the XMLEditor
DefaultLook() - Constructor for class com.japisoft.xmlpad.look.DefaultLook
 
DefaultSystemHandler - class com.japisoft.xmlpad.helper.handler.system.DefaultSystemHandler.
 
DefaultSystemHandler() - Constructor for class com.japisoft.xmlpad.helper.handler.system.DefaultSystemHandler
 
DefaultValidator - class com.japisoft.xmlpad.xml.validator.DefaultValidator.
This is a validation action for checking the XMLContent of the XMLContainer.
DefaultValidator() - Constructor for class com.japisoft.xmlpad.xml.validator.DefaultValidator
 
DefaultValidator(boolean) - Constructor for class com.japisoft.xmlpad.xml.validator.DefaultValidator
If true, a DOM document will be built and retreive using the getDocument method.
DefaultValidator(boolean, boolean) - Constructor for class com.japisoft.xmlpad.xml.validator.DefaultValidator
If true, a DOM document will be built and retreive using the getDocument method.
Descriptor - interface com.japisoft.xmlpad.helper.model.Descriptor.
Common interface for element descriptor
DialogManager - class com.japisoft.xmlpad.dialog.DialogManager.
 
DialogManager() - Constructor for class com.japisoft.xmlpad.dialog.DialogManager
 
DialogManagerDelegate - interface com.japisoft.xmlpad.dialog.DialogManagerDelegate.
 
DocumentColorAccessibility - interface com.japisoft.xmlpad.DocumentColorAccessibility.
Here an interface for customizing part of your document color
DocumentStateListener - interface com.japisoft.xmlpad.DocumentStateListener.
This listener gives information to document parsing state : Error, ok
DocumentWritable - interface com.japisoft.dtdparser.node.DocumentWritable.
Interface for writing valid document
darker(Color) - Method in class com.japisoft.xmlpad.editor.CommonView
 
debug(String) - Static method in class com.japisoft.xmlpad.Debug
 
debug(Throwable) - Static method in class com.japisoft.xmlpad.Debug
 
defaultInsertion - Variable in class com.japisoft.xmlpad.helper.model.TagPopup
 
descriptors - Variable in class com.japisoft.xmlpad.helper.handler.AbstractHelperHandler
 
dispose() - Method in interface com.japisoft.xmlpad.Accessibility
This is only for inner usage, it mustn't be called by the user
dispose() - Method in interface com.japisoft.xmlpad.DocumentColorAccessibility
This is only for inner usage, it mustn't be called by the user
dispose() - Method in interface com.japisoft.xmlpad.IView
Release this view
dispose() - Method in interface com.japisoft.xmlpad.IXMLPanel
Dispose this container
dispose() - Method in class com.japisoft.xmlpad.PopupModel
Only when the container is disposed.
dispose() - Method in interface com.japisoft.xmlpad.SchemaAccessibility
This is only for inner usage, it mustn't be called by the user
dispose() - Method in class com.japisoft.xmlpad.ToolBarModel
Only when the container is disposed.
dispose() - Method in interface com.japisoft.xmlpad.UIAccessibility
This is only for inner usage, it mustn't be called by the user
dispose() - Method in interface com.japisoft.xmlpad.UIStateListener
Called when the user interface is not available
dispose() - Method in class com.japisoft.xmlpad.XMLContainer
Remove all listeners/component connection.
dispose() - Method in class com.japisoft.xmlpad.action.XMLAction
Reset all reference to XMLEditor and XMLContainer.
dispose() - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
dispose() - Method in interface com.japisoft.xmlpad.elementview.ElementView
Dispose inner resource like the context
dispose() - Method in class com.japisoft.xmlpad.elementview.table.TableElementView
 
dispose() - Method in class com.japisoft.xmlpad.error.DefaultErrorView
 
dispose() - Method in class com.japisoft.xmlpad.error.ErrorManager
 
dispose() - Method in interface com.japisoft.xmlpad.error.ErrorView
Call when the view is not be used more.
dispose() - Method in class com.japisoft.xmlpad.helper.ContentAssistantUI
 
dispose() - Method in class com.japisoft.xmlpad.helper.HelperManager
 
dispose() - Method in class com.japisoft.xmlpad.helper.SchemaHelperManager
 
dispose() - Method in class com.japisoft.xmlpad.helper.handler.AbstractHelperHandler
 
dispose() - Method in class com.japisoft.xmlpad.helper.handler.relaxng.RelaxNGTagHelperHandler
 
dispose() - Method in class com.japisoft.xmlpad.helper.handler.schema.AbstractTagHandler
 
dispose() - Method in class com.japisoft.xmlpad.helper.handler.schema.AttributeHandler
 
dispose() - Method in class com.japisoft.xmlpad.helper.handler.schema.AttributeValueHandler
 
dispose() - Method in class com.japisoft.xmlpad.helper.handler.schema.dtd.DTDEntityHandler
 
dispose() - Method in class com.japisoft.xmlpad.helper.handler.schema.dtd.DTDTagHandler
 
dispose() - Method in class com.japisoft.xmlpad.helper.handler.schema.w3c.W3cTagHandler
 
dispose() - Method in class com.japisoft.xmlpad.helper.model.AbstractDescriptor
 
dispose() - Method in class com.japisoft.xmlpad.helper.model.AbstractHelper
 
dispose() - Method in interface com.japisoft.xmlpad.helper.model.Descriptor
 
dispose() - Method in interface com.japisoft.xmlpad.helper.model.Helper
Free unused ressource
dispose() - Method in class com.japisoft.xmlpad.toolkit.MultipleDocumentEditor
Dispose all XMLContainer
dispose() - Method in class com.japisoft.xmlpad.tree.FastTreeRenderer
 
dispose() - Method in class com.japisoft.xmlpad.tree.TreeListeners
 
dispose() - Method in class com.japisoft.xmlpad.tree.parser.ParsingErrorListener
 
dispose() - Method in class com.japisoft.xmlpad.tree.parser.ParsingJob
 
dispose() - Method in class com.japisoft.xmlpad.xml.validator.DefaultValidator
 
disposeAll() - Method in class com.japisoft.xmlpad.tree.parser.ParsingJob
 
disposeHelpPanel() - Method in class com.japisoft.xmlpad.helper.ContentAssistantUI
 
documentLocation - Variable in class com.japisoft.xmlpad.helper.model.SchemaLocator
 
documentModified() - Method in interface com.japisoft.xmlpad.DocumentStateListener
Notify a modified document
downloadPublicEntity(String) - Method in class com.japisoft.dtdparser.DTDParser
Download a PUBLIC entity
dragDropEnd(DragSourceDropEvent) - Method in class com.japisoft.xmlpad.tree.TreeListeners.TreeDragSource
 
dragEnter(DragSourceDragEvent) - Method in class com.japisoft.xmlpad.tree.TreeListeners.TreeDragSource
 
dragExit(DragSourceEvent) - Method in class com.japisoft.xmlpad.tree.TreeListeners.TreeDragSource
 
dragGestureRecognized(DragGestureEvent) - Method in class com.japisoft.xmlpad.tree.TreeListeners.TreeDragSource
 
dragOver(DragSourceDragEvent) - Method in class com.japisoft.xmlpad.tree.TreeListeners.TreeDragSource
 
dropActionChanged(DragSourceDragEvent) - Method in class com.japisoft.xmlpad.tree.TreeListeners.TreeDragSource
 
dump() - Method in class com.japisoft.dtdparser.document.AbstractDTDDocumentBuilder
 
dump() - Method in class com.japisoft.xmlpad.helper.model.SchemaNode
 

E

EDIT_GROUP - Static variable in class com.japisoft.xmlpad.action.ActionModel
Edit group
ELEMENT - Static variable in class com.japisoft.dtdparser.node.DTDNode
Element type
ELEMENT - Static variable in class com.japisoft.xmlpad.helper.model.SchemaNode
 
ELEMENT_REF - Static variable in class com.japisoft.dtdparser.node.DTDNode
Element set content
ELEMENT_SET - Static variable in class com.japisoft.dtdparser.node.DTDNode
Element set
EMPTY - Static variable in class com.japisoft.xmlpad.helper.model.SchemaNode
 
ENCODING_EUC_JP - Static variable in interface com.japisoft.dtdparser.XMLGenerator
 
ENCODING_ISO_10646_UCS_2 - Static variable in interface com.japisoft.dtdparser.XMLGenerator
 
ENCODING_ISO_10646_UCS_4 - Static variable in interface com.japisoft.dtdparser.XMLGenerator
 
ENCODING_ISO_2022_JP - Static variable in interface com.japisoft.dtdparser.XMLGenerator
 
ENCODING_ISO_8859_1 - Static variable in interface com.japisoft.dtdparser.XMLGenerator
 
ENCODING_ISO_8859_2 - Static variable in interface com.japisoft.dtdparser.XMLGenerator
 
ENCODING_ISO_8859_3 - Static variable in interface com.japisoft.dtdparser.XMLGenerator
 
ENCODING_ISO_8859_4 - Static variable in interface com.japisoft.dtdparser.XMLGenerator
 
ENCODING_ISO_8859_5 - Static variable in interface com.japisoft.dtdparser.XMLGenerator
 
ENCODING_ISO_8859_6 - Static variable in interface com.japisoft.dtdparser.XMLGenerator
 
ENCODING_ISO_8859_7 - Static variable in interface com.japisoft.dtdparser.XMLGenerator
 
ENCODING_ISO_8859_8 - Static variable in interface com.japisoft.dtdparser.XMLGenerator
 
ENCODING_ISO_8859_9 - Static variable in interface com.japisoft.dtdparser.XMLGenerator
 
ENCODING_PROPERTY - Static variable in class com.japisoft.xmlpad.action.file.SaveAction
 
ENCODING_Shift_JIS - Static variable in interface com.japisoft.dtdparser.XMLGenerator
 
ENCODING_UTF_16 - Static variable in interface com.japisoft.dtdparser.XMLGenerator
 
ENCODING_UTF_8 - Static variable in interface com.japisoft.dtdparser.XMLGenerator
 
ENTITIES_ATT_VAL - Static variable in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
 
ENTITIES_ATT_VAL - Static variable in class com.japisoft.dtdparser.node.AttributeDTDNode
 
ENTITY - Static variable in class com.japisoft.dtdparser.node.DTDNode
Entity type
ENTITY_ATT_VAL - Static variable in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
 
ENTITY_ATT_VAL - Static variable in class com.japisoft.dtdparser.node.AttributeDTDNode
 
ENTITY_RESOLVER - Static variable in class com.japisoft.xmlpad.SharedProperties
Entity resolver for various entities.
ENTITY_TYPE - Static variable in class com.japisoft.xmlpad.helper.SchemaHelperManager
 
ENUM_ATT_VAL - Static variable in class com.japisoft.dtdparser.node.AttributeDTDNode
Special type for enumeration
ERROR - Static variable in interface com.japisoft.xmlpad.xml.validator.Validator
 
EditNode - class com.japisoft.xmlpad.tree.action.EditNode.
Edit the current node using the EditorModel
EditNode() - Constructor for class com.japisoft.xmlpad.tree.action.EditNode
 
EditixLineRenderer - class com.japisoft.xmlpad.editor.renderer.EditixLineRenderer.
Renderer for editix look
Editor - interface com.japisoft.xmlpad.nodeeditor.Editor.
This Editor is a contract for editing any node.
EditorContext - interface com.japisoft.xmlpad.editor.EditorContext.
Context for communication between the bean editor and its container
EditorContext - class com.japisoft.xmlpad.nodeeditor.EditorContext.
Here the context for each Editor.
EditorContext(XMLContainer, SimpleNode, String) - Constructor for class com.japisoft.xmlpad.nodeeditor.EditorContext
 
EditorModel - class com.japisoft.xmlpad.nodeeditor.EditorModel.
This EditorModel stores editor for custom node edition.
EditorModel() - Constructor for class com.japisoft.xmlpad.nodeeditor.EditorModel
 
ElementDTDNode - class com.japisoft.dtdparser.node.ElementDTDNode.
Element definition
ElementDTDNode() - Constructor for class com.japisoft.dtdparser.node.ElementDTDNode
 
ElementDTDNode(String) - Constructor for class com.japisoft.dtdparser.node.ElementDTDNode
Build an Element node with the following name
ElementRefDTDNode - class com.japisoft.dtdparser.node.ElementRefDTDNode.
This is only a reference node to existing ELEMENT.
ElementRefDTDNode() - Constructor for class com.japisoft.dtdparser.node.ElementRefDTDNode
 
ElementRefDTDNode(String) - Constructor for class com.japisoft.dtdparser.node.ElementRefDTDNode
This name is the reference.
ElementSetDTDNode - class com.japisoft.dtdparser.node.ElementSetDTDNode.
Set of node needed
ElementSetDTDNode() - Constructor for class com.japisoft.dtdparser.node.ElementSetDTDNode
 
ElementView - interface com.japisoft.xmlpad.elementview.ElementView.
Interface for showing / editing an XML element
ElementViewContext - interface com.japisoft.xmlpad.elementview.ElementViewContext.
 
EntityDTDNode - class com.japisoft.dtdparser.node.EntityDTDNode.
Created Sat Feb 15 11:21:34 2003 Comments
EntityDTDNode() - Constructor for class com.japisoft.dtdparser.node.EntityDTDNode
 
EntityDTDNode(String, String) - Constructor for class com.japisoft.dtdparser.node.EntityDTDNode
 
EntityDescriptor - class com.japisoft.xmlpad.helper.model.EntityDescriptor.
Descriptor for XML entity
EntityDescriptor(String, String) - Constructor for class com.japisoft.xmlpad.helper.model.EntityDescriptor
 
EntityHelper - interface com.japisoft.xmlpad.helper.model.EntityHelper.
Here an helper for entities
EntityPopup - class com.japisoft.xmlpad.helper.model.EntityPopup.
Popup for available entities
EntityPopup(EntityDescriptor[], int, Document) - Constructor for class com.japisoft.xmlpad.helper.model.EntityPopup
 
ErrorListener - interface com.japisoft.xmlpad.error.ErrorListener.
Listener for XML parsing error.
ErrorManager - class com.japisoft.xmlpad.error.ErrorManager.
Here a class for storing/processing errors
ErrorManager() - Constructor for class com.japisoft.xmlpad.error.ErrorManager
 
ErrorSelectionListener - interface com.japisoft.xmlpad.error.ErrorSelectionListener.
Interface for notifying an external element that one error has been choosen by the user.
ErrorView - interface com.japisoft.xmlpad.error.ErrorView.
Interface for defining the Error Panel.
edit(EditorContext) - Method in class com.japisoft.xmlpad.nodeeditor.DefaultEditor
 
edit(EditorContext) - Method in interface com.japisoft.xmlpad.nodeeditor.Editor
Edit a particular text context.
editNode() - Method in class com.japisoft.xmlpad.XMLContainer
Edit the current node with the EditorModel API.
editNode(SimpleNode) - Method in class com.japisoft.xmlpad.XMLContainer
Edit the provided node with the EditorModel API.
editor - Variable in class com.japisoft.xmlpad.action.XMLAction
 
editor - Variable in class com.japisoft.xmlpad.helper.model.AbstractHelper
 
element - Variable in class com.japisoft.xmlpad.helper.model.SchemaNode
 
empty - Variable in class com.japisoft.xmlpad.helper.model.TagDescriptor
 
enableStructureDamagedSupport(boolean) - Method in class com.japisoft.xmlpad.editor.XMLDocument
Support notification for an XML structure tree change like adding or removing a tag
equals(Object) - Method in class com.japisoft.xmlpad.editor.XMLEntityResolver.TemporaryCharacter
 
equals(Object) - Method in class com.japisoft.xmlpad.helper.model.TagDescriptor
 
error(SAXParseException) - Method in class com.japisoft.xmlpad.xml.validator.DefaultValidator
 
errorSelected(String, int, String) - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
errorSelected(String, int, String) - Method in interface com.japisoft.xmlpad.error.ErrorSelectionListener
An error has been selected by the user
expanded - Variable in class com.japisoft.xmlpad.tree.TreeState
 

F

FAST_COMMENT_ACTION - Static variable in interface com.japisoft.xmlpad.action.ActionSet
Fast comment/uncomment action
FILE_ENCODING - Static variable in interface com.japisoft.xmlpad.action.Properties
File encoding
FILE_GROUP - Static variable in class com.japisoft.xmlpad.action.ActionModel
File group
FIXED_ATT - Static variable in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
 
FIXED_ATT - Static variable in class com.japisoft.dtdparser.node.AttributeDTDNode
 
FORMAT_ACTION - Static variable in interface com.japisoft.xmlpad.action.ActionSet
Format action
FULL_TEXT_VIEW - Static variable in class com.japisoft.xmlpad.SharedProperties
This is a property for switching to a full text view.
FastCommentUncommentAction - class com.japisoft.xmlpad.action.edit.FastCommentUncommentAction.
Fast comment/uncomment
FastCommentUncommentAction() - Constructor for class com.japisoft.xmlpad.action.edit.FastCommentUncommentAction
 
FastTreeRenderer - class com.japisoft.xmlpad.tree.FastTreeRenderer.
Renderer for the tree UIManager properties : - xmlpad.tree.font - xmlpad.tree.elementIcon - xmlpad.tree.textIcon - xmlpad.tree.errorIcon - xmlpad.tree.textColor - xmlpad.tree.selectionColor - Tree.textAttributeForeground
FastTreeRenderer(XMLContainer) - Constructor for class com.japisoft.xmlpad.tree.FastTreeRenderer
 
Features - interface com.japisoft.xmlpad.action.Features.
List of features name.
FormatAction - class com.japisoft.xmlpad.action.xml.FormatAction.
Action for formatting the XML content.
FormatAction() - Constructor for class com.japisoft.xmlpad.action.xml.FormatAction
 
factory - Variable in class com.japisoft.dtdparser.document.AbstractDTDDocumentBuilder
 
fatalError(SAXParseException) - Method in class com.japisoft.xmlpad.xml.validator.DefaultValidator
 
fillList(SimpleNode, DefaultListModel) - Method in class com.japisoft.xmlpad.helper.handler.schema.AbstractTagHandler
 
fillList(SimpleNode, DefaultListModel) - Method in class com.japisoft.xmlpad.helper.model.AbstractEntityHelper
 
fillList(SimpleNode, DefaultListModel) - Method in class com.japisoft.xmlpad.helper.model.AbstractHelper
 
fillList(SimpleNode, DefaultListModel) - Method in class com.japisoft.xmlpad.helper.model.AbstractTagHelper
 
fillList(SimpleNode, DefaultListModel) - Method in class com.japisoft.xmlpad.helper.model.AttributeHelper
 
fillList(SimpleNode, DefaultListModel) - Method in class com.japisoft.xmlpad.helper.model.AttributeValuesHelper
 
firePopupMenuWillBecomeInvisible() - Method in class com.japisoft.xmlpad.helper.model.CommonPopup
 
flush() - Method in class com.japisoft.xmlpad.helper.handler.schema.AbstractTagHandler
Reset all tags
flush() - Method in class com.japisoft.xmlpad.helper.model.AbstractTagHelper
Reset all tags
flushDescriptors() - Method in class com.japisoft.xmlpad.helper.handler.AbstractHelperHandler
 
flushLastError() - Method in class com.japisoft.xmlpad.error.ErrorManager
Eliminate any trace of the last error.
focus() - Method in class com.japisoft.xmlpad.XMLContainer
This is a method called by the inner editor for saving the current tree state.
focusGained(FocusEvent) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Each time the editor take the focus.
focusGained(FocusEvent) - Method in class com.japisoft.xmlpad.helper.ContentAssistantUI
 
focusLost(FocusEvent) - Method in class com.japisoft.xmlpad.editor.XMLEditor
For the moment, nothing is done
focusLost(FocusEvent) - Method in class com.japisoft.xmlpad.helper.ContentAssistantUI
 
forceLocation() - Method in class com.japisoft.xmlpad.editor.XMLDocument
For inner usage only.

G

GT_ENTITY - Static variable in class com.japisoft.xmlpad.editor.XMLEntityResolver
 
GreenTheme - class com.japisoft.xmlpad.look.themes.GreenTheme.
JXMLPad Green theme.
GreenTheme() - Constructor for class com.japisoft.xmlpad.look.themes.GreenTheme
 
getAccessibility() - Method in class com.japisoft.xmlpad.XMLContainer
 
getAction() - Method in class com.japisoft.xmlpad.dialog.OkCancelDialog
 
getActionAt(int) - Method in class com.japisoft.xmlpad.PopupModel
 
getActionAt(int) - Method in class com.japisoft.xmlpad.ToolBarModel
 
getActionByName(String) - Method in class com.japisoft.xmlpad.action.ActionGroup
 
getActionByName(String) - Static method in class com.japisoft.xmlpad.action.ActionModel
 
getActivatorSequence() - Method in class com.japisoft.xmlpad.helper.handler.AbstractHelperHandler
 
getActivatorSequence() - Method in class com.japisoft.xmlpad.helper.handler.schema.AbstractEntityHandler
 
getActivatorSequence() - Method in class com.japisoft.xmlpad.helper.handler.schema.AbstractTagHandler
 
getActivatorSequence() - Method in class com.japisoft.xmlpad.helper.handler.schema.AttributeHandler
 
getActivatorSequence() - Method in class com.japisoft.xmlpad.helper.handler.schema.AttributeValueHandler
 
getActivatorSequence() - Method in class com.japisoft.xmlpad.helper.handler.system.ClosingTagHandler
 
getActivatorSequence() - Method in class com.japisoft.xmlpad.helper.handler.system.CommentSystemHandler
 
getActivatorSequence() - Method in class com.japisoft.xmlpad.helper.handler.system.DefaultSystemHandler
 
getAddonPanel() - Method in class com.japisoft.xmlpad.dialog.OkCancelDialog
Add-on panel button
getAllChild() - Method in class com.japisoft.fastparser.node.SimpleNode
Get all child
getApplicationObject() - Method in class com.japisoft.fastparser.node.SimpleNode
 
getAttribute(String, String) - Method in class com.japisoft.fastparser.node.SimpleNode
 
getAttribute(String) - Method in class com.japisoft.fastparser.node.SimpleNode
 
getAttribute(String) - Method in class com.japisoft.xmlpad.helper.model.AttributeHelper
 
getAttributeDeclaration(String) - Method in class com.japisoft.dtdparser.node.ElementDTDNode
 
getAttributeHelperForNode(SimpleNode) - Method in class com.japisoft.xmlpad.helper.handler.schema.AbstractTagHandler
 
getAttributeHelperForNode(SimpleNode) - Method in class com.japisoft.xmlpad.helper.model.AbstractTagHelper
 
getAttributeValue() - Method in class com.japisoft.xmlpad.toolkit.XPathHandler
 
getAttributeValueLocation(int) - Method in class com.japisoft.xmlpad.editor.XMLDocument
 
getAttributes(SimpleNode) - Method in class com.japisoft.xmlpad.helper.model.AttributeHelper
 
getAtts() - Method in class com.japisoft.xmlpad.helper.model.TagDescriptor
 
getBackgroundColorForPrefix(String) - Method in interface com.japisoft.xmlpad.DocumentColorAccessibility
 
getBackgroundColorForPrefix(String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
getBackgroundColorForPrefix(String) - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
getBookmarkContext() - Method in class com.japisoft.xmlpad.XMLContainer
 
getBookmarkCount() - Method in interface com.japisoft.xmlpad.bookmark.BookmarkModel
 
getBookmarkCount() - Method in class com.japisoft.xmlpad.bookmark.DefaultBookmarkModel
 
getBookmarkPositionAt(int) - Method in interface com.japisoft.xmlpad.bookmark.BookmarkModel
 
getBookmarkPositionAt(int) - Method in class com.japisoft.xmlpad.bookmark.DefaultBookmarkModel
 
getBugLittleIcon() - Static method in class com.japisoft.xmlpad.SharedProperties
 
getBuiltEntity() - Method in class com.japisoft.xmlpad.helper.model.EntityDescriptor
 
getBuiltTag() - Method in class com.japisoft.xmlpad.helper.model.TagDescriptor
 
getButtonPanel() - Method in class com.japisoft.xmlpad.dialog.OkCancelDialog
 
getCachedXPathLocation() - Method in class com.japisoft.fastparser.node.SimpleNode
 
getCaretPosition() - Method in class com.japisoft.xmlpad.XMLContainer
 
getColorCommentBackground() - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
getColorForAttribute(String) - Method in interface com.japisoft.xmlpad.DocumentColorAccessibility
 
getColorForAttribute(String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
getColorForAttribute(String) - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
getColorForAttribute() - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize attribute <tag ATTRIBUTE="..." ...
getColorForAttributeSeparator() - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize '='
getColorForCDATA() - Method in class com.japisoft.xmlpad.editor.XMLEditor
Color for CDATA section
getColorForCDATABackground() - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colofr for CDATA Background
getColorForCDATAEnd() - Method in class com.japisoft.xmlpad.editor.XMLEditor
Color for ]]>
getColorForCDATAStart() - Method in class com.japisoft.xmlpad.editor.XMLEditor
Color for <!
getColorForComment() - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize XML comment <!
getColorForCommentEnd() - Method in class com.japisoft.xmlpad.editor.XMLEditor
Color for --!
getColorForCommentStart() - Method in class com.japisoft.xmlpad.editor.XMLEditor
Color for <!
getColorForDTDAttribute() - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
getColorForDTDElement() - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
getColorForDTDEntity() - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
getColorForDTDNotation() - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
getColorForDeclaration() - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize XML declaration <?
getColorForDeclarationBackground() - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
getColorForDeclarationEnd() - Method in class com.japisoft.xmlpad.editor.XMLEditor
Color for ?
getColorForDeclarationStart() - Method in class com.japisoft.xmlpad.editor.XMLEditor
Color for <?
getColorForDocType() - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize DocType declaration <!
getColorForDocTypeBackground() - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize DocType declaration <!
getColorForDocTypeEnd() - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize &>
getColorForDocTypeStart() - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize <!
getColorForEntity() - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize entity &ENTITY;
getColorForEntityBackground() - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
getColorForInvalid() - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize error
getColorForLineError() - Method in class com.japisoft.xmlpad.editor.XMLEditor
Color for a line error
getColorForLineSelection() - Method in class com.japisoft.xmlpad.editor.XMLEditor
Color for a line selection
getColorForLiteral() - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize literal "..."
getColorForNameSpace() - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize NameSpace
getColorForPrefix(String) - Method in interface com.japisoft.xmlpad.DocumentColorAccessibility
 
getColorForPrefix(String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
getColorForPrefix(String) - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
getColorForTag(String) - Method in interface com.japisoft.xmlpad.DocumentColorAccessibility
 
getColorForTag(String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
getColorForTag(String) - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
getColorForTag() - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize tag <Tag...
getColorForTagBackground() - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
getColorForTagBorderLine() - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
getColorForTagDelimiter() - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize tag delimiter < or >
getColorForTagEnd() - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize '/'
getColorForTagUnderline() - Method in class com.japisoft.xmlpad.editor.XMLEditor
Color for tag underline
getColorForText() - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize text
getComment() - Method in class com.japisoft.xmlpad.helper.model.AbstractDescriptor
 
getComment() - Method in interface com.japisoft.xmlpad.helper.model.Descriptor
 
getCommentDelimiters(int) - Method in class com.japisoft.xmlpad.editor.XMLDocument
The starting and stopping comment position or null if no comment is found
getCompletionBuffer() - Method in class com.japisoft.xmlpad.editor.XMLDocument
For inner usage
getContainer() - Method in interface com.japisoft.xmlpad.IView
 
getContainer() - Method in class com.japisoft.xmlpad.editor.XMLDocument
 
getContent() - Method in class com.japisoft.fastparser.node.SimpleNode
 
getContentPane() - Method in class com.japisoft.xmlpad.dialog.OkCancelDialog
 
getContentType() - Method in class com.japisoft.xmlpad.editor.XMLEditorKit
 
getContext() - Method in class com.japisoft.xmlpad.helper.ui.BasicTitledPanelHelper
 
getContext() - Method in interface com.japisoft.xmlpad.helper.ui.TitledPanelHelper
For special actions inside the helper header
getCurrentDTD() - Method in interface com.japisoft.xmlpad.SchemaAccessibility
 
getCurrentDTDRoot() - Method in interface com.japisoft.xmlpad.SchemaAccessibility
 
getCurrentDocumentLocation() - Method in class com.japisoft.xmlpad.XMLContainer
 
getCurrentDocumentLocation() - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
getCurrentDocumentLocationArg() - Method in class com.japisoft.xmlpad.XMLContainer
More information about the current document location
getCurrentDocumentLocationArg() - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
getCurrentDocumentLocationURL() - Method in class com.japisoft.xmlpad.XMLContainer
 
getCurrentEditor() - Method in class com.japisoft.xmlpad.editor.XMLDocument
 
getCurrentElementNode() - Method in class com.japisoft.xmlpad.XMLContainer
 
getCurrentLook() - Static method in class com.japisoft.xmlpad.look.LookManager
 
getCurrentNode() - Method in class com.japisoft.xmlpad.XMLContainer
 
getCurrentNodeLocation() - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
getCurrentPopup() - Method in class com.japisoft.xmlpad.XMLContainer
 
getCurrentSchema() - Method in interface com.japisoft.xmlpad.SchemaAccessibility
 
getCurrentSchemaRoot() - Method in interface com.japisoft.xmlpad.SchemaAccessibility
 
getCurrentTreePopup() - Method in interface com.japisoft.xmlpad.UIAccessibility
 
getCurrentTreePopup() - Method in class com.japisoft.xmlpad.XMLContainer
Deprecated. use getUIAccessibility().getCurrentTreePopup()
getCursorLocation() - Method in class com.japisoft.xmlpad.editor.XMLTemplate
Particular case when the template contains a 'cursor' param, this is used by the XMLContainer to force a cursor location
getDTDComment(String) - Method in class com.japisoft.dtdparser.node.DTDNode
 
getDTDComment() - Method in class com.japisoft.dtdparser.node.DTDNode
 
getDTDDocumentBuilder() - Method in class com.japisoft.dtdparser.DTDParser
 
getDTDElement() - Method in class com.japisoft.dtdparser.DTDParser
 
getDTDExternalCommentFile() - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Special file for using external comment to a dtd.
getDTDLocation(boolean) - Method in interface com.japisoft.xmlpad.SchemaAccessibility
 
getDTDMapper() - Static method in class com.japisoft.dtdparser.DTDMapperFactory
 
getDTDNodeAt(int) - Method in class com.japisoft.dtdparser.node.DTDNode
 
getDTDNodeCount() - Method in class com.japisoft.dtdparser.node.DTDNode
 
getDTDNodeForType(int) - Method in class com.japisoft.dtdparser.node.DTDNode
 
getDTDNodeIndex(DTDNode) - Method in class com.japisoft.dtdparser.node.DTDNode
 
getDTDNodes() - Method in class com.japisoft.dtdparser.node.DTDNode
 
getDTDParentNode() - Method in class com.japisoft.dtdparser.node.DTDNode
 
getDefaultAccelerator() - Method in class com.japisoft.xmlpad.action.XMLAction
 
getDefaultDTDLocation() - Method in interface com.japisoft.xmlpad.SchemaAccessibility
 
getDefaultDTDLocation() - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
getDefaultDTDRoot() - Method in interface com.japisoft.xmlpad.SchemaAccessibility
 
getDefaultDTDRoot() - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
getDefaultDTDURL() - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
getDefaultDocument() - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
getDefaultEditor(Class) - Method in class com.japisoft.xmlpad.elementview.table.TableElementView
 
getDefaultEntityHelperIcon() - Static method in class com.japisoft.xmlpad.SharedProperties
Icon for content assistant
getDefaultErrorView() - Method in class com.japisoft.xmlpad.ComponentFactory
 
getDefaultFileExt() - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
getDefaultIcon() - Method in class com.japisoft.xmlpad.action.XMLAction
 
getDefaultIcon() - Method in class com.japisoft.xmlpad.dialog.OkCancelDialog
 
getDefaultIcon() - Method in class com.japisoft.xmlpad.helper.handler.AbstractHelperHandler
 
getDefaultIcon() - Method in class com.japisoft.xmlpad.helper.handler.schema.AbstractEntityHandler
 
getDefaultIcon() - Method in class com.japisoft.xmlpad.helper.handler.system.CommentSystemHandler
 
getDefaultIcon() - Method in class com.japisoft.xmlpad.helper.handler.system.DefaultSystemHandler
 
getDefaultLabel() - Method in class com.japisoft.xmlpad.action.XMLAction
 
getDefaultLabel() - Method in class com.japisoft.xmlpad.action.other.TreeVisibilityAction
 
getDefaultLabel() - Method in class com.japisoft.xmlpad.tree.action.CopyNode
 
getDefaultLabel() - Method in class com.japisoft.xmlpad.tree.action.CutNode
 
getDefaultLabel() - Method in class com.japisoft.xmlpad.tree.action.EditNode
 
getDefaultLabel() - Method in class com.japisoft.xmlpad.tree.action.SelectNode
 
getDefaultMnemonic() - Method in class com.japisoft.xmlpad.action.XMLAction
 
getDefaultNamespace() - Method in class com.japisoft.fastparser.node.SimpleNode
 
getDefaultNamespace() - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
getDefaultNamespacePrefix() - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
getDefaultRenderer(Class) - Method in class com.japisoft.xmlpad.elementview.table.TableElementView
 
getDefaultSchemaLocation() - Method in interface com.japisoft.xmlpad.SchemaAccessibility
 
getDefaultSchemaLocation() - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
getDefaultSchemaRoot() - Method in interface com.japisoft.xmlpad.SchemaAccessibility
 
getDefaultSchemaRoot() - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
getDefaultSystemHelperIcon() - Static method in class com.japisoft.xmlpad.SharedProperties
Icon for content assistant
getDefaultTooltip() - Method in class com.japisoft.xmlpad.action.XMLAction
 
getDefaultValue() - Method in class com.japisoft.dtdparser.node.AttributeDTDNode
 
getDefaultValue() - Method in class com.japisoft.xmlpad.helper.model.AttDescriptor
 
getDescription() - Method in class com.japisoft.xmlpad.XMLDocumentFileFilter
 
getDocument() - Method in class com.japisoft.fastparser.node.SimpleNode
 
getDocument() - Method in class com.japisoft.xmlpad.XMLContainer
 
getDocument() - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
getDocument() - Method in class com.japisoft.xmlpad.xml.validator.DefaultValidator
 
getDocumentColorAccessibility() - Method in class com.japisoft.xmlpad.XMLContainer
 
getDocumentDescription() - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
getDocumentIcon() - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
getDocumentIconPath() - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
getDocumentInfo() - Method in class com.japisoft.xmlpad.XMLContainer
 
getDocumentIntegrity() - Method in class com.japisoft.xmlpad.XMLContainer
 
getDocumentLocation() - Method in class com.japisoft.xmlpad.LocationEvent
 
getDocumentName() - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
getDocumentStateListeners() - Method in interface com.japisoft.xmlpad.IView
Return a set of listener from the addDocumentStateListener
getEditedNode() - Method in class com.japisoft.xmlpad.nodeeditor.EditorContext
 
getEditedText() - Method in class com.japisoft.xmlpad.nodeeditor.EditorContext
 
getEditor() - Method in interface com.japisoft.xmlpad.UIAccessibility
 
getEditor() - Method in class com.japisoft.xmlpad.XMLContainer
Deprecated. use getUIAccessibility().getEditor()
getEditorContext() - Method in class com.japisoft.xmlpad.XMLContainer
For inner usage only
getEditorForNode(SimpleNode) - Static method in class com.japisoft.xmlpad.nodeeditor.EditorModel
 
getEditorKit() - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
getElementDeclaration(String) - Method in class com.japisoft.dtdparser.node.RootDTDNode
 
getElementDefinitionByName(String) - Method in class com.japisoft.dtdparser.node.RootDTDNode
 
getElementView() - Method in interface com.japisoft.xmlpad.UIAccessibility
 
getElementViewInitialDividerLocation() - Method in class com.japisoft.xmlpad.XMLContainer
 
getElementsFromDTD() - Method in class com.japisoft.xmlpad.editor.XMLDocument
 
getEndingTag() - Method in class com.japisoft.xmlpad.helper.model.TagDescriptor
 
getEntities() - Method in class com.japisoft.xmlpad.helper.model.AbstractEntityHelper
 
getEntities() - Method in interface com.japisoft.xmlpad.helper.model.EntityHelper
 
getEntityDeclaration(String) - Method in class com.japisoft.dtdparser.node.RootDTDNode
 
getEntityDefinitionByName(String) - Method in class com.japisoft.dtdparser.node.RootDTDNode
 
getEntityResolution(String) - Method in class com.japisoft.xmlpad.editor.XMLEntityResolver
 
getEntityResolver() - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
getEntityValue(String) - Method in class com.japisoft.dtdparser.node.RootDTDNode
 
getEntityValue(char) - Method in class com.japisoft.xmlpad.editor.XMLEntityResolver
 
getEnumValues() - Method in class com.japisoft.xmlpad.helper.model.AttDescriptor
 
getEnumeration() - Method in class com.japisoft.dtdparser.node.AttributeDTDNode
 
getErrorManager() - Method in class com.japisoft.xmlpad.XMLContainer
 
getErrorMessage() - Method in class com.japisoft.xmlpad.tree.parser.ParsingJob
 
getErrorView() - Method in interface com.japisoft.xmlpad.UIAccessibility
 
getFactory() - Static method in class com.japisoft.xmlpad.ComponentFactory
 
getFileFilter() - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
getFinalView() - Method in interface com.japisoft.xmlpad.IView
 
getFirstAttributeValue() - Method in class com.japisoft.fastparser.node.SimpleNode
 
getFirstElement() - Method in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
 
getFirstElement() - Method in class com.japisoft.dtdparser.document.DefaultDTDDocumentBuilder
 
getFirstElement() - Method in class com.japisoft.dtdparser.document.TraceDTDDocumentBuilder
 
getFirstElementName() - Method in class com.japisoft.dtdparser.node.RootDTDNode
 
getForwardAttributeName(XMLDocument, int) - Method in class com.japisoft.xmlpad.editor.XMLDocument
 
getGroupByName(String) - Static method in class com.japisoft.xmlpad.action.ActionModel
 
getGroups() - Static method in class com.japisoft.xmlpad.action.ActionModel
 
getHelperHandler(int) - Method in class com.japisoft.xmlpad.helper.HelperManager
 
getHelperHandler(String) - Method in class com.japisoft.xmlpad.helper.HelperManager
 
getHelperHandlerCount() - Method in class com.japisoft.xmlpad.helper.HelperManager
 
getHelperHandlers() - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
getHelperManager() - Method in class com.japisoft.xmlpad.XMLContainer
 
getHighlightFlag() - Method in class com.japisoft.xmlpad.bookmark.BookmarkPosition
 
getHighlightPainter() - Method in interface com.japisoft.xmlpad.bookmark.BookmarkContext
 
getHighlightPainter() - Method in class com.japisoft.xmlpad.bookmark.DefaultBookmarkContext
 
getIcon() - Method in interface com.japisoft.xmlpad.bookmark.BookmarkContext
This icon is required by the editor
getIcon() - Method in class com.japisoft.xmlpad.bookmark.DefaultBookmarkContext
 
getIcon() - Method in class com.japisoft.xmlpad.helper.model.AbstractDescriptor
 
getIcon() - Method in interface com.japisoft.xmlpad.helper.model.Descriptor
 
getIconHeight() - Method in class com.japisoft.xmlpad.action.XMLAction.EmptyIcon
 
getIconWidth() - Method in class com.japisoft.xmlpad.action.XMLAction.EmptyIcon
 
getId() - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
getInitialDividerLocation() - Method in class com.japisoft.xmlpad.XMLContainer
 
getInnerComponent() - Method in class com.japisoft.xmlpad.tree.FastTreeRenderer
 
getInnerView() - Method in class com.japisoft.xmlpad.XMLContainer
For inner usage only
getLabel(String, String) - Method in class com.japisoft.xmlpad.action.XMLAction
 
getLastDTDLocation() - Method in class com.japisoft.xmlpad.editor.XMLDocument
 
getLineEnd(int) - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
getLineStart(int) - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
getListCellRenderer() - Method in class com.japisoft.xmlpad.helper.model.AbstractHelper
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class com.japisoft.xmlpad.helper.model.CommonDescriptorRenderer
 
getListOfAttributesWithAutoAssistant() - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
getLocalizedMessage(String, String) - Static method in class com.japisoft.xmlpad.XMLContainer
For inner usage, it returns a localized message for this key
getLocation() - Method in interface com.japisoft.xmlpad.editor.TreeLocationListener
 
getLocationAndSize() - Method in class com.japisoft.xmlpad.dialog.OkCancelDialog
 
getLostCharacter() - Method in class com.japisoft.xmlpad.helper.handler.schema.AbstractTagHandler
 
getLostCharacter() - Method in class com.japisoft.xmlpad.helper.model.AbstractEntityHelper
 
getLostCharacter() - Method in class com.japisoft.xmlpad.helper.model.AbstractHelper
 
getLostCharacter() - Method in class com.japisoft.xmlpad.helper.model.AbstractTagHelper
 
getLostCharacter() - Method in class com.japisoft.xmlpad.helper.model.SystemHelper
 
getMacOcc() - Method in class com.japisoft.xmlpad.helper.model.TagDescriptor
 
getMainContainer() - Method in interface com.japisoft.xmlpad.IXMLPanel
 
getMainContainer() - Method in class com.japisoft.xmlpad.XMLContainer
 
getMenuItem() - Method in class com.japisoft.xmlpad.helper.model.CommonPopup
 
getMessage() - Method in class com.japisoft.dtdparser.CannotFindElementException
 
getMessageForError(XMLContainer) - Method in class com.japisoft.xmlpad.action.xml.FormatAction
 
getMessageForOk(XMLContainer) - Method in class com.japisoft.xmlpad.action.xml.ParseAction
 
getMinOcc() - Method in class com.japisoft.xmlpad.helper.model.TagDescriptor
 
getModel() - Method in interface com.japisoft.xmlpad.bookmark.BookmarkContext
 
getModel() - Method in class com.japisoft.xmlpad.bookmark.DefaultBookmarkContext
 
getName() - Method in class com.japisoft.dtdparser.node.AttributeDTDNode
 
getName() - Method in class com.japisoft.dtdparser.node.ElementDTDNode
 
getName() - Method in class com.japisoft.dtdparser.node.EntityDTDNode
 
getName() - Method in class com.japisoft.xmlpad.action.ActionGroup
 
getName() - Method in class com.japisoft.xmlpad.action.XMLAction
Return the name of the action.
getName() - Method in class com.japisoft.xmlpad.dialog.OkCancelDialog
 
getName() - Method in class com.japisoft.xmlpad.helper.handler.AbstractHelperHandler
 
getName() - Method in class com.japisoft.xmlpad.helper.handler.schema.AbstractEntityHandler
 
getName() - Method in class com.japisoft.xmlpad.helper.handler.schema.AbstractTagHandler
 
getName() - Method in class com.japisoft.xmlpad.helper.handler.schema.AttributeHandler
 
getName() - Method in class com.japisoft.xmlpad.helper.handler.schema.AttributeValueHandler
 
getName() - Method in class com.japisoft.xmlpad.helper.handler.system.DefaultEntityHandler
 
getName() - Method in class com.japisoft.xmlpad.helper.model.AttDescriptor
 
getName() - Method in class com.japisoft.xmlpad.helper.model.AttValueDescriptor
 
getName() - Method in interface com.japisoft.xmlpad.helper.model.Descriptor
 
getName() - Method in class com.japisoft.xmlpad.helper.model.EntityDescriptor
 
getName() - Method in class com.japisoft.xmlpad.helper.model.TagDescriptor
 
getName() - Method in class com.japisoft.xmlpad.tree.parser.ParsingJob
 
getNameForHelper() - Method in class com.japisoft.xmlpad.helper.model.AttDescriptor
 
getNameForHelper() - Method in class com.japisoft.xmlpad.helper.model.AttValueDescriptor
 
getNameForHelper() - Method in interface com.japisoft.xmlpad.helper.model.Descriptor
 
getNameForHelper() - Method in class com.japisoft.xmlpad.helper.model.EntityDescriptor
 
getNameForHelper() - Method in class com.japisoft.xmlpad.helper.model.TagDescriptor
 
getNameSpaceDeclaration() - Method in class com.japisoft.fastparser.node.SimpleNode
 
getNameSpaceDeclarationURI(String) - Method in class com.japisoft.fastparser.node.SimpleNode
 
getNameSpacePrefix() - Method in class com.japisoft.fastparser.node.SimpleNode
 
getNameSpaceURI() - Method in class com.japisoft.fastparser.node.SimpleNode
 
getNamespace() - Method in class com.japisoft.xmlpad.helper.handler.schema.AbstractTagHandler
 
getNamespace() - Method in class com.japisoft.xmlpad.helper.model.AbstractHelper
 
getNamespace() - Method in interface com.japisoft.xmlpad.helper.model.Helper
 
getNamespaceDeclared() - Method in class com.japisoft.fastparser.node.SimpleNode
 
getNavigationHistoryLimit() - Method in class com.japisoft.xmlpad.XMLContainer
 
getNewDocumentBuilder(boolean, boolean) - Static method in class com.japisoft.xmlpad.xml.validator.XMLPadSAXParserFactory
 
getNewElementView(XMLContainer) - Method in class com.japisoft.xmlpad.ComponentFactory
 
getNewHorizontalSplitPane() - Method in class com.japisoft.xmlpad.ComponentFactory
create an horizontal oriented splitpane
getNewPanel() - Method in class com.japisoft.xmlpad.ComponentFactory
create a panel for editor and tree
getNewPopupMenu() - Method in class com.japisoft.xmlpad.ComponentFactory
create a default popupMenu
getNewSAXParser(boolean) - Static method in class com.japisoft.xmlpad.xml.validator.XMLPadSAXParserFactory
 
getNewScrollPane() - Method in class com.japisoft.xmlpad.ComponentFactory
create a scrollpane for editor or tree
getNewTitledPanelHelper() - Method in class com.japisoft.xmlpad.ComponentFactory
 
getNewToolBar() - Method in class com.japisoft.xmlpad.ComponentFactory
create a default toolBar
getNewTree() - Method in class com.japisoft.xmlpad.ComponentFactory
create a default tee
getNewVerticalSplitPane() - Method in class com.japisoft.xmlpad.ComponentFactory
create a vertical oriented splitpane
getNewXMLEditor(EditorContext) - Method in class com.japisoft.xmlpad.ComponentFactory
create a default XMLEditor
getNodeByCriteria(ValidCriteria, boolean) - Method in class com.japisoft.fastparser.node.SimpleNode
Sample of criteria : new OrCriteria( new NodeNameCriteria( "aa" ), new NodeNameCriteria( "bb" ) ) for returning 'aa' or 'bb' node.
getNodeByName(String, boolean) - Method in class com.japisoft.fastparser.node.SimpleNode
 
getNodeComment() - Method in class com.japisoft.dtdparser.node.DTDNode
 
getNodeContent() - Method in class com.japisoft.fastparser.node.SimpleNode
 
getNodeForType(int) - Method in class com.japisoft.dtdparser.node.DTDNodeFactory
Recall the getNodeForType with a null argument
getNodeForType(int, String) - Method in class com.japisoft.dtdparser.node.DTDNodeFactory
HERE the mehod you will have to override if you want to use custom node
getNodeForXPathLocation(String, boolean) - Method in class com.japisoft.fastparser.node.SimpleNode
This feature is limited to a subset of the XPath set : /tag1[ location ]/tag2...
getNodeType() - Method in class com.japisoft.dtdparser.node.DTDNode
 
getNonStaticNewDocumentBuilder(boolean, boolean) - Method in class com.japisoft.xmlpad.xml.validator.XMLPadSAXParserFactory
 
getNonStaticNewSAXParser(boolean) - Method in class com.japisoft.xmlpad.xml.validator.XMLPadSAXParserFactory
 
getOffset() - Method in class com.japisoft.xmlpad.bookmark.BookmarkPosition
 
getOperator() - Method in class com.japisoft.dtdparser.node.ElementDTDNode
 
getOperator() - Method in class com.japisoft.dtdparser.node.ElementRefDTDNode
This is the max of the occurence between this element ref and the element set
getOperatorString() - Method in class com.japisoft.dtdparser.node.ElementDTDNode
 
getOriginalDTDLocation() - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Particular case when a mapping is done with the DTD location
getParam(String) - Static method in class com.japisoft.xmlpad.action.ActionModel
 
getParam() - Method in class com.japisoft.xmlpad.action.XMLAction
 
getParamValue(String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
getParent() - Method in class com.japisoft.xmlpad.helper.model.SchemaNode
 
getParentType() - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
getPopupGroup() - Method in class com.japisoft.xmlpad.action.XMLAction
With this group you can create sub-menu inside the popup.
getPopupModel() - Method in class com.japisoft.xmlpad.XMLContainer
User can add/remove dynamically action by acting on this model.
getPreviousOpeningTag(int) - Method in class com.japisoft.xmlpad.editor.XMLDocument
 
getPreviousOpeningTagInsideATagPart(int) - Method in class com.japisoft.xmlpad.editor.XMLDocument
 
getPreviousOpeningTagInsideATagPartWithoutPrefix(int) - Method in class com.japisoft.xmlpad.editor.XMLDocument
 
getPriority() - Method in class com.japisoft.xmlpad.helper.handler.AbstractHelperHandler
Here a way to change the order of the handler
getPriority() - Method in class com.japisoft.xmlpad.helper.handler.schema.AbstractTagHandler
 
getPriority() - Method in class com.japisoft.xmlpad.helper.handler.schema.AttributeValueHandler
 
getProperties() - Method in interface com.japisoft.xmlpad.IXMLPanel
 
getProperties() - Method in class com.japisoft.xmlpad.XMLContainer
 
getProperties() - Static method in class com.japisoft.xmlpad.XMLPadProperties
 
getProperty(String) - Method in interface com.japisoft.xmlpad.IXMLPanel
 
getProperty(String, Object) - Method in interface com.japisoft.xmlpad.IXMLPanel
 
getProperty(String) - Method in class com.japisoft.xmlpad.XMLContainer
 
getProperty(String, Object) - Method in class com.japisoft.xmlpad.XMLContainer
 
getProperty(String, String) - Static method in class com.japisoft.xmlpad.XMLPadProperties
 
getProperty(String, String, Object) - Static method in class com.japisoft.xmlpad.action.ActionModel
 
getProperty(String, Object) - Method in class com.japisoft.xmlpad.action.XMLAction
 
getProperty(String, Object) - Method in class com.japisoft.xmlpad.action.file.SaveAsAction
 
getProperty(String, Object) - Method in class com.japisoft.xmlpad.action.xml.FormatAction
 
getQualifiedContent() - Method in class com.japisoft.fastparser.node.SimpleNode
 
getRawResult() - Method in class com.japisoft.xmlpad.toolkit.XPathHandler
 
getRawXML() - Method in class com.japisoft.fastparser.node.SimpleNode
 
getReader() - Method in class com.japisoft.xmlpad.helper.model.SchemaLocator
 
getReferenceNode() - Method in class com.japisoft.dtdparser.node.ElementRefDTDNode
 
getRelaxNGValidationLocation() - Method in interface com.japisoft.xmlpad.SchemaAccessibility
 
getRenderer() - Static method in class com.japisoft.xmlpad.helper.model.CommonDescriptorRenderer
 
getRequiredAtt() - Method in class com.japisoft.xmlpad.helper.model.TagDescriptor
 
getResult() - Method in class com.japisoft.xmlpad.nodeeditor.EditorContext
 
getRoot() - Method in class com.japisoft.dtdparser.document.AbstractDTDDocumentBuilder
 
getRoot() - Method in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
 
getRoot() - Method in class com.japisoft.dtdparser.node.DTDNode
 
getRootNode() - Method in class com.japisoft.xmlpad.XMLContainer
 
getSchemaAccessibility() - Method in class com.japisoft.xmlpad.XMLContainer
 
getSchemaLocation(boolean) - Method in interface com.japisoft.xmlpad.SchemaAccessibility
 
getSchemaNode() - Method in class com.japisoft.xmlpad.helper.handler.relaxng.RelaxNGTagHelperHandler
 
getSchemaNode(Object) - Method in class com.japisoft.xmlpad.helper.handler.relaxng.RelaxNGToSchemaNode
 
getSchemaNode() - Method in class com.japisoft.xmlpad.helper.handler.schema.dtd.DTDTagHandler
 
getSchemaNode(Object) - Method in class com.japisoft.xmlpad.helper.handler.schema.dtd.DTDToSchemaNode
 
getSchemaNode(Object) - Method in class com.japisoft.xmlpad.helper.handler.schema.w3c.SchemaToSchemaNode
 
getSchemaNode() - Method in class com.japisoft.xmlpad.helper.handler.schema.w3c.W3cTagHandler
 
getSchemaNode() - Method in interface com.japisoft.xmlpad.helper.model.SchemaNodable
 
getSchemaNode(int) - Method in class com.japisoft.xmlpad.helper.model.SchemaNode
 
getSchemaNode(Object) - Method in interface com.japisoft.xmlpad.helper.model.SchemaNodeProducer
 
getSchemaNodeCount() - Method in class com.japisoft.xmlpad.helper.model.SchemaNode
 
getSchemaValid() - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
getSecondarySchemaNode() - Method in class com.japisoft.xmlpad.helper.handler.relaxng.RelaxNGTagHelperHandler
 
getSecondarySplitPane() - Method in interface com.japisoft.xmlpad.UIAccessibility
 
getSelectionHighlightColor() - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
getSharedInstance(Object, SimpleNode) - Static method in class com.japisoft.xmlpad.LocationEvent
 
getSharedInstance() - Static method in class com.japisoft.xmlpad.editor.renderer.BasicLineRenderer
 
getSharedInstance() - Static method in class com.japisoft.xmlpad.editor.renderer.EditixLineRenderer
 
getSharedInstance() - Static method in class com.japisoft.xmlpad.editor.renderer.SimpleLineRenderer
 
getSimpleParent() - Method in class com.japisoft.fastparser.node.SimpleNode
 
getSource() - Method in class com.japisoft.xmlpad.LocationEvent
 
getSource() - Method in class com.japisoft.xmlpad.helper.handler.schema.AbstractTagHandler
 
getSource() - Method in class com.japisoft.xmlpad.helper.model.AbstractDescriptor
 
getSource() - Method in class com.japisoft.xmlpad.helper.model.AbstractTagHelper
 
getSource() - Method in interface com.japisoft.xmlpad.helper.model.Descriptor
 
getSource() - Method in class com.japisoft.xmlpad.helper.model.SchemaLocator
 
getSource() - Method in interface com.japisoft.xmlpad.helper.model.TagHelper
 
getSource() - Method in class com.japisoft.xmlpad.tree.parser.ParsingJob
 
getSplitPane() - Method in interface com.japisoft.xmlpad.UIAccessibility
 
getStartingLine() - Method in class com.japisoft.fastparser.node.SimpleNode
 
getStartingOffset() - Method in class com.japisoft.fastparser.node.SimpleNode
 
getStartingTag() - Method in class com.japisoft.xmlpad.helper.model.TagDescriptor
 
getState() - Method in class com.japisoft.xmlpad.tree.TreeListeners
 
getStoppingLine() - Method in class com.japisoft.fastparser.node.SimpleNode
 
getStoppingOffset() - Method in class com.japisoft.fastparser.node.SimpleNode
 
getStream(String) - Method in interface com.japisoft.dtdparser.DTDMapper
 
getSubContainer(String) - Method in interface com.japisoft.xmlpad.IXMLPanel
 
getSubContainer(String) - Method in class com.japisoft.xmlpad.XMLContainer
 
getSupportedFileExt() - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
getSynonymousTagDescriptor(int) - Method in class com.japisoft.xmlpad.helper.model.TagDescriptor
 
getSynonymousTagDescriptorCount() - Method in class com.japisoft.xmlpad.helper.model.TagDescriptor
 
getSyntaxHelper() - Method in class com.japisoft.xmlpad.XMLContainer
 
getSystemHelper() - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
getSystemHelperClass() - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
getTag(SimpleNode) - Method in class com.japisoft.xmlpad.helper.handler.relaxng.RelaxNGTagHelperHandler
 
getTag(SimpleNode) - Method in class com.japisoft.xmlpad.helper.handler.schema.AbstractTagHandler
 
getTag(SimpleNode) - Method in class com.japisoft.xmlpad.helper.handler.schema.dtd.DTDTagHandler
 
getTag(SimpleNode) - Method in class com.japisoft.xmlpad.helper.handler.schema.w3c.W3cTagHandler
 
getTag(SimpleNode) - Method in class com.japisoft.xmlpad.helper.model.StaticTagHelper
 
getTag(SimpleNode) - Method in class com.japisoft.xmlpad.helper.model.SystemHelper
 
getTag(SimpleNode) - Method in interface com.japisoft.xmlpad.helper.model.TagHelper
 
getTags() - Method in class com.japisoft.xmlpad.helper.handler.schema.AbstractTagHandler
 
getTags() - Method in class com.japisoft.xmlpad.helper.model.AbstractTagHelper
 
getTags() - Method in interface com.japisoft.xmlpad.helper.model.TagHelper
 
getTemplate() - Method in class com.japisoft.xmlpad.XMLContainer
 
getTemplate() - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
getText() - Method in interface com.japisoft.xmlpad.Accessibility
 
getText() - Method in class com.japisoft.xmlpad.XMLContainer
Deprecated. use getAccessibility().getText()
getText(int) - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
getText() - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
getTextFont() - Method in class com.japisoft.xmlpad.elementview.table.TableElementView
 
getTitle() - Method in class com.japisoft.xmlpad.helper.handler.AbstractHelperHandler
 
getTitle() - Method in class com.japisoft.xmlpad.helper.handler.schema.AbstractEntityHandler
 
getTitle() - Method in class com.japisoft.xmlpad.helper.handler.schema.AbstractTagHandler
 
getTitle() - Method in class com.japisoft.xmlpad.helper.handler.schema.AttributeHandler
 
getTitle() - Method in class com.japisoft.xmlpad.helper.handler.schema.AttributeValueHandler
 
getTitle() - Method in class com.japisoft.xmlpad.helper.handler.system.DefaultEntityHandler
 
getTitle() - Method in class com.japisoft.xmlpad.helper.model.AbstractEntityHelper
 
getTitle() - Method in class com.japisoft.xmlpad.helper.model.AbstractHelper
 
getTitle() - Method in class com.japisoft.xmlpad.helper.model.AbstractTagHelper
 
getTitle() - Method in class com.japisoft.xmlpad.helper.model.AttributeHelper
 
getTitle() - Method in class com.japisoft.xmlpad.helper.model.AttributeValuesHelper
 
getTitle() - Method in interface com.japisoft.xmlpad.helper.model.Helper
 
getTitle() - Method in class com.japisoft.xmlpad.helper.model.SystemHelper
 
getToolBar() - Method in interface com.japisoft.xmlpad.UIAccessibility
 
getToolBar() - Method in class com.japisoft.xmlpad.XMLContainer
Deprecated. use getUIAccessibility().getToolBar()
getToolBarModel() - Method in class com.japisoft.xmlpad.XMLContainer
User can add/remove dynamically action by acting on this model.
getTree() - Method in interface com.japisoft.xmlpad.UIAccessibility
 
getTree() - Method in class com.japisoft.xmlpad.XMLContainer
Deprecated. use getUIAccessibility().getTree()
getTree() - Method in class com.japisoft.xmlpad.tree.TreeListeners
 
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class com.japisoft.xmlpad.tree.FastTreeRenderer
 
getTreeErrorListener() - Method in class com.japisoft.xmlpad.tree.TreeListeners
 
getTreeListeners() - Method in class com.japisoft.xmlpad.XMLContainer
 
getTreePopupModel() - Method in class com.japisoft.xmlpad.XMLContainer
 
getTreeToolBar() - Method in interface com.japisoft.xmlpad.UIAccessibility
 
getTreeToolBarModel() - Method in class com.japisoft.xmlpad.XMLContainer
 
getType() - Method in class com.japisoft.dtdparser.node.AttributeDTDNode
 
getType() - Method in class com.japisoft.dtdparser.node.ElementSetDTDNode
 
getType() - Method in class com.japisoft.dtdparser.node.EntityDTDNode
 
getType() - Method in class com.japisoft.fastparser.node.SimpleNode
 
getType() - Method in class com.japisoft.xmlpad.XMLDocumentFileFilter
 
getType() - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
getType() - Method in class com.japisoft.xmlpad.helper.handler.AbstractHelperHandler
 
getType() - Method in class com.japisoft.xmlpad.helper.handler.schema.AbstractEntityHandler
 
getType() - Method in class com.japisoft.xmlpad.helper.model.AbstractDescriptor
 
getType() - Method in interface com.japisoft.xmlpad.helper.model.Descriptor
Descriptor type like entities ...
getUIAccessibility() - Method in class com.japisoft.xmlpad.XMLContainer
 
getUIContainer(XMLContainer) - Method in class com.japisoft.xmlpad.ComponentFactory
 
getUndoManager() - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
getUsage() - Method in class com.japisoft.dtdparser.node.AttributeDTDNode
 
getValue() - Method in class com.japisoft.dtdparser.node.EntityDTDNode
 
getValue() - Method in class com.japisoft.xmlpad.editor.XMLEntityResolver.TemporaryCharacter
 
getValue() - Method in class com.japisoft.xmlpad.helper.model.EntityDescriptor
 
getValueForHelper() - Method in class com.japisoft.xmlpad.helper.model.EntityDescriptor
 
getView() - Method in interface com.japisoft.xmlpad.IXMLPanel
 
getView() - Method in class com.japisoft.xmlpad.XMLContainer
 
getView() - Method in interface com.japisoft.xmlpad.elementview.ElementView
 
getView() - Method in class com.japisoft.xmlpad.elementview.table.TableElementView
 
getView() - Method in class com.japisoft.xmlpad.error.DefaultErrorView
 
getView() - Method in interface com.japisoft.xmlpad.error.ErrorView
It must always return the same view object.
getView() - Method in class com.japisoft.xmlpad.helper.ui.BasicTitledPanelHelper
 
getView() - Method in interface com.japisoft.xmlpad.helper.ui.TitledPanelHelper
 
getViewAttribute(String) - Method in class com.japisoft.fastparser.node.SimpleNode
 
getViewAttributeAt(int) - Method in class com.japisoft.fastparser.node.SimpleNode
 
getViewAttributeCount() - Method in class com.japisoft.fastparser.node.SimpleNode
 
getViewAttributes() - Method in class com.japisoft.fastparser.node.SimpleNode
 
getViewChildAt(int) - Method in class com.japisoft.fastparser.node.SimpleNode
 
getViewChildCount() - Method in class com.japisoft.fastparser.node.SimpleNode
 
getViewContent() - Method in class com.japisoft.fastparser.node.SimpleNode
 
getViewFactory() - Method in class com.japisoft.xmlpad.editor.XMLEditorKit
View factory for text element
getWordAt(int) - Method in class com.japisoft.xmlpad.editor.XMLDocument
Extract a word at this location
getWorkingDirectory() - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
getWriterEncoding() - Static method in class com.japisoft.xmlpad.action.xml.FormatAction
 
getXMLContainer() - Method in class com.japisoft.xmlpad.action.XMLAction
 
getXMLContainer() - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
getXMLContainer() - Method in class com.japisoft.xmlpad.nodeeditor.EditorContext
 
getXMLContainer() - Method in class com.japisoft.xmlpad.toolkit.SingleDocumentEditor
 
getXMLContainers() - Method in class com.japisoft.xmlpad.toolkit.MultipleDocumentEditor
 
getXMLDocument() - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
getXMLEditor() - Method in class com.japisoft.xmlpad.action.XMLAction
 
getXMLGenerator() - Method in class com.japisoft.dtdparser.DTDParser
 
getXMLPath(int) - Method in class com.japisoft.xmlpad.editor.XMLDocument
 
getXPathLocation() - Method in class com.japisoft.fastparser.node.SimpleNode
 
getXPathLocation(SimpleNode) - Method in class com.japisoft.fastparser.node.SimpleNode
 
getXPathLocation() - Method in class com.japisoft.xmlpad.LocationEvent
 
groupName - Variable in class com.japisoft.xmlpad.action.XMLAction
XMLAction group reference name

H

HELPER_DELAY - Static variable in class com.japisoft.xmlpad.SharedProperties
Delay before an popup helper is shown in ms
HELPER_PANEL - Static variable in class com.japisoft.xmlpad.SharedProperties
Add an helper panel for each content assistant element
HIGHLIGHT_ERROR_ONTHEFLY - Static variable in class com.japisoft.xmlpad.SharedProperties
Highligh syntax errors inside the editor on-the-fly
Helper - interface com.japisoft.xmlpad.helper.model.Helper.
Helper interface
HelperManager - class com.japisoft.xmlpad.helper.HelperManager.
Here the main class for activating an helper.
HelperManager(XMLContainer) - Constructor for class com.japisoft.xmlpad.helper.HelperManager
 
HelperUIContext - class com.japisoft.xmlpad.helper.ui.HelperUIContext.
 
HelperUIContext() - Constructor for class com.japisoft.xmlpad.helper.ui.HelperUIContext
 
hasANY() - Method in class com.japisoft.dtdparser.node.ElementDTDNode
Can have any element children
hasAttribute(String) - Method in class com.japisoft.fastparser.node.SimpleNode
 
hasAutoClosing() - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
hasAutomaticNextHelper() - Method in class com.japisoft.xmlpad.helper.model.AbstractDescriptor
 
hasAutomaticNextHelper() - Method in class com.japisoft.xmlpad.helper.model.AttDescriptor
 
hasAutomaticNextHelper() - Method in interface com.japisoft.xmlpad.helper.model.Descriptor
When activating a secondary helper automatically, attribute enum value, the cursor market is used for that
hasBackgroundColorForPrefix(String) - Method in interface com.japisoft.xmlpad.DocumentColorAccessibility
 
hasBackgroundColorForPrefix(String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
hasBackgroundColorForPrefix(String) - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
hasColorForAttribute(String) - Method in interface com.japisoft.xmlpad.DocumentColorAccessibility
 
hasColorForAttribute(String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
hasColorForAttribute(String) - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
hasColorForPrefix(String) - Method in interface com.japisoft.xmlpad.DocumentColorAccessibility
 
hasColorForPrefix(String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
hasColorForPrefix(String) - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
hasColorForTag(String) - Method in interface com.japisoft.xmlpad.DocumentColorAccessibility
 
hasColorForTag(String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
hasColorForTag(String) - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
hasDelegateForInsertingResult() - Method in class com.japisoft.xmlpad.helper.handler.AbstractHelperHandler
Give information if this helper can managed the result inserting.
hasDelegateForInsertingResult() - Method in class com.japisoft.xmlpad.helper.handler.schema.AttributeValueHandler
 
hasElements() - Method in class com.japisoft.xmlpad.helper.handler.schema.AbstractTagHandler
 
hasElements() - Method in class com.japisoft.xmlpad.helper.model.AbstractEntityHelper
 
hasElements() - Method in class com.japisoft.xmlpad.helper.model.AbstractHelper
 
hasElements() - Method in class com.japisoft.xmlpad.helper.model.AbstractTagHelper
 
hasElements() - Method in class com.japisoft.xmlpad.helper.model.AttributeHelper
 
hasElements() - Method in class com.japisoft.xmlpad.helper.model.AttributeValuesHelper
 
hasEntityValue(char) - Method in class com.japisoft.xmlpad.editor.XMLEntityResolver
 
hasEnumValues() - Method in class com.japisoft.xmlpad.helper.model.AttDescriptor
 
hasError() - Method in class com.japisoft.xmlpad.xml.validator.DefaultValidator
An error has been found while parsing
hasErrorMessage() - Method in class com.japisoft.xmlpad.XMLContainer
 
hasFeature(String, String) - Static method in class com.japisoft.xmlpad.action.ActionModel
Check a feature for this action name
hasFeature(String) - Method in class com.japisoft.xmlpad.action.XMLAction
 
hasFocus() - Method in class com.japisoft.xmlpad.XMLContainer
Notify that the current container has the focus when managing one tree for several XML Container
hasGroup(String) - Static method in class com.japisoft.xmlpad.action.ActionModel
 
hasLastError() - Method in class com.japisoft.xmlpad.error.ErrorManager
 
hasLastErrorOnTheFly() - Method in class com.japisoft.xmlpad.error.ErrorManager
 
hasPCDATA() - Method in class com.japisoft.dtdparser.node.ElementDTDNode
PCDATA support for text content
hasResultNodes() - Method in class com.japisoft.xmlpad.toolkit.XPathHandler
 
hasSchema() - Method in class com.japisoft.xmlpad.XMLContainer
 
hasSyntaxColor() - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
hasSyntaxCompletion() - Method in class com.japisoft.xmlpad.XMLContainer
 
hasSyntaxHelper() - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
hasTextSelection() - Method in class com.japisoft.xmlpad.XMLContainer
 
hasTitle() - Method in class com.japisoft.xmlpad.helper.model.AbstractEntityHelper
 
hashCode() - Method in class com.japisoft.xmlpad.editor.XMLEntityResolver.TemporaryCharacter
 
haveDescriptors(SimpleNode, XMLDocument, boolean, int, String) - Method in class com.japisoft.xmlpad.helper.handler.AbstractHelperHandler
 
haveDescriptors(SimpleNode, XMLDocument, boolean, int, String) - Method in class com.japisoft.xmlpad.helper.handler.schema.AbstractEntityHandler
 
haveDescriptors(SimpleNode, XMLDocument, boolean, int, String) - Method in class com.japisoft.xmlpad.helper.handler.schema.AbstractTagHandler
 
haveDescriptors(SimpleNode, XMLDocument, boolean, int, String) - Method in class com.japisoft.xmlpad.helper.handler.schema.AttributeHandler
 
haveDescriptors(SimpleNode, XMLDocument, boolean, int, String) - Method in class com.japisoft.xmlpad.helper.handler.schema.AttributeValueHandler
 
haveDescriptors(SimpleNode, XMLDocument, boolean, int, String) - Method in class com.japisoft.xmlpad.helper.handler.system.ClosingTagHandler
 
haveDescriptors(SimpleNode, XMLDocument, boolean, int, String) - Method in class com.japisoft.xmlpad.helper.handler.system.CommentSystemHandler
 
haveDescriptors(SimpleNode, XMLDocument, boolean, int, String) - Method in class com.japisoft.xmlpad.helper.handler.system.DefaultSystemHandler
 
highlightErrorLine(int) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Show the error line without auto scrolling
highlightErrorLine(int, boolean) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Show the error line
highlightLine(int) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Highlight the line with the "selectionColor" property
highlightNodes(List) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Highlight the following list of node : SimpleNode
highlightXPathNodes(XMLContainer, String, boolean) - Static method in class com.japisoft.xmlpad.toolkit.XMLToolkit
Highlight the nodes from the editor from this xpathExpression
htBackgroundColorForPrefix - Variable in class com.japisoft.xmlpad.XMLDocumentInfo
 
htColorForPrefix - Variable in class com.japisoft.xmlpad.XMLDocumentInfo
 

I

ID - Static variable in class com.japisoft.xmlpad.action.edit.CommentTagAction
 
ID - Static variable in class com.japisoft.xmlpad.action.edit.CopyAction
 
ID - Static variable in class com.japisoft.xmlpad.action.edit.CopyFileLocation
 
ID - Static variable in class com.japisoft.xmlpad.action.edit.CopyXPathLocation
 
ID - Static variable in class com.japisoft.xmlpad.action.edit.CutAction
 
ID - Static variable in class com.japisoft.xmlpad.action.edit.FastCommentUncommentAction
 
ID - Static variable in class com.japisoft.xmlpad.action.edit.PasteAction
 
ID - Static variable in class com.japisoft.xmlpad.action.edit.RedoAction
 
ID - Static variable in class com.japisoft.xmlpad.action.edit.SelectAllAction
 
ID - Static variable in class com.japisoft.xmlpad.action.edit.SelectTagAction
 
ID - Static variable in class com.japisoft.xmlpad.action.edit.SurroundTagAction
 
ID - Static variable in class com.japisoft.xmlpad.action.edit.UndoAction
 
ID - Static variable in class com.japisoft.xmlpad.action.file.InsertAction
 
ID - Static variable in class com.japisoft.xmlpad.action.file.LoadAction
 
ID - Static variable in class com.japisoft.xmlpad.action.file.NewAction
 
ID - Static variable in class com.japisoft.xmlpad.action.file.SaveAction
 
ID - Static variable in class com.japisoft.xmlpad.action.file.SaveAsAction
 
ID - Static variable in class com.japisoft.xmlpad.action.other.SplitAction
 
ID - Static variable in class com.japisoft.xmlpad.action.other.SplitActionHorizontal
 
ID - Static variable in class com.japisoft.xmlpad.action.other.TreeVisibilityAction
 
ID - Static variable in class com.japisoft.xmlpad.action.search.SearchAction
 
ID - Static variable in class com.japisoft.xmlpad.action.search.SearchElement
 
ID - Static variable in class com.japisoft.xmlpad.action.xml.CommentAction
 
ID - Static variable in class com.japisoft.xmlpad.action.xml.FormatAction
 
ID - Static variable in class com.japisoft.xmlpad.action.xml.ParseAction
 
ID - Static variable in class com.japisoft.xmlpad.tree.action.AddHistoryAction
 
ID - Static variable in class com.japisoft.xmlpad.tree.action.CleanHistoryAction
 
ID - Static variable in class com.japisoft.xmlpad.tree.action.CommentNode
 
ID - Static variable in class com.japisoft.xmlpad.tree.action.CopyNode
 
ID - Static variable in class com.japisoft.xmlpad.tree.action.CutNode
 
ID - Static variable in class com.japisoft.xmlpad.tree.action.EditNode
 
ID - Static variable in class com.japisoft.xmlpad.tree.action.NextAction
 
ID - Static variable in class com.japisoft.xmlpad.tree.action.PreviousAction
 
ID - Static variable in class com.japisoft.xmlpad.tree.action.SelectNode
 
IDREF_ATT_VAL - Static variable in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
 
IDREF_ATT_VAL - Static variable in class com.japisoft.dtdparser.node.AttributeDTDNode
 
ID_ATT_VAL - Static variable in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
 
ID_ATT_VAL - Static variable in class com.japisoft.dtdparser.node.AttributeDTDNode
 
IELook - class com.japisoft.xmlpad.look.IELook.
Custom Look from Internet explorer XML view
IELook() - Constructor for class com.japisoft.xmlpad.look.IELook
 
IGNORE - Static variable in class com.japisoft.dtdparser.node.EntityDTDNode
 
IMAGE_EXT - Static variable in class com.japisoft.xmlpad.action.XMLAction
Default image file extension
IMAGE_SIZE - Static variable in class com.japisoft.xmlpad.action.XMLAction
Default image size
IMPLIED_ATT - Static variable in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
 
IMPLIED_ATT - Static variable in class com.japisoft.dtdparser.node.AttributeDTDNode
 
INCLUDE - Static variable in class com.japisoft.dtdparser.node.EntityDTDNode
 
INDENT_CHAR_PROPERTY - Static variable in interface com.japisoft.xmlpad.action.Properties
Character for the indentation like a tab or a space
INDENT_SIZE_PROPERTY - Static variable in interface com.japisoft.xmlpad.action.Properties
Size of the indentation in char number
INSERT_ACTION - Static variable in interface com.japisoft.xmlpad.action.ActionSet
Insert file action
INTERNAL_ENTITY - Static variable in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
 
INTERNAL_ENTITY - Static variable in class com.japisoft.dtdparser.node.EntityDTDNode
 
INVALID_ACTION - Static variable in class com.japisoft.xmlpad.action.XMLAction
Status returned by the notifyAction
IView - interface com.japisoft.xmlpad.IView.
This is for UI part of the XMLContainer.
IXMLPanel - interface com.japisoft.xmlpad.IXMLPanel.
Here an interface for using the XMLContainer.
InsertAction - class com.japisoft.xmlpad.action.file.InsertAction.
Insert a file content at the current location
InsertAction() - Constructor for class com.japisoft.xmlpad.action.file.InsertAction
 
InsertAction - class com.japisoft.xmlpad.action.toolkit.InsertAction.
Action for inserting text.
InsertAction(String) - Constructor for class com.japisoft.xmlpad.action.toolkit.InsertAction
Insert the following text
InsertAction() - Constructor for class com.japisoft.xmlpad.action.toolkit.InsertAction
 
init(ElementViewContext) - Method in interface com.japisoft.xmlpad.elementview.ElementView
Initialize this view with a context for interacting with the XMLContainer
init(ElementViewContext) - Method in class com.japisoft.xmlpad.elementview.table.TableElementView
 
init() - Method in class com.japisoft.xmlpad.tree.TreeListeners
 
initDefaultEntities() - Method in class com.japisoft.xmlpad.helper.model.AbstractEntityHelper
Reset gt,lt,quot,apos entities
initErrorProcessing() - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
initErrorProcessing() - Method in class com.japisoft.xmlpad.elementview.table.TableElementView
 
initErrorProcessing() - Method in class com.japisoft.xmlpad.error.DefaultErrorView
Not managed
initErrorProcessing() - Method in interface com.japisoft.xmlpad.error.ErrorListener
This is called once before checking the whole document
initErrorProcessing() - Method in class com.japisoft.xmlpad.error.ErrorManager
Inform all the listeners, that some error reporting is beginning
initErrorProcessing() - Method in class com.japisoft.xmlpad.helper.SchemaHelperManager
 
initKeymap() - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
initModels() - Method in class com.japisoft.xmlpad.XMLContainer
Prepare various models for toolbars or popups
initOnce(JComponent) - Method in class com.japisoft.xmlpad.XMLContainer
Prepare the UI elements of the container.
initOnce() - Method in class com.japisoft.xmlpad.editor.XMLEditor
Connect listeners to inner parts.
initOnceErrorBinding() - Method in class com.japisoft.xmlpad.XMLContainer
Called once for connecting all the UI parts that must manage the parsing errors
initUI(JComponent) - Method in class com.japisoft.xmlpad.XMLContainer
Prepare the layout of the components
insertActionAt(Action, int) - Method in class com.japisoft.xmlpad.PopupModel
Insert an action for the location
insertActionAt(Action, int) - Method in class com.japisoft.xmlpad.ToolBarModel
Insert an action for the location
insertChildNode(int, SimpleNode) - Method in class com.japisoft.fastparser.node.SimpleNode
Insert a childnode at the index location
insertResult(XMLDocument, int, String) - Method in class com.japisoft.xmlpad.helper.handler.AbstractHelperHandler
Only if the hasDelegateForInsertingResult is true
insertResult(XMLDocument, int, String) - Method in class com.japisoft.xmlpad.helper.handler.schema.AttributeValueHandler
 
insertResult(XMLDocument, int, String, Descriptor, String) - Method in class com.japisoft.xmlpad.helper.model.AbstractHelper
 
insertResult(XMLDocument, int, String, Descriptor, String) - Method in class com.japisoft.xmlpad.helper.model.AttributeHelper
 
insertSeparatorAt(int) - Method in class com.japisoft.xmlpad.PopupModel
Insert a separator at the location
insertSeparatorAt(int) - Method in class com.japisoft.xmlpad.ToolBarModel
Insert a separator at the location
insertString(int, String, AttributeSet) - Method in class com.japisoft.xmlpad.editor.XMLDocument
Insert a string at this offset showing if needed a syntax popup helper
insertStringWithoutHelper(int, String, AttributeSet) - Method in class com.japisoft.xmlpad.editor.XMLDocument
Insert a string at this offset ignore syntax popup helper
insertStringWithoutHelper(int, String, AttributeSet, boolean) - Method in class com.japisoft.xmlpad.editor.XMLDocument
 
insertStringWithoutStructureDamaged(int, String, AttributeSet) - Method in class com.japisoft.xmlpad.editor.XMLDocument
Insert a string at this offset ignoring the tree synchronization
insertText(String) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Insert a string at the current caret location
insertUpdate(DocumentEvent) - Method in class com.japisoft.xmlpad.editor.XMLDocument.XMLDocumentListener
 
install(XMLContainer, JTree) - Method in class com.japisoft.xmlpad.look.DefaultLook
Change the graphics attributes of this realtime tree
install(XMLContainer, XMLEditor) - Method in class com.japisoft.xmlpad.look.DefaultLook
Change the graphics attributes of this editor
install(XMLContainer, JTree) - Method in class com.japisoft.xmlpad.look.IELook
 
install(XMLContainer, XMLEditor) - Method in class com.japisoft.xmlpad.look.IELook
Change the graphics attributes of this editor
install(XMLContainer, JTree) - Method in interface com.japisoft.xmlpad.look.Look
Install the tree for this look
install(XMLContainer, XMLEditor) - Method in interface com.japisoft.xmlpad.look.Look
Update the graphics attributes for this editor
install(XMLContainer, XMLEditor) - Static method in class com.japisoft.xmlpad.look.LookManager
Install a look for the above editor
install(XMLContainer, JTree) - Static method in class com.japisoft.xmlpad.look.LookManager
Set the share tree view
install(XMLContainer, XMLEditor) - Method in class com.japisoft.xmlpad.look.MozillaLook
 
install(XMLContainer, JTree) - Method in class com.japisoft.xmlpad.look.XMLPadLook
 
install(XMLContainer, XMLEditor) - Method in class com.japisoft.xmlpad.look.XMLPadLook
 
install() - Static method in class com.japisoft.xmlpad.look.themes.BlueTheme
Install this theme
install() - Static method in class com.japisoft.xmlpad.look.themes.GreenTheme
 
install() - Static method in class com.japisoft.xmlpad.look.themes.RedTheme
Install this theme
installDefaultHelperHandlers(HelperManager) - Method in class com.japisoft.xmlpad.XMLContainer
Install the default assistants for the helper
installDescriptors(XMLDocument, int, String) - Method in class com.japisoft.xmlpad.helper.handler.AbstractHelperHandler
 
installDescriptors(XMLDocument, int, String) - Method in class com.japisoft.xmlpad.helper.handler.schema.AbstractTagHandler
 
installDescriptors(XMLDocument, int, String) - Method in class com.japisoft.xmlpad.helper.handler.schema.AttributeHandler
 
installDescriptors(XMLDocument, int, String) - Method in class com.japisoft.xmlpad.helper.handler.schema.AttributeValueHandler
 
installDescriptors(XMLDocument, int, String) - Method in class com.japisoft.xmlpad.helper.handler.schema.dtd.DTDEntityHandler
 
installDescriptors(XMLDocument, int, String) - Method in class com.japisoft.xmlpad.helper.handler.system.ClosingTagHandler
 
installDescriptors(XMLDocument, int, String) - Method in class com.japisoft.xmlpad.helper.handler.system.CommentSystemHandler
 
installDescriptors(XMLDocument, int, String) - Method in class com.japisoft.xmlpad.helper.handler.system.DefaultEntityHandler
 
installDescriptors(XMLDocument, int, String) - Method in class com.japisoft.xmlpad.helper.handler.system.DefaultSystemHandler
 
installUIContent() - Method in class com.japisoft.xmlpad.action.XMLAction
Reset the default icon and the default text
invokeAction(String) - Method in interface com.japisoft.xmlpad.Accessibility
Call an XML action.
isAction(int) - Method in class com.japisoft.xmlpad.PopupModel
 
isAction(int) - Method in class com.japisoft.xmlpad.ToolBarModel
 
isAlone() - Method in class com.japisoft.xmlpad.tree.parser.ParsingJob
 
isAssistantAppendMode() - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Only when providing a set of handlers with the setHelperHandlers method
isAttribute() - Method in class com.japisoft.dtdparser.node.DTDNode
 
isAttributeType() - Method in class com.japisoft.xmlpad.toolkit.XPathHandler
 
isAttributeValid(String, String) - Method in class com.japisoft.dtdparser.node.RootDTDNode
Check if the nodeName supports this attribute
isAttributeValid(String, String, String) - Method in class com.japisoft.dtdparser.node.RootDTDNode
Check if the nodeName supports this attribute name and value
isAutoCloseTag() - Method in class com.japisoft.xmlpad.editor.XMLDocument
by default true
isAutoCloseTag() - Method in class com.japisoft.xmlpad.editor.XMLEditor
Does the closing tag is inserted automatically :true by default
isAutoDisposeMode() - Method in class com.japisoft.xmlpad.XMLContainer
 
isAutoFocus() - Method in class com.japisoft.xmlpad.XMLContainer
 
isAutoResetAction() - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
isBetweenTagDelimiters(int) - Method in class com.japisoft.xmlpad.editor.XMLDocument
Check for usage between < or >
isCachedEnabled() - Method in interface com.japisoft.dtdparser.DTDMapper
 
isCancel() - Method in class com.japisoft.xmlpad.dialog.OkCancelDialog
 
isChoice() - Method in class com.japisoft.xmlpad.helper.model.TagDescriptor
 
isClosedLeaf() - Method in class com.japisoft.fastparser.node.SimpleNode
Particular way to know the tag declaration is in the <A/> form rather than <A></A>
isComment() - Method in class com.japisoft.dtdparser.node.DTDNode
 
isComment() - Method in class com.japisoft.fastparser.node.SimpleNode
 
isDashUnderlineMode() - Method in class com.japisoft.xmlpad.tree.FastTreeRenderer
 
isDocumentModified() - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
isDtdMode() - Method in class com.japisoft.xmlpad.XMLDocumentInfo
For DTD coloration
isEditable() - Method in class com.japisoft.xmlpad.XMLContainer
By default return true
isEditable() - Method in interface com.japisoft.xmlpad.elementview.ElementViewContext
 
isEditableDocumentMode() - Method in class com.japisoft.xmlpad.XMLContainer
 
isElement() - Method in class com.japisoft.dtdparser.node.DTDNode
 
isElement() - Method in class com.japisoft.xmlpad.helper.model.SchemaNode
 
isElementRef() - Method in class com.japisoft.dtdparser.node.DTDNode
 
isElementSet() - Method in class com.japisoft.dtdparser.node.DTDNode
 
isEmpty() - Method in class com.japisoft.dtdparser.node.DTDNode
 
isEmpty() - Method in class com.japisoft.xmlpad.helper.model.TagDescriptor
 
isEmptyElement() - Method in class com.japisoft.dtdparser.node.ElementDTDNode
 
isEnableStructureDamagedSupport() - Method in class com.japisoft.xmlpad.editor.XMLDocument
Support notification for an XML structure tree change like adding or removing a tag
isEnabled() - Method in class com.japisoft.xmlpad.helper.HelperManager
 
isEnabled() - Method in class com.japisoft.xmlpad.helper.handler.AbstractHelperHandler
 
isEnabled() - Method in class com.japisoft.xmlpad.helper.model.AttDescriptor
 
isEnabled() - Method in class com.japisoft.xmlpad.helper.model.AttValueDescriptor
 
isEnabled() - Method in interface com.japisoft.xmlpad.helper.model.Descriptor
 
isEnabled() - Method in class com.japisoft.xmlpad.helper.model.EntityDescriptor
 
isEnabled() - Method in class com.japisoft.xmlpad.helper.model.TagDescriptor
 
isEnabledAction(String) - Static method in class com.japisoft.xmlpad.action.ActionModel
 
isEnabledRealTimeStructureChanged() - Method in class com.japisoft.xmlpad.editor.XMLEditor
Notify in real time any tree structure change.
isEnabledTreeLocation() - Method in class com.japisoft.xmlpad.XMLContainer
Is Enabled the view of the tree location in the status bar ?
isEnabledTreeLocationForCaret() - Method in class com.japisoft.xmlpad.editor.XMLEditor
Is Enabled the current tree location for a caret change ?.
isEnabledXPathLocation() - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
isEntity() - Method in class com.japisoft.dtdparser.node.DTDNode
 
isEntityValid(String) - Method in class com.japisoft.dtdparser.node.RootDTDNode
Check if the entity name is declared ?
isErrorPanelAvailable() - Method in class com.japisoft.xmlpad.XMLContainer
 
isInProlog(int) - Method in class com.japisoft.xmlpad.editor.XMLDocument
 
isInsideAttributeValue(int) - Method in class com.japisoft.xmlpad.editor.XMLDocument
 
isInsideCDATA(int) - Method in class com.japisoft.xmlpad.editor.XMLDocument
Editing in a CDATA section ?
isInsideComment(int) - Method in class com.japisoft.xmlpad.editor.XMLDocument
Editing in a Comment section ?
isInsideDTDAttributeDefinition(int) - Method in class com.japisoft.xmlpad.editor.XMLDocument
Inside <!
isInsideDTDElementDefinition(int) - Method in class com.japisoft.xmlpad.editor.XMLDocument
Inside <!
isInsideTag(int) - Method in class com.japisoft.xmlpad.editor.XMLDocument
 
isInsideTag(int, boolean, boolean) - Method in class com.japisoft.xmlpad.editor.XMLDocument
 
isInsideTagExceptAttributeValue(int) - Method in class com.japisoft.xmlpad.editor.XMLDocument
 
isLeaf() - Method in class com.japisoft.fastparser.node.SimpleNode
 
isLocationLocked() - Method in class com.japisoft.xmlpad.tree.TreeListeners
 
isLocationLocked() - Method in class com.japisoft.xmlpad.tree.parser.ParsingJob
 
isNamespaceDeclared(String) - Method in class com.japisoft.fastparser.node.SimpleNode
 
isNodeChildSupported(String, String, int) - Method in class com.japisoft.dtdparser.node.ElementDTDNode
 
isNodeChildSupported(String, String, int) - Method in class com.japisoft.dtdparser.node.ElementSetDTDNode
 
isNodeDeclared(String) - Method in class com.japisoft.dtdparser.node.RootDTDNode
Check if the nodeName is declared ?
isNodeValid(String, String, String, int) - Method in class com.japisoft.dtdparser.node.RootDTDNode
Check if the nodeParent can have the nodeName as child after the 'previousNodeName', occurence is for the node count
isOk() - Method in class com.japisoft.xmlpad.dialog.OkCancelDialog
 
isOpAND() - Method in class com.japisoft.xmlpad.helper.model.SchemaNode
 
isOpOR() - Method in class com.japisoft.xmlpad.helper.model.SchemaNode
 
isParameter() - Method in class com.japisoft.dtdparser.node.EntityDTDNode
 
isParseBeforeSaving() - Method in class com.japisoft.xmlpad.XMLIntegrity
 
isPopable() - Method in class com.japisoft.xmlpad.action.XMLAction
 
isPopupAvailable() - Method in interface com.japisoft.xmlpad.UIAccessibility
 
isPopupAvailable() - Method in class com.japisoft.xmlpad.XMLContainer
Deprecated. use getUIAccessibility().isPopupAvailable
isPreservedComment() - Method in class com.japisoft.dtdparser.node.RootDTDNode
 
isProtectTag() - Method in class com.japisoft.xmlpad.XMLIntegrity
A protection mean user can't edit it
isRaw() - Method in class com.japisoft.xmlpad.helper.model.AttDescriptor
 
isRaw() - Method in class com.japisoft.xmlpad.helper.model.AttValueDescriptor
 
isRaw() - Method in interface com.japisoft.xmlpad.helper.model.Descriptor
 
isRaw() - Method in class com.japisoft.xmlpad.helper.model.EntityDescriptor
 
isRaw() - Method in class com.japisoft.xmlpad.helper.model.TagDescriptor
 
isRealTimeTree() - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
isRealTimeTreeOnTextChange() - Method in class com.japisoft.xmlpad.XMLContainer
 
isReplaceAPos() - Method in class com.japisoft.xmlpad.action.xml.FormatAction
 
isReplaceAmp() - Method in class com.japisoft.xmlpad.action.xml.FormatAction
 
isReplaceGt() - Method in class com.japisoft.xmlpad.action.xml.FormatAction
 
isReplaceLt() - Method in class com.japisoft.xmlpad.action.xml.FormatAction
 
isReplaceQuote() - Method in class com.japisoft.xmlpad.action.xml.FormatAction
 
isRequired() - Method in class com.japisoft.xmlpad.helper.model.AttDescriptor
 
isResultNodesType() - Method in class com.japisoft.xmlpad.toolkit.XPathHandler
 
isRoot() - Method in class com.japisoft.dtdparser.node.DTDNode
 
isRoot() - Method in class com.japisoft.fastparser.node.SimpleNode
 
isRoot() - Method in class com.japisoft.xmlpad.helper.model.SchemaNode
 
isSelectFirstTagAfterReading() - Method in class com.japisoft.xmlpad.XMLDocumentInfo
When opening a new document the first element is chosen automatically
isSeparator(int) - Method in class com.japisoft.xmlpad.PopupModel
 
isSeparator(int) - Method in class com.japisoft.xmlpad.ToolBarModel
 
isShownForOnTheFly() - Method in class com.japisoft.xmlpad.error.DefaultErrorView
Don't show by default
isShownForOnTheFly() - Method in interface com.japisoft.xmlpad.error.ErrorView
 
isSigma() - Method in class com.japisoft.xmlpad.helper.model.SchemaNode
 
isSplit() - Method in class com.japisoft.xmlpad.XMLContainer
 
isStatusBarAvailable() - Method in class com.japisoft.xmlpad.XMLContainer
 
isSyntaxPopup() - Method in class com.japisoft.xmlpad.editor.XMLDocument
Enable a popup for < and &, by default true
isSystemDocument() - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
isTag() - Method in class com.japisoft.fastparser.node.SimpleNode
 
isText() - Method in class com.japisoft.fastparser.node.SimpleNode
 
isToolBarAvailable() - Method in interface com.japisoft.xmlpad.UIAccessibility
 
isToolBarAvailable() - Method in class com.japisoft.xmlpad.XMLContainer
Deprecated. getUIAccessibility().setToolBarAvailable
isToolBarVisible() - Method in interface com.japisoft.xmlpad.UIAccessibility
 
isToolBarVisible() - Method in class com.japisoft.xmlpad.XMLContainer
Deprecated. getUIAccessibility().isToolBarVisible
isToolbarable() - Method in class com.japisoft.xmlpad.action.XMLAction
 
isTreeAvailable() - Method in interface com.japisoft.xmlpad.UIAccessibility
 
isTreeAvailable() - Method in class com.japisoft.xmlpad.XMLContainer
Deprecated. getUIAccessibility().isTreeAvailable()
isTreeAvailable() - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
isTreePopable() - Method in interface com.japisoft.xmlpad.action.TreeAction
 
isTreePopable() - Method in class com.japisoft.xmlpad.tree.action.AbstractTreeAction
 
isTreePopupAvailable() - Method in interface com.japisoft.xmlpad.UIAccessibility
 
isTreePopupAvailable() - Method in class com.japisoft.xmlpad.XMLContainer
Deprecated. use getUIAccessibility().isTreePopupAvailable
isTreeToolBarAvailable() - Method in interface com.japisoft.xmlpad.UIAccessibility
 
isTreeToolBarable() - Method in interface com.japisoft.xmlpad.action.TreeAction
 
isTreeToolBarable() - Method in class com.japisoft.xmlpad.tree.action.AbstractTreeAction
 
isTreeVisible() - Method in interface com.japisoft.xmlpad.UIAccessibility
 
isTreeVisible() - Method in class com.japisoft.xmlpad.XMLContainer
Deprecated. use getUIAccessibility().isTreeVisible()
isValidating() - Method in class com.japisoft.xmlpad.editor.XMLTemplate
 
isValueValid(String) - Method in class com.japisoft.dtdparser.node.AttributeDTDNode
 
isViewComment() - Method in class com.japisoft.fastparser.node.SimpleNode
 
isViewLeaf() - Method in class com.japisoft.fastparser.node.SimpleNode
 
isViewText() - Method in class com.japisoft.fastparser.node.SimpleNode
 

K

keyPressed(KeyEvent) - Method in class com.japisoft.xmlpad.helper.ContentAssistantUI
 
keyReleased(KeyEvent) - Method in class com.japisoft.xmlpad.helper.ContentAssistantUI
 
keyTyped(KeyEvent) - Method in class com.japisoft.xmlpad.helper.ContentAssistantUI
 

L

LOAD_ACTION - Static variable in interface com.japisoft.xmlpad.action.ActionSet
Load action
LOCALIZED_MESSAGE - Static variable in class com.japisoft.xmlpad.SharedProperties
Use the resource bundle for finding the localized message.
LT_ENTITY - Static variable in class com.japisoft.xmlpad.editor.XMLEntityResolver
 
LineRenderer - interface com.japisoft.xmlpad.editor.renderer.LineRenderer.
External renderer for line highlighting.
LoadAction - class com.japisoft.xmlpad.action.file.LoadAction.
Load a new XML document
LoadAction() - Constructor for class com.japisoft.xmlpad.action.file.LoadAction
 
LocationEvent - class com.japisoft.xmlpad.LocationEvent.
Event object part for the LocationListener
LocationEvent(Object, SimpleNode) - Constructor for class com.japisoft.xmlpad.LocationEvent
 
LocationListener - interface com.japisoft.xmlpad.LocationListener.
Here a listener for following the caret location in the full XML document.
Look - interface com.japisoft.xmlpad.look.Look.
Look for the XMLEditor.
LookManager - class com.japisoft.xmlpad.look.LookManager.
Supported Look for the XMLEditor
LookManager() - Constructor for class com.japisoft.xmlpad.look.LookManager
 
lastLocation - Variable in class com.japisoft.xmlpad.helper.handler.schema.AbstractTagHandler
 
lastLocation - Variable in class com.japisoft.xmlpad.helper.model.AbstractTagHelper
 
line - Variable in class com.japisoft.xmlpad.editor.CommonView
 
loadInBuffer(XMLContainer, String) - Static method in class com.japisoft.xmlpad.action.file.LoadAction
Reset the container with this fileName content
location - Variable in class com.japisoft.xmlpad.helper.handler.schema.AbstractTagHandler
 
location - Variable in class com.japisoft.xmlpad.helper.model.AbstractTagHelper
 
location - Variable in class com.japisoft.xmlpad.helper.model.SchemaLocator
 
locationChanged(LocationEvent) - Method in interface com.japisoft.xmlpad.LocationListener
 
locationPath - Variable in class com.japisoft.xmlpad.helper.handler.schema.AbstractTagHandler
 
locationPath - Variable in class com.japisoft.xmlpad.helper.model.AbstractTagHelper
 
lp - Variable in class com.japisoft.xmlpad.editor.CommonView
 

M

MAX_ENTITY_VISIBLE_SIZE_HELPER - Static variable in class com.japisoft.xmlpad.SharedProperties
Maximal size for the entity name and value inside the helper
MozillaLook - class com.japisoft.xmlpad.look.MozillaLook.
Look with mozilla feature
MozillaLook() - Constructor for class com.japisoft.xmlpad.look.MozillaLook
 
MultipleChoice - interface com.japisoft.xmlpad.action.MultipleChoice.
This is for inner usage only.
MultipleDocumentEditor - class com.japisoft.xmlpad.toolkit.MultipleDocumentEditor.
Here a toolkit for editing several XML document at once.
main(String[]) - Static method in class com.japisoft.xmlpad.dialog.OkCancelDialog
 
main(String[]) - Static method in class com.japisoft.xmlpad.toolkit.MultipleDocumentEditor
 
main(String[]) - Static method in class com.japisoft.xmlpad.toolkit.SingleDocumentEditor
 
manageCompletion(boolean, int, String) - Method in class com.japisoft.xmlpad.editor.XMLDocument
 
marked - Variable in class com.japisoft.xmlpad.helper.model.SchemaNode
 
marked2 - Variable in class com.japisoft.xmlpad.helper.model.SchemaNode
 
match(XMLDocument, int, String, String) - Method in class com.japisoft.xmlpad.helper.handler.AbstractHelperHandler
 
matchContent(String) - Method in class com.japisoft.fastparser.node.SimpleNode
 
matchFileExt(String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
matchLine(int, XMLContainer) - Method in class com.japisoft.xmlpad.bookmark.DefaultBookmarkContext
 
model - Variable in class com.japisoft.xmlpad.tree.TreeState
 
mouseClicked(MouseEvent) - Method in class com.japisoft.xmlpad.helper.ContentAssistantUI
 
mouseClicked(MouseEvent) - Method in class com.japisoft.xmlpad.tree.TreeListeners
 
mouseEntered(MouseEvent) - Method in class com.japisoft.xmlpad.helper.ContentAssistantUI
 
mouseEntered(MouseEvent) - Method in class com.japisoft.xmlpad.tree.TreeListeners
 
mouseExited(MouseEvent) - Method in class com.japisoft.xmlpad.helper.ContentAssistantUI
 
mouseExited(MouseEvent) - Method in class com.japisoft.xmlpad.tree.TreeListeners
 
mouseMoved(MouseEvent) - Method in class com.japisoft.xmlpad.tree.TreeListeners
 
mousePressed(MouseEvent) - Method in class com.japisoft.xmlpad.helper.ContentAssistantUI
 
mousePressed(MouseEvent) - Method in class com.japisoft.xmlpad.tree.TreeListeners
 
mouseReleased(MouseEvent) - Method in class com.japisoft.xmlpad.helper.ContentAssistantUI
 
mouseReleased(MouseEvent) - Method in class com.japisoft.xmlpad.tree.TreeListeners
 
mustBeJobSynchronized() - Method in class com.japisoft.xmlpad.helper.handler.AbstractHelperHandler
If the assistant must be called a a job for being synchronized with parsing...
mustBeJobSynchronized() - Method in class com.japisoft.xmlpad.helper.handler.schema.AbstractTagHandler
 
mustBeJobSynchronized() - Method in class com.japisoft.xmlpad.helper.handler.schema.AttributeHandler
 

N

NAMESPACE_MODE - Static variable in class com.japisoft.xmlpad.tree.FastTreeRenderer
This is a rendering mode for showing the node namespace
NEW_ACTION - Static variable in interface com.japisoft.xmlpad.action.ActionSet
New action
NEW_DOCUMENT - Static variable in class com.japisoft.xmlpad.toolkit.SingleDocumentEditor
 
NEXT_TAG - Static variable in class com.japisoft.xmlpad.action.search.SearchElement
 
NMTOKENS_ATT_VAL - Static variable in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
 
NMTOKENS_ATT_VAL - Static variable in class com.japisoft.dtdparser.node.AttributeDTDNode
 
NMTOKEN_ATT_VAL - Static variable in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
 
NMTOKEN_ATT_VAL - Static variable in class com.japisoft.dtdparser.node.AttributeDTDNode
 
NewAction - class com.japisoft.xmlpad.action.file.NewAction.
New action
NewAction() - Constructor for class com.japisoft.xmlpad.action.file.NewAction
 
NextAction - class com.japisoft.xmlpad.tree.action.NextAction.
Navigation history : Next path
NextAction() - Constructor for class com.japisoft.xmlpad.tree.action.NextAction
 
name - Variable in class com.japisoft.xmlpad.helper.model.TagDescriptor
 
namespace - Variable in class com.japisoft.xmlpad.helper.handler.schema.AbstractTagHandler
 
namespace - Variable in class com.japisoft.xmlpad.helper.model.AbstractHelper
 
namespace - Variable in class com.japisoft.xmlpad.helper.model.SchemaNode
 
namespace - Variable in class com.japisoft.xmlpad.helper.model.TagDescriptor
 
newDocument() - Method in interface com.japisoft.xmlpad.DocumentStateListener
Notify a new document
next - Variable in class com.japisoft.xmlpad.helper.model.SchemaNode
 
nextNavigationHistoryPath() - Method in class com.japisoft.xmlpad.XMLContainer
Change the navigation history cursor and return the next navigation path.
nextSibling() - Method in class com.japisoft.xmlpad.helper.model.SchemaNode
 
nextTag(int) - Method in class com.japisoft.xmlpad.editor.XMLDocument
Find the location of the next tag
normalize(String, boolean) - Method in class com.japisoft.xmlpad.action.xml.FormatAction
Normalizes the given string.
notifiedErrorNonTemporary() - Method in class com.japisoft.xmlpad.tree.TreeListeners
For inner usage only
notifyAction() - Method in class com.japisoft.xmlpad.action.XMLAction
Notify action must be done.
notifyAction() - Method in class com.japisoft.xmlpad.action.XMLActionForSelection
 
notifyAction() - Method in class com.japisoft.xmlpad.action.edit.CommentTagAction
 
notifyAction() - Method in class com.japisoft.xmlpad.action.edit.CopyAction
 
notifyAction() - Method in class com.japisoft.xmlpad.action.edit.CopyFileLocation
 
notifyAction() - Method in class com.japisoft.xmlpad.action.edit.CopyXPathLocation
 
notifyAction() - Method in class com.japisoft.xmlpad.action.edit.CutAction
 
notifyAction() - Method in class com.japisoft.xmlpad.action.edit.FastCommentUncommentAction
 
notifyAction() - Method in class com.japisoft.xmlpad.action.edit.PasteAction
 
notifyAction() - Method in class com.japisoft.xmlpad.action.edit.RedoAction
 
notifyAction() - Method in class com.japisoft.xmlpad.action.edit.SelectAllAction
 
notifyAction() - Method in class com.japisoft.xmlpad.action.edit.SelectTagAction
 
notifyAction() - Method in class com.japisoft.xmlpad.action.edit.SurroundCDATAAction
 
notifyAction() - Method in class com.japisoft.xmlpad.action.edit.SurroundTagAction
 
notifyAction() - Method in class com.japisoft.xmlpad.action.edit.UndoAction
 
notifyAction() - Method in class com.japisoft.xmlpad.action.file.InsertAction
 
notifyAction() - Method in class com.japisoft.xmlpad.action.file.LoadAction
 
notifyAction() - Method in class com.japisoft.xmlpad.action.file.NewAction
 
notifyAction() - Method in class com.japisoft.xmlpad.action.file.SaveAction
 
notifyAction() - Method in class com.japisoft.xmlpad.action.file.SaveAsAction
 
notifyAction() - Method in class com.japisoft.xmlpad.action.other.SplitAction
 
notifyAction() - Method in class com.japisoft.xmlpad.action.other.SplitActionHorizontal
 
notifyAction() - Method in class com.japisoft.xmlpad.action.other.TreeVisibilityAction
 
notifyAction() - Method in class com.japisoft.xmlpad.action.search.SearchAction
 
notifyAction() - Method in class com.japisoft.xmlpad.action.search.SearchElement
 
notifyAction() - Method in class com.japisoft.xmlpad.action.toolkit.InsertAction
 
notifyAction() - Method in class com.japisoft.xmlpad.action.xml.CommentAction
 
notifyAction() - Method in class com.japisoft.xmlpad.action.xml.FormatAction
 
notifyAction() - Method in class com.japisoft.xmlpad.action.xml.ParseAction
 
notifyAction() - Method in class com.japisoft.xmlpad.tree.action.AbstractTreeAction
 
notifyAction() - Method in class com.japisoft.xmlpad.tree.action.CleanHistoryAction
 
notifyAction() - Method in class com.japisoft.xmlpad.tree.action.CommentNode
 
notifyAction() - Method in class com.japisoft.xmlpad.tree.action.CopyNode
 
notifyAction() - Method in class com.japisoft.xmlpad.tree.action.CutNode
 
notifyAction() - Method in class com.japisoft.xmlpad.tree.action.NextAction
 
notifyAction() - Method in class com.japisoft.xmlpad.tree.action.PreviousAction
 
notifyAction(XMLContainer) - Method in class com.japisoft.xmlpad.xml.validator.DefaultValidator
 
notifyAttribute(String, String, int, String[], int, String) - Method in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
Found an attribute definition
notifyAttribute(String, String, int, String[], int, String) - Method in class com.japisoft.dtdparser.document.DefaultDTDDocumentBuilder
 
notifyAttribute(String, String, int, String[], int, String) - Method in class com.japisoft.dtdparser.document.TraceDTDDocumentBuilder
 
notifyCaretListener(int, int) - Method in class com.japisoft.xmlpad.XMLContainer
Notify to all CaretListener that the current caret location has changed.
notifyCaretLocation(int, int) - Method in interface com.japisoft.xmlpad.editor.EditorContext
Notify the current caret location
notifyCaretLocation() - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
notifyComment(String) - Method in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
Found a comment
notifyComment(String) - Method in class com.japisoft.dtdparser.document.DefaultDTDDocumentBuilder
 
notifyComment(String) - Method in class com.japisoft.dtdparser.document.TraceDTDDocumentBuilder
 
notifyCurrentLocation() - Method in class com.japisoft.xmlpad.editor.XMLEditor
Notify to listener the current document location from the caret position.
notifyDocumentVersion(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
Notify that a new document has been inserted or the current one has been altered once.
notifyElementChoiceItem(String) - Method in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
Item equals element name or #PCDATA
notifyElementChoiceItem(String) - Method in class com.japisoft.dtdparser.document.DefaultDTDDocumentBuilder
Item equals element name or #PCDATA
notifyElementChoiceItem(String) - Method in class com.japisoft.dtdparser.document.TraceDTDDocumentBuilder
Item equals element name or #PCDATA
notifyElementIncludeItem(String) - Method in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
Item equals element name or EMPTY or ANY or #PCDATA
notifyElementIncludeItem(String) - Method in class com.japisoft.dtdparser.document.DefaultDTDDocumentBuilder
Item equals element name or EMPTY or ANY or #PCDATA
notifyElementIncludeItem(String) - Method in class com.japisoft.dtdparser.document.TraceDTDDocumentBuilder
Item equals element name or EMPTY or ANY or #PCDATA
notifyEntity(String, boolean, int, String) - Method in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
Found an entity
notifyEntity(String, boolean, int, String) - Method in class com.japisoft.dtdparser.document.DefaultDTDDocumentBuilder
 
notifyEntity(String, boolean, int, String) - Method in class com.japisoft.dtdparser.document.TraceDTDDocumentBuilder
 
notifyError(Object, boolean, String, int, int, int, String, boolean) - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
notifyError(Object, boolean, String, int, int, int, String, boolean) - Method in class com.japisoft.xmlpad.elementview.table.TableElementView
 
notifyError(Object, boolean, String, int, int, int, String, boolean) - Method in class com.japisoft.xmlpad.error.DefaultErrorView
 
notifyError(Object, boolean, String, int, int, int, String, boolean) - Method in interface com.japisoft.xmlpad.error.ErrorListener
Notify an XML error found while parsing
notifyError(String) - Method in class com.japisoft.xmlpad.error.ErrorManager
Here a shortcut for sending a single error message
notifyError(String, int) - Method in class com.japisoft.xmlpad.error.ErrorManager
Here a shortcut for sending a single error message at the following line
notifyError(Object, boolean, String, int, int, int, String, boolean) - Method in class com.japisoft.xmlpad.error.ErrorManager
Inform all the listeners.
notifyError(Object, boolean, String, int, int, int, String, boolean) - Method in class com.japisoft.xmlpad.helper.SchemaHelperManager
 
notifyLocation(SimpleNode) - Method in interface com.japisoft.xmlpad.editor.EditorContext
The current tree location for each caret moving
notifyLocation() - Method in class com.japisoft.xmlpad.helper.handler.relaxng.RelaxNGTagHelperHandler
 
notifyLocation() - Method in class com.japisoft.xmlpad.helper.handler.schema.AbstractTagHandler
Prepare for tag list for the current location
notifyLocation() - Method in class com.japisoft.xmlpad.helper.handler.schema.dtd.DTDTagHandler
 
notifyLocation() - Method in class com.japisoft.xmlpad.helper.handler.schema.w3c.W3cTagHandler
 
notifyLocation() - Method in class com.japisoft.xmlpad.helper.model.AbstractTagHelper
Prepare for tag list for the current location
notifyLocationListener(LocationEvent) - Method in class com.japisoft.xmlpad.XMLContainer
Notify to all LocationListener that the current document location has changed.
notifyNoError(boolean) - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
notifyNoError(boolean) - Method in class com.japisoft.xmlpad.elementview.table.TableElementView
 
notifyNoError(boolean) - Method in class com.japisoft.xmlpad.error.DefaultErrorView
Not managed
notifyNoError(boolean) - Method in interface com.japisoft.xmlpad.error.ErrorListener
Notify the document is correct
notifyNoError(boolean) - Method in class com.japisoft.xmlpad.error.ErrorManager
Inform all the listeners
notifyNoError(boolean) - Method in class com.japisoft.xmlpad.helper.SchemaHelperManager
 
notifyOperator(char) - Method in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
Notify operator '+' or '*' or '?'
notifyOperator(char) - Method in class com.japisoft.dtdparser.document.DefaultDTDDocumentBuilder
Notify operator '+' or '*' or '?'
notifyOperator(char) - Method in class com.japisoft.dtdparser.document.TraceDTDDocumentBuilder
Notify operator '+' or '*' or '?'
notifySelection(int) - Method in class com.japisoft.xmlpad.helper.model.CommonPopup
 
notifySelection(int) - Method in class com.japisoft.xmlpad.helper.model.EntityPopup
 
notifySelection(int) - Method in class com.japisoft.xmlpad.helper.model.TagPopup
 
notifyStartDTD() - Method in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
Start the DTD definition
notifyStartDTD() - Method in class com.japisoft.dtdparser.document.DefaultDTDDocumentBuilder
 
notifyStartDTD() - Method in class com.japisoft.dtdparser.document.TraceDTDDocumentBuilder
Start the DTD definition
notifyStartElement(String) - Method in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
Found a tag definition
notifyStartElement(String) - Method in class com.japisoft.dtdparser.document.DefaultDTDDocumentBuilder
 
notifyStartElement(String) - Method in class com.japisoft.dtdparser.document.TraceDTDDocumentBuilder
 
notifyStartElementChildren() - Method in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
Notify '(' meet for the element declaration
notifyStartElementChildren() - Method in class com.japisoft.dtdparser.document.DefaultDTDDocumentBuilder
Notify '(' meet for the element declaration
notifyStartElementChildren() - Method in class com.japisoft.dtdparser.document.TraceDTDDocumentBuilder
Notify '(' meet for the element declaration
notifyStopDTD() - Method in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
Stop the DTD definition
notifyStopDTD() - Method in class com.japisoft.dtdparser.document.DefaultDTDDocumentBuilder
 
notifyStopDTD() - Method in class com.japisoft.dtdparser.document.TraceDTDDocumentBuilder
Stop the DTD definition
notifyStopElement() - Method in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
End of the tag definition
notifyStopElement() - Method in class com.japisoft.dtdparser.document.DefaultDTDDocumentBuilder
 
notifyStopElement() - Method in class com.japisoft.dtdparser.document.TraceDTDDocumentBuilder
 
notifyStopElementChildren() - Method in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
Notify ')' meet for the element declaration
notifyStopElementChildren() - Method in class com.japisoft.dtdparser.document.DefaultDTDDocumentBuilder
Notify ')' meet for the element declaration
notifyStopElementChildren() - Method in class com.japisoft.dtdparser.document.TraceDTDDocumentBuilder
Notify ')' meet for the element declaration
notifyStructureChanged() - Method in interface com.japisoft.xmlpad.editor.StructureDamagedListener
 
notifyStructureChanged() - Method in class com.japisoft.xmlpad.editor.XMLEditor
Notify that the structure has changed.
notifyStructureChanged() - Method in class com.japisoft.xmlpad.tree.TreeListeners
 
notifyUniqueError(boolean, String, int, int, int, String, boolean) - Method in class com.japisoft.xmlpad.error.ErrorManager
Notify only one error.
notifyXMLContainer() - Method in class com.japisoft.xmlpad.action.XMLAction
Notify that an XMLContainer has been provided for futur action
notifyXMLContainer() - Method in class com.japisoft.xmlpad.action.XMLActionForSelection
 
notifyXMLContainer() - Method in class com.japisoft.xmlpad.action.edit.PasteAction
 
notifyXMLContainer() - Method in class com.japisoft.xmlpad.action.edit.RedoAction
 
notifyXMLContainer() - Method in class com.japisoft.xmlpad.action.edit.UndoAction
 
notifyXMLContainer() - Method in class com.japisoft.xmlpad.action.file.NewAction
 
notifyXMLContainer() - Method in class com.japisoft.xmlpad.action.xml.CommentAction
 
notifyXMLContainer() - Method in class com.japisoft.xmlpad.tree.action.AddHistoryAction
 
notifyXMLContainer() - Method in class com.japisoft.xmlpad.tree.action.EditNode
 
notifyXMLContainer() - Method in class com.japisoft.xmlpad.tree.action.NextAction
 
notifyXMLContainer() - Method in class com.japisoft.xmlpad.tree.action.PreviousAction
 
notifyXMLEditor() - Method in class com.japisoft.xmlpad.action.XMLAction
Notify that an XMLEditor has been provided for futur action
notifyXMLEditor() - Method in class com.japisoft.xmlpad.action.file.NewAction
 

O

OK - Static variable in class com.japisoft.xmlpad.dialog.DialogManager
 
OK - Static variable in interface com.japisoft.xmlpad.xml.validator.Validator
 
OK_ACTION - Static variable in class com.japisoft.xmlpad.dialog.OkCancelDialog
 
ONE_ITEM_OPERATOR - Static variable in class com.japisoft.dtdparser.node.ElementDTDNode
default operator
ONE_MORE_ITEM_OPERATOR - Static variable in class com.japisoft.dtdparser.node.ElementDTDNode
'+' operator
ON_THE_FLY_PARSING_CONTEXT - Static variable in class com.japisoft.xmlpad.error.ErrorManager
 
OP_AND - Static variable in class com.japisoft.xmlpad.helper.model.SchemaNode
 
OP_OR - Static variable in class com.japisoft.xmlpad.helper.model.SchemaNode
 
OTHER_GROUP - Static variable in class com.japisoft.xmlpad.action.ActionModel
Other group
OkCancelDialog - class com.japisoft.xmlpad.dialog.OkCancelDialog.
Basic dialog This dialog box searches title, comment, ok, cancel values from a property bundle located at the same classpath location than the dialog box terminated by '.properties'.
OkCancelDialog(String, String, String) - Constructor for class com.japisoft.xmlpad.dialog.OkCancelDialog
 
OkCancelDialog(Dialog, String, String, String) - Constructor for class com.japisoft.xmlpad.dialog.OkCancelDialog
 
OkCancelDialog(Frame, String, String, String) - Constructor for class com.japisoft.xmlpad.dialog.OkCancelDialog
 
openDeclaration() - Method in class com.japisoft.fastparser.node.SimpleNode
 
originalDTDLocation - Variable in class com.japisoft.xmlpad.XMLDocumentInfo
 
out - Variable in class com.japisoft.xmlpad.action.xml.FormatAction
 

P

PARSE_ACTION - Static variable in interface com.japisoft.xmlpad.action.ActionSet
Refresh action
PASTE_ACTION - Static variable in interface com.japisoft.xmlpad.action.ActionSet
Paste action
PREFIX_MODE - Static variable in class com.japisoft.xmlpad.tree.FastTreeRenderer
This is a rendering mode for showing the node prefix
PREF_APOSENTITY - Static variable in class com.japisoft.xmlpad.action.xml.FormatAction
Particular property inside the XMLContainer
PRESERVE_EMPTY_ATTRIBUTE_VALUE - Static variable in class com.japisoft.xmlpad.action.xml.FormatAction
Preserve whitespaces string for attribute value
PREVIOUS_TAG - Static variable in class com.japisoft.xmlpad.action.search.SearchElement
 
PUBLIC_ENTITY - Static variable in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
 
PUBLIC_ENTITY - Static variable in class com.japisoft.dtdparser.node.EntityDTDNode
 
ParseAction - class com.japisoft.xmlpad.action.xml.ParseAction.
Refresh action : XML Parsing.
ParseAction() - Constructor for class com.japisoft.xmlpad.action.xml.ParseAction
 
ParsingErrorListener - class com.japisoft.xmlpad.tree.parser.ParsingErrorListener.
Error producer while parsing
ParsingJob - class com.japisoft.xmlpad.tree.parser.ParsingJob.
 
ParsingJob(XMLContainer, TreeListeners) - Constructor for class com.japisoft.xmlpad.tree.parser.ParsingJob
 
PasteAction - class com.japisoft.xmlpad.action.edit.PasteAction.
Paste action
PasteAction() - Constructor for class com.japisoft.xmlpad.action.edit.PasteAction
 
PopupModel - class com.japisoft.xmlpad.PopupModel.
This popup is available inside the XMLContainer.
PopupModel(XMLContainer) - Constructor for class com.japisoft.xmlpad.PopupModel
 
PopupModelListener - interface com.japisoft.xmlpad.PopupModelListener.
This listener will notify any action change on the XMLContainer popup.
PreviousAction - class com.japisoft.xmlpad.tree.action.PreviousAction.
Navigation history path : Previous one
PreviousAction() - Constructor for class com.japisoft.xmlpad.tree.action.PreviousAction
 
Properties - interface com.japisoft.xmlpad.action.Properties.
List of known property name.
paint(Graphics) - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
paintIcon(Component, Graphics, int, int) - Method in class com.japisoft.xmlpad.action.XMLAction.EmptyIcon
 
param - Variable in class com.japisoft.xmlpad.action.XMLAction
 
parent - Variable in class com.japisoft.xmlpad.helper.model.SchemaNode
 
parse(String) - Method in class com.japisoft.dtdparser.DTDParser
Parse for this URL.
parse(URL) - Method in class com.japisoft.dtdparser.DTDParser
Parse the DTD to this URL.
parse(InputStream) - Method in class com.japisoft.dtdparser.DTDParser
Parse this DTD.
parse(Reader) - Method in class com.japisoft.dtdparser.DTDParser
Parse this DTD.
parse(SchemaLocator) - Method in class com.japisoft.dtdparser.DTDParser
Parse this DTD.
parseDTD() - Method in class com.japisoft.xmlpad.editor.XMLDocument
Search and parse document DTD on the current document
parseEntity(int) - Method in class com.japisoft.dtdparser.DTDParser
Parse the entity starting at location
parseExternalDTDComment(URL) - Method in class com.japisoft.dtdparser.DTDParser
Special file with a list of line : one line for the element and one line for the comment.
parseSchema() - Method in class com.japisoft.xmlpad.editor.XMLDocument
Search and parse an XML on the current document schema
parsingError(String, int, int, int) - Method in class com.japisoft.xmlpad.tree.parser.ParsingErrorListener
 
preNonVisible() - Method in class com.japisoft.xmlpad.dialog.OkCancelDialog
Call each time the non visible state is needed
preRun() - Method in class com.japisoft.xmlpad.tree.parser.ParsingJob
 
prepare(Object) - Method in class com.japisoft.xmlpad.helper.model.AttributeHelper
Wait for a tag descriptor
prepareDocumentBeforeInserting(XMLDocument, int) - Method in class com.japisoft.xmlpad.helper.model.AbstractHelper
 
prepareDocumentBeforeInserting(XMLDocument, int) - Method in class com.japisoft.xmlpad.helper.model.AttributeValuesHelper
 
preserveComment(boolean) - Method in class com.japisoft.dtdparser.node.RootDTDNode
Save the comment node : By default to true
previousNavigationHistoryPath() - Method in class com.japisoft.xmlpad.XMLContainer
Change the navigation history cursor and return the previous navigation path.
print(Node) - Method in class com.japisoft.xmlpad.action.xml.FormatAction
 
print(int, Node) - Method in class com.japisoft.xmlpad.action.xml.FormatAction
Prints the specified node, recursively.
processElement(SimpleNode, SchemaNode, boolean) - Method in class com.japisoft.xmlpad.helper.handler.schema.w3c.SchemaToSchemaNode
 

Q

QUALIFIED_MODE - Static variable in class com.japisoft.xmlpad.tree.FastTreeRenderer
This is a rendering mode for showing the qualified node name
QUOTE_ENTITY - Static variable in class com.japisoft.xmlpad.editor.XMLEntityResolver
 

R

REDO_ACTION - Static variable in interface com.japisoft.xmlpad.action.ActionSet
Redo action
REQUIRED_ATT - Static variable in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
 
REQUIRED_ATT - Static variable in class com.japisoft.dtdparser.node.AttributeDTDNode
 
RESOURCE_BUNDLE - Static variable in class com.japisoft.xmlpad.action.XMLAction
Use a resource bundle for tabel/tooltip/shortcut/icon.
ROOT - Static variable in class com.japisoft.dtdparser.node.DTDNode
Root type
ROOT - Static variable in class com.japisoft.xmlpad.helper.model.SchemaNode
 
RawDescriptor - class com.japisoft.xmlpad.helper.model.RawDescriptor.
A simple descriptor for adding a content as is
RawDescriptor(String) - Constructor for class com.japisoft.xmlpad.helper.model.RawDescriptor
 
RawDescriptor(String, boolean) - Constructor for class com.japisoft.xmlpad.helper.model.RawDescriptor
 
RedTheme - class com.japisoft.xmlpad.look.themes.RedTheme.
JXMLPad Red theme.
RedTheme() - Constructor for class com.japisoft.xmlpad.look.themes.RedTheme
 
RedoAction - class com.japisoft.xmlpad.action.edit.RedoAction.
Redo action
RedoAction() - Constructor for class com.japisoft.xmlpad.action.edit.RedoAction
 
RelaxNGTagHelperHandler - class com.japisoft.xmlpad.helper.handler.relaxng.RelaxNGTagHelperHandler.
Handler for relaxng
RelaxNGTagHelperHandler(SimpleNode) - Constructor for class com.japisoft.xmlpad.helper.handler.relaxng.RelaxNGTagHelperHandler
 
RelaxNGToSchemaNode - class com.japisoft.xmlpad.helper.handler.relaxng.RelaxNGToSchemaNode.
 
RelaxNGToSchemaNode() - Constructor for class com.japisoft.xmlpad.helper.handler.relaxng.RelaxNGToSchemaNode
 
RelaxNGValidator - class com.japisoft.xmlpad.xml.validator.RelaxNGValidator.
Validate the container content for RelaxNG.
RelaxNGValidator() - Constructor for class com.japisoft.xmlpad.xml.validator.RelaxNGValidator
 
RootDTDNode - class com.japisoft.dtdparser.node.RootDTDNode.
Main node type for DTD document type.
RootDTDNode() - Constructor for class com.japisoft.dtdparser.node.RootDTDNode
 
read(Reader) - Method in interface com.japisoft.xmlpad.Accessibility
Reset the editing content using this reader
ready() - Method in interface com.japisoft.xmlpad.UIStateListener
Called when the user interface has been built
redo() - Method in class com.japisoft.xmlpad.editor.XMLEditor
Redo last action
refreshUndoRedoState() - Method in class com.japisoft.xmlpad.XMLContainer
Update undo/redo button state
remove(int, int) - Method in class com.japisoft.xmlpad.editor.XMLDocument
Remove a text at this offset.
removeAction(Action, boolean) - Method in class com.japisoft.xmlpad.PopupModel
Remove an action or XMLAction.
removeAction(Action) - Method in class com.japisoft.xmlpad.PopupModel
 
removeAction(Action, boolean) - Method in class com.japisoft.xmlpad.ToolBarModel
Remove a swing Action or XMLAction.
removeAction(Action) - Method in class com.japisoft.xmlpad.ToolBarModel
Remove the a action
removeAction(Action) - Method in class com.japisoft.xmlpad.action.ActionGroup
Remove a known XML action
removeAction(String) - Method in class com.japisoft.xmlpad.action.ActionGroup
Remove an action by name
removeActionByName(String) - Static method in class com.japisoft.xmlpad.action.ActionModel
Remove an action by its name
removeActionForGroup(String, XMLAction) - Static method in class com.japisoft.xmlpad.action.ActionModel
Remove this action 'a' from the following groupName.
removeAllBookmarks() - Method in interface com.japisoft.xmlpad.bookmark.BookmarkModel
Remove all boomarks
removeAllBookmarks() - Method in class com.japisoft.xmlpad.bookmark.DefaultBookmarkModel
 
removeAllNameSpaceDeclaration() - Method in class com.japisoft.fastparser.node.SimpleNode
Remove all the nameSpace declaration
removeBookmarkPosition(BookmarkPosition) - Method in interface com.japisoft.xmlpad.bookmark.BookmarkModel
Remove a known bookmark
removeBookmarkPosition(BookmarkPosition) - Method in class com.japisoft.xmlpad.bookmark.DefaultBookmarkModel
 
removeChildNode(SimpleNode) - Method in class com.japisoft.fastparser.node.SimpleNode
Remove the following node
removeChildNodeAt(int) - Method in class com.japisoft.fastparser.node.SimpleNode
 
removeChildrenNodes() - Method in class com.japisoft.fastparser.node.SimpleNode
Remove all the children
removeDTDNode(DTDNode) - Method in class com.japisoft.dtdparser.node.DTDNode
Remove a DTDNode child
removeDescriptor(Descriptor) - Method in class com.japisoft.xmlpad.helper.handler.AbstractHelperHandler
 
removeDocumentStateListener(DocumentStateListener) - Method in interface com.japisoft.xmlpad.IView
Remove a listener for a document
removeDocumentStateListener(DocumentStateListener) - Method in class com.japisoft.xmlpad.XMLContainer
Remove a listener
removeEditor(Editor) - Static method in class com.japisoft.xmlpad.nodeeditor.EditorModel
Remove an editor
removeEntity(String) - Method in class com.japisoft.xmlpad.editor.XMLEntityResolver
Remove an entity value
removeEntityValue(char) - Method in class com.japisoft.xmlpad.editor.XMLEntityResolver
 
removeErrorListener(ErrorListener) - Method in class com.japisoft.xmlpad.error.ErrorManager
 
removeErrorPanel(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
Remove the error panel.
removeErrorSelectionListener(ErrorSelectionListener) - Method in class com.japisoft.xmlpad.error.DefaultErrorView
Not managed
removeErrorSelectionListener(ErrorSelectionListener) - Method in interface com.japisoft.xmlpad.error.ErrorView
Remove a selection listener for listening error not choosen
removeFileExt(String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Remove this file extension for loading/saving this document type
removeGroup(ActionGroup) - Static method in class com.japisoft.xmlpad.action.ActionModel
Remove a group of action
removeHelperHandler(AbstractHelperHandler) - Method in class com.japisoft.xmlpad.helper.HelperManager
Remove an handler managing a content assistant part
removeHelperHandler(String) - Method in class com.japisoft.xmlpad.helper.HelperManager
Remove an helper handler for a name
removeHighlightedErrorLine() - Method in class com.japisoft.xmlpad.editor.XMLEditor
Remove error line
removeHighlightedLines() - Method in class com.japisoft.xmlpad.editor.XMLEditor
Remove all highlighted lines
removeNameSpaceDeclaration(String) - Method in class com.japisoft.fastparser.node.SimpleNode
Remove a nameSpace prefix declaration
removeNavigationHistoryPath(String) - Method in class com.japisoft.xmlpad.XMLContainer
Remove this XPath navigation value.
removeNext(SchemaNode) - Method in class com.japisoft.xmlpad.helper.model.SchemaNode
 
removeNotify() - Method in class com.japisoft.xmlpad.dialog.OkCancelDialog
 
removeNotify() - Method in class com.japisoft.xmlpad.editor.XMLEditor
This method will call the dispose method
removePanel() - Method in class com.japisoft.xmlpad.helper.ContentAssistantUI
 
removePopupModelListener(PopupModelListener) - Method in class com.japisoft.xmlpad.PopupModel
Remove a listener for the toolbar update
removeReference(Object, AbstractHelperHandler[]) - Static method in class com.japisoft.xmlpad.helper.model.SchemaCache
 
removeSeparator(int) - Method in class com.japisoft.xmlpad.PopupModel
Remove a separator at the location
removeSeparator(int) - Method in class com.japisoft.xmlpad.ToolBarModel
Remove a separator at the location
removeToolBarModelListener(ToolBarModelListener) - Method in class com.japisoft.xmlpad.ToolBarModel
Remove a listener for the toolbar update
removeUpdate(DocumentEvent) - Method in class com.japisoft.xmlpad.editor.XMLDocument.XMLDocumentListener
 
removeWithoutStructureDamaged(int, int) - Method in class com.japisoft.xmlpad.editor.XMLDocument
Remove a text at this offset, it will not synchronize the tree
renderer(Graphics, Color, int, int, int, int) - Method in class com.japisoft.xmlpad.editor.renderer.BasicLineRenderer
 
renderer(Graphics, Color, int, int, int, int) - Method in class com.japisoft.xmlpad.editor.renderer.EditixLineRenderer
 
renderer(Graphics, Color, int, int, int, int) - Method in interface com.japisoft.xmlpad.editor.renderer.LineRenderer
Renderer the line to this location.
renderer(Graphics, Color, int, int, int, int) - Method in class com.japisoft.xmlpad.editor.renderer.SimpleLineRenderer
 
replaceActionByName(String, Action) - Static method in class com.japisoft.xmlpad.action.ActionModel
Replace an action matching the name by the newAction
replaceChildNode(SimpleNode, SimpleNode) - Method in class com.japisoft.fastparser.node.SimpleNode
Replace this oldNode by this newOne
requestFocus() - Method in class com.japisoft.xmlpad.XMLContainer
 
resetActionState(XMLEditor, XMLContainer) - Method in class com.japisoft.xmlpad.action.ActionGroup
Updage action for this group for working on this editor and this container
resetActionState(XMLEditor, XMLContainer) - Static method in class com.japisoft.xmlpad.action.ActionModel
Deprecated. Use only the version with the XMLContainer as parameter Reset the current Action state for this editor and this container, thus action will work on the good editor.
resetActionState(XMLContainer) - Static method in class com.japisoft.xmlpad.action.ActionModel
Reset the current Action state for this editor and this container
resetCompletionMode(boolean) - Method in class com.japisoft.xmlpad.editor.XMLDocument
For inner usage
resetDefaultLook() - Method in class com.japisoft.xmlpad.editor.XMLEditor
Reset the default color of the editor
resetDefaultToolBarActions() - Method in class com.japisoft.xmlpad.XMLContainer
Update the toolbarModel adding separator.
resetDefaultTreeToolBarModel(ToolBarModel) - Method in class com.japisoft.xmlpad.XMLContainer
 
resetDocument(XMLDocument) - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
resetDocumentState(boolean) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Only for internal usage.
resetEditor(XMLEditor) - Method in class com.japisoft.xmlpad.XMLContainer
Particular case for using the good editor with focus.
resetHandlers(ArrayList, boolean) - Method in class com.japisoft.xmlpad.helper.HelperManager
Update all the handlers
resetPopupModel(PopupModel) - Static method in class com.japisoft.xmlpad.PopupModel
Reset the popup model to include all action (Popable) from the ActionModel
resetProperties(HashMap) - Method in class com.japisoft.xmlpad.XMLContainer
Reset the inner properties
resetToolBarModel(ToolBarModel) - Static method in class com.japisoft.xmlpad.ToolBarModel
Reset the toolBar model to include all action (Toolbarable) from the ActionModel
resetTreeLocation(SimpleNode) - Method in class com.japisoft.xmlpad.tree.TreeListeners
 
resetTreePopupModel(PopupModel) - Static method in class com.japisoft.xmlpad.PopupModel
Reset this popup model to include all tree popable action from the ActionModel tree group.
resetTreeToolBarModel(ToolBarModel) - Static method in class com.japisoft.xmlpad.ToolBarModel
Reset this popup model to include all tree popable action from the ActionModel tree group.
resolveContentAssistant(SimpleNode, XMLDocument, boolean, int, String) - Method in class com.japisoft.xmlpad.helper.handler.AbstractHelperHandler
This is activated each time the user insert a special key (like ctrl-space) or for some special inserted caracters like '<'...
restoreHelperHandlers(Object, String) - Static method in class com.japisoft.xmlpad.helper.model.SchemaCache
 
root - Variable in class com.japisoft.dtdparser.document.AbstractDTDDocumentBuilder
 
root - Variable in class com.japisoft.dtdparser.node.DTDNodeFactory
Root node tied to any node
run() - Method in class com.japisoft.xmlpad.tree.parser.ParsingJob
 

S

SAVEAS_ACTION - Static variable in interface com.japisoft.xmlpad.action.ActionSet
SaveAs action
SAVE_ACTION - Static variable in interface com.japisoft.xmlpad.action.ActionSet
Save action
SCHEMA_ATTRIBUTES - Static variable in class com.japisoft.xmlpad.helper.SchemaHelperManager
 
SCHEMA_ATTRIBUTE_VALUES - Static variable in class com.japisoft.xmlpad.helper.SchemaHelperManager
 
SCHEMA_CACHING - Static variable in class com.japisoft.xmlpad.SharedProperties
This is a property for caching a SCHEMA inside the content assistant.
SCHEMA_ELEMENTS - Static variable in class com.japisoft.xmlpad.helper.SchemaHelperManager
 
SCHEMA_ENTITIES - Static variable in class com.japisoft.xmlpad.helper.SchemaHelperManager
 
SEARCH_ACTION - Static variable in interface com.japisoft.xmlpad.action.ActionSet
Search action
SEARCH_GROUP - Static variable in class com.japisoft.xmlpad.action.ActionModel
Search group
SEQUENCE_TYPE - Static variable in class com.japisoft.dtdparser.node.ElementSetDTDNode
( element1 , element2 )
SPLIT_ACTION - Static variable in interface com.japisoft.xmlpad.action.ActionSet
Split vertically action
SPLIT_ACTION_HOR - Static variable in interface com.japisoft.xmlpad.action.ActionSet
Split horizontally action
SYSTEM_ENTITY - Static variable in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
 
SYSTEM_ENTITY - Static variable in class com.japisoft.dtdparser.node.EntityDTDNode
 
SaveAction - class com.japisoft.xmlpad.action.file.SaveAction.
 
SaveAction() - Constructor for class com.japisoft.xmlpad.action.file.SaveAction
 
SaveAsAction - class com.japisoft.xmlpad.action.file.SaveAsAction.
Action for saving the current content
SaveAsAction() - Constructor for class com.japisoft.xmlpad.action.file.SaveAsAction
 
SchemaAccessibility - interface com.japisoft.xmlpad.SchemaAccessibility.
Set of method for handling Schema
SchemaCache - class com.japisoft.xmlpad.helper.model.SchemaCache.
This is a cache for a schema URI.
SchemaCache() - Constructor for class com.japisoft.xmlpad.helper.model.SchemaCache
 
SchemaHelperManager - class com.japisoft.xmlpad.helper.SchemaHelperManager.
This classe is a method factory for finding helper for the current XMLPad context usage.
SchemaHelperManager(ErrorManager, HelperManager) - Constructor for class com.japisoft.xmlpad.helper.SchemaHelperManager
 
SchemaLocator - class com.japisoft.xmlpad.helper.model.SchemaLocator.
This is a class for locating a schema
SchemaLocator(String) - Constructor for class com.japisoft.xmlpad.helper.model.SchemaLocator
 
SchemaLocator(String, String) - Constructor for class com.japisoft.xmlpad.helper.model.SchemaLocator
 
SchemaLocator(URL) - Constructor for class com.japisoft.xmlpad.helper.model.SchemaLocator
 
SchemaLocator(InputStream) - Constructor for class com.japisoft.xmlpad.helper.model.SchemaLocator
 
SchemaLocator(InputStream, String) - Constructor for class com.japisoft.xmlpad.helper.model.SchemaLocator
 
SchemaLocator(Reader) - Constructor for class com.japisoft.xmlpad.helper.model.SchemaLocator
 
SchemaNodable - interface com.japisoft.xmlpad.helper.model.SchemaNodable.
This is for helper delivering a SchemaNode.
SchemaNode - class com.japisoft.xmlpad.helper.model.SchemaNode.
This is an inner structure for the schema content helper
SchemaNode(int) - Constructor for class com.japisoft.xmlpad.helper.model.SchemaNode
 
SchemaNode(TagDescriptor) - Constructor for class com.japisoft.xmlpad.helper.model.SchemaNode
 
SchemaNodeProducer - interface com.japisoft.xmlpad.helper.model.SchemaNodeProducer.
For converting a schema to a graph structure
SchemaToSchemaNode - class com.japisoft.xmlpad.helper.handler.schema.w3c.SchemaToSchemaNode.
 
SchemaToSchemaNode() - Constructor for class com.japisoft.xmlpad.helper.handler.schema.w3c.SchemaToSchemaNode
 
SearchAction - class com.japisoft.xmlpad.action.search.SearchAction.
Action for searching a node by its tree
SearchAction() - Constructor for class com.japisoft.xmlpad.action.search.SearchAction
 
SearchElement - class com.japisoft.xmlpad.action.search.SearchElement.
Search an element
SearchElement(int) - Constructor for class com.japisoft.xmlpad.action.search.SearchElement
 
SelectAllAction - class com.japisoft.xmlpad.action.edit.SelectAllAction.
Select all on the current editor
SelectAllAction() - Constructor for class com.japisoft.xmlpad.action.edit.SelectAllAction
 
SelectNode - class com.japisoft.xmlpad.tree.action.SelectNode.
Select the current node
SelectNode() - Constructor for class com.japisoft.xmlpad.tree.action.SelectNode
 
SelectTagAction - class com.japisoft.xmlpad.action.edit.SelectTagAction.
Select the current tag
SelectTagAction() - Constructor for class com.japisoft.xmlpad.action.edit.SelectTagAction
 
SharedProperties - class com.japisoft.xmlpad.SharedProperties.
Set of common properties.
SharedProperties() - Constructor for class com.japisoft.xmlpad.SharedProperties
 
SimpleLineRenderer - class com.japisoft.xmlpad.editor.renderer.SimpleLineRenderer.
Simple line renderer
SimpleLineRenderer() - Constructor for class com.japisoft.xmlpad.editor.renderer.SimpleLineRenderer
 
SimpleNode - class com.japisoft.fastparser.node.SimpleNode.
Simple node.
SimpleNode(int, String) - Constructor for class com.japisoft.fastparser.node.SimpleNode
 
SimpleNode(String) - Constructor for class com.japisoft.fastparser.node.SimpleNode
Create a tag node
SimpleNode(SimpleNode, int, String) - Constructor for class com.japisoft.fastparser.node.SimpleNode
 
SingleDocumentEditor - class com.japisoft.xmlpad.toolkit.SingleDocumentEditor.
This tookit is a manager for single XML file edition.
SplitAction - class com.japisoft.xmlpad.action.other.SplitAction.
Split the container vetically
SplitAction() - Constructor for class com.japisoft.xmlpad.action.other.SplitAction
 
SplitActionHorizontal - class com.japisoft.xmlpad.action.other.SplitActionHorizontal.
Split the container horizontally
SplitActionHorizontal() - Constructor for class com.japisoft.xmlpad.action.other.SplitActionHorizontal
 
StaticEntityHelper - class com.japisoft.xmlpad.helper.model.StaticEntityHelper.
Helper without DTD/Schema.
StaticEntityHelper() - Constructor for class com.japisoft.xmlpad.helper.model.StaticEntityHelper
 
StaticTagHelper - class com.japisoft.xmlpad.helper.model.StaticTagHelper.
This helper will not take into account the XML structure
StaticTagHelper() - Constructor for class com.japisoft.xmlpad.helper.model.StaticTagHelper
 
StructureDamagedListener - interface com.japisoft.xmlpad.editor.StructureDamagedListener.
Notify that the XML structure had changed This is useful for real-time tree view.
SurroundCDATAAction - class com.japisoft.xmlpad.action.edit.SurroundCDATAAction.
Surround the selection by an XML CDATA Section
SurroundCDATAAction() - Constructor for class com.japisoft.xmlpad.action.edit.SurroundCDATAAction
 
SurroundTagAction - class com.japisoft.xmlpad.action.edit.SurroundTagAction.
Surround by a tag the selection
SurroundTagAction() - Constructor for class com.japisoft.xmlpad.action.edit.SurroundTagAction
 
SystemHelper - class com.japisoft.xmlpad.helper.model.SystemHelper.
This helper manager all expression starting by SystemHelper() - Constructor for class com.japisoft.xmlpad.helper.model.SystemHelper
 
SystemHelper(boolean) - Constructor for class com.japisoft.xmlpad.helper.model.SystemHelper
 
SystemPopup - class com.japisoft.xmlpad.helper.model.SystemPopup.
Popup for all system declaration like comment, cdata...
SystemPopup(TagDescriptor[], int, Document) - Constructor for class com.japisoft.xmlpad.helper.model.SystemPopup
 
saveDocument(String) - Method in class com.japisoft.xmlpad.action.file.SaveAction
Save the current document at the location
schemaDeclarationLine - Variable in class com.japisoft.xmlpad.helper.model.SchemaLocator
 
searchAndParseDTD() - Method in class com.japisoft.xmlpad.XMLContainer
Search inside the current document a DTD and parses it for syntax helper.
searchAndParseSchema() - Method in class com.japisoft.xmlpad.XMLContainer
Search and parse a schema from the current document
select(int, int) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Override of the standard JTextComponent.select Move caret to the start of the selection instead of the end
selectNext() - Method in class com.japisoft.xmlpad.toolkit.XPathHandler
Select the next node
selectNodeFromPath(String) - Method in class com.japisoft.xmlpad.tree.TreeListeners
 
selectPrevious() - Method in class com.japisoft.xmlpad.toolkit.XPathHandler
Select the previous node
selected - Variable in class com.japisoft.xmlpad.tree.TreeState
 
setANY(boolean) - Method in class com.japisoft.dtdparser.node.ElementDTDNode
Can have any element children
setAction(KeyStroke, Action) - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
setActionDelegate(Action) - Method in class com.japisoft.xmlpad.action.XMLAction
Set a delegate for receiving the action event.
setActionReferenceGroup(String) - Method in class com.japisoft.xmlpad.action.XMLAction
Override the default group name using the group name used by this actionReference
setActionReferenceIcon(String) - Method in class com.japisoft.xmlpad.action.XMLAction
Override the default icon using the icon of another action.
setAddedPart(String) - Method in class com.japisoft.xmlpad.helper.model.AbstractDescriptor
 
setApplicationObject(Object) - Method in class com.japisoft.fastparser.node.SimpleNode
Store an application object in this node
setAttDescriptor(AttDescriptor[]) - Method in class com.japisoft.xmlpad.helper.model.TagDescriptor
 
setAttribute(String, String) - Method in class com.japisoft.fastparser.node.SimpleNode
Set the attribute value.
setAttribute(String, int) - Method in class com.japisoft.fastparser.node.SimpleNode
Reset the attribute value
setAttribute(String, double) - Method in class com.japisoft.fastparser.node.SimpleNode
Reset the attribute value
setAttribute(String, boolean) - Method in class com.japisoft.fastparser.node.SimpleNode
Reset the attribute value
setAutoCloseTag(boolean) - Method in class com.japisoft.xmlpad.editor.XMLDocument
Support for automatically closing the current inserted tag
setAutoCloseTag(boolean) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Insert the closing tag while the user inserts the opening tag : true by default
setAutoClosing(boolean) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Set the auto tag closing feature.
setAutoDisposeMode(boolean) - Method in interface com.japisoft.xmlpad.IXMLPanel
Set the component in a special mode for freeing internal resource.
setAutoDisposeMode(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
Set JXMLPad in a special mode for freeing internal resource.
setAutoFocus(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
If true when the setText method is called the current editor gets the focus.
setAutoNewDocument(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
Decide to initialize the XMLContainer calling the new action.
setAutoResetAction(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
Here a way to reset all XMLAction from the current XMLEditor focus.
setAutoResetAction(boolean) - Method in class com.japisoft.xmlpad.editor.XMLEditor
By default to true.
setAutomaticNextHelper(boolean) - Method in class com.japisoft.xmlpad.helper.model.AbstractDescriptor
 
setBackgroundColorForPrefix(String, Color) - Method in interface com.japisoft.xmlpad.DocumentColorAccessibility
Choose a particular background color for a tag prefix.
setBackgroundColorForPrefix(String, Color) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Choose a particular background color for a tag prefix.
setBackgroundColorForPrefix(String, Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Choose a particular background color for this namespace prefix.
setBookmarkContext(BookmarkContext) - Method in class com.japisoft.xmlpad.XMLContainer
Set a bookmarkContext.
setCaretListener(CaretListener) - Method in class com.japisoft.xmlpad.XMLContainer
Add a listener for giving information about the current caret location
setCaretPositionWithoutNotification(int) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Reset the caret location without updating the current tree location
setChoice(boolean) - Method in class com.japisoft.xmlpad.helper.model.TagDescriptor
 
setClosedLeaf(boolean) - Method in class com.japisoft.fastparser.node.SimpleNode
Particular way to know the tag declaration is in the <A/> form rather than <A></A>
setColorForAttribute(String, Color) - Method in interface com.japisoft.xmlpad.DocumentColorAccessibility
Choose a particular color for an attribute.
setColorForAttribute(String, Color) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Choose a particular color for an attribute.
setColorForAttribute(String, Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Choose a particular color for this attribute.
setColorForAttribute(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize attribute <tag ATTRIBUTE="..." ...
setColorForAttributeSeparator(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize '='
setColorForCDATA(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize CDATA section
setColorForCDATABackground(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize CDATA section background
setColorForCDATAEnd(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Color for ]]>
setColorForCDATAStart(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Color for <!
setColorForComment(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize XML comment <!
setColorForCommentBackground(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize a comment background
setColorForCommentEnd(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Color for --!
setColorForCommentStart(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Color for <!
setColorForDTDAttribute(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize !
setColorForDTDElement(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize !
setColorForDTDEntity(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize !
setColorForDTDNotation(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
setColorForDeclaration(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize XML declaration <?
setColorForDeclarationBackground(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize a declaration background
setColorForDeclarationEnd(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Color for ?
setColorForDeclarationStart(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Color for <?
setColorForDocType(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize DocType declaration <!
setColorForDocTypeBackground(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize DocType declaration background <!
setColorForDocTypeEnd(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize >
setColorForDocTypeStart(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize <!
setColorForEntity(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize entity &ENTITY;
setColorForEntityBackground(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize an entity background
setColorForInvalid(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize error
setColorForLineError(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize a line error
setColorForLineSelection(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize a line selection
setColorForLiteral(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize literal "..."
setColorForNameSpace(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize NameSpace
setColorForPrefix(String, Color) - Method in interface com.japisoft.xmlpad.DocumentColorAccessibility
Choose a particular color for a tag prefix.
setColorForPrefix(String, Color) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Choose a particular color for a tag prefix.
setColorForPrefix(String, Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Choose a particular color for this namespace prefix.
setColorForTag(String, Color) - Method in interface com.japisoft.xmlpad.DocumentColorAccessibility
Define a color for this tagName.
setColorForTag(String, Color) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Define a color for this tagName.
setColorForTag(String, Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Choose a particular color for this tag.
setColorForTag(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize tag <Tag...
setColorForTagBackground(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize a tag background
setColorForTagBorderLine(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize the border line for tag delimiter
setColorForTagDelimiter(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize tag delimiter < or >
setColorForTagEnd(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize '/'
setColorForTagUnderline(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize underline for current selection
setColorForText(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Colorize text
setComment(String) - Method in class com.japisoft.xmlpad.editor.XMLTemplate
Initial comment
setComment(String) - Method in class com.japisoft.xmlpad.helper.model.AbstractDescriptor
 
setContent(String) - Method in class com.japisoft.fastparser.node.SimpleNode
Update the node content, for tag this is the tag name, for text this is the content, for comment this is the content
setContent(String) - Method in class com.japisoft.xmlpad.editor.XMLTemplate
End of the template
setCurrentDocumentLocation(String) - Method in class com.japisoft.xmlpad.XMLContainer
Reset the current document location.
setCurrentDocumentLocation(String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Reset the current document location
setCurrentDocumentLocationArg(Object) - Method in class com.japisoft.xmlpad.XMLContainer
Reset an optional argument for the document location
setCurrentDocumentLocationArg(Object) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Reset an optional argument for the document location
setCurrentLook(Look) - Static method in class com.japisoft.xmlpad.look.LookManager
Set the current look.
setDTD(String, String, int) - Method in interface com.japisoft.xmlpad.SchemaAccessibility
Reset the current dtd root and dtd location by this one.
setDTD(String, SchemaLocator) - Method in interface com.japisoft.xmlpad.SchemaAccessibility
Reset a local DTD.
setDTDContent(String, String, int) - Method in class com.japisoft.xmlpad.helper.SchemaHelperManager
Add support for completion using the DTD content
setDTDContent(String, SchemaLocator) - Method in class com.japisoft.xmlpad.helper.SchemaHelperManager
Reset the local DTD
setDTDDocumentBuilder(DTDDocumentBuilder) - Method in class com.japisoft.dtdparser.DTDParser
Set the builder for DTD document type
setDTDExternalCommentFile(String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Special file for using external comment to a dtd.
setDTDLocation(String, String, String, int) - Method in class com.japisoft.xmlpad.helper.SchemaHelperManager
Reset the current DTD location
setDTDMapper(DTDMapper) - Static method in class com.japisoft.dtdparser.DTDMapperFactory
 
setDTDMode(boolean) - Method in class com.japisoft.xmlpad.editor.CommonView
 
setDTDMode(boolean) - Method in class com.japisoft.xmlpad.editor.XMLEditorKit
 
setDTDMode(boolean) - Method in interface com.japisoft.xmlpad.editor.XMLViewable
 
setDTDParentNode(DTDNode) - Method in class com.japisoft.dtdparser.node.DTDNode
Reset the parent node
setDashUnderlineColor(Color) - Method in class com.japisoft.xmlpad.tree.FastTreeRenderer
 
setDashUnderlineMode(boolean) - Method in class com.japisoft.xmlpad.tree.FastTreeRenderer
Add dask for showing selection
setDefaultDTD(String, String) - Method in interface com.japisoft.xmlpad.SchemaAccessibility
Reset the default document DTD location
setDefaultDTD(String, URL) - Method in interface com.japisoft.xmlpad.SchemaAccessibility
Reset the default document DTD location
setDefaultDTD(String, URL) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
setDefaultDTD(String, String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Reset the defaultDTD location for syntax completion
setDefaultDocument(String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Reset the default document.
setDefaultFileExt(String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Reset the default file ext.
setDefaultNamespace(String) - Method in class com.japisoft.fastparser.node.SimpleNode
Reset the default namespace
setDefaultNamespace(String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
setDefaultNamespace(String) - Method in class com.japisoft.xmlpad.helper.SchemaHelperManager
Reset a default namespace for the content assistant
setDefaultSchema(String, String) - Method in interface com.japisoft.xmlpad.SchemaAccessibility
Reset the default schema root tag and document location (url or file path)
setDefaultSchema(String, String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Reset the default schema root and location for syntax completion
setDefaultValidator(Validator) - Method in class com.japisoft.xmlpad.action.xml.ParseAction
 
setDefaultValue(String) - Method in class com.japisoft.dtdparser.node.AttributeDTDNode
Set the default attribute value
setDefaultValue(String) - Method in class com.japisoft.xmlpad.helper.model.AttDescriptor
 
setDelegate(HelperUIContext) - Method in class com.japisoft.xmlpad.helper.ui.HelperUIContext
 
setDelegate(XMLPadSAXParserFactory) - Static method in class com.japisoft.xmlpad.xml.validator.XMLPadSAXParserFactory
This is a way to override this factory by creating a subclass
setDialogManagerDelegate(DialogManagerDelegate) - Static method in class com.japisoft.xmlpad.dialog.DialogManager
 
setDisposeAction(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
Decide to dispose the ActionModel when disposing the XMLContainer.
setDocument(Document) - Method in class com.japisoft.fastparser.node.SimpleNode
Owner document for this node
setDocumentDescription(String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Reset the document description.
setDocumentIcon(Icon) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Reset the document icon
setDocumentIconPath(String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Information relative to the current document icon path
setDocumentInfo(XMLDocumentInfo) - Method in class com.japisoft.xmlpad.XMLContainer
Reset the current documentation info.
setDocumentIntegrity(XMLIntegrity) - Method in class com.japisoft.xmlpad.XMLContainer
This objet contains data for avoiding to corrupt the current document.
setDomBuilderMode(boolean) - Method in class com.japisoft.xmlpad.xml.validator.DefaultValidator
Include a DOM builder for retreiving a full DOM document from the parsing action.
setDtd(String) - Method in class com.japisoft.xmlpad.editor.XMLTemplate
 
setDtdMode(boolean) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
For DTD coloration
setEditable(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
The document is only readable for true
setEditable(boolean) - Method in interface com.japisoft.xmlpad.elementview.ElementView
Make this element view editable
setEditable(boolean) - Method in class com.japisoft.xmlpad.elementview.table.TableElementView
 
setEditableDocumentMode(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
This mode will let the cursor, but user will not be abable to update the document if the parameter is false
setEditor(XMLEditor) - Method in class com.japisoft.xmlpad.editor.XMLDocument
 
setEditor(XMLEditor) - Method in class com.japisoft.xmlpad.helper.model.AbstractHelper
For inner usage
setEditor(XMLEditor) - Method in interface com.japisoft.xmlpad.helper.model.Helper
For inner usage
setElementIcon(ImageIcon) - Method in class com.japisoft.xmlpad.tree.FastTreeRenderer
Reset the default icon for tag element
setElementView(ElementView) - Method in interface com.japisoft.xmlpad.UIAccessibility
Set a view fo visualizing an XML element under the tree. if view is null no view will be available
setEmpty(boolean) - Method in class com.japisoft.xmlpad.helper.model.TagDescriptor
 
setEmptyElement(boolean) - Method in class com.japisoft.dtdparser.node.ElementDTDNode
empty node : by default false
setEnableDefaultXMLEntities(boolean) - Method in class com.japisoft.xmlpad.editor.XMLEntityResolver
Supports for standard XML Entities : '<,>,",&'
setEnabled(boolean) - Method in class com.japisoft.xmlpad.action.edit.CutAction
 
setEnabled(boolean) - Method in class com.japisoft.xmlpad.helper.HelperManager
Activate or disable the helper.
setEnabled(String, boolean) - Method in class com.japisoft.xmlpad.helper.HelperManager
Disabled/Enabled an handler
setEnabled(boolean) - Method in class com.japisoft.xmlpad.helper.handler.AbstractHelperHandler
 
setEnabled(boolean) - Method in class com.japisoft.xmlpad.helper.model.AttDescriptor
 
setEnabled(boolean) - Method in class com.japisoft.xmlpad.helper.model.TagDescriptor
 
setEnabledAction(String, boolean) - Static method in class com.japisoft.xmlpad.action.ActionModel
Enabled/Disabled an action by its name
setEnabledAutoResetActionState(boolean) - Static method in class com.japisoft.xmlpad.action.ActionModel
Decide or not to reset the action model with the last XMLContainer getting the focus.
setEnabledButton(String, boolean) - Method in class com.japisoft.xmlpad.dialog.OkCancelDialog
 
setEnabledListener(boolean) - Method in class com.japisoft.xmlpad.PopupModel
Enable "real time" notification
setEnabledListener(boolean) - Method in class com.japisoft.xmlpad.ToolBarModel
Enable "real time" notification
setEnabledRealTimeStructureChanged(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
Synchronize the tree each time the text has significatif change.
setEnabledRealTimeStructureChanged(boolean) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Notify in real time any tree structure change.
setEnabledTreeLocation(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
Enable the view of the tree location in the status bar
setEnabledTreeLocationForCaret(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
Enable the tree selection for each text caret change.
setEnabledTreeLocationForCaret(boolean) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Enabled the current tree location for a caret change.
setEnabledXPathLocation(boolean) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Enabled XPath location each time the cursor change.
setEncoding(String) - Method in class com.japisoft.xmlpad.editor.XMLTemplate
 
setEntityResolver(XMLEntityResolver) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Update the current entity resolver, it is useful for traducing char to entity while reading and the contrary when getting the current text
setEnumeration(String[]) - Method in class com.japisoft.dtdparser.node.AttributeDTDNode
Set of supported values
setErrorLineRenderer(LineRenderer) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Reset the renderer for error line.
setErrorPanelAvailable(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
Choose to show a minimal panel for each parsing error with a comment line.
setErrorView(ErrorView) - Method in interface com.japisoft.xmlpad.UIAccessibility
Define a new error view panel.
setExternalDTDCommentFile(String) - Method in class com.japisoft.xmlpad.helper.SchemaHelperManager
Special case for specifying an external DTD file comment.
setFactory(ComponentFactory) - Static method in class com.japisoft.xmlpad.ComponentFactory
Override the default factory by a subclass
setFeature(String, String, boolean) - Static method in class com.japisoft.xmlpad.action.ActionModel
Set a feature for this action name
setFeature(String, boolean) - Method in class com.japisoft.xmlpad.action.XMLAction
Set a feature for the action
setFocusView(boolean) - Method in interface com.japisoft.xmlpad.IView
Show a border when true
setFocusView(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
 
setForceExtension(boolean) - Method in class com.japisoft.xmlpad.action.file.SaveAsAction
Force the XML extension when choosing a file name
setForcePrefix(String) - Method in class com.japisoft.xmlpad.helper.SchemaHelperManager
 
setHelperHandlers(ArrayList, boolean) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Set specific handlers for the content assistant
setIcon(String, Icon) - Static method in class com.japisoft.xmlpad.action.ActionModel
Reset the default icon for this actionName by this one
setIcon(Icon) - Method in class com.japisoft.xmlpad.helper.model.AbstractDescriptor
 
setIconForAction(String, Icon) - Static method in class com.japisoft.xmlpad.action.ActionModel
Replace an action icon by this one
setId(String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Give an identifier
setIgnoreComment(boolean) - Method in class com.japisoft.dtdparser.DTDParser
Decide to ignore comment.
setInitialElementViewDividerLocation(double) - Method in interface com.japisoft.xmlpad.UIAccessibility
Reset the initial divider location between the tree and the element view.
setInitialTreeTextDividerLocation(double) - Method in interface com.japisoft.xmlpad.UIAccessibility
Reset the initial divider location between tree and text.
setLastNodeParsed(SimpleNode) - Method in class com.japisoft.xmlpad.XMLContainer
Provides the last parsed root node.
setLineNumber(int) - Method in class com.japisoft.xmlpad.editor.XMLEditor
reset the caret to the current line number
setListOfAttributesWithAutoAssistant(String[]) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Particular usage for asking an assistant automatically when adding an attribute
setLocation(SimpleNode, int) - Method in class com.japisoft.xmlpad.helper.handler.schema.AbstractTagHandler
Set the current location
setLocation(SimpleNode, int) - Method in class com.japisoft.xmlpad.helper.model.AbstractHelper
Prepare this helper for this location
setLocation(SimpleNode, int) - Method in class com.japisoft.xmlpad.helper.model.AbstractTagHelper
Set the current location
setLocation(SimpleNode, int) - Method in interface com.japisoft.xmlpad.helper.model.Helper
Prepare the helper at this location
setLocation(SimpleNode, int) - Method in interface com.japisoft.xmlpad.helper.model.TagHelper
Reset the current location for computing available tags
setLocationListener(LocationListener) - Method in class com.japisoft.xmlpad.XMLContainer
Set a listener for giving information about the current document location
setMaxOcc(int) - Method in class com.japisoft.xmlpad.helper.model.TagDescriptor
 
setMessageForOk(String) - Method in class com.japisoft.xmlpad.action.xml.ParseAction
Reset the message when the parsing step is correct
setMinOcc(int) - Method in class com.japisoft.xmlpad.helper.model.TagDescriptor
 
setModifiedState(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
Update this container state if the document has been changed
setName(String) - Method in class com.japisoft.dtdparser.node.AttributeDTDNode
Set the attribute name
setName(String) - Method in class com.japisoft.dtdparser.node.ElementDTDNode
Name of the element
setName(String) - Method in class com.japisoft.dtdparser.node.EntityDTDNode
Set the name of the entity
setName(String) - Method in class com.japisoft.xmlpad.action.ActionGroup
Set a name for this group
setNameSpace(String, String) - Method in class com.japisoft.fastparser.node.SimpleNode
Set the namespace
setNamespace(String) - Method in class com.japisoft.xmlpad.helper.handler.schema.AbstractTagHandler
 
setNamespace(String) - Method in class com.japisoft.xmlpad.helper.model.AbstractHelper
 
setNamespace(String) - Method in interface com.japisoft.xmlpad.helper.model.TagHelper
 
setNavigationHistoryLimit(int) - Method in class com.japisoft.xmlpad.XMLContainer
Set the navigation limit.
setNodeAttribute(String, String) - Method in class com.japisoft.fastparser.node.SimpleNode
Reset the node attribute
setNodeContent(String) - Method in class com.japisoft.fastparser.node.SimpleNode
Reset the node content
setNodeFactory(DTDNodeFactory) - Method in class com.japisoft.dtdparser.document.AbstractDTDDocumentBuilder
 
setNodeFactory(DTDNodeFactory) - Method in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
Factory for building DTDNode
setNodeParent(MutableNode) - Method in class com.japisoft.fastparser.node.SimpleNode
Reset the node parent
setNodeType(int) - Method in class com.japisoft.dtdparser.node.DTDNode
Reset the node type : COMMENT, ENTITY, ELEMENT or ATTRIBUTE
setOperator(int) - Method in class com.japisoft.dtdparser.node.ElementDTDNode
Set the occurency operator : - ZERO_MORE_ITEM_OPERATOR, - ONE_MORE_ITEM_OPERATOR, - ZERO_ONE_ITEM_OPERATOR
setOriginalDTDLocation(String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Particular case when a mapping is done with the DTD location
setPCDATA(boolean) - Method in class com.japisoft.dtdparser.node.ElementDTDNode
PCDATA support for text content
setParam(String, String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
For template usage
setParam(String, Object) - Static method in class com.japisoft.xmlpad.action.ActionModel
Set this param for the action related to the actionName
setParam(Object) - Method in class com.japisoft.xmlpad.action.XMLAction
Set an optionnal parameter.
setParamValues(HashMap) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Reset parameters for template.
setParameter(boolean) - Method in class com.japisoft.dtdparser.node.EntityDTDNode
Set this entity as parameter : example <!
setParentType(String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Reset a parent type for this document
setParseBeforeSaving(boolean) - Method in class com.japisoft.xmlpad.XMLIntegrity
Decide to parse the document before saving.
setPopable(boolean) - Method in class com.japisoft.xmlpad.action.XMLAction
Decide to include this action in a popup menu
setPopupAvailable(boolean) - Method in interface com.japisoft.xmlpad.UIAccessibility
Create a default popup.
setPopupAvailable(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
Deprecated. use getUIAccessibility().setPopupAvailable
setPopupEnabled(boolean) - Method in class com.japisoft.xmlpad.tree.TreeListeners
 
setPopupForOk(boolean) - Method in class com.japisoft.xmlpad.action.xml.ParseAction
Enabled/Disable a dialog box confirming the parsing step is correct.
setProperty(String, Object) - Method in interface com.japisoft.xmlpad.IXMLPanel
reset a component property
setProperty(String, Object) - Method in class com.japisoft.xmlpad.XMLContainer
Store a property inside this container.
setProperty(String, String) - Static method in class com.japisoft.xmlpad.XMLPadProperties
Reset a property by this one
setProperty(String, String, Object) - Static method in class com.japisoft.xmlpad.action.ActionModel
Reset a property value by calling setProperty on the action known by actionName.
setProperty(String, Object) - Method in class com.japisoft.xmlpad.action.XMLAction
Reset a property value for this action.
setProperty(String, Object) - Method in class com.japisoft.xmlpad.action.file.SaveAction
 
setProperty(String, Object) - Method in class com.japisoft.xmlpad.action.file.SaveAsAction
 
setProperty(String, Object) - Method in class com.japisoft.xmlpad.action.xml.FormatAction
Support for INDENT_CHAR_PROPERTY, INDENT_SIZE_PROPERTY properties
setPropertyContent(Properties) - Static method in class com.japisoft.xmlpad.XMLPadProperties
Here a way for overriding the default Properties content
setProtectTag(boolean) - Method in class com.japisoft.xmlpad.XMLIntegrity
If true, it protects all tag from user insert or remove
setRawContent(String) - Method in class com.japisoft.xmlpad.editor.XMLTemplate
Reset the template with only this content
setRealTimeTree(boolean) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
The real time tree will be available : By default true
setRealTimeTreeOnTextChange(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
If you use the false value the tree will only be updated for each return key.
setRelaxNGLocation(SchemaLocator) - Method in class com.japisoft.xmlpad.helper.SchemaHelperManager
Reset the current RelaxNGLocation
setRelaxNGValidationLocation(String) - Method in interface com.japisoft.xmlpad.SchemaAccessibility
Reset the current RelaxNG document path for validating the current document.
setRelaxNGValidationLocation(SchemaLocator) - Method in interface com.japisoft.xmlpad.SchemaAccessibility
Reset the current RelaxNG document path for validating the current document
setRenderingMode(int) - Method in class com.japisoft.xmlpad.tree.FastTreeRenderer
Update the rendering mode :DEFAULT_MODE ...
setReplaceAPos(boolean) - Method in class com.japisoft.xmlpad.action.xml.FormatAction
Resolve the ' character as entity.
setReplaceAmp(boolean) - Method in class com.japisoft.xmlpad.action.xml.FormatAction
Resolve the amp character as entity.
setReplaceGt(boolean) - Method in class com.japisoft.xmlpad.action.xml.FormatAction
Resolved the gt character is resolved as entity.
setReplaceLt(boolean) - Method in class com.japisoft.xmlpad.action.xml.FormatAction
Resolved the lt character as entity.
setReplaceQuote(boolean) - Method in class com.japisoft.xmlpad.action.xml.FormatAction
Resolved the " character as entity.
setRequired(boolean) - Method in class com.japisoft.xmlpad.helper.model.AttDescriptor
 
setResolveIncludeForExtension(String) - Method in class com.japisoft.dtdparser.DTDParser
Limit include to subpart like 'mod'
setResult(String) - Method in class com.japisoft.xmlpad.nodeeditor.EditorContext
Set the editing result.
setRoot(RootDTDNode) - Method in class com.japisoft.dtdparser.node.DTDNode
Reset the root node
setRootNode(String) - Method in class com.japisoft.xmlpad.editor.XMLTemplate
 
setSchema(String, String[], String[], int) - Method in interface com.japisoft.xmlpad.SchemaAccessibility
Reset the current schema location
setSchema(String) - Method in class com.japisoft.xmlpad.editor.XMLTemplate
 
setSchemaLocation(String, String[], String[], String, int) - Method in class com.japisoft.xmlpad.helper.SchemaHelperManager
Reset the current Schema location
setSchemaValid(String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Force a W3C schema validation with this document url
setSelectFirstTagAfterReading(boolean) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
When opening a new document the first element is chosen automatically
setSelectionColor(Color) - Method in class com.japisoft.xmlpad.tree.FastTreeRenderer
Reset the default selection color
setSelectionHighlightColor(Color) - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
setSelectionLineRenderer(LineRenderer) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Reset the renderer for error line.
setSimpleParent(SimpleNode) - Method in class com.japisoft.fastparser.node.SimpleNode
reset the parent node
setSource(String) - Method in class com.japisoft.xmlpad.helper.handler.schema.AbstractTagHandler
Reset the schema initial source
setSource(AbstractHelperHandler) - Method in class com.japisoft.xmlpad.helper.model.AbstractDescriptor
 
setSource(String) - Method in class com.japisoft.xmlpad.helper.model.AbstractTagHelper
Reset the schema initial source
setSplit(boolean, boolean) - Method in class com.japisoft.xmlpad.XMLContainer
if true, it will split the current editors in two one else it will unsplit the two current editors in only one
setStartingLine(int) - Method in class com.japisoft.fastparser.node.SimpleNode
Set the node line location
setStartingOffset(int) - Method in class com.japisoft.fastparser.node.SimpleNode
 
setState(TreeState) - Method in class com.japisoft.xmlpad.tree.TreeListeners
Update the current tree state
setStatusBarAvailable(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
Choose to show a minimal statusbar with the current location.
setStoppingLine(int) - Method in class com.japisoft.fastparser.node.SimpleNode
 
setStoppingOffset(int) - Method in class com.japisoft.fastparser.node.SimpleNode
 
setStructureDamagedListener(StructureDamagedListener) - Method in class com.japisoft.xmlpad.editor.XMLDocument
Listener for XML tree changes
setSupportedFileExt(String[]) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Reset a set of file extension for this document type
setSyntaxColor(boolean) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
 
setSyntaxColor(boolean) - Method in class com.japisoft.xmlpad.editor.CommonView
 
setSyntaxColor(boolean) - Method in class com.japisoft.xmlpad.editor.XMLEditorKit
Reset it to support XML syntax color.
setSyntaxColor(boolean) - Method in interface com.japisoft.xmlpad.editor.XMLViewable
 
setSyntaxCompletion(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
Enabled/Disabled syntax completion.
setSyntaxHelper(boolean) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Reset the syntax helper.
setSyntaxPopup(boolean) - Method in class com.japisoft.xmlpad.editor.XMLDocument
Enable a popup while entering < or &
setSystemDocument(boolean) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Special flag for multiple document usage
setSystemHelperClass(String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Reset a class name for the system helper
setTemplate(XMLTemplate) - Method in class com.japisoft.xmlpad.XMLContainer
Template for the 'new' operation
setTemplate(String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Set a template for this document type
setText(String) - Method in interface com.japisoft.xmlpad.Accessibility
Reset the editing content.
setText(String) - Method in class com.japisoft.xmlpad.XMLContainer
Deprecated. use getAccessibility().setText()
setText(InputStream) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Note : You must use setText on the XMLContainer rather than on this class Load the text from the inputstream.
setText(String) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Note : You must use setText on the XMLContainer rather than on this class
setTextColor(Color) - Method in class com.japisoft.xmlpad.tree.FastTreeRenderer
Reset the default text color
setTextFont(Font) - Method in class com.japisoft.xmlpad.elementview.table.TableElementView
Reset the default text font
setTextFont(Font) - Method in class com.japisoft.xmlpad.tree.FastTreeRenderer
Reset the default text font
setTextIcon(ImageIcon) - Method in class com.japisoft.xmlpad.tree.FastTreeRenderer
Reset the default text icon
setTitle(String) - Method in class com.japisoft.xmlpad.helper.ui.BasicTitledPanelHelper
 
setTitle(String) - Method in interface com.japisoft.xmlpad.helper.ui.TitledPanelHelper
Update the title of the popup's header
setToolBarAvailable(boolean) - Method in interface com.japisoft.xmlpad.UIAccessibility
Create a default toolbar.
setToolBarAvailable(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
Deprecated. getUIAccessibility().setToolBarAvailable
setToolBarVisible(boolean) - Method in interface com.japisoft.xmlpad.UIAccessibility
Show or hide the default toolbar.
setToolBarVisible(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
Deprecated. getUIAccessibility().setToolBarVisible
setToolbarable(boolean) - Method in class com.japisoft.xmlpad.action.XMLAction
Decide to include this action in the main toolbar.
setTreeAvailable(boolean) - Method in interface com.japisoft.xmlpad.UIAccessibility
Decide to have a left tree with the XML document content or not.
setTreeAvailable(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
Deprecated. use getUIAccessibility().setTreeAvailable()
setTreeAvailable(boolean) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
The tree will be available for this document
setTreeDelegate(JTree) - Method in interface com.japisoft.xmlpad.UIAccessibility
This is a way to share a tree which is outside the XMLContainer.
setTreeDelegate(JTree) - Method in class com.japisoft.xmlpad.XMLContainer
Deprecated. use getUIAccessibility().setTreeDelegate
setTreePopable(boolean) - Method in class com.japisoft.xmlpad.tree.action.AbstractTreeAction
true if this action is available in the tree popup.
setTreePopupAvailable(boolean) - Method in interface com.japisoft.xmlpad.UIAccessibility
Reset the tree popup.
setTreePopupAvailable(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
Deprecated. use getUIAccessibility().setTreePopupAvailable
setTreeToolBarAvailable(boolean) - Method in interface com.japisoft.xmlpad.UIAccessibility
Decide to have a toolbar at the top of the tree or not.
setTreeToolBarable(boolean) - Method in class com.japisoft.xmlpad.tree.action.AbstractTreeAction
true if this action could appear inside the tree toolbar.
setTreeVisible(boolean) - Method in interface com.japisoft.xmlpad.UIAccessibility
Show or hide the location tree.
setTreeVisible(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
Deprecated. use getUIAccessibility().setTreeVisible
setType(int) - Method in class com.japisoft.dtdparser.node.AttributeDTDNode
Choose the attribute type : -ID_ATT_VAL- IDREF_ATT_VAL-ENTITY_ATT_VAL- ENTITIES_ATT_VAL-NMTOKEN_ATT_VAL- NMTOKENS_ATT_VAL-CDATA_ATT_VAL
setType(int) - Method in class com.japisoft.dtdparser.node.ElementSetDTDNode
Set the type of the set : CHOICE_TYPE or SEQUENCE_TYPE
setType(int) - Method in class com.japisoft.dtdparser.node.EntityDTDNode
Set the entity nature : INTERNAL, PUBLIC or SYSTEM
setType(int) - Method in class com.japisoft.fastparser.node.SimpleNode
Update the node type, this is TEXT_NODE, TAG_NODE or COMMENT_NODE
setType(String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Reset a known type for this document
setType(String) - Method in class com.japisoft.xmlpad.helper.model.AbstractDescriptor
 
setUIReady(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
This is called by the view while the addNotify or the removeNotify.
setUIStateListener(UIStateListener) - Method in class com.japisoft.xmlpad.XMLContainer
Here a listener for knowing the user interface state : ready or not
setUndoManager(UndoManager) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Reset the undo manager
setUsage(int) - Method in class com.japisoft.dtdparser.node.AttributeDTDNode
Choose the attribute usage :REQUIRED_ATT IMPLIED_ATT FIXED_ATT
setValidating(boolean) - Method in class com.japisoft.xmlpad.editor.XMLTemplate
Choose to validate this document
setValue(String) - Method in class com.japisoft.dtdparser.node.EntityDTDNode
Set the value of the entity
setValue(char) - Method in class com.japisoft.xmlpad.editor.XMLEntityResolver.TemporaryCharacter
 
setVersion(int, int) - Method in class com.japisoft.xmlpad.editor.XMLTemplate
XMLTemplate version
setVisible(boolean) - Method in class com.japisoft.xmlpad.dialog.OkCancelDialog
 
setVisibleWithoutAutoLocation(boolean) - Method in class com.japisoft.xmlpad.dialog.OkCancelDialog
Show this dialog box without an auto center location
setWorkingDirectory(String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Reset the default working directory.
setWrappedMode(boolean) - Method in class com.japisoft.xmlpad.editor.XMLEditorKit
Wrapped the line automatically if true
setXMLContainer(XMLContainer) - Method in class com.japisoft.xmlpad.action.XMLAction
Set the current XMLEditor for action
setXMLContainer(XMLContainer) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Reset the container for this editor
setXMLContainer(XMLContainer) - Method in class com.japisoft.xmlpad.tree.action.AbstractTreeAction
This override controls if the container has a tree
setXMLEditor(XMLEditor) - Method in class com.japisoft.xmlpad.action.XMLAction
Set the current XMLEditor for action
setXPathLineRenderer(LineRenderer) - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
show(String, XMLEditor, int, String, ArrayList) - Method in class com.japisoft.xmlpad.helper.ContentAssistantUI
 
show(int, String) - Method in class com.japisoft.xmlpad.helper.model.AbstractHelper
Show the helper on this editor at this offset location
show(int, String, boolean) - Method in class com.japisoft.xmlpad.helper.model.AbstractHelper
Show the helper on this editor at this offset location
show(int, String) - Method in interface com.japisoft.xmlpad.helper.model.Helper
Show the helper at this offset
showDialog(Window, String, String, String, Icon, JComponent) - Static method in class com.japisoft.xmlpad.dialog.DialogManager
 
showDialog(Window, String, String, String, Icon, JComponent) - Method in interface com.japisoft.xmlpad.dialog.DialogManagerDelegate
 
showEditor(String[]) - Static method in class com.japisoft.xmlpad.toolkit.MultipleDocumentEditor
return a MultipleDocumentEditor editing all provided file path.
showEditor(File, FileFilter) - Static method in class com.japisoft.xmlpad.toolkit.MultipleDocumentEditor
 
showEditor(String, boolean) - Static method in class com.japisoft.xmlpad.toolkit.SingleDocumentEditor
Edit the provided file by opening a new Frame with the XMLPad container.
showErrorPanel() - Method in class com.japisoft.xmlpad.XMLContainer
Show an error panel for each parsing error with the following message.
showLocation(SimpleNode) - Method in class com.japisoft.xmlpad.XMLContainer
Show the tree location in the tree and in a minimal status bar
showPopup(Component, int, int) - Method in class com.japisoft.xmlpad.XMLContainer
Show a popup.
size() - Method in class com.japisoft.xmlpad.PopupModel
 
size() - Method in class com.japisoft.xmlpad.ToolBarModel
 
sortAttributes(NamedNodeMap) - Method in class com.japisoft.xmlpad.action.xml.FormatAction
Returns a sorted list of attributes.
split(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
 
stateChanged(ChangeEvent) - Method in class com.japisoft.xmlpad.helper.model.CommonPopup
 
stateChanged(ChangeEvent) - Method in class com.japisoft.xmlpad.toolkit.MultipleDocumentEditor
 
stopErrorProcessing() - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
stopErrorProcessing() - Method in class com.japisoft.xmlpad.elementview.table.TableElementView
 
stopErrorProcessing() - Method in class com.japisoft.xmlpad.error.DefaultErrorView
Not managed
stopErrorProcessing() - Method in interface com.japisoft.xmlpad.error.ErrorListener
This is called once after checking the whole document
stopErrorProcessing() - Method in class com.japisoft.xmlpad.error.ErrorManager
Inform all the listeners, that no more error reporting will be done
stopErrorProcessing() - Method in class com.japisoft.xmlpad.helper.SchemaHelperManager
 
stopIt() - Method in class com.japisoft.xmlpad.tree.parser.ParsingJob
 
storeEntity(String, char) - Method in class com.japisoft.xmlpad.editor.XMLEntityResolver
Store an entity value
storeEntityValue(char, String) - Method in class com.japisoft.xmlpad.editor.XMLEntityResolver
Store the tied entity for the character value
streamProvided() - Method in class com.japisoft.xmlpad.helper.model.SchemaLocator
 
structureDamaged() - Method in class com.japisoft.xmlpad.editor.XMLDocument
Fire an event that the XML document has not the same structure
synchronousCurrentLocation(boolean) - Method in class com.japisoft.xmlpad.editor.XMLEditor
Synchronous action for refreshing the current document location from the caret position

T

TAG_END - Static variable in class com.japisoft.xmlpad.action.search.SearchElement
 
TAG_NODE - Static variable in class com.japisoft.fastparser.node.SimpleNode
 
TAG_START - Static variable in class com.japisoft.xmlpad.action.search.SearchElement
 
TEXT_NODE - Static variable in class com.japisoft.fastparser.node.SimpleNode
 
TOOLKIT_GROUP - Static variable in class com.japisoft.xmlpad.action.ActionModel
Toolkit group
TOOLTIP_TREE - Static variable in class com.japisoft.xmlpad.SharedProperties
Property for activating/disactivacting tooltip for each tree node
TREE_ADDHISTORY_ACTION - Static variable in interface com.japisoft.xmlpad.action.ActionSet
Add the current node in the history
TREE_CLEANHISTORY_ACTION - Static variable in interface com.japisoft.xmlpad.action.ActionSet
Clean the history
TREE_COMMENTNODE_ACTION - Static variable in interface com.japisoft.xmlpad.action.ActionSet
Tree comment node
TREE_COPYNODE_ACTION - Static variable in interface com.japisoft.xmlpad.action.ActionSet
Tree copy node
TREE_CUTNODE_ACTION - Static variable in interface com.japisoft.xmlpad.action.ActionSet
Tree cut node
TREE_EDITNODE_ACTION - Static variable in interface com.japisoft.xmlpad.action.ActionSet
Tree edit node
TREE_GROUP - Static variable in class com.japisoft.xmlpad.action.ActionModel
Tree group
TREE_NEXT_ACTION - Static variable in interface com.japisoft.xmlpad.action.ActionSet
Retreive the next history node
TREE_PREVIOUS_ACTION - Static variable in interface com.japisoft.xmlpad.action.ActionSet
Retreive the previous history node
TREE_SELECTNODE_ACTION - Static variable in interface com.japisoft.xmlpad.action.ActionSet
Tree select node
TableElementView - class com.japisoft.xmlpad.elementview.table.TableElementView.
Basic view using a JTable UIManager properties : UIManager properties : -xmlpad.tableElementView.prefixNameColor -xmlpad.tableElementView.highlightColor -xmlpad.tableElementView.font -xmlpad.tableElementView.lowlightColor
TableElementView(XMLContainer) - Constructor for class com.japisoft.xmlpad.elementview.table.TableElementView
 
TagDescriptor - class com.japisoft.xmlpad.helper.model.TagDescriptor.
Here a descriptor for tag.
TagDescriptor(String, boolean) - Constructor for class com.japisoft.xmlpad.helper.model.TagDescriptor
 
TagDescriptor(String, AttDescriptor[], boolean) - Constructor for class com.japisoft.xmlpad.helper.model.TagDescriptor
 
TagDescriptor(String, AttDescriptor[], boolean, boolean) - Constructor for class com.japisoft.xmlpad.helper.model.TagDescriptor
 
TagDescriptor(String, String, AttDescriptor[], boolean, boolean) - Constructor for class com.japisoft.xmlpad.helper.model.TagDescriptor
 
TagHelper - interface com.japisoft.xmlpad.helper.model.TagHelper.
This interface helps the UI to known available tag and required attributes
TagPopup - class com.japisoft.xmlpad.helper.model.TagPopup.
Popup for tag
TagPopup(TagDescriptor[], int, Document) - Constructor for class com.japisoft.xmlpad.helper.model.TagPopup
 
TitledPanelHelper - interface com.japisoft.xmlpad.helper.ui.TitledPanelHelper.
Interface for defining the user interface part of the helper popup header.
ToolBarModel - class com.japisoft.xmlpad.ToolBarModel.
Here a data model for the main toolbar, this data model handles Actions.
ToolBarModel(XMLContainer) - Constructor for class com.japisoft.xmlpad.ToolBarModel
 
ToolBarModelListener - interface com.japisoft.xmlpad.ToolBarModelListener.
Listener for the ToolBarModel
TraceDTDDocumentBuilder - class com.japisoft.dtdparser.document.TraceDTDDocumentBuilder.
Trace the DTD process building
TraceDTDDocumentBuilder() - Constructor for class com.japisoft.dtdparser.document.TraceDTDDocumentBuilder
 
TreeAction - interface com.japisoft.xmlpad.action.TreeAction.
Interface that must implement XMLAction that works ony on the tree.
TreeListeners - class com.japisoft.xmlpad.tree.TreeListeners.
This is a manager for the real time tree.
TreeListeners(XMLContainer) - Constructor for class com.japisoft.xmlpad.tree.TreeListeners
 
TreeListeners(XMLContainer, JTree) - Constructor for class com.japisoft.xmlpad.tree.TreeListeners
 
TreeListeners.TreeDragSource - class com.japisoft.xmlpad.tree.TreeListeners.TreeDragSource.
 
TreeListeners.TreeDragSource(JTree, int) - Constructor for class com.japisoft.xmlpad.tree.TreeListeners.TreeDragSource
 
TreeLocationListener - interface com.japisoft.xmlpad.editor.TreeLocationListener.
Listener for real time tree location for the caret
TreeState - class com.japisoft.xmlpad.tree.TreeState.
This is a tree state only when several editors use the same tree.
TreeState() - Constructor for class com.japisoft.xmlpad.tree.TreeState
 
TreeVisibilityAction - class com.japisoft.xmlpad.action.other.TreeVisibilityAction.
Show or hide the current location tree
TreeVisibilityAction() - Constructor for class com.japisoft.xmlpad.action.other.TreeVisibilityAction
 
tags - Variable in class com.japisoft.xmlpad.helper.model.TagPopup
 
text - Variable in class com.japisoft.xmlpad.action.toolkit.InsertAction
 
toExternalForm() - Method in class com.japisoft.xmlpad.helper.model.AttDescriptor
 
toExternalForm() - Method in class com.japisoft.xmlpad.helper.model.AttValueDescriptor
 
toExternalForm() - Method in interface com.japisoft.xmlpad.helper.model.Descriptor
The final text added
toExternalForm() - Method in class com.japisoft.xmlpad.helper.model.EntityDescriptor
 
toExternalForm() - Method in class com.japisoft.xmlpad.helper.model.TagDescriptor
 
toString() - Method in class com.japisoft.dtdparser.node.AttributeDTDNode
 
toString() - Method in class com.japisoft.dtdparser.node.CommentDTDNode
 
toString() - Method in class com.japisoft.dtdparser.node.ElementDTDNode
 
toString() - Method in class com.japisoft.dtdparser.node.ElementRefDTDNode
 
toString() - Method in class com.japisoft.dtdparser.node.ElementSetDTDNode
 
toString() - Method in class com.japisoft.dtdparser.node.EntityDTDNode
 
toString() - Method in class com.japisoft.fastparser.node.SimpleNode
 
toString(XMLDocumentInfo) - Method in class com.japisoft.xmlpad.editor.XMLTemplate
 
toString() - Method in class com.japisoft.xmlpad.editor.XMLTemplate
 
toString() - Method in class com.japisoft.xmlpad.helper.model.AttDescriptor
 
toString() - Method in class com.japisoft.xmlpad.helper.model.EntityDescriptor
 
toString() - Method in class com.japisoft.xmlpad.helper.model.SchemaNode
 
toString() - Method in class com.japisoft.xmlpad.helper.model.TagDescriptor
 
translateNode(SimpleNode) - Method in class com.japisoft.xmlpad.helper.handler.schema.AbstractTagHandler
 
translateNode(SimpleNode) - Method in class com.japisoft.xmlpad.helper.model.AbstractTagHelper
 
treePopable - Variable in class com.japisoft.xmlpad.tree.action.AbstractTreeAction
 
treeToolBar - Variable in class com.japisoft.xmlpad.tree.action.AbstractTreeAction
 
type - Variable in class com.japisoft.xmlpad.helper.model.AbstractDescriptor
 
type - Variable in class com.japisoft.xmlpad.helper.model.SchemaNode
 

U

UIAccessibility - interface com.japisoft.xmlpad.UIAccessibility.
Facilities for accessing inner components of the XMLContainer
UIStateListener - interface com.japisoft.xmlpad.UIStateListener.
Interface depending the XMLContainer state : init : Call when the User Interface part is available dispose : Call when the User interface is not available
UNDO_ACTION - Static variable in interface com.japisoft.xmlpad.action.ActionSet
Undo action
UndoAction - class com.japisoft.xmlpad.action.edit.UndoAction.
Undo action
UndoAction() - Constructor for class com.japisoft.xmlpad.action.edit.UndoAction
 
UnknownEntity - exception com.japisoft.xmlpad.editor.UnknownEntity.
 
UnknownEntity() - Constructor for class com.japisoft.xmlpad.editor.UnknownEntity
 
unSplit() - Method in class com.japisoft.xmlpad.XMLContainer
Show only one editor
undo() - Method in class com.japisoft.xmlpad.editor.XMLEditor
Undo last action
unfocus() - Method in class com.japisoft.xmlpad.XMLContainer
This is a method called by the inner editor for restoring the current tree state.
unhighlightLine() - Method in class com.japisoft.xmlpad.editor.XMLEditor
Remove the highlight of the current line
uninstall(XMLEditor) - Method in class com.japisoft.xmlpad.look.DefaultLook
 
uninstall(XMLEditor) - Method in class com.japisoft.xmlpad.look.IELook
 
uninstall(XMLEditor) - Method in interface com.japisoft.xmlpad.look.Look
Remove the graphics attributs for this editor
unsetCaretListener() - Method in class com.japisoft.xmlpad.XMLContainer
Remove a listener
unsetLocationListener() - Method in class com.japisoft.xmlpad.XMLContainer
Remove a listener
update(String, String, int, int) - Method in interface com.japisoft.xmlpad.elementview.ElementViewContext
Update the view content with this xml open part, xml end part and location
updateActions(Vector) - Method in interface com.japisoft.xmlpad.PopupModelListener
Notify a popup change for all the following actions and separators
updateActions(Vector) - Method in interface com.japisoft.xmlpad.ToolBarModelListener
Notify a toolbar change for all the following actions and separators
updateCache(RootDTDNode, String) - Method in interface com.japisoft.dtdparser.DTDMapper
 
updateElement(String, String, int, int) - Method in class com.japisoft.xmlpad.editor.XMLDocument
Used mainly by the elementView for updating the element content
updateNavigationHistoryState() - Method in class com.japisoft.xmlpad.XMLContainer
Update the previous, next action status from the current context
updateNode(SimpleNode, String) - Method in class com.japisoft.xmlpad.editor.XMLDocument
Replace this node by this new content
updateNodeLocation(SimpleNode) - Method in class com.japisoft.xmlpad.XMLContainer
Update the UI elements like the location statusbar for this node
updateNodeOpeningClosing(SimpleNode) - Method in class com.japisoft.xmlpad.editor.XMLDocument
Update the node changed inside the editor.
updateSelectionState() - Method in class com.japisoft.xmlpad.editor.XMLEditor
 
updateView(SimpleNode) - Method in interface com.japisoft.xmlpad.elementview.ElementView
Update the view content with this node
updateView(SimpleNode) - Method in class com.japisoft.xmlpad.elementview.table.TableElementView
 
useCustomPopupMenu() - Method in class com.japisoft.xmlpad.XMLContainer
 

V

VALIDATING_FEATURE - Static variable in interface com.japisoft.xmlpad.action.Features
Validate parsing
VALID_ACTION - Static variable in class com.japisoft.xmlpad.action.XMLAction
Status returned by the notifyAction
VISIBLE_TREENODE_TEXTE - Static variable in class com.japisoft.xmlpad.SharedProperties
This is the maximum visible characters in the tree for text and attribute value
Validator - interface com.japisoft.xmlpad.xml.validator.Validator.
General interface for validating the XML content
validate(XMLContainer) - Method in class com.japisoft.xmlpad.xml.validator.DefaultValidator
 
validate(XMLContainer) - Method in class com.japisoft.xmlpad.xml.validator.RelaxNGValidator
 
validate(XMLContainer) - Method in interface com.japisoft.xmlpad.xml.validator.Validator
Validate the XML content bound to this container.
valueChanged(ListSelectionEvent) - Method in class com.japisoft.xmlpad.helper.ContentAssistantUI
 
visibleAction() - Method in class com.japisoft.xmlpad.XMLContainer
Action when the component is shown at screen

W

W3cTagHandler - class com.japisoft.xmlpad.helper.handler.schema.w3c.W3cTagHandler.
Handler for W3C Schema
W3cTagHandler(String, SimpleNode, String) - Constructor for class com.japisoft.xmlpad.helper.handler.schema.w3c.W3cTagHandler
 
WIN - Static variable in class com.japisoft.xmlpad.helper.model.AbstractHelper
 
WRAPPED_LINE - Static variable in class com.japisoft.xmlpad.SharedProperties
This is a property for activating a line wrapping.
warning(SAXParseException) - Method in class com.japisoft.xmlpad.xml.validator.DefaultValidator
 
wrappedMode - Variable in class com.japisoft.xmlpad.editor.XMLEditorKit
 
write(Writer) - Method in interface com.japisoft.xmlpad.Accessibility
Reset this writer with the editing content
writeComment(PrintWriter) - Method in class com.japisoft.dtdparser.node.DTDNode
 
writeDTD(PrintWriter) - Method in class com.japisoft.dtdparser.node.RootDTDNode
Rewrite the DTD to the output stream : Note that comment node are always written in the DTD header only
writeDocument(PrintWriter, String, String, String) - Method in interface com.japisoft.dtdparser.XMLGenerator
Generate a minimal valid XML document.
writeDocument(PrintWriter, String, String) - Method in interface com.japisoft.dtdparser.XMLGenerator
Generate a minimal valid XML document.
writeDocument(PrintWriter) - Method in interface com.japisoft.dtdparser.node.DocumentWritable
 
writeDocument(PrintWriter) - Method in class com.japisoft.dtdparser.node.ElementDTDNode
Write a minimal valid XML document
writeDocument(PrintWriter) - Method in class com.japisoft.dtdparser.node.ElementRefDTDNode
 
writeDocument(PrintWriter) - Method in class com.japisoft.dtdparser.node.ElementSetDTDNode
Write a minimal valid XML document
writeDocument(PrintWriter, String, String, String) - Method in class com.japisoft.dtdparser.node.RootDTDNode
Generate a minimal valid XML document.
writeDocument(PrintWriter, String, String) - Method in class com.japisoft.dtdparser.node.RootDTDNode
Generate a minimal valid XML document.

X

XMLAction - class com.japisoft.xmlpad.action.XMLAction.
Abstract class for XML action.
XMLAction() - Constructor for class com.japisoft.xmlpad.action.XMLAction
 
XMLAction(String) - Constructor for class com.japisoft.xmlpad.action.XMLAction
ActionReference is a way to use the same icon than another known action
XMLAction.EmptyIcon - class com.japisoft.xmlpad.action.XMLAction.EmptyIcon.
Empty icon for alignment on popup
XMLAction.EmptyIcon() - Constructor for class com.japisoft.xmlpad.action.XMLAction.EmptyIcon
 
XMLAction.EmptyIcon(Dimension) - Constructor for class com.japisoft.xmlpad.action.XMLAction.EmptyIcon
 
XMLAction.EmptyIcon(int, int) - Constructor for class com.japisoft.xmlpad.action.XMLAction.EmptyIcon
 
XMLActionForSelection - class com.japisoft.xmlpad.action.XMLActionForSelection.
This is a basic class for enabling/disabling action for a text selection.
XMLActionForSelection() - Constructor for class com.japisoft.xmlpad.action.XMLActionForSelection
 
XMLActionForSelection(String) - Constructor for class com.japisoft.xmlpad.action.XMLActionForSelection
 
XMLContainer - class com.japisoft.xmlpad.XMLContainer.
This is the main component for the XMLEditor.
XMLContainer(ComponentFactory) - Constructor for class com.japisoft.xmlpad.XMLContainer
You will have to call dispose after usage
XMLContainer() - Constructor for class com.japisoft.xmlpad.XMLContainer
Create a new XMLContainer, all components are created by the default ComponentFactory.
XMLContainer(boolean) - Constructor for class com.japisoft.xmlpad.XMLContainer
Create a new XMLContainer. if autoDisposeMode is false, XMLContainer will free no resource automatically.
XMLDocument - class com.japisoft.xmlpad.editor.XMLDocument.
(c) 2003 JAPISoft Main document for the XMLEditor bean
XMLDocument(XMLEditor) - Constructor for class com.japisoft.xmlpad.editor.XMLDocument
Creates a new DefaultXMLDocument instance.
XMLDocument.XMLDocumentListener - class com.japisoft.xmlpad.editor.XMLDocument.XMLDocumentListener.
An implementation of DocumentListener that inserts and deletes lines from the token marker's state.remove
XMLDocument.XMLDocumentListener() - Constructor for class com.japisoft.xmlpad.editor.XMLDocument.XMLDocumentListener
 
XMLDocumentFileFilter - class com.japisoft.xmlpad.XMLDocumentFileFilter.
Here a file filter
XMLDocumentFileFilter(String, String, String[], String) - Constructor for class com.japisoft.xmlpad.XMLDocumentFileFilter
 
XMLDocumentInfo - class com.japisoft.xmlpad.XMLDocumentInfo.
This class contains information about the current document.
XMLDocumentInfo() - Constructor for class com.japisoft.xmlpad.XMLDocumentInfo
 
XMLEditor - class com.japisoft.xmlpad.editor.XMLEditor.
Main class for the XMLEditor.
XMLEditor(EditorContext) - Constructor for class com.japisoft.xmlpad.editor.XMLEditor
 
XMLEditorKit - class com.japisoft.xmlpad.editor.XMLEditorKit.
Here a swing EditorKit for XML
XMLEditorKit(XMLDocument) - Constructor for class com.japisoft.xmlpad.editor.XMLEditorKit
 
XMLEntityResolver - class com.japisoft.xmlpad.editor.XMLEntityResolver.
Resolver for XML entity.
XMLEntityResolver() - Constructor for class com.japisoft.xmlpad.editor.XMLEntityResolver
 
XMLEntityResolver.TemporaryCharacter - class com.japisoft.xmlpad.editor.XMLEntityResolver.TemporaryCharacter.
 
XMLEntityResolver.TemporaryCharacter(char) - Constructor for class com.japisoft.xmlpad.editor.XMLEntityResolver.TemporaryCharacter
 
XMLEntityResolver.TemporaryCharacter() - Constructor for class com.japisoft.xmlpad.editor.XMLEntityResolver.TemporaryCharacter
 
XMLGenerator - interface com.japisoft.dtdparser.XMLGenerator.
Interface for generating XML document from the DTD
XMLIntegrity - class com.japisoft.xmlpad.XMLIntegrity.
This class is used inside the XMLContainer for avoiding user to corrupt the current XML document.
XMLIntegrity() - Constructor for class com.japisoft.xmlpad.XMLIntegrity
 
XMLPadLook - class com.japisoft.xmlpad.look.XMLPadLook.
Default look for XMLPad
XMLPadLook() - Constructor for class com.japisoft.xmlpad.look.XMLPadLook
 
XMLPadProperties - class com.japisoft.xmlpad.XMLPadProperties.
Manager for component property.
XMLPadProperties() - Constructor for class com.japisoft.xmlpad.XMLPadProperties
 
XMLPadSAXParserFactory - class com.japisoft.xmlpad.xml.validator.XMLPadSAXParserFactory.
Here a factory for getting a parser for validating the edited document.
XMLPadSAXParserFactory() - Constructor for class com.japisoft.xmlpad.xml.validator.XMLPadSAXParserFactory
 
XMLTemplate - class com.japisoft.xmlpad.editor.XMLTemplate.
Template for XML.
XMLTemplate() - Constructor for class com.japisoft.xmlpad.editor.XMLTemplate
 
XMLTemplate(String) - Constructor for class com.japisoft.xmlpad.editor.XMLTemplate
Full XML template here
XMLToolkit - class com.japisoft.xmlpad.toolkit.XMLToolkit.
General toolkit for XML inside the XMLContainer.
XMLToolkit() - Constructor for class com.japisoft.xmlpad.toolkit.XMLToolkit
 
XMLViewable - interface com.japisoft.xmlpad.editor.XMLViewable.
 
XML_GROUP - Static variable in class com.japisoft.xmlpad.action.ActionModel
XML group
XPathHandler - class com.japisoft.xmlpad.toolkit.XPathHandler.
Handler for XPath expression like highlighting XPath expression nodes inside the XMLContainer or select the first one or the next one...
XPathHandler(XMLContainer, String, boolean) - Constructor for class com.japisoft.xmlpad.toolkit.XPathHandler
 

Z

ZERO_MORE_ITEM_OPERATOR - Static variable in class com.japisoft.dtdparser.node.ElementDTDNode
'*' operator
ZERO_ONE_ITEM_OPERATOR - Static variable in class com.japisoft.dtdparser.node.ElementDTDNode
'?'

_

_locationJobClass - Static variable in class com.japisoft.xmlpad.editor.XMLEditor
 
_parsingJobClass - Static variable in class com.japisoft.xmlpad.tree.TreeListeners
 

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

Copyright © 2006 JAPISoft. All Rights Reserved.