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

S

SAVE_ACTION - Static variable in class com.japisoft.xmlpad.action.ActionModel
Save action
SaveAction - class com.japisoft.xmlpad.action.SaveAction.
 
SaveAction() - Constructor for class com.japisoft.xmlpad.action.SaveAction
 
SAVEAS_ACTION - Static variable in class com.japisoft.xmlpad.action.ActionModel
SaveAs action
SaveAsAction - class com.japisoft.xmlpad.action.SaveAsAction.
Action for saving the current content
SaveAsAction() - Constructor for class com.japisoft.xmlpad.action.SaveAsAction
 
SEARCH_ACTION - Static variable in class com.japisoft.xmlpad.action.ActionModel
Search action
SEARCH_GROUP - Static variable in class com.japisoft.xmlpad.action.ActionModel
Search group
SearchAction - class com.japisoft.xmlpad.action.SearchAction.
Action for searching a node by its tree
SearchAction.CustomDefaultMutableTreeNode - class com.japisoft.xmlpad.action.SearchAction.CustomDefaultMutableTreeNode.
Custom Swing node
SearchAction.CustomDefaultMutableTreeNode() - Constructor for class com.japisoft.xmlpad.action.SearchAction.CustomDefaultMutableTreeNode
 
SearchAction() - Constructor for class com.japisoft.xmlpad.action.SearchAction
 
searchAndParseDTD() - Method in class com.japisoft.xmlpad.XMLContainer
Search inside the current document a DTD and parses it for syntax helper.
SEQUENCE_TYPE - Static variable in class com.japisoft.dtdparser.node.ElementSetDTDNode
( element1 , element2 )
setAction(KeyStroke, Action) - Method in class com.japisoft.xmlpad.bean.XMLEditor
 
setActionIcon(String) - Method in class com.japisoft.xmlpad.action.XMLAction
This is useful when replacing an action byanother one for retreiving the same icon
setANY(boolean) - Method in class com.japisoft.dtdparser.node.ElementDTDNode
Can have any element children
setAttDelimiterHighlight(boolean) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Enable Color for attribute value
setAttDelimiterHighlightColor(Color) - Method in class com.japisoft.xmlpad.bean.XMLEditor
 
setAutoCloseTag(boolean) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Insert the closing tag while the user inserts the opening tag : true by default
setAutoCloseTag(boolean) - Method in class com.japisoft.xmlpad.bean.DefaultXMLDocument
Support for automatically closing the current inserted tag
setColorForAttribute(Color) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Colorize attribute <tag ATTRIBUTE="..." ...
setColorForAttribute(Hashtable) - Method in class com.japisoft.xmlpad.bean.XMLEditorKit
Define colors for all attributes
setColorForAttribute(String, Color) - Method in class com.japisoft.xmlpad.XMLContainer
Choose a particular color for this attribute
setColorForAttribute(String, Color) - Method in class com.japisoft.xmlpad.bean.XMLEditorKit
Choose a particular color for an attribute
setColorForAttributeSeparator(Color) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Colorize '='
setColorForComment(Color) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Colorize XML comment <!
setColorForDeclaration(Color) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Colorize XML declaration <?
setColorForDocType(Color) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Colorize DocType declaration <!
setColorForEntity(Color) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Colorize entity &ENTITY;
setColorForInvalid(Color) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Colorize error
setColorForLiteral(Color) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Colorize literal "..."
setColorForNameSpace(Color) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Colorize NameSpace
setColorForPrefix(Hashtable) - Method in class com.japisoft.xmlpad.bean.XMLEditorKit
Define colors for all tag prefix
setColorForPrefix(String, Color) - Method in class com.japisoft.xmlpad.XMLContainer
Choose a particular color for this namespace prefix
setColorForPrefix(String, Color) - Method in class com.japisoft.xmlpad.bean.XMLEditorKit
Choose a particular color for a tag prefix
setColorForTag(Color) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Colorize tag <Tag...
setColorForTag(Hashtable) - Method in class com.japisoft.xmlpad.bean.XMLEditorKit
Define colors for all tagName
setColorForTag(String, Color) - Method in class com.japisoft.xmlpad.XMLContainer
Choose a particular color for this tag
setColorForTag(String, Color) - Method in class com.japisoft.xmlpad.bean.XMLEditorKit
Define a color for this tagName
setColorForTagDelimiter(Color) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Colorize tag delimiter < or >
setColorForTagEnd(Color) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Colorize '/'
setColorForText(Color) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Colorize text
setComment(String) - Method in class com.japisoft.xmlpad.bean.XMLTemplate
Initial comment
setComment(String) - Method in class com.japisoft.dtdparser.node.CommentDTDNode
Set a comment
setCommentColor(Color) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Deprecated.  
setContent(String) - Method in class com.japisoft.xmlpad.bean.XMLTemplate
End of the template
setCurrentDocumentLocation(String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Reset the current document location
setCurrentDocumentLocation(String) - Method in class com.japisoft.xmlpad.XMLContainer
Reset the current document location.
setCurrentLook(Look) - Static method in class com.japisoft.xmlpad.look.LookManager
Set the current look.
setDeclarationColor(Color) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Deprecated.  
setDefaultDocument(String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Reset the default document.
setDefaultDTD(String, String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Reset the defaultDTD location for syntax completion
setDefaultDTD(String, String) - Method in class com.japisoft.xmlpad.XMLContainer
Reset the default document DTD location
setDefaultFileExt(String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Reset the default file ext.
setDefaultValue(String) - Method in class com.japisoft.dtdparser.node.AttributeDTDNode
Set the default attribute value
setDefaultXMLExtension(String) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Deprecated. Use the XMLDocumentInfo from the XMLContainer for that
setDocTypeColor(Color) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Deprecated.  
setDocumentDescription(String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Reset the document description.
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.
setDtd(String) - Method in class com.japisoft.xmlpad.bean.XMLTemplate
 
setDTD(String, String) - Method in class com.japisoft.xmlpad.XMLContainer
 
setDTDDocumentBuilder(DTDDocumentBuilder) - Method in class com.japisoft.dtdparser.Parser
Set the builder for DTD document type
setDTDLocation(String, String, String) - Method in class com.japisoft.xmlpad.helper.SyntaxHelper
Reset the current DTD location
setDTDParentNode(DTDNode) - Method in class com.japisoft.dtdparser.node.DTDNode
Reset the parent node
setEditable(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
The document is only readable for true
setEditorContext(EditorContext) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Case for communication with the container
setEMPTY(boolean) - Method in class com.japisoft.dtdparser.node.ElementDTDNode
empty node : by default false
setEnabledAction(String, boolean) - Static method in class com.japisoft.xmlpad.action.ActionModel
Enabled/Disabled an action by its name
setEnableDefaultXMLEntities(boolean) - Method in class com.japisoft.xmlpad.bean.XMLEntityResolver
Supports for standard XML Entities : '<,>,",&'
setEnabledListener(boolean) - Method in class com.japisoft.xmlpad.ToolBarModel
Enable "real time" notification
setEnabledPopup(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
Support a popup menu
setEnabledRealTimeStructureChanged(boolean) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Notify in real time any tree structure change.
setEnabledToolBar(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
Enabled the toolbar
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.bean.XMLEditor
Enabled the current tree location for a caret change.
setEncoding(String) - Method in class com.japisoft.xmlpad.bean.XMLTemplate
 
setEntityColor(Color) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Deprecated.  
setEntityResolver(XMLEntityResolver) - Method in class com.japisoft.xmlpad.bean.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
setErrorLineColor(Color) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Deprecated.  
setFeature(String, boolean) - Method in class com.japisoft.xmlpad.action.XMLAction
Set a feature for the action
setFeature(String, String, boolean) - Static method in class com.japisoft.xmlpad.action.ActionModel
Set a feature for this action name
setFontForAttribute(Font) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Fontize attribute <tag ATTRIBUTE="..." ...
setFontForAttributeSeparator(Font) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Fontize '='
setFontForComment(Font) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Fontize XML comment <!
setFontForDeclaration(Font) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Fontize XML declaration <?
setFontForDocType(Font) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Fontize DocType declaration <!
setFontForEntity(Font) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Fontize entity &ENTITY;
setFontForInvalid(Font) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Fontize error
setFontForLiteral(Font) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Fontize literal "..."
setFontForNameSpace(Font) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Fontize namespace
setFontForTag(Font) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Fontize tag <Tag...
setFontForTagDelimiter(Font) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Fontize tag delimiter < or >
setFontForTagEnd(Font) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Fontize '/'
setFontForText(Font) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Fontize text
setForceExtension(boolean) - Method in class com.japisoft.xmlpad.action.SaveAsAction
Force the XML extension when choosing a file name
setLineNumber(int) - Method in class com.japisoft.xmlpad.bean.XMLEditor
reset the cart to the current line number
setLiteralColor(Color) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Deprecated.  
setLocation(String) - Method in interface com.japisoft.xmlpad.helper.TagHelper
Reset the current location for computing available tags
setLocation(String) - Method in class com.japisoft.xmlpad.helper.AbstractTagHelper
Set the current location
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.xmlpad.action.ActionGroup
Set a name for this group
setName(String) - Method in class com.japisoft.dtdparser.node.EntityDTDNode
Set the name of the entity
setName(String) - Method in class com.japisoft.dtdparser.node.ElementDTDNode
Name of the element
setName(String) - Method in class com.japisoft.dtdparser.node.AttributeDTDNode
Set the attribute name
setNodeComment(String) - Method in class com.japisoft.dtdparser.node.DTDNode
Set the node comment
setNodeFactory(DTDNodeFactory) - Method in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
Factory for building DTDNode
setNodeFactory(DTDNodeFactory) - Method in class com.japisoft.dtdparser.document.AbstractDTDDocumentBuilder
 
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
setParameter(boolean) - Method in class com.japisoft.dtdparser.node.EntityDTDNode
Set this entity as parameter : example <!
setParseBeforeSaving(boolean) - Method in class com.japisoft.xmlpad.XMLIntegrity
Decide to parse the document before saving.
setPCDATA(boolean) - Method in class com.japisoft.dtdparser.node.ElementDTDNode
PCDATA support for text content
setPopable(boolean) - Method in class com.japisoft.xmlpad.action.XMLAction
Decide to include this action in a popup menu
setPopableErrorMode(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
By default to false, this mode will open a dialog box for each parsing error with the parsing error message
setProperty(String, String) - Static method in class com.japisoft.xmlpad.XMLPadProperties
Reset a property by this one
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
setReference(Node) - Method in class com.japisoft.xmlpad.action.SearchAction.CustomDefaultMutableTreeNode
 
setRoot(RootDTDNode) - Method in class com.japisoft.dtdparser.node.DTDNode
Reset the root node
setRootNode(String) - Method in class com.japisoft.xmlpad.bean.XMLTemplate
 
setSelectionLineColor(Color) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Deprecated.  
setSplit(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
setStructureDamagedListener(StructureDamagedListener) - Method in class com.japisoft.xmlpad.bean.DefaultXMLDocument
Listener for XML tree changes
setSyntaxPopup(boolean) - Method in class com.japisoft.xmlpad.bean.DefaultXMLDocument
Enable a popup while entering < or &
setTagColor(Color) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Deprecated.  
setTagDelimiterHighlight(boolean) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Enable Color for tag delimited "<" and ">"
setTagDelimiterHighlightColor(Color) - Method in class com.japisoft.xmlpad.bean.XMLEditor
 
setTemplate(XMLTemplate) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Template for the 'new' operation
setText(InputStream) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Load the text from the inputstream
setText(String) - Method in class com.japisoft.xmlpad.XMLContainer
Set the XML content
setText(String) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Reset the XML text
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.dtdparser.node.ElementSetDTDNode
Set the type of the set : CHOICE_TYPE or SEQUENCE_TYPE
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
setUndoManager(UndoManager) - Method in class com.japisoft.xmlpad.bean.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.bean.XMLTemplate
Choose to validate this document
setValidation(boolean) - Method in class com.japisoft.xmlpad.action.ParseAction
Validate the XML.
setValue(char) - Method in class com.japisoft.xmlpad.bean.XMLEntityResolver.TemporaryCharacter
 
setValue(String) - Method in class com.japisoft.dtdparser.node.EntityDTDNode
Set the value of the entity
setVersion(int, int) - Method in class com.japisoft.xmlpad.bean.XMLTemplate
XMLTemplate version
setVisible(boolean) - Method in class com.japisoft.xmlpad.dialog.OkCancelDialog
 
setWorkingDirectory(String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Reset the default working directory.
setXMLContainer(XMLContainer) - Method in class com.japisoft.xmlpad.action.XMLAction
Set the current XMLEditor for action
setXMLContainer(XMLContainer) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Reset the container for this editor
setXMLEditor(XMLEditor) - Method in class com.japisoft.xmlpad.action.XMLAction
Set the current XMLEditor for action
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.
showEntitySyntaxHelperPopup(int) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Show a popup for entities syntax helping at this offset.
showSystemSyntaxHelperPopup(int) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Show the popup for system syntax helping at this offset like comment or cdata
showTagSyntaxHelperPopup(int) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Show the popup for tags syntax helping at this offset.
SingleDocumentEditor - class com.japisoft.xmlpad.toolkit.SingleDocumentEditor.
This tookit is a manager for single XML file edition.
SPLIT_ACTION - Static variable in class com.japisoft.xmlpad.action.ActionModel
Split action
split() - Method in class com.japisoft.xmlpad.XMLContainer
Show two editors
SplitAction - class com.japisoft.xmlpad.action.SplitAction.
Split the container
SplitAction() - Constructor for class com.japisoft.xmlpad.action.SplitAction
 
stateChanged(ChangeEvent) - Method in class com.japisoft.xmlpad.helper.CommonPopup
 
StaticEntityHelper - class com.japisoft.xmlpad.helper.StaticEntityHelper.
Helper without DTD/Schema.
StaticEntityHelper() - Constructor for class com.japisoft.xmlpad.helper.StaticEntityHelper
 
StaticTagHelper - class com.japisoft.xmlpad.helper.StaticTagHelper.
This helper will not take into account the XML structure
StaticTagHelper() - Constructor for class com.japisoft.xmlpad.helper.StaticTagHelper
 
storeEntity(String, char) - Method in class com.japisoft.xmlpad.bean.XMLEntityResolver
Store an entity value
storeEntityValue(char, String) - Method in class com.japisoft.xmlpad.bean.XMLEntityResolver
Store the tied entity for the character value
StructureDamagedListener - interface com.japisoft.xmlpad.bean.StructureDamagedListener.
Notify that the XML structure had changed This is useful for real-time tree view.
SyntaxHelper - class com.japisoft.xmlpad.helper.SyntaxHelper.
SyntaxHelper This classes is a method factory for finding helper for the current XMLPad context usage.
SyntaxHelper() - Constructor for class com.japisoft.xmlpad.helper.SyntaxHelper
 
SYSTEM_ENTITY - Static variable in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
 
SYSTEM_ENTITY - Static variable in class com.japisoft.dtdparser.node.EntityDTDNode
 
SystemHelper - class com.japisoft.xmlpad.helper.SystemHelper.
This helper manager all expression starting by SystemHelper() - Constructor for class com.japisoft.xmlpad.helper.SystemHelper
 
SystemPopup - class com.japisoft.xmlpad.helper.SystemPopup.
Popup for all system declaration like comment, cdata...
SystemPopup(TagDescriptor[], int, Document) - Constructor for class com.japisoft.xmlpad.helper.SystemPopup
 

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