- sameFile(URL, URL) - Method in class org.mdiutil.net.ZipStreamHandler
 
- 
Compare two zip URLs.
 
- sameURL(URL, URL) - Static method in class org.mdiutil.io.FileUtilities
 
- 
Check if two URLs are the same, taking into account double slash and .. constructs.
 
- saveButton - Variable in class org.mdiutil.swing.JErrorPane
 
- 
The button used to save the errors.
 
- SAXParserPool - Class in org.mdiutil.xml
 
- 
Deprecated. 
 
- SAXValidatorHandler - Class in org.mdiutil.xml
 
- 
A validator handler which wrap a ResolverSAXHandler, an add additional schema validation to the parsing.
 
- SAXValidatorHandler(ResolverSAXHandler) - Constructor for class org.mdiutil.xml.SAXValidatorHandler
 
- 
Constructor.
 
- scale(double, double) - Method in class org.mdiutil.geom.Graphics2DWrapper
 
-  
 
- scaleTo(double) - Method in class org.mdiutil.geom.Vector2D
 
- 
Multiply the coordinates of this Vector by a scalar value.
 
- SCHEMA_INSTANCE - Static variable in class org.mdiutil.xml.tree.XMLNode
 
- 
The schema instance URI.
 
- SCHEMA_RESOURCES - Static variable in class org.mdiutil.xml.EntityListResolver
 
-  
 
- SCHEMA_URI - Static variable in class org.mdiutil.xml.tree.XMLNode
 
- 
The schema URI.
 
- schemaURL - Variable in class org.mdiutil.xml.XMLParserConfiguration
 
- 
The optional Schema URL to use for Schema validation.
 
- schemaURL - Variable in class org.mdiutil.xml.XMLSAXParser
 
- 
The URL of the schema used for parsing the content, if a Schema is used for the parsing.
 
- search(String, boolean) - Method in class org.mdiutil.xml.tree.XMLNode
 
- 
Search for the children nodes having a specified name.
 
- search(QName, boolean) - Method in class org.mdiutil.xml.tree.XMLNode
 
- 
Search for the children nodes having a specified qualified name.
 
- search(List<QName>, boolean) - Method in class org.mdiutil.xml.tree.XMLNode
 
- 
Search for the children nodes having a specified qualified name among a list of qualified names.
 
- search(QName[], boolean) - Method in class org.mdiutil.xml.tree.XMLNode
 
- 
Search for the children nodes having a specified qualified name among a list of qualified names.
 
- search(XMLNode, String, boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
 
- 
Search for the children nodes having a specified name.
 
- search(XMLNode, QName, boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
 
- 
Search for the children nodes having a specified qualified name.
 
- search(XMLNode, List<QName>, boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
 
- 
Search for the children nodes having a specified qualified name.
 
- search(XMLNode, QName[], boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
 
- 
Search for the children nodes having a specified qualified name.
 
- search(XMLNode, String, boolean) - Method in class org.mdiutil.xml.tree.XMLNodeUtilities2
 
- 
Search for the children nodes having a specified name.
 
- search(XMLNode, QName, boolean) - Method in class org.mdiutil.xml.tree.XMLNodeUtilities2
 
- 
Search for the children nodes having a specified qualified name.
 
- search(XMLNode, List<QName>, boolean) - Method in class org.mdiutil.xml.tree.XMLNodeUtilities2
 
- 
Search for the children nodes having a specified qualified name among a list of names.
 
- search(XMLNode, QName[], boolean) - Method in class org.mdiutil.xml.tree.XMLNodeUtilities2
 
- 
Search for the children nodes having a specified qualified name among a list of names.
 
- searchFirst(QName, boolean) - Method in class org.mdiutil.xml.tree.XMLNode
 
- 
Search for the the first child node having a specified qualified name.
 
- searchFirst(List<QName>, boolean) - Method in class org.mdiutil.xml.tree.XMLNode
 
- 
Search for the the first child node having a specified qualified name among a list of qualified names.
 
- searchFirst(QName[], boolean) - Method in class org.mdiutil.xml.tree.XMLNode
 
- 
Search for the the first child node having a specified qualified name among a list of qualified names.
 
- searchFirst(String, boolean) - Method in class org.mdiutil.xml.tree.XMLNode
 
- 
Search for the first child node having a specified name.
 
- searchFirst(XMLNode, QName, boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
 
- 
Search for the first child node having a specified qualified name.
 
- searchFirst(XMLNode, List<QName>, boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
 
- 
Search for the first child node having qualified name among a list of specified names.
 
- searchFirst(XMLNode, QName[], boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
 
- 
Search for the first child node having qualified name among a list of specified names.
 
- searchFirst(XMLNode, String, boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
 
- 
Search for the the first child node having a specified name.
 
- searchFirst(XMLNode, QName, boolean) - Method in class org.mdiutil.xml.tree.XMLNodeUtilities2
 
- 
Search for the first child node having a specified qualified name.
 
- searchFirst(XMLNode, List<QName>, boolean) - Method in class org.mdiutil.xml.tree.XMLNodeUtilities2
 
- 
Search for the first child node having a specified qualified name among a list of qualified names.
 
- searchFirst(XMLNode, QName[], boolean) - Method in class org.mdiutil.xml.tree.XMLNodeUtilities2
 
- 
Search for the first child node having a specified qualified name among a list of qualified names.
 
- searchFirst(XMLNode, String, boolean) - Method in class org.mdiutil.xml.tree.XMLNodeUtilities2
 
- 
Search for the first child node having a specified name.
 
- searchFirstForNames(List<String>, boolean) - Method in class org.mdiutil.xml.tree.XMLNode
 
- 
Search for the first child node having a specified name among a list of names.
 
- searchFirstForNames(String[], boolean) - Method in class org.mdiutil.xml.tree.XMLNode
 
- 
Search for the first child node having a specified name among a list of names.
 
- searchFirstForNames(XMLNode, List<String>, boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
 
- 
Search for the the first child node having a specified name among a list of names.
 
- searchFirstForNames(XMLNode, String[], boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
 
- 
Search for the the first child node having a specified name among a list of names.
 
- searchFirstForNames(XMLNode, List<String>, boolean) - Method in class org.mdiutil.xml.tree.XMLNodeUtilities2
 
- 
Search for the first child node having a specified name among a list of names.
 
- searchFirstForNames(XMLNode, String[], boolean) - Method in class org.mdiutil.xml.tree.XMLNodeUtilities2
 
- 
Search for the first child node having a specified name among a list of names.
 
- searchForNames(List<String>, boolean) - Method in class org.mdiutil.xml.tree.XMLNode
 
- 
Search for the children nodes having a specified name almong a list of names.
 
- searchForNames(String[], boolean) - Method in class org.mdiutil.xml.tree.XMLNode
 
- 
Search for the children nodes having a specified name almong a list of names.
 
- searchForNames(XMLNode, List<String>, boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
 
- 
Search for the children nodes having a specified name among a list of names.
 
- searchForNames(XMLNode, String[], boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
 
- 
Search for the children nodes having a specified name among a list of names.
 
- searchForNames(XMLNode, List<String>, boolean) - Method in class org.mdiutil.xml.tree.XMLNodeUtilities2
 
- 
Search for the children nodes having a specified name among a list of names.
 
- searchForNames(XMLNode, String[], boolean) - Method in class org.mdiutil.xml.tree.XMLNodeUtilities2
 
- 
Search for the children nodes having a specified name among a list of names.
 
- searchHitsFromStart(boolean) - Method in class org.mdiutil.jfx.autocomplete.JFXAutoComplete
 
- 
Set if the search begins from the start of the typed text.
 
- searchHitsFromStart(boolean) - Method in class org.mdiutil.swing.autocomplete.JAutoComplete
 
- 
Set if the search begins from the start of the typed text.
 
- searchPerWord(boolean) - Method in class org.mdiutil.jfx.autocomplete.JFXAutoComplete
 
- 
Set if the search is performed per each typed word.
 
- searchPerWord(boolean) - Method in class org.mdiutil.swing.autocomplete.JAutoComplete
 
- 
Set if the search is perfoemd per each typed word.
 
- searchTextPerformed(AdditionalSearchEvent) - Method in interface org.mdiutil.swing.autocomplete.AdditionalSearchListener
 
- 
Fired for an search text Event.
 
- separateCustomArguments(boolean) - Method in class org.mdiutil.lang.applauncher.AppLauncher
 
- 
Set if the custom arguments in the configuration file must be separated in two arguments.
 
- SEQUENCE - Static variable in interface org.mdiutil.xml.tree.schema.XSDSequenceType
 
- 
The sequence type.
 
- SerializingCloner<C> - Class in org.mdiutil.lang
 
- 
This class allows to clone serializable objects which are not Cloneable.
 
- SerializingCloner() - Constructor for class org.mdiutil.lang.SerializingCloner
 
-  
 
- set(int, E) - Method in class org.mdiutil.util.SingletonList
 
-  
 
- set(E) - Method in class org.mdiutil.util.SingletonListIterator
 
- 
Replace the unique element in the list by the object.
 
- setAcceptAlternateProtocols(boolean) - Method in class org.mdiutil.net.NestableURLConnection
 
- 
Set if the connection accept alternate protocols, in addition to zip.
 
- setAddComments(boolean, boolean) - Method in class org.mdiutil.xml.tree.XMLNodeIncluder
 
- 
Set if a comment must be added for each included file.
 
- setAddComments(boolean) - Method in interface org.mdiutil.xml.XMLChildrenIncluder
 
- 
Set if a comment must be added for each included file.
 
- setAddComments(boolean, boolean) - Method in interface org.mdiutil.xml.XMLChildrenIncluder
 
- 
Set if a comment must be added for each included file.
 
- setAddComments(boolean, boolean) - Method in class org.mdiutil.xml.XMLIncluder
 
- 
Set if a comment must be added for each included file.
 
- setAddExportsAllUnnamed(String...) - Method in class org.mdiutil.lang.applauncher.AppLauncher
 
- 
Set the array of the content of the --add-exports declaration.
 
- setAdditionalProperties(Object) - Method in class org.mdiutil.xml.ResolverSAXHandler.ExceptionResult
 
- 
Add additional properties to the result.
 
- setAddModules(String) - Method in class org.mdiutil.lang.applauncher.AppLauncher
 
- 
Set the name of the content of the --add-mmodules declaration.
 
- setAddOpensAllUnnamed(String...) - Method in class org.mdiutil.lang.applauncher.AppLauncher
 
- 
Set the array of the content of the --add-opens declaration.
 
- setAllowImport(boolean) - Method in class org.mdiutil.swing.AbstractMultilineDialog
 
- 
Set if the editor has an import text file option.
 
- setAllowImport(boolean) - Method in class org.mdiutil.swing.JMultilineTextEditor
 
- 
Set if the editor has an import text file option.
 
- setAllowInternalReaders(boolean) - Method in class org.mdiutil.xml.tree.XMLNodeUtilities2
 
- 
Set if internal readers creation are allowed in the underlying parser instance.
 
- setAllowInternalReaders(boolean) - Method in class org.mdiutil.xml.XMLIncluder
 
- 
Set if internal readers creation are allowed in this parser instance.
 
- setAllowInternalReaders(boolean) - Method in class org.mdiutil.xml.XMLSAXParser
 
- 
Set if internal readers creation are allowed in this parser instance.
 
- setAllowNestableConnections(boolean) - Method in class org.mdiutil.xml.XMLSAXParser
 
- 
Set if nestable connections are allowed (ie, an xml file inside a zip file, for example).
 
- setAlwaysOnTop(boolean) - Method in class org.mdiutil.swing.GenericDialog
 
- 
Sets whether this dialog should always be above other windows.
 
- setAnchorUtilities(AnchorUtilities) - Method in class org.mdiutil.jfx.layout.NodeAnchor
 
- 
Set the class which will manage the position and size of Nodes.
 
- setApplyPanel(JPanel) - Method in class org.mdiutil.swing.DialogBuilder
 
- 
Set the Apply panel
 
- setAppproveListener(ActionListener) - Method in class org.mdiutil.swing.AbstractGenericEditor
 
- 
Set the listener which will be fired when approving the editor changes.
 
- setAttribute(String, String) - Method in class org.mdiutil.xml.tree.XMLTreeReplacer.Node
 
- 
Set an attribute change
 
- setAutoComplete(AutoComplete) - Method in interface org.mdiutil.text.autocomplete.AutoCompleteEngine
 
- 
Set the AutoComplete which will be used with the Engine.
 
- setAutoComplete(AutoComplete) - Method in class org.mdiutil.text.autocomplete.DefaultOnlineEngine
 
- 
Set the AutoComplete which will be used with the Engine.
 
- setAutoComplete(AutoComplete) - Method in class org.mdiutil.text.autocomplete.DefaultPopupEngine
 
- 
Set the AutoComplete which will be used with the Engine.
 
- setBackground(Color) - Method in class org.mdiutil.geom.Graphics2DWrapper
 
-  
 
- setBackground(Color) - Method in class org.mdiutil.swing.JFileSelector
 
- 
Set the background Color of this FileSelector.
 
- setBackground(Color) - Method in class org.mdiutil.swing.JListSelector
 
-  
 
- setBackground(Color) - Method in class org.mdiutil.swing.JMultilineTextEditor
 
-  
 
- setBaseType(short) - Method in class org.mdiutil.xml.tree.schema.XSDAttribute
 
-  
 
- setBaseType(short) - Method in class org.mdiutil.xml.tree.schema.XSDSimpleType
 
-  
 
- setBaseURI(String) - Method in class org.mdiutil.xml.EntityListResolver.URLLSInput
 
-  
 
- setBaseURI(String) - Method in class org.mdiutil.xml.ResolverSAXHandler.SourceWrapper
 
-  
 
- setBorder(Border) - Method in class org.mdiutil.swing.DialogBuilder.DialogPart
 
- 
Set the dialog part border.
 
- setBoundPrefixes(Map<String, String>) - Method in class org.mdiutil.xml.tree.XMLNode
 
- 
Set the bound prefixes.
 
- setByteStream(InputStream) - Method in class org.mdiutil.xml.EntityListResolver.URLLSInput
 
-  
 
- setByteStream(InputStream) - Method in class org.mdiutil.xml.ResolverSAXHandler.SourceWrapper
 
-  
 
- setCancelLabel(String) - Method in class org.mdiutil.swing.DialogBuilder
 
- 
 
- setCaseInsensitive(boolean) - Method in class org.mdiutil.lang.ExecutableFinder
 
- 
Set the finder as case insensitive.
 
- setCaseSensitive(boolean) - Method in class org.mdiutil.jfx.autocomplete.JFXAutoComplete
 
- 
Set if the search is case sensitive.
 
- setCaseSensitive(boolean) - Method in class org.mdiutil.swing.autocomplete.JAutoComplete
 
- 
Set if the search is case sensitive.
 
- setCDATA(String) - Method in class org.mdiutil.xml.tree.XMLNode
 
- 
Set the CDATA content for the node.
 
- setCertifiedText(boolean) - Method in class org.mdiutil.xml.EntityListResolver.URLLSInput
 
-  
 
- setCertifiedText(boolean) - Method in class org.mdiutil.xml.ResolverSAXHandler.SourceWrapper
 
-  
 
- setCharacterStream(Reader) - Method in class org.mdiutil.xml.EntityListResolver.URLLSInput
 
-  
 
- setCharacterStream(Reader) - Method in class org.mdiutil.xml.ResolverSAXHandler.SourceWrapper
 
-  
 
- setCharset(Charset) - Method in class org.mdiutil.xml.tree.XMLNodeIncluder
 
- 
Set the charset to use to write the content.
 
- setCharset(Charset) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
 
- 
Set the charset to use to write the content.
 
- setCharset(Charset) - Method in class org.mdiutil.xml.tree.XMLNodeUtilities2
 
- 
Set the charset to use to write the content.
 
- setCharset(Charset) - Method in interface org.mdiutil.xml.XMLChildrenIncluder
 
- 
Set the charset to use to write the content.
 
- setCharset(Charset) - Method in class org.mdiutil.xml.XMLIncluder
 
- 
Set the charset to use to write the content.
 
- setChoosableFileFilters(String) - Method in class org.mdiutil.swing.JFileSelector
 
- 
Set the Filefilters for this FileSelector.
 
- setChoosableFileFilters(List<FileFilter>) - Method in class org.mdiutil.swing.JFileSelector
 
- 
Set the Filefilters for this FileSelector.
 
- setClassLoader(ClassLoader) - Method in class org.mdiutil.xml.XMLIncluder
 
- 
Set the ClassLoader.
 
- setClassLoader(ClassLoader) - Method in class org.mdiutil.xml.XMLSAXParser
 
- 
Set the ClassLoader.
 
- setClip(Shape) - Method in class org.mdiutil.geom.Graphics2DWrapper
 
-  
 
- setClip(int, int, int, int) - Method in class org.mdiutil.geom.Graphics2DWrapper
 
-  
 
- setClippingProperty(int) - Method in class org.mdiutil.geom.Graphics2DWrapper
 
-  
 
- setCloseBackground(Color) - Method in class org.mdiutil.swing.JCloseableTabbedPane
 
- 
Set the close button background color when the close button is focused.
 
- setCloseIcon(URL) - Method in class org.mdiutil.swing.JCloseableTabbedPane
 
- 
Set the close Icon.
 
- setColor(Color) - Method in class org.mdiutil.geom.Graphics2DWrapper
 
-  
 
- setColor(Color) - Method in class org.mdiutil.swing.JColorSelector
 
- 
Set the selected color.
 
- setColorLimits(float, float) - Method in class org.mdiutil.swing.JMemoryViewer
 
- 
 
- setColumnWidth(int, int) - Method in class org.mdiutil.swing.PropertyEditor
 
- 
Set the width of one colum.
 
- setComment(String) - Method in interface org.mdiutil.xml.tree.CommentedNode
 
- 
Set the node comment.
 
- setComment(String) - Method in class org.mdiutil.xml.tree.XMLCommentedNode
 
- 
Set the node comment.
 
- setComment(String) - Method in class org.mdiutil.xml.tree.XMLCommentedRoot
 
- 
Set the node comment.
 
- setComplexType(XSDComplexType) - Method in class org.mdiutil.xml.tree.schema.XSDElement
 
-  
 
- setComposite(Composite) - Method in class org.mdiutil.geom.Graphics2DWrapper
 
-  
 
- setConcatenateIncludes(boolean) - Method in class org.mdiutil.xml.XMLSAXParser
 
- 
Set if xInclude content must be concatenated.
 
- setCurrentDirectory(File) - Method in class org.mdiutil.swing.JFileSelector
 
- 
Set the current directory of this FileSelector.
 
- setCurrentDirectory(File) - Method in class org.mdiutil.swing.JMultipleFileSelector
 
- 
Set the current Directory of this FileSelector.
 
- setCurrentNode(XMLNode) - Method in class org.mdiutil.xml.tree.XMLNodesIterator
 
- 
Set the current Node.
 
- setCurrentNode(Node) - Method in class org.mdiutil.xml.XMLTreeWalker
 
-  
 
- setDeclaredEncoding(String) - Method in class org.mdiutil.io.charset.CharsetDetector
 
- 
Set the declared encoding for charset detection.
 
- setDefaultAllowInternalReaders(boolean) - Static method in class org.mdiutil.xml.XMLSAXParser
 
- 
Set if internal readers creation are allowed by default.
 
- setDefaultAllowNestableConnections(boolean) - Static method in class org.mdiutil.xml.XMLSAXParser
 
- 
Set if nestable connections are allowed by default (ie, an xml file inside a zip file, for example).
 
- setDefaultBaseDirectory(URL) - Method in class org.mdiutil.xml.tree.XMLNodeIncluder
 
- 
Set the default base directory for including files.
 
- setDefaultBaseDirectory(URL) - Method in interface org.mdiutil.xml.XMLChildrenIncluder
 
- 
Set the default base directory for including files.
 
- setDefaultBaseDirectory(URL) - Method in class org.mdiutil.xml.XMLIncluder
 
- 
Set the default base directory for including files.
 
- setDefaultBaseDirectory(URL) - Method in class org.mdiutil.xml.XMLSAXParser
 
- 
Set the default base directory which will be used for relative URLs if the parent URL is unknown.
 
- setDefaultCloseIcon() - Method in class org.mdiutil.swing.JCloseableTabbedPane
 
- 
Use the default icon for the close button.
 
- setDefaultLocale(Locale) - Static method in class org.mdiutil.xml.XMLSAXParser
 
- 
Set the default locale for all subsequent SAX and validation error messages.
 
- setDefaultLSResourceResolver(boolean) - Method in class org.mdiutil.xml.XMLSAXParser
 
- 
Set if a default LSResourceResolver must be used even if no specific resolver has been set.
 
- setDefaultMessage(String) - Method in class org.mdiutil.lang.MessageBundle
 
- 
Set the default message to use when the key does not exist.
 
- setDefaultSorted(boolean) - Method in class org.mdiutil.swing.JFileSelector
 
- 
Set if the File Chooser use the default sorting of the JDK (alphabetical order), or if the sorting is the order of file selection in the
 chooser.
 
- setDefaultTimeOut(long) - Static method in class org.mdiutil.lang.JREVersionDetector
 
- 
Set the default timeOut.
 
- setDefaultValue(String) - Method in class org.mdiutil.xml.tree.schema.XSDAttribute
 
-  
 
- setDialogDimension(Dimension) - Method in class org.mdiutil.swing.AbstractMultilineDialog
 
- 
Set the dimension of the dialog.
 
- setDialogDimension(Dimension) - Method in class org.mdiutil.swing.JMultilineTextEditor
 
- 
Set the dimension of the dialog.
 
- setDialogLocation(Point) - Method in class org.mdiutil.swing.GenericDialog
 
- 
Set the dialog location.
 
- setDialogTitle(String) - Method in class org.mdiutil.swing.AbstractMultilineDialog
 
- 
Set the dialog title.
 
- setDialogTitle(String) - Method in class org.mdiutil.swing.DialogBuilder
 
- 
Set the dialog title.
 
- setDialogTitle(String) - Method in class org.mdiutil.swing.GenericDialog
 
- 
Set the title of the Dialog.
 
- setDialogTitle(String) - Method in class org.mdiutil.swing.JFileSelector
 
- 
Set the dialog title.
 
- setDialogTitle(String) - Method in class org.mdiutil.swing.JMultipleFileSelector
 
- 
Set the dialog title.
 
- setDialogType(short) - Method in class org.mdiutil.swing.DialogBuilder
 
- 
Set the dialog type.
 
- setDialogType(int) - Method in class org.mdiutil.swing.JFileSelector
 
- 
Set the type of this dialog.
 
- setDictionnary(AutoCompleteDictionary) - Method in class org.mdiutil.jfx.autocomplete.JFXAutoComplete
 
- 
Set the dictionnary used for the Autocompletion.
 
- setDictionnary(AutoCompleteDictionary) - Method in class org.mdiutil.swing.autocomplete.JAutoComplete
 
- 
Set the dictionnary used for the Autocompletion.
 
- setDictionnary(AutoCompleteDictionary) - Method in interface org.mdiutil.text.autocomplete.AutoComplete
 
- 
Set the dictionnary used for the Autocompletion.
 
- setDimension(int, int) - Method in class org.mdiutil.xml.swing.BasicSAXHandler
 
- 
Set the dimension of the Exception dialog.
 
- setDocument(Document) - Method in class org.mdiutil.swing.JMultilineTextEditor
 
- 
Set the associated Document.
 
- setDocumentLocator(Locator) - Method in class org.mdiutil.xml.ResolverSAXHandler
 
- 
Return the document locator.
 
- setDocumentLocator(Locator) - Method in class org.mdiutil.xml.XMLIncluder
 
- 
Set the document locator.
 
- setDragEnabled(boolean) - Method in class org.mdiutil.swing.JFileSelector
 
- 
Set if the drag is enabled.
 
- setDTD(URL, String) - Method in class org.mdiutil.xml.ResolverSAXHandler
 
- 
Allows to force the DTD to use for the parsing (for example a resource of the application).
 
- setEditable(boolean) - Method in class org.mdiutil.swing.AbstractMultilineDialog
 
- 
Set if the text is editable.
 
- setEditable(boolean) - Method in class org.mdiutil.swing.JFileSelector
 
- 
Set if the component is editable.
 
- setEditable(boolean) - Method in class org.mdiutil.swing.JMultilineTextEditor
 
- 
Set if the text is editable.
 
- setEditable(boolean) - Method in class org.mdiutil.swing.PropertyEditor
 
- 
Set the editable property of this editor.
 
- setEditor(C) - Method in class org.mdiutil.swing.AbstractGenericEditor
 
- 
Set the Editor component.
 
- setEditor(JComponent) - Method in class org.mdiutil.swing.JListChooser
 
- 
Set the component used to edit the values.
 
- setElement(XSDElement) - Method in class org.mdiutil.xml.tree.schema.XSDElementCell
 
-  
 
- setEnabled(boolean) - Method in class org.mdiutil.swing.DialogBuilder.DialogPart
 
- 
Set if the content is enabled.
 
- setEnabled(boolean) - Method in class org.mdiutil.swing.JColorSelector
 
- 
Enables or disables this component.
 
- setEnabled(boolean) - Method in class org.mdiutil.swing.JFileSelector
 
- 
Enables or disables this component, depending on the value of the parameter b.
 
- setEnabled(boolean) - Method in class org.mdiutil.swing.JListSelector
 
- 
Enables or disables this component.
 
- setEnabled(boolean) - Method in class org.mdiutil.swing.JMultilineTextEditor
 
- 
Enables or disables this component.
 
- setEncoding(String) - Method in class org.mdiutil.xml.EntityListResolver.URLLSInput
 
-  
 
- setEncoding(String) - Method in class org.mdiutil.xml.ResolverSAXHandler.SourceWrapper
 
-  
 
- setEncoding(String) - Method in class org.mdiutil.xml.tree.XMLRoot
 
- 
Set the encoding of the XML file.
 
- setEncoding(String) - Method in class org.mdiutil.xml.XMLSAXParser
 
- 
Set the encoding.
 
- setEntityListResolver(EntityListResolver) - Method in class org.mdiutil.xml.tree.dom.XMLDocumentBuilderFactory
 
- 
Set the EntityListResolver which can manage entity resolution in XML files.
 
- setEntityListResolver(EntityListResolver) - Method in class org.mdiutil.xml.tree.XMLNodeIncluder
 
- 
Set the EntityListResolver which can manage entity resolution in XML files.
 
- setEntityListResolver(EntityListResolver) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
 
- 
Set the EntityListResolver which can manage entity resolution in XML files.
 
- setEntityListResolver(EntityListResolver) - Method in class org.mdiutil.xml.tree.XMLNodeUtilities2
 
- 
Set the EntityListResolver which can manage entity resolution in XML files.
 
- setEntityListResolver(EntityListResolver) - Method in class org.mdiutil.xml.XMLSAXParser
 
- 
Set the EntityListResolver which can manage entity resolution in XML files.
 
- setEntityResolver(EntityListResolver) - Method in class org.mdiutil.xml.ResolverSAXHandler
 
- 
Set the entity resolver to use with this handler (null by default).
 
- setEntityResolver(EntityListResolver) - Method in class org.mdiutil.xml.ValidationResolverHandler
 
- 
Set the entity resolver to use with this handler(null by default).
 
- setErrLevel(int) - Method in class org.mdiutil.util.logging.SimpleConsoleHandler
 
- 
Set the level at which the record will be printed on the System.err.
 
- setErrorColor(String) - Method in class org.mdiutil.xml.swing.BasicSAXHandler
 
- 
Set the html color for errors.
 
- setErrorHandler(ErrorHandler) - Method in class org.mdiutil.xml.tree.dom.XMLDocumentBuilderFactory
 
- 
Set an error handler wich will be fired for parsing errors detected by the underlying parser.
 
- setErrorHandler(ErrorHandler) - Method in class org.mdiutil.xml.tree.schema.XSDParser
 
-  
 
- setErrorHandler(ErrorHandler) - Method in class org.mdiutil.xml.tree.XMLNodeIncluder
 
- 
Set the ErrorHandler which will be fired for warnings and errors when parsing the content.
 
- setErrorHandler(ErrorHandler) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
 
- 
Set an error handler wich will be fired for parsing errors detected by the underlying parser.
 
- setErrorHandler(ErrorHandler) - Method in class org.mdiutil.xml.tree.XMLNodeUtilities2
 
- 
Set an error handler wich will be fired for parsing errors detected by the underlying parser.
 
- setErrorHandler(ErrorHandler) - Method in class org.mdiutil.xml.tree.XMLTreeHandler
 
- 
Set an error handler wich will be fired for parsing errors detected by the parser.
 
- setErrorHandler(ResolverSAXHandler) - Method in class org.mdiutil.xml.ValidationResolverHandler
 
- 
Set the associated error handler.
 
- setErrorHandler(ErrorHandler) - Method in interface org.mdiutil.xml.XMLChildrenIncluder
 
- 
Set the ErrorHandler which will be fired for warnings and errors when
 parsing the content.
 
- setErrorHandler(ErrorHandler) - Method in class org.mdiutil.xml.XMLIncluder
 
- 
Set the ErrorHandler which will be fired for warnings and errors when parsing the content.
 
- setErrorTitle(String) - Method in class org.mdiutil.xml.XMLSAXParser
 
- 
Set the parser error dialog title.
 
- setExceptionListener(ParserExceptionListener) - Method in class org.mdiutil.xml.XMLSAXParser
 
- 
Set the listener which will be fired if exceptions (including SAXExceptions) are encountered during the parsing.
 
- setExpandEntityReferences(boolean) - Method in class org.mdiutil.xml.XMLTreeWalker
 
- 
Not used for the moment.
 
- setFeature(String, boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
 
- 
Set a underlying parser factory feature.
 
- setFeature(String, boolean) - Method in class org.mdiutil.xml.tree.XMLNodeUtilities2
 
- 
Set a underlying parser factory feature.
 
- setFeature(String, boolean) - Method in class org.mdiutil.xml.XMLParserConfiguration
 
- 
Set a parser factory feature.
 
- setFeature(String, boolean) - Method in class org.mdiutil.xml.XMLSAXParser
 
- 
Set a parser factory feature.
 
- setFeatures(Map<String, Boolean>) - Method in class org.mdiutil.xml.XMLParserConfiguration
 
- 
Set the parser factory features.
 
- setFeatures(Map<String, Boolean>) - Method in class org.mdiutil.xml.XMLSAXParser
 
- 
Set the parser factory features.
 
- setFile(File) - Method in class org.mdiutil.xml.tree.XMLNodeIncluder
 
- 
Set the includer file.
 
- setFile(File) - Method in interface org.mdiutil.xml.XMLChildrenIncluder
 
- 
Set the includer file.
 
- setFile(File) - Method in class org.mdiutil.xml.XMLIncluder
 
- 
Set the includer file.
 
- setFileFilter(FileFilter) - Method in class org.mdiutil.swing.JFileSelector
 
- 
Set the FileFilter to use for the selection.
 
- setFileSelectionMode(int) - Method in class org.mdiutil.swing.JFileSelector
 
- 
Set the associated FileChooser file selection mode.
 
- setFileSelectionMode(int) - Method in class org.mdiutil.swing.JMultipleFileSelector
 
- 
Set the associated FileChooser file selection mode.
 
- setFileSelectorRenderer(FileSelectorRenderer) - Method in class org.mdiutil.swing.JFileSelector
 
- 
Set the class responsible to render to text associated to the selected files.
 
- setFileSelectorRenderer(FileSelectorRenderer) - Method in class org.mdiutil.swing.JMultipleFileSelector
 
- 
Set the class responsible to render to text associated to the selected files.
 
- setFilter(NodeFilter) - Method in class org.mdiutil.xml.XMLTreeWalker
 
- 
Set the node filter.
 
- setFilterLevel(int) - Method in class org.mdiutil.util.logging.PathFilter
 
- 
Set the filter level.
 
- setFlatness(double) - Method in class org.mdiutil.geom.GeometryRuler
 
- 
Set the flatness value (which will be used to compute CubicCurves areas and perimeters.
 
- setFocusedHit(int) - Method in class org.mdiutil.swing.autocomplete.JAutoComplete.SuggestionHitsPanel
 
-  
 
- setFont(Font) - Method in class org.mdiutil.geom.Graphics2DWrapper
 
-  
 
- setForceFileExtension(boolean) - Method in class org.mdiutil.swing.JFileSelector
 
- 
Set if the file extension is forced.
 
- setForceFileExtension(boolean) - Method in class org.mdiutil.swing.JMultipleFileSelector
 
- 
Set if the file extension is forced.
 
- setForceStroke(Float) - Method in class org.mdiutil.geom.Graphics2DWrapper
 
-  
 
- setHandler(JListChooser.ListChooserHandler) - Method in class org.mdiutil.swing.JListChooser
 
- 
Set the handler responsible for handling the text appearance of the list selector.
 
- setHandler(ResolverSAXHandler) - Method in class org.mdiutil.xml.XMLSAXParser
 
- 
Set the SAX Handler used for the parsing.
 
- setHandlerDTD(URL, String) - Method in class org.mdiutil.xml.XMLSAXParser
 
- 
Set the DTD used to validate the parsing.
 
- setHasOptionalFiles(boolean) - Method in class org.mdiutil.swing.JFileSelector
 
- 
Set if the dialog support optional files.
 
- setHasOptionalFiles(boolean) - Method in class org.mdiutil.swing.JMultipleFileSelector
 
- 
Set if the dialog support optional files.
 
- setHasOptionalFiles(boolean) - Method in class org.mdiutil.swing.JOptionalFileChooser
 
- 
Set if the dialog support optional files.
 
- setHeader(String) - Method in class org.mdiutil.util.logging.HeaderFileHandler
 
- 
Set the optional header for the handler.
 
- setHeight(Node, double) - Method in interface org.mdiutil.jfx.layout.AnchorUtilities
 
- 
Set the height of a Node.
 
- setHeight(Node, double) - Method in class org.mdiutil.jfx.layout.DefaultAnchorUtilities
 
- 
Set the height of a Node.
 
- setHorizontalMenusSeparation(int) - Method in class org.mdiutil.swing.DialogBuilder
 
- 
Set the horizontal menus separation.
 
- setImportDefaultDirectory(File) - Method in class org.mdiutil.swing.AbstractMultilineDialog
 
- 
Set the default directory if the editor has an import text file option.
 
- setImportDefaultDirectory(File) - Method in class org.mdiutil.swing.JMultilineTextEditor
 
- 
Set the default directory if the editor has an import text file option.
 
- setImportFileFilter(ExtensionFileFilter) - Method in class org.mdiutil.swing.AbstractMultilineDialog
 
- 
Set the file filter if the editor has an import text file option.
 
- setImportFileFilter(ExtensionFileFilter) - Method in class org.mdiutil.swing.JMultilineTextEditor
 
- 
Set the file filter if the editor has an import text file option.
 
- setIndentation(int) - Method in class org.mdiutil.xml.tree.dom.XMLDocumentBuilderFactory
 
- 
Set the Document indentation.
 
- setIndentation(int) - Method in class org.mdiutil.xml.tree.XMLNodeIncluder
 
- 
Set the indentation.
 
- setInformationColor(String) - Method in class org.mdiutil.xml.swing.BasicSAXHandler
 
- 
Set the html color for information messages.
 
- setInputSourceCaching(short) - Method in interface org.mdiutil.xml.InputSourceCaching
 
- 
Set the InputSources caching behavior.
 
- setInputSourceCaching(short) - Method in class org.mdiutil.xml.ResolverSAXHandler
 
- 
Set the InputSources caching behavior.
 
- setInputSourceCaching(short) - Method in class org.mdiutil.xml.XMLSAXParser
 
- 
Set the InputSources caching behavior.
 
- setInputStream(InputStream) - Method in class org.mdiutil.xml.tree.XMLNodeIncluder
 
- 
Set the includer InputStream.
 
- setInputStream(InputStream) - Method in interface org.mdiutil.xml.XMLChildrenIncluder
 
- 
Set the includer InputStream.
 
- setInputStream(InputStream) - Method in class org.mdiutil.xml.XMLIncluder
 
- 
Set the includer InputStream.
 
- setInsets(int) - Method in class org.mdiutil.swing.DialogBuilder
 
- 
Set the insets of each component in the resulting dialog.
 
- setInsets(Insets) - Method in class org.mdiutil.swing.DialogBuilder
 
- 
Set the insets of each component in the resulting dialog.
 
- setInvertBackgroundOnFocus(boolean) - Method in class org.mdiutil.swing.JCloseableTabbedPane
 
- 
Set if the close icon will have inverted colors if focused.
 
- setJMenuBar(JMenuBar) - Method in class org.mdiutil.swing.DialogBuilder
 
- 
Set the dialog menu bar.
 
- setJMenuBar(JMenuBar) - Method in class org.mdiutil.swing.GenericDialog
 
- 
Set a MenuBar to use with this Dialog.
 
- setJToolBar(JToolBar) - Method in class org.mdiutil.swing.DialogBuilder
 
- 
Set the dialog toolbar.
 
- setKeepLineNumbers(boolean) - Method in class org.mdiutil.xml.tree.XMLTreeHandler
 
- 
Set if line numbers in the XML File are kept.
 
- setKeepPrefixes(boolean) - Method in class org.mdiutil.xml.tree.XMLNodeIncluder
 
- 
Set if the underlying parser must keep the prefixes.
 
- setKeepPrefixes(boolean) - Method in class org.mdiutil.xml.tree.XMLNodeUtilities2
 
- 
Set if the underlying parser must keep the prefixes.
 
- setKeepPrefixes(boolean) - Method in class org.mdiutil.xml.XMLSAXParser
 
- 
Set if the parser must keep the prefixes.
 
- setKillProcessTimeOut(long) - Method in class org.mdiutil.lang.ProcessManager
 
- 
Set a timeOut for the killing of a process.
 
- setKillProcessTimeOutCount(int) - Method in class org.mdiutil.lang.ProcessManager
 
- 
Set a timeOut count for the killing of a process.
 
- setLevelForClass(int) - Method in class org.mdiutil.util.logging.ConfigurableFormatter
 
- 
Set the record level at which the formatter must show the class and the method from which the record was emitted.
 
- setLevelForShowLevel(int) - Method in class org.mdiutil.util.logging.ConfigurableFormatter
 
- 
Set the record level at which the formatter must show the level of the record.
 
- setLineBorder(Color) - Method in class org.mdiutil.swing.DialogBuilder.DialogPart
 
- 
Set the dialog part line border.
 
- setLineNumber(int) - Method in interface org.mdiutil.xml.tree.NumberedNode
 
- 
Set the line number of the Node in the XML file.
 
- setLineNumber(int) - Method in class org.mdiutil.xml.tree.XMLCommentedNode
 
- 
Set the line number of the Node in the XML file.
 
- setLineNumber(int) - Method in class org.mdiutil.xml.tree.XMLNumberedNode
 
- 
Set the line number of the Node in the XML file.
 
- setListChooser(JListChooser) - Method in class org.mdiutil.swing.JListSelector
 
- 
Set the underlying JListChooser.
 
- setListChooserHandler(JListChooser.ListChooserHandler) - Method in class org.mdiutil.swing.JListChooser
 
- 
Deprecated.
 
- setListener(StreamGobbler.Listener) - Method in class org.mdiutil.io.StreamGobbler
 
- 
Set the InputStream listener.
 
- setLocale(Locale) - Method in class org.mdiutil.xml.XMLSAXParser
 
- 
Set the locale for SAX and validation error messages.
 
- setMacOSXMenus(String) - Static method in class org.mdiutil.lang.MacOSXUISetter
 
- 
Set the menus on top of the screen for the MAC OS X Platform.
 
- setMainClass(String) - Method in class org.mdiutil.lang.applauncher.AppLauncher
 
- 
Set the main class.
 
- setMaximumLines(int) - Method in class org.mdiutil.swing.StylableSizableArea
 
- 
Set the maximum number of lines to be shown in the panel.
 
- setMaximumLinesBehavior(boolean) - Method in class org.mdiutil.swing.StylableSizableArea
 
- 
Set if the maximum lines will be shown in the panel or not.
 
- setMaximumPopupSize(int, int) - Method in class org.mdiutil.jfx.autocomplete.JFXAutoComplete
 
- 
Set the maximum width and height of the Popup.
 
- setMaximumPopupSize(int, int) - Method in class org.mdiutil.swing.autocomplete.JAutoComplete
 
- 
Set the maximum width and height of the Popup.
 
- setMaximumPopupSize(int, int) - Method in interface org.mdiutil.text.autocomplete.AutoComplete
 
- 
Set the maximum width and height of the Popup.
 
- setMaximumRows(int) - Method in class org.mdiutil.swing.JErrorPane
 
- 
Set the maximum number of lines to be shown in the error pane.
 
- setMaxOccurs(int) - Method in class org.mdiutil.xml.tree.schema.XSDSequenceCell
 
-  
 
- setMessageType(int) - Method in class org.mdiutil.swing.DialogBuilder
 
- 
Set the message type.
 
- setMinOccurs(int) - Method in class org.mdiutil.xml.tree.schema.XSDSequenceCell
 
-  
 
- setModal(boolean) - Method in class org.mdiutil.swing.DialogBuilder
 
- 
Set if the dialog window is modal.
 
- setModal(boolean) - Method in class org.mdiutil.swing.GenericDialog
 
- 
Set the modality of the dialog.
 
- setMultiSelectionEnabled(boolean) - Method in class org.mdiutil.swing.JFileSelector
 
- 
Enable or disable the associated FileChooser multiSelection.
 
- setName(String) - Method in class org.mdiutil.swing.PropertyEditor
 
- 
Set the name of this editor.
 
- setNamespaceAware(boolean) - Method in class org.mdiutil.xml.tree.dom.XMLDocumentBuilderFactory
 
- 
Set if the creation of the Document should be namespace-aware.
 
- setNameSpaceAware(boolean) - Method in class org.mdiutil.xml.tree.XMLNodeUtilities2
 
- 
Set if the parser is namespace-aware.
 
- setNameSpaceAware(boolean) - Method in class org.mdiutil.xml.XMLSAXParser
 
- 
Set if the parser is namespace-aware.
 
- setNativePlatformUI(String, boolean) - Static method in class org.mdiutil.lang.swing.SwingMacOSXUISetter
 
- 
Set the menus on top of the screen for the MAC OS X Platform.Do nothing for other platforms.
 
- setNodeType(int) - Method in class org.mdiutil.xml.XMLTreeWalker
 
- 
Not used for the moment.
 
- setNotDisablingComponent(JComponent) - Method in class org.mdiutil.swing.DialogBuilder.DialogPart
 
- 
 
- setOKLabel(String) - Method in class org.mdiutil.swing.GenericDialog
 
- 
Set the labels for the OK buttons in the default exit panel.
 
- setOnlineEngine(AutoCompleteOnlineEngine) - Method in class org.mdiutil.jfx.autocomplete.JFXAutoComplete
 
- 
Set the search engine used for the Autocomplete without Popup.
 
- setOnlineEngine(AutoCompleteOnlineEngine) - Method in class org.mdiutil.swing.autocomplete.JAutoComplete
 
- 
Set the search engine used for the Autocomplete without Popup.
 
- setOnlineEngine(AutoCompleteOnlineEngine) - Method in interface org.mdiutil.text.autocomplete.AutoComplete
 
- 
Set the search engine used for the Autocomplete without Popup.
 
- setOpacity(float) - Method in class org.mdiutil.swing.autocomplete.JAutoComplete
 
- 
Set the Popup Window opacity.
 
- setOptions(int) - Method in class org.mdiutil.xml.tree.XMLNodeUtilities2
 
- 
Set the underlying parser options.
 
- setOutputStream(OutputStream) - Method in class org.mdiutil.util.logging.SimpleConsoleHandler
 
- 
Do nothing.
 
- setPaint(Paint) - Method in class org.mdiutil.geom.Graphics2DWrapper
 
-  
 
- setPaintMode() - Method in class org.mdiutil.geom.Graphics2DWrapper
 
-  
 
- setParent(XMLNode) - Method in class org.mdiutil.xml.tree.XMLNode
 
- 
Set the Node parent.
 
- setParentFilters(NodeFilter...) - Method in class org.mdiutil.xml.tree.XMLNodesIterator
 
- 
Set the filters to check.
 
- setParentFilters(Map<String, NodeFilter>) - Method in class org.mdiutil.xml.tree.XMLNodesIterator
 
- 
Set the parent filters to check.
 
- setParserConfiguration(XMLParserConfiguration) - Method in class org.mdiutil.xml.XMLSAXParser
 
- 
Set the parser configuration.
 
- setPaths(Set<String>) - Method in class org.mdiutil.util.logging.PathFilter
 
- 
Set the paths which will be filtered.
 
- setPopupEngine(AutoCompleteEngine) - Method in class org.mdiutil.jfx.autocomplete.JFXAutoComplete
 
- 
Set the search engine used for the Autocomplete with Popup.
 
- setPopupEngine(AutoCompleteEngine) - Method in class org.mdiutil.swing.autocomplete.JAutoComplete
 
- 
Set the search engine used for the Autocomplete with Popup.
 
- setPopupEngine(AutoCompleteEngine) - Method in interface org.mdiutil.text.autocomplete.AutoComplete
 
- 
Set the search engine used for the Autocomplete with Popup.
 
- setPreferredScrollableViewportSize(Dimension) - Method in class org.mdiutil.swing.StylableSizableArea
 
- 
This method allows to set the preferred viewport scrolling size.
 
- setPreferredWidth(int) - Method in class org.mdiutil.swing.JMemoryViewer
 
- 
Set the preferred width of the component.
 
- setPreserveSpace(boolean) - Method in class org.mdiutil.xml.tree.dom.XMLDocumentBuilderFactory
 
- 
Set if spaces should be preserved when creating the Document.
 
- setProperties(Map<String, Boolean>) - Method in class org.mdiutil.xml.XMLParserConfiguration
 
- 
Set the parser properties.
 
- setProperties(Map<String, Object>) - Method in class org.mdiutil.xml.XMLSAXParser
 
- 
Set the parser properties.
 
- setProperty(String, Object) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
 
- 
Set an underlying parser property.
 
- setProperty(String, Object) - Method in class org.mdiutil.xml.tree.XMLNodeUtilities2
 
- 
Set an underlying parser property.
 
- setProperty(String, Object) - Method in class org.mdiutil.xml.XMLParserConfiguration
 
- 
Set a parser property.
 
- setProperty(String, Object) - Method in class org.mdiutil.xml.XMLSAXParser
 
- 
Set a parser property.
 
- setPublicId(String) - Method in class org.mdiutil.xml.EntityListResolver.URLLSInput
 
-  
 
- setPublicId(String) - Method in class org.mdiutil.xml.ResolverSAXHandler.SourceWrapper
 
-  
 
- setPublicSystemID(String, String, String) - Method in class org.mdiutil.xml.XmlWriter
 
- 
Set the public and system ID of the written XML Document.
 
- setRelativeDirectory(File) - Method in class org.mdiutil.swing.JFileSelector
 
- 
Set the directory from which the files can be set as relative for this FileSelector.
 
- setRelativeDirectory(File) - Method in class org.mdiutil.swing.JMultipleFileSelector
 
- 
Set the directory from which the files can be set as relative for this FileSelector.
 
- setRemainingTypeValue(short) - Method in class org.mdiutil.swing.JMemoryViewer
 
- 
Set the remaining type value shown on the component.
 
- setRenderingHint(RenderingHints.Key, Object) - Method in class org.mdiutil.geom.Graphics2DWrapper
 
-  
 
- setRenderingHints(Map) - Method in class org.mdiutil.geom.Graphics2DWrapper
 
-  
 
- setResizable(boolean) - Method in class org.mdiutil.swing.DialogBuilder
 
- 
Set if the dialog window is resizable.
 
- setResizable(boolean) - Method in class org.mdiutil.swing.GenericDialog
 
- 
Set if the Dialog panel is resizable.
 
- setRestrictToDirectory(boolean) - Method in class org.mdiutil.swing.JFileSelector
 
- 
 
- setResultsLimit(int) - Method in class org.mdiutil.jfx.autocomplete.JFXAutoComplete
 
- 
Set the results limits.
 
- setResultsLimit(int) - Method in class org.mdiutil.swing.autocomplete.JAutoComplete
 
- 
Set the results limits.
 
- setSAXParserFactoryImplementation(String) - Method in interface org.mdiutil.xml.XMLChildrenIncluder
 
- 
Set the SAXParser factory implementation.
 
- setSAXParserFactoryImplementation(String) - Static method in class org.mdiutil.xml.XMLSAXParser
 
- 
Set the SAXParser factory implementation.
 
- setScale(float) - Method in class org.mdiutil.geom.Graphics2DWrapper
 
- 
Set the current scale of the transformation.
 
- setSchema(URL) - Method in class org.mdiutil.xml.tree.dom.XMLDocumentBuilderFactory
 
- 
Set the schema of the underlying parser.
 
- setSchema(URL) - Method in class org.mdiutil.xml.tree.XMLNodeUtilities2
 
- 
Set the schema of the underlying parser.
 
- setSchema(URL) - Method in class org.mdiutil.xml.XMLSAXParser
 
- 
Set the optional Schema URL to use for Schema validation.
 
- setSchemaPrefix(String) - Method in class org.mdiutil.xml.tree.schema.XSDSchema
 
-  
 
- setSchemaValidator(boolean) - Method in class org.mdiutil.xml.XMLSAXParser
 
- 
Set if this SAX Parser uses a Schema Validator to validate XML files (true by default).
 
- setSelectedFile(File) - Method in class org.mdiutil.swing.JFileSelector
 
- 
Set the current selected File of this FileSelector.
 
- setSelectedFiles(File[]) - Method in class org.mdiutil.swing.JFileSelector
 
- 
Set the current selected Files of this FileSelector.
 
- setSelectedFiles(File[]) - Method in class org.mdiutil.swing.JMultipleFileSelector
 
- 
Set the current selected Files of this File Selector.
 
- setShowExceptions(boolean) - Method in class org.mdiutil.xml.tree.dom.XMLDocumentBuilderFactory
 
- 
Set if exceptions should be shown when creating the Document.
 
- setShowingDate(boolean) - Method in class org.mdiutil.util.logging.ConfigurableFormatter
 
- 
Set if the date must be presented.
 
- setShowingOnTwoLines(boolean) - Method in class org.mdiutil.util.logging.ConfigurableFormatter
 
- 
Set if the results must be presented on two lines.
 
- setShowWarnings(boolean) - Method in class org.mdiutil.xml.tree.dom.XMLDocumentBuilderFactory
 
- 
Set if warnings should be shown when creating the Document.
 
- setSize(Dimension) - Method in class org.mdiutil.swing.DialogBuilder
 
- 
Set the dimension of the dialog.
 
- setStatus(int) - Method in class org.mdiutil.xml.ResolverSAXHandler
 
- 
Force the status.
 
- setStringData(String) - Method in class org.mdiutil.xml.EntityListResolver.URLLSInput
 
-  
 
- setStringData(String) - Method in class org.mdiutil.xml.ResolverSAXHandler.SourceWrapper
 
-  
 
- setStroke(Stroke) - Method in class org.mdiutil.geom.Graphics2DWrapper
 
-  
 
- setSurfaceMode(boolean) - Method in class org.mdiutil.geom.ShapeNormalizer
 
- 
Set the surface filling mode of this normalizer.
 
- setSystemId(String) - Method in class org.mdiutil.xml.EntityListResolver.URLLSInput
 
-  
 
- setSystemId(String) - Method in class org.mdiutil.xml.ResolverSAXHandler.SourceWrapper
 
-  
 
- setTab(int) - Method in class org.mdiutil.xml.tree.XMLTreeReplacer
 
- 
Set the tabulation for the XML file for each child node
 
- setText(byte[]) - Method in class org.mdiutil.io.charset.CharsetDetector
 
- 
Set the input text (byte) data whose charset is to be detected.
 
- setText(InputStream) - Method in class org.mdiutil.io.charset.CharsetDetector
 
- 
Set the input text (byte) data whose charset is to be detected.
 
- setText(String) - Method in class org.mdiutil.swing.AbstractMultilineDialog
 
- 
Set the associated text.
 
- setText(String) - Method in class org.mdiutil.swing.JMultilineTextEditor
 
- 
Set the associated text.
 
- setText() - Method in class org.mdiutil.swing.JMultilineTextEditor
 
- 
Set the text in the component.
 
- setText(File[]) - Method in class org.mdiutil.swing.JMultipleFileSelector
 
- 
Set the text to show for a list of files.
 
- setTextAfterFileSelection(String) - Method in class org.mdiutil.swing.JFileSelector
 
- 
Set the text to show after the files selection.
 
- setTextAfterFileSelection(String) - Method in class org.mdiutil.swing.JMultipleFileSelector
 
- 
Set the text to show after the files selection.
 
- setTextComponent(JTextComponent) - Method in class org.mdiutil.swing.JMultilineTextEditor
 
- 
Set the text component to use with the text editor.
 
- setThreaded(boolean) - Method in class org.mdiutil.lang.applauncher.AppLauncher
 
- 
Set if the launch is threaded.
 
- setTimeOut(long) - Method in class org.mdiutil.lang.JREVersionDetector
 
- 
Set the timeOut.
 
- setTitle(String) - Method in class org.mdiutil.swing.AbstractGenericEditor
 
- 
Set the dialog title.
 
- setTitle(String) - Method in class org.mdiutil.swing.JListChooser
 
- 
Set the title.
 
- setTitledBorder(String) - Method in class org.mdiutil.swing.DialogBuilder.DialogPart
 
- 
Set the dialog part titled border.
 
- setTransfertHandler(TransferHandler) - Method in class org.mdiutil.swing.JFileSelector
 
- 
Set the associated TransferHandler.
 
- setTransform(AffineTransform) - Method in class org.mdiutil.geom.Graphics2DWrapper
 
- 
Transformations are filtered by this class before being sent to the wrapped Graphics2D.
 
- setType(XSDSimpleType) - Method in class org.mdiutil.xml.tree.schema.XSDAttribute
 
-  
 
- setType(XSDComplexType) - Method in class org.mdiutil.xml.tree.schema.XSDElementCell
 
-  
 
- setUniqueElement(E) - Method in class org.mdiutil.util.SingletonList
 
- 
Set the unique element of the list.
 
- setUnselectFilesText(String) - Method in class org.mdiutil.swing.JMultipleFileSelector
 
- 
Set the text to show on the button for the "Unselect files" option.
 
- setUnselectFileText(String) - Method in class org.mdiutil.swing.JFileSelector
 
- 
Set the text to show on the button for the "Unselect file" option.
 
- setUnselectFileText(String) - Method in class org.mdiutil.swing.JOptionalFileChooser
 
- 
Set the text to show on the button for the "Unselect file" option.
 
- setUp() - Method in class org.mdiutil.swing.AbstractGenericEditor
 
- 
Set up the panel contents.
 
- setUp() - Method in class org.mdiutil.swing.AbstractMultilineDialog
 
- 
Set up the panel contents.
 
- setUp() - Method in class org.mdiutil.swing.JMultilineDialog
 
- 
Set up the panel contents.
 
- setURI(String) - Method in class org.mdiutil.xml.tree.XMLRoot
 
- 
Set the XML document URI.
 
- setURL(URL) - Method in class org.mdiutil.net.NestableURLConnection
 
- 
Set the connection URL.
 
- setURL(URL) - Method in class org.mdiutil.xml.tree.XMLNodeIncluder
 
- 
Set the includer URL.
 
- setURL(URL) - Method in interface org.mdiutil.xml.XMLChildrenIncluder
 
- 
Set the includer URL.
 
- setURL(URL) - Method in class org.mdiutil.xml.XMLIncluder
 
- 
Set the includer URL.
 
- setUseColorLimits(boolean) - Method in class org.mdiutil.swing.JMemoryViewer
 
- 
Set if the memory viewer use different colors to show the remaining memory depending on the free memory.
 
- setValidating(boolean) - Method in class org.mdiutil.xml.tree.dom.XMLDocumentBuilderFactory
 
- 
Set if the underlying parser is validating.
 
- setValidating(boolean) - Method in class org.mdiutil.xml.tree.XMLNodeUtilities2
 
- 
Set if the underlying parser is validating.
 
- setValidating(boolean) - Method in class org.mdiutil.xml.XMLSAXParser
 
- 
Set if the parser is validating.
 
- setValue(Object) - Method in interface org.mdiutil.swing.GenericEditor
 
- 
Sets the current value of the editor.
 
- setValues(Vector<Object>) - Method in class org.mdiutil.swing.JListChooser
 
- 
Set the values of the list.
 
- setVerticalMenusSeparation(int) - Method in class org.mdiutil.swing.DialogBuilder
 
- 
Set the vertical menus separation.
 
- setVisible(boolean) - Method in class org.mdiutil.swing.PropertyEditor
 
-  
 
- setWarningColor(String) - Method in class org.mdiutil.xml.swing.BasicSAXHandler
 
- 
Set the html color for warnings.
 
- setWidth(Node, double) - Method in interface org.mdiutil.jfx.layout.AnchorUtilities
 
- 
Set the width of a Node.
 
- setWidth(Node, double) - Method in class org.mdiutil.jfx.layout.DefaultAnchorUtilities
 
- 
Set the width of a Node.
 
- setX(double) - Method in class org.mdiutil.geom.Vector2D
 
- 
Set the X coordinate of this Vector.
 
- setX(Node, double) - Method in interface org.mdiutil.jfx.layout.AnchorUtilities
 
- 
Set the X position of a Node.
 
- setX(Node, double) - Method in class org.mdiutil.jfx.layout.DefaultAnchorUtilities
 
- 
Set the X position of a Node.
 
- setXIncludeAware(boolean) - Method in class org.mdiutil.xml.XMLSAXParser
 
- 
Set if the parser is XInclude-aware.
 
- setXORMode(Color) - Method in class org.mdiutil.geom.Graphics2DWrapper
 
-  
 
- setXSDSequence(XSDSequence) - Method in class org.mdiutil.xml.tree.schema.XSDComplexType
 
-  
 
- setY(double) - Method in class org.mdiutil.geom.Vector2D
 
- 
Set the Y coordinate of this Vector.
 
- setY(Node, double) - Method in interface org.mdiutil.jfx.layout.AnchorUtilities
 
- 
Set the Y position of a Node.
 
- setY(Node, double) - Method in class org.mdiutil.jfx.layout.DefaultAnchorUtilities
 
- 
Set the Y position of a Node.
 
- setYesLabel(String) - Method in class org.mdiutil.swing.DialogBuilder
 
- 
 
- setYesNoLabels(String, String) - Method in class org.mdiutil.swing.GenericDialog
 
- 
Set the labels for the Yes / No buttons in the default exit panel.
 
- shape - Variable in class org.mdiutil.geom.ClippableShape
 
- 
The internal clipped Shape.
 
- ShapeNormalizer - Class in org.mdiutil.geom
 
- 
This class converts a Shape in an Array of Elementary Shapes.
 
- ShapeNormalizer() - Constructor for class org.mdiutil.geom.ShapeNormalizer
 
- 
Creates a new normalizer.
 
- ShapeNormalizer(boolean) - Constructor for class org.mdiutil.geom.ShapeNormalizer
 
- 
Creates a new normalizer.
 
- ShapeNormalizer.ConnectedShape - Class in org.mdiutil.geom
 
- 
This class wraps a Shape with a boolean indicating if the Shape is connected to the previous Shape.
 
- ShapeUtilities - Class in org.mdiutil.geom
 
- 
This class contain several utilities about Shapes.
 
- shear(double, double) - Method in class org.mdiutil.geom.Graphics2DWrapper
 
-  
 
- SHORT - Static variable in interface org.mdiutil.xml.tree.schema.XSDBaseTypes
 
-  
 
- shouldSelectCell(EventObject) - Method in class org.mdiutil.swing.ExtendedCellEditorAdaptor
 
-  
 
- SHOW_EXCEPTIONS - Static variable in interface org.mdiutil.xml.tree.XMLNodeUtilitiesOptions
 
- 
The option to show exceptions when creating a tree of nodes.
 
- SHOW_WARNINGS - Static variable in interface org.mdiutil.xml.tree.XMLNodeUtilitiesOptions
 
- 
The option to show warnings when creating a tree of nodes.
 
- showDetailButton - Variable in class org.mdiutil.swing.JErrorPane
 
- 
The button used to show or not the details.
 
- showDialog() - Method in class org.mdiutil.swing.AbstractGenericEditor
 
- 
Open the dialog, and return the result of the opening.
 
- showDialog(Component) - Method in class org.mdiutil.swing.AbstractMultilineDialog
 
- 
Show the dialog.
 
- showDialog(Component) - Method in class org.mdiutil.swing.GenericDialog
 
- 
Show the dialog.
 
- showDialog() - Method in class org.mdiutil.swing.GenericDialog
 
- 
Show the dialog.
 
- showDialog(Component) - Method in class org.mdiutil.swing.JListChooser
 
- 
Show the dialog.
 
- showDialog(Component, String) - Method in class org.mdiutil.swing.JOptionalFileChooser
 
- 
Pops a custom file chooser dialog with a custom approve button.
 
- showExceptions(boolean) - Method in class org.mdiutil.xml.tree.XMLNodeUtilities2
 
- 
Set if the parser shows the exceptions encountered during the parsing.
 
- showExceptions(boolean) - Method in class org.mdiutil.xml.XMLSAXParser
 
- 
Set if the parser shows the exceptions encountered during the parsing.
 
- showOpenDialog(Component) - Method in class org.mdiutil.swing.JOptionalFileChooser
 
- 
Pops an Open file chooser dialog with a custom approve button.
 
- showPopup(boolean) - Method in class org.mdiutil.jfx.autocomplete.JFXAutoComplete
 
- 
Set if the Popup Window with the words suggestions must be presented during typing.
 
- showPopup(boolean) - Method in class org.mdiutil.swing.autocomplete.JAutoComplete
 
- 
Set if the Popup Window with the words suggestions must be presented during typing.
 
- showSaveDialog(Component) - Method in class org.mdiutil.swing.JOptionalFileChooser
 
- 
Pops a Save file chooser dialog with a custom approve button.
 
- showWarnings(boolean) - Method in class org.mdiutil.xml.tree.XMLNodeUtilities2
 
- 
Set if the parser shows the warnings encountered during the parsing.
 
- showWarnings(boolean) - Method in class org.mdiutil.xml.XMLSAXParser
 
- 
Set if the parser shows the warnings encountered during the parsing.
 
- SimpleConsoleHandler - Class in org.mdiutil.util.logging
 
- 
A ConsoleHandler which does print its records on the System.out Stream if they are lower than a specified level.
 
- SimpleConsoleHandler() - Constructor for class org.mdiutil.util.logging.SimpleConsoleHandler
 
-  
 
- simpleShapeAsTransform(Shape, AffineTransform) - Static method in class org.mdiutil.geom.ShapeUtilities
 
- 
Return false if the transform will be delegated to the AffineTransform.
 
- SingleRootRestrictedFileSystemView - Class in org.mdiutil.swing
 
- 
A FileSystemView class that limits the file selections to a single root.
 
- SingleRootRestrictedFileSystemView(String) - Constructor for class org.mdiutil.swing.SingleRootRestrictedFileSystemView
 
-  
 
- SingleRootRestrictedFileSystemView(File) - Constructor for class org.mdiutil.swing.SingleRootRestrictedFileSystemView
 
-  
 
- SingletonList<E> - Class in org.mdiutil.util
 
- 
This class represent a List that has only one Element.
 
- SingletonList(E) - Constructor for class org.mdiutil.util.SingletonList
 
-  
 
- SingletonList() - Constructor for class org.mdiutil.util.SingletonList
 
-  
 
- SingletonListIterator<E> - Class in org.mdiutil.util
 
- 
This class represents a ListIterator that iterate on SingletonLists.
 
- SingletonListIterator(SingletonList<E>) - Constructor for class org.mdiutil.util.SingletonListIterator
 
- 
Constructor.
 
- size() - Method in class org.mdiutil.util.ConcurrentHashSet
 
- 
Returns the number of elements in this set (its cardinality).
 
- size() - Method in class org.mdiutil.util.SingletonList
 
-  
 
- size() - Method in class org.mdiutil.util.SoftHashMap
 
- 
Return the size of this map.
 
- skip(long) - Method in class org.mdiutil.io.FilteredBufferedReader
 
- 
Skip characters.
 
- skipAllPrefixes(boolean) - Method in class org.mdiutil.xml.tree.XMLNodeIncluder
 
- 
Set true if all the prefixes in the included children must be skipped.
 
- skipPrefixes(String...) - Method in class org.mdiutil.xml.tree.XMLNodeIncluder
 
- 
Set a list of prefixes to skip.
 
- skipPrefixes(Set<String>) - Method in class org.mdiutil.xml.tree.XMLNodeIncluder
 
- 
Set a list of prefixes to skip.
 
- SocketUtilities - Class in org.mdiutil.io
 
- 
This class provides several socket utilities.
 
- SocketUtilities() - Constructor for class org.mdiutil.io.SocketUtilities
 
-  
 
- SOFT_CLIPPING - Static variable in class org.mdiutil.geom.Graphics2DWrapper
 
- 
The shapes are clipped in the transcoding result.
 
- SoftHashMap<K,V> - Class in org.mdiutil.util
 
- 
A Map implementation backed by soft references for its values.
 
- SoftHashMap() - Constructor for class org.mdiutil.util.SoftHashMap
 
-  
 
- SortableQName - Class in org.mdiutil.xml.tree
 
- 
A sortable QName.
 
- SortableQName(QName) - Constructor for class org.mdiutil.xml.tree.SortableQName
 
- 
Constructor.
 
- SortableQName(String, String) - Constructor for class org.mdiutil.xml.tree.SortableQName
 
- 
Constructor specifying the Namespace URI and local part.
 
- SortableQName(String, String, String) - Constructor for class org.mdiutil.xml.tree.SortableQName
 
- 
Constructor specifying the Namespace URI, local part and prefix.
 
- SortableQName(String) - Constructor for class org.mdiutil.xml.tree.SortableQName
 
- 
Constructor specifying the name.
 
- SPINNER - Static variable in class org.mdiutil.swing.ExtendedCellEditor
 
- 
The type for spinner editors.
 
- split - Variable in class org.mdiutil.swing.JPropertyTreePanel
 
-  
 
- stack - Variable in class org.mdiutil.tree.TreeIterator
 
-  
 
- stacktrace - Variable in class org.mdiutil.swing.JErrorPane
 
- 
The stack trace.
 
- start() - Method in class org.mdiutil.io.StreamGobbler
 
- 
Start the Gobbler.
 
- start(Stage) - Method in class org.mdiutil.junit.JavaFXUnitApplication
 
-  
 
- start() - Method in class org.mdiutil.lang.applauncher.AppLauncher
 
- 
Setup the launcher and start the jar file.
 
- start() - Method in class org.mdiutil.swing.JMemoryViewer
 
- 
Start the memory viewer.
 
- start() - Method in class org.mdiutil.util.regex.RegexMatcher
 
- 
Returns the start index of the previous match.
 
- start(int) - Method in class org.mdiutil.util.regex.RegexMatcher
 
- 
Returns the start index of the subsequence captured by the given group during the previous match operation.
 
- start(String) - Method in class org.mdiutil.util.regex.RegexMatcher
 
- 
Returns the start index of the subsequence captured by the given named-capturing group during the previous match operation.
 
- startDocument() - Method in class org.mdiutil.xml.ResolverSAXHandler
 
- 
Receive notification of the beginning of the document.
 
- startElement(String, String, String, Attributes) - Method in class org.mdiutil.xml.ResolverSAXHandler
 
- 
Receive notification of the beginning of an element.
 
- startElement(String, String, String, Attributes) - Method in class org.mdiutil.xml.tree.XMLTreeHandler
 
- 
Receive notification of the beginning of an element.
 
- startElement(String, String, String, Attributes) - Method in class org.mdiutil.xml.XMLIncluder
 
-  
 
- startjavaFX() - Static method in class org.mdiutil.junit.JavaFXUnitApplication
 
- 
Start the JavaFX Application, and wait for the javaFX framework to successfully initialize.
 
- startPrefixMapping(String, String) - Method in class org.mdiutil.xml.tree.XMLTreeHandler
 
-  
 
- startPrefixMapping(String, String) - Method in class org.mdiutil.xml.XMLIncluder
 
-  
 
- startSearchOnKeyCode(KeyCode) - Method in class org.mdiutil.jfx.autocomplete.JFXAutoComplete
 
- 
Set the KeyCode to use to start the search.
 
- startSearchOnKeyCode(int) - Method in class org.mdiutil.swing.autocomplete.JAutoComplete
 
- 
Set the keyCode to use to start the search.
 
- status - Variable in class org.mdiutil.xml.ResolverSAXHandler
 
- 
The parsing state.
 
- stop() - Method in class org.mdiutil.swing.JMemoryViewer
 
- 
Stop the memory viewer.
 
- stopCellEditing() - Method in class org.mdiutil.swing.ExtendedCellEditorAdaptor
 
-  
 
- StopParsingException - Exception in org.mdiutil.xml
 
- 
Used to stop SAX parsing in the least ugly way.
 
- StopParsingException() - Constructor for exception org.mdiutil.xml.StopParsingException
 
- 
Create an exception.
 
- StopParsingException(Object) - Constructor for exception org.mdiutil.xml.StopParsingException
 
- 
Create an exception, with an additional content.
 
- stoppedParsingAdditionalContent() - Method in class org.mdiutil.xml.XMLSAXParser
 
- 
Return the optional additional content returned while the parsing has been stopped before the end of the XML Stream).
 
- StreamGobbler - Class in org.mdiutil.io
 
- 
A class which constantly consumes the input from an InputStream, and distribute the input lines to a listener.
 
- StreamGobbler(InputStream) - Constructor for class org.mdiutil.io.StreamGobbler
 
- 
Constructor with the default UTF-8 charset.
 
- StreamGobbler(InputStream, String) - Constructor for class org.mdiutil.io.StreamGobbler
 
- 
Constructor.
 
- StreamGobbler(InputStream, Charset) - Constructor for class org.mdiutil.io.StreamGobbler
 
- 
Constructor.
 
- StreamGobbler.Listener - Interface in org.mdiutil.io
 
- 
 
- STRING - Static variable in interface org.mdiutil.xml.tree.schema.XSDBaseTypes
 
-  
 
- stringToHex(String) - Method in class org.mdiutil.xml.UTF8Reader
 
- 
Convert a Java String to its equivalent escaped Unicode sequence.
 
- StringUtils - Class in org.mdiutil.lang
 
- 
Provides several String utilities.
 
- StylableSizableArea - Class in org.mdiutil.swing
 
- 
A stylable text area whose preferred scrollable size can be forced to any value.
 
- StylableSizableArea(int) - Constructor for class org.mdiutil.swing.StylableSizableArea
 
- 
Create a new SizableArea.
 
- StylableSizableArea(int, Font) - Constructor for class org.mdiutil.swing.StylableSizableArea
 
- 
Constructor.
 
- StylableSizableArea(int, int) - Constructor for class org.mdiutil.swing.StylableSizableArea
 
- 
Constructor.
 
- StylableSizableArea(int, int, Font) - Constructor for class org.mdiutil.swing.StylableSizableArea
 
- 
Constructor.
 
- subList(int, int) - Method in class org.mdiutil.util.SingletonList
 
-  
 
- subpanel - Variable in class org.mdiutil.swing.JErrorPane
 
- 
The sub panel that contains the stack trace text area.
 
- SuggestedHit(AutoCompleteDictionary.Item) - Constructor for class org.mdiutil.jfx.autocomplete.JFXAutoComplete.SuggestedHit
 
- 
Constructor.
 
- SuggestedHit(String, String) - Constructor for class org.mdiutil.jfx.autocomplete.JFXAutoComplete.SuggestedHit
 
- 
Constructor.
 
- SuggestedHit(AutoCompleteDictionary.Item) - Constructor for class org.mdiutil.swing.autocomplete.JAutoComplete.SuggestedHit
 
- 
Constructor.
 
- SuggestedHit(String, String) - Constructor for class org.mdiutil.swing.autocomplete.JAutoComplete.SuggestedHit
 
- 
Constructor.
 
- suggestedHitsPanel - Variable in class org.mdiutil.swing.autocomplete.JAutoComplete
 
- 
The suggestion panel.
 
- SwingMacOSXUISetter - Class in org.mdiutil.lang.swing
 
- 
This class allows to set options for the MAC OS X platform on the Swing UI.
 
- sync() - Method in class org.mdiutil.prefs.MemoryPreferences
 
- 
Identical to flush().
 
- sync() - Method in class org.mdiutil.prefs.NetworkPreferences
 
- 
Identical to flush().
 
- syncSpi() - Method in class org.mdiutil.prefs.MemoryPreferences
 
- 
Empty, never used implementation of AbstractPreferences.syncSpi().
 
- syncSpi() - Method in class org.mdiutil.prefs.NetworkPreferences
 
- 
Empty, never used implementation of AbstractPreferences.syncSpi().
 
- SYSTEM_NODE - Static variable in class org.mdiutil.prefs.MemoryPreferences
 
-  
 
- SYSTEM_NODE - Static variable in class org.mdiutil.prefs.NetworkPreferences
 
- 
The system node type.
 
- systemID - Variable in class org.mdiutil.xml.XmlWriter
 
-  
 
- systemNodeForPackage(Class) - Static method in class org.mdiutil.prefs.MemoryPreferences
 
-  
 
- systemNodeForPackage(Class) - Static method in class org.mdiutil.prefs.NetworkPreferences
 
-  
 
- systemNodeForPackage(Class<?>) - Static method in class org.mdiutil.prefs.NetworkPreferencesFactory
 
-  
 
- systemRoot() - Method in class org.mdiutil.prefs.FilePreferencesFactory
 
- 
Always return null.
 
- systemRoot() - Method in class org.mdiutil.prefs.MemoryPreferencesFactory
 
- 
Returns the system root preference node.
 
- systemRoot() - Method in class org.mdiutil.prefs.NetworkPreferencesFactory
 
- 
Returns the system root preference node.
 
- systemRootAsNetwork() - Method in class org.mdiutil.prefs.MemoryPreferencesFactory
 
- 
 
- systemRootAsNetwork() - Method in class org.mdiutil.prefs.NetworkPreferencesFactory
 
- 
 
- SystemUtils - Class in org.mdiutil.lang
 
- 
This class provides several System utilities.