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

S

SAVEAS_ACTION - Static variable in class com.japisoft.xmlpad.action.ActionModel
SaveAs action
SAVE_ACTION - Static variable in class com.japisoft.xmlpad.action.ActionModel
Save action
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
SEQUENCE_TYPE - Static variable in class com.japisoft.dtdparser.node.ElementSetDTDNode
( element1 , element2 )
SPLIT_ACTION - Static variable in class com.japisoft.xmlpad.action.ActionModel
Split 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
 
SchemaTagHelper - class com.japisoft.xmlpad.helper.SchemaTagHelper.
Syntax helper part for schema
SchemaTagHelper(String, SimpleNode) - Constructor for class com.japisoft.xmlpad.helper.SchemaTagHelper
 
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
 
SelectNode - class com.japisoft.xmlpad.tree.action.SelectNode.
Select the current node
SelectNode() - Constructor for class com.japisoft.xmlpad.tree.action.SelectNode
 
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
SplitAction() - Constructor for class com.japisoft.xmlpad.action.other.SplitAction
 
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
 
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
 
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
 
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.bean.XMLEditor
Override of the standard JTextComponent.select Move caret to the start of the selection instead of the end
selectNodeFromPath(String) - Method in class com.japisoft.xmlpad.tree.RealTimeTreeManager
 
setANY(boolean) - Method in class com.japisoft.dtdparser.node.ElementDTDNode
Can have any element children
setAction(KeyStroke, Action) - Method in class com.japisoft.xmlpad.bean.XMLEditor
 
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.
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.XMLDocument
Support for automatically closing the current inserted tag
setAutoCloseTag(boolean) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Insert the closing tag while the user inserts the opening tag : true by default
setAutoFocus(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
If true when the setText method is called the current editor gets the focus.
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.bean.XMLEditor
By default to true.
setColorForAttribute(String, Color) - Method in class com.japisoft.xmlpad.XMLContainer
Choose a particular color for this attribute
setColorForAttribute(Color) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Colorize attribute <tag ATTRIBUTE="..." ...
setColorForAttribute(String, Color) - Method in class com.japisoft.xmlpad.bean.XMLEditorKit
Choose a particular color for an attribute
setColorForAttribute(Hashtable) - Method in class com.japisoft.xmlpad.bean.XMLEditorKit
Define colors for all attributes
setColorForAttributeSeparator(Color) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Colorize '='
setColorForCDATA(Color) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Colorize CDATA section
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(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
setColorForPrefix(Hashtable) - Method in class com.japisoft.xmlpad.bean.XMLEditorKit
Define colors for all tag prefix
setColorForTag(String, Color) - Method in class com.japisoft.xmlpad.XMLContainer
Choose a particular color for this tag
setColorForTag(Color) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Colorize tag <Tag...
setColorForTag(String, Color) - Method in class com.japisoft.xmlpad.bean.XMLEditorKit
Define a color for this tagName
setColorForTag(Hashtable) - Method in class com.japisoft.xmlpad.bean.XMLEditorKit
Define colors for all tagName
setColorForTagBorderLine(Color) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Colorize the border line for tag delimiter
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 '/'
setColorForTagUnderline(Color) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Colorize underline for current selection
setColorForText(Color) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Colorize text
setComment(String) - Method in class com.japisoft.dtdparser.node.CommentDTDNode
Set a comment
setComment(String) - Method in class com.japisoft.xmlpad.bean.XMLTemplate
Initial comment
setContent(String) - Method in class com.japisoft.xmlpad.bean.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
setCurrentLook(Look) - Static method in class com.japisoft.xmlpad.look.LookManager
Set the current look.
setDTD(String, String) - Method in class com.japisoft.xmlpad.XMLContainer
Reset the current dtd root and dtd location by this one.
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
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 class com.japisoft.xmlpad.XMLContainer
Reset the default document DTD location
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.
setDefaultSchema(String, String) - Method in class com.japisoft.xmlpad.XMLContainer
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
setDefaultValue(String) - Method in class com.japisoft.dtdparser.node.AttributeDTDNode
Set the default attribute value
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
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
 
setEMPTY(boolean) - Method in class com.japisoft.dtdparser.node.ElementDTDNode
empty node : by default false
setEditable(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
The document is only readable for true
setEditor(XMLEditor) - Method in class com.japisoft.xmlpad.bean.XMLDocument
 
setEditorContext(EditorContext) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Case for communication with the container.
setElementIcon(ImageIcon) - Method in class com.japisoft.xmlpad.tree.FastTreeRenderer
Reset the default icon for tag element
setEnableDefaultXMLEntities(boolean) - Method in class com.japisoft.xmlpad.bean.XMLEntityResolver
Supports for standard XML Entities : '<,>,",&'
setEnabledAction(String, boolean) - Static method in class com.japisoft.xmlpad.action.ActionModel
Enabled/Disabled an action by its name
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.bean.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.bean.XMLEditor
Enabled the current tree location for a caret change.
setEncoding(String) - Method in class com.japisoft.xmlpad.bean.XMLTemplate
 
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
setErrorIcon(ImageIcon) - Method in class com.japisoft.xmlpad.tree.FastTreeRenderer
Reset the default error icon
setErrorPanelAvailable(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
Choose to show a minimal panel for each parsing error with a comment line.
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
setFontForAttribute(Font) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Deprecated. Fontize attribute <tag ATTRIBUTE="..." ...
setFontForAttributeSeparator(Font) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Deprecated. Fontize '='
setFontForComment(Font) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Deprecated. Fontize XML comment <!-- ... -->
setFontForDeclaration(Font) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Deprecated. Fontize XML declaration <? ... ?>
setFontForDocType(Font) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Deprecated. Fontize DocType declaration <! ... >
setFontForEntity(Font) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Deprecated. Fontize entity &ENTITY;
setFontForInvalid(Font) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Deprecated. Fontize error
setFontForLiteral(Font) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Deprecated. Fontize literal "..."
setFontForNameSpace(Font) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Deprecated. Fontize namespace
setFontForTag(Font) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Deprecated. Fontize tag <Tag...
setFontForTagDelimiter(Font) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Deprecated. Fontize tag delimiter < or >
setFontForTagEnd(Font) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Deprecated. Fontize '/'
setFontForText(Font) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Deprecated. Fontize text
setForceExtension(boolean) - Method in class com.japisoft.xmlpad.action.file.SaveAsAction
Force the XML extension when choosing a file name
setId(String) - Method in class com.japisoft.xmlpad.XMLDocumentInfo
Give an identifier
setLastNodeParsed(SimpleNode) - Method in class com.japisoft.xmlpad.XMLContainer
Provides the last parsed node.
setLineNumber(int) - Method in class com.japisoft.xmlpad.bean.XMLEditor
reset the cart to the current line number
setLocation(String) - Method in class com.japisoft.xmlpad.helper.AbstractTagHelper
Set the current location
setLocation(String) - Method in interface com.japisoft.xmlpad.helper.TagHelper
Reset the current location for computing available tags
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
setNavigationHistoryLimit(int) - Method in class com.japisoft.xmlpad.XMLContainer
Set the navigation limit.
setNodeComment(String) - Method in class com.japisoft.dtdparser.node.DTDNode
Set the node comment
setNodeFactory(DTDNodeFactory) - Method in class com.japisoft.dtdparser.document.AbstractDTDDocumentBuilder
 
setNodeFactory(DTDNodeFactory) - Method in interface com.japisoft.dtdparser.document.DTDDocumentBuilder
Factory for building DTDNode
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
setPCDATA(boolean) - Method in class com.japisoft.dtdparser.node.ElementDTDNode
PCDATA support for text content
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(Hashtable) - 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 <!
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
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
setPopupAvailable(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
Create a default popup.
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.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.bean.XMLTemplate
Reset the template with only this content
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(String) - Method in class com.japisoft.xmlpad.helper.SyntaxHelper
Reset the current RelaxNGLocation
setRelaxNGValidationLocation(String) - Method in class com.japisoft.xmlpad.XMLContainer
Reset the current RelaxNG document path for validating the current document.
setResult(String) - Method in class com.japisoft.xmlpad.editor.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.bean.XMLTemplate
 
setSchema(String, String) - Method in class com.japisoft.xmlpad.XMLContainer
Reset the current schema location
setSchema(String) - Method in class com.japisoft.xmlpad.bean.XMLTemplate
 
setSchemaLocation(String, String, String) - Method in class com.japisoft.xmlpad.helper.SyntaxHelper
Reset the current Schema location
setSelectionColor(Color) - Method in class com.japisoft.xmlpad.tree.FastTreeRenderer
Reset the default selection color
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
setStatusBarAvailable(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
Choose to show a minimal statusbar with the current location.
setStructureDamagedListener(StructureDamagedListener) - Method in class com.japisoft.xmlpad.bean.XMLDocument
Listener for XML tree changes
setSyntaxPopup(boolean) - Method in class com.japisoft.xmlpad.bean.XMLDocument
Enable a popup while entering < or &
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.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 class com.japisoft.xmlpad.XMLContainer
Reset the XML content.
setText(InputStream) - Method in class com.japisoft.xmlpad.bean.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.bean.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.tree.FastTreeRenderer
Reset the default text font
setTextIcon(ImageIcon) - Method in class com.japisoft.xmlpad.tree.FastTreeRenderer
Reset the default text icon
setToolBarAvailable(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
Create a default toolbar.
setToolBarVisible(boolean) - Method in class com.japisoft.xmlpad.XMLContainer
Show or hide the default toolbar.
setToolbarable(boolean) - Method in class com.japisoft.xmlpad.action.XMLAction
Decide to include this action in the main toolbar.
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 class com.japisoft.xmlpad.XMLContainer
Reset the tree popup.
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 class com.japisoft.xmlpad.XMLContainer
Show or hide the location tree.
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
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.xml.ParseAction
Validate the XML.
setValue(String) - Method in class com.japisoft.dtdparser.node.EntityDTDNode
Set the value of the entity
setValue(char) - Method in class com.japisoft.xmlpad.bean.XMLEntityResolver.TemporaryCharacter
 
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
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
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.
showEntitySyntaxHelperPopup(int) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Show a popup for entities syntax helping at this offset.
showPopup(Component, int, int) - Method in class com.japisoft.xmlpad.XMLContainer
Show a popup.
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.
size() - Method in class com.japisoft.xmlpad.PopupModel
 
size() - Method in class com.japisoft.xmlpad.ToolBarModel
 
split() - Method in class com.japisoft.xmlpad.XMLContainer
Split the current editor in two ones or unsplit it
stateChanged(ChangeEvent) - Method in class com.japisoft.xmlpad.helper.CommonPopup
 
stateChanged(ChangeEvent) - Method in class com.japisoft.xmlpad.toolkit.MultipleDocumentEditor
 
stopIt() - Method in interface com.japisoft.xmlpad.toolkit.Job
Stop the current job
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
synchronousCurrentLocation(boolean) - Method in class com.japisoft.xmlpad.bean.XMLEditor
Synchronous action for refreshing the current document location from the caret position

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