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

G

GENERIC - Static variable in class org.mdiutil.swing.ExtendedCellEditor
The type for generic editors.
GenericDialog<O> - Class in org.mdiutil.swing
A generic dialog component, with Yes / No buttons.The minimal method to implement is the GenericDialog.createPanel() method, which allows to create the main panel of the dialog.
GenericDialog() - Constructor for class org.mdiutil.swing.GenericDialog
Constructor.
GenericDialog(boolean) - Constructor for class org.mdiutil.swing.GenericDialog
Constructor.
GenericDialog(O, boolean) - Constructor for class org.mdiutil.swing.GenericDialog
Constructor.
GenericDialog(String, Component, boolean) - Constructor for class org.mdiutil.swing.GenericDialog
Constructor, with a title, a dialog owner, and a modality.
GenericDialog(String, Component, O, boolean) - Constructor for class org.mdiutil.swing.GenericDialog
Constructor, with a title, a dialog owner, and a modality.
GenericDialog(String) - Constructor for class org.mdiutil.swing.GenericDialog
Constructor, with a title.
GenericDialog(String, O) - Constructor for class org.mdiutil.swing.GenericDialog
Constructor, with a title.
GenericDialog(String, boolean) - Constructor for class org.mdiutil.swing.GenericDialog
Constructor, with a title.
GenericDialog.DialogAdapter - Class in org.mdiutil.swing
A default implementation for a Dialog listener which will be fired if the dialog is applied (if clicking on "Yes") or cancelled (if clicking on "Cancel" or closing the window without applying the dialog).
GenericDialog.DialogListener - Interface in org.mdiutil.swing
An interface for Dialog listener which will be fired if the dialog is applied (if clicking on "Yes") or cancelled (if clicking on "Cancel" or closing the window without applying the dialog).
GenericEditor - Interface in org.mdiutil.swing
A Generic editor to be used with PropertyEditors or JTables.
GeometryRuler - Class in org.mdiutil.geom
This class computes areas and perimeters of any Shape.
get(int) - Method in class org.mdiutil.util.SingletonList
 
get(Object) - Method in class org.mdiutil.util.SoftHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
getAbsoluteFile(File, String) - Static method in class org.mdiutil.io.FileUtilities
Return the File corresponding to a String-defined path, that can be defined as absolute, or as relative to a base directory.
getAbsolutePath(File, String) - Static method in class org.mdiutil.io.FileUtilities
Return the absolute path of an URL, using the file separator of the platform.
getAbsolutePath(File, String, boolean) - Static method in class org.mdiutil.io.FileUtilities
Return the absolute path of an URL, using the file separator of the platform.
getAbsolutePath(URL, String) - Static method in class org.mdiutil.io.FileUtilities
Return the absolute path of an URL, using the file separator of the platform.
getAbsoluteURL(URL, String) - Static method in class org.mdiutil.io.FileUtilities
Return the File corresponding to a String-defined path, that can be defined as absolute, or as relative to a base directory.
getAdditionalContent() - Method in exception org.mdiutil.xml.StopParsingException
Return the exception additional content.
getAdditionalProperties() - Method in class org.mdiutil.xml.ResolverSAXHandler.ExceptionResult
Return the additional properties on the result.
getAdditionalSearchLabel(String) - Method in class org.mdiutil.jfx.autocomplete.JFXAutoComplete
Return the full-text search label to show for the corresponding item.
getAllChildren(QName) - Method in class org.mdiutil.xml.tree.XMLNode
Return the list of all children of this node having a specified qualified name.
getAllChildren(String) - Method in class org.mdiutil.xml.tree.XMLNode
Return the list of all children of this node having a specified name.
getAllDetectableCharsets() - Static method in class org.mdiutil.io.charset.CharsetDetector
Get the names of all charsets supported by CharsetDetector class.
getAnchorUtilities() - Method in class org.mdiutil.jfx.layout.NodeAnchor
Return the class which will manage the position and size of Nodes
getAngle() - Method in class org.mdiutil.geom.Vector2D
Return the angle of this vector with the X axis.
getApplicationName() - Method in class org.mdiutil.prefs.MemoryPreferencesFactory
get the name that tag the factory for the application.
getApplicationName() - Method in class org.mdiutil.prefs.NetworkPreferencesFactory
Return the name that tag the factory for the application.
getAppproveListener() - Method in class org.mdiutil.swing.AbstractGenericEditor
Return the listener which will be fired when approving the editor changes.
getArc2DArea(Arc2D) - Method in class org.mdiutil.geom.GeometryRuler
Return an Arc2D area.
getArc2DLength(Arc2D) - Method in class org.mdiutil.geom.GeometryRuler
Return an Arc2D length.
getArchitecture() - Static method in class org.mdiutil.lang.SystemUtils
Return the JVM Platform architecture.
getArguments(List<String>) - Method in class org.mdiutil.lang.applauncher.AppLauncher
Fill the list of arguments for the launch.
getAttributeFilters() - Method in class org.mdiutil.xml.tree.NodeFilter
Return the filters on attributes
getAttributes() - Method in class org.mdiutil.xml.tree.schema.XSDComplexType
 
getAttributes() - Method in class org.mdiutil.xml.tree.XMLNode
Return the Map of attributes for this node.
getAttributes() - Method in class org.mdiutil.xml.tree.XMLTreeReplacer.Node
Return the attributes changes.
getAttributeValue(String) - Method in class org.mdiutil.xml.tree.XMLNode
Return the value of an attribute of a specified name.
getAttributeValue(QName) - Method in class org.mdiutil.xml.tree.XMLNode
Return the value of an attribute of a specified name.
getAttributeValueAsBoolean(String) - Method in class org.mdiutil.xml.tree.XMLNode
Return the value of an attribute of a specified name as a char.
getAttributeValueAsBoolean(String, boolean) - Method in class org.mdiutil.xml.tree.XMLNode
Return the value of an attribute of a specified name as a char.
getAttributeValueAsBoolean(QName, boolean) - Method in class org.mdiutil.xml.tree.XMLNode
Return the value of an attribute of a specified name as a boolean.
getAttributeValueAsByte(String) - Method in class org.mdiutil.xml.tree.XMLNode
Return the value of an attribute of a specified name as a byte.
getAttributeValueAsByte(String, byte) - Method in class org.mdiutil.xml.tree.XMLNode
Return the value of an attribute of a specified name as a byte.
getAttributeValueAsByte(QName, byte) - Method in class org.mdiutil.xml.tree.XMLNode
Return the value of an attribute of a specified name as a byte.
getAttributeValueAsChar(String) - Method in class org.mdiutil.xml.tree.XMLNode
Return the value of an attribute of a specified name as a char.
getAttributeValueAsChar(String, char) - Method in class org.mdiutil.xml.tree.XMLNode
Return the value of an attribute of a specified name as a char.
getAttributeValueAsChar(QName, char) - Method in class org.mdiutil.xml.tree.XMLNode
Return the value of an attribute of a specified name as a char.
getAttributeValueAsDouble(String) - Method in class org.mdiutil.xml.tree.XMLNode
Return the value of an attribute of a specified name as a double.
getAttributeValueAsDouble(String, double) - Method in class org.mdiutil.xml.tree.XMLNode
Return the value of an attribute of a specified name as a double.
getAttributeValueAsDouble(QName, double) - Method in class org.mdiutil.xml.tree.XMLNode
Return the value of an attribute of a specified name as a double.
getAttributeValueAsFloat(String) - Method in class org.mdiutil.xml.tree.XMLNode
Return the value of an attribute of a specified name as a float.
getAttributeValueAsFloat(String, float) - Method in class org.mdiutil.xml.tree.XMLNode
Return the value of an attribute of a specified name as a float.
getAttributeValueAsFloat(QName, float) - Method in class org.mdiutil.xml.tree.XMLNode
Return the value of an attribute of a specified name as a float.
getAttributeValueAsInt(String) - Method in class org.mdiutil.xml.tree.XMLNode
Return the value of an attribute of a specified name as an int.
getAttributeValueAsInt(String, int) - Method in class org.mdiutil.xml.tree.XMLNode
Return the value of an attribute of a specified name as an int.
getAttributeValueAsInt(String, int, boolean) - Method in class org.mdiutil.xml.tree.XMLNode
Return the value of an attribute of a specified name as an int.
getAttributeValueAsInt(QName, int, boolean) - Method in class org.mdiutil.xml.tree.XMLNode
Return the value of an attribute of a specified name as an int.
getAttributeValueAsLong(String) - Method in class org.mdiutil.xml.tree.XMLNode
Return the value of an attribute of a specified name as a long.
getAttributeValueAsLong(String, long) - Method in class org.mdiutil.xml.tree.XMLNode
Return the value of an attribute of a specified name as a long.
getAttributeValueAsLong(String, long, boolean) - Method in class org.mdiutil.xml.tree.XMLNode
Return the value of an attribute of a specified name as a long.
getAttributeValueAsLong(QName, long, boolean) - Method in class org.mdiutil.xml.tree.XMLNode
Return the value of an attribute of a specified name as a long.
getAttributeValueAsQName(String) - Method in class org.mdiutil.xml.tree.XMLNode
Return the value of an attribute of a specified name.
getAttributeValueAsQName(QName) - Method in class org.mdiutil.xml.tree.XMLNode
Return the value of an attribute of a specified name.
getAttributeValueAsShort(String) - Method in class org.mdiutil.xml.tree.XMLNode
Return the value of an attribute of a specified name as a short.
getAttributeValueAsShort(String, short) - Method in class org.mdiutil.xml.tree.XMLNode
Return the value of an attribute of a specified name as a short.
getAttributeValueAsShort(QName, short) - Method in class org.mdiutil.xml.tree.XMLNode
Return the value of an attribute of a specified name as a short.
getAutoCompleteListeners() - Method in class org.mdiutil.swing.autocomplete.JAutoComplete
Return the list of JAutoComplete listeners.
getBackground() - Method in class org.mdiutil.geom.Graphics2DWrapper
 
getBaseType() - Method in class org.mdiutil.xml.tree.schema.XSDAttribute
 
getBaseType(XSDSchema, QName) - Method in class org.mdiutil.xml.tree.schema.XSDDefaultTypes
Return the qualified name which correspond to a base type.
getBaseType() - Method in class org.mdiutil.xml.tree.schema.XSDSimpleType
 
getBaseURI() - Method in class org.mdiutil.xml.EntityListResolver.URLLSInput
 
getBaseURI() - Method in class org.mdiutil.xml.ResolverSAXHandler.SourceWrapper
 
getBooleanArray(Preferences, String, boolean) - Static method in class org.mdiutil.prefs.PreferencesHelper
Returns the boolean[] represented by the string associated with the specified node in this preference node.
getBoundedURI(String) - Method in class org.mdiutil.xml.tree.XMLNode
Return the URI bounded with a prefix.
getBoundPrefix(String) - Method in class org.mdiutil.xml.tree.XMLNode
Return the prefix bounded with an URI declaration.
getBoundPrefixes() - Method in class org.mdiutil.xml.tree.XMLNode
Return the prefixes bounded to URIs.
getBounds() - Method in class org.mdiutil.geom.ClippableShape
Return the bounds of the resulting clipped Shape.
getBounds() - Method in class org.mdiutil.geom.Polygon2D
Returns the bounding box of the Shape.
getBounds2D() - Method in class org.mdiutil.geom.ClippableShape
Return the bounds of the resulting clipped Shape.
getBounds2D() - Method in class org.mdiutil.geom.Polygon2D
Returns the high precision bounding box of the Shape.
getBoundURIs() - Method in class org.mdiutil.xml.tree.XMLNode
Return the URIs bounded to prefix.
getBundle(String) - Static method in class org.mdiutil.lang.MessageProvider
Return the bundle with a specified key.
getButtonsPanel() - Method in class org.mdiutil.swing.JErrorPane
Return the panel used for the buttons.
getByteStream() - Method in class org.mdiutil.xml.EntityListResolver.URLLSInput
 
getByteStream() - Method in class org.mdiutil.xml.ResolverSAXHandler.SourceWrapper
 
getCancelAction() - Method in class org.mdiutil.swing.GenericDialog
Return the action associated with the default "No" button.
getCancelLabel() - Method in class org.mdiutil.swing.DialogBuilder
Return the label for the "Cancel" button, in a IDialogBuilder.YES_CANCEL_DIALOG.
getCancelLabel() - Method in interface org.mdiutil.swing.IDialogBuilder
Return the label for the "Cancel" button, in a IDialogBuilder.YES_CANCEL_DIALOG.
getCategories() - Method in class org.mdiutil.junit.JUnitCategoryWrapper
 
getCategories() - Method in class org.mdiutil.text.autocomplete.AutoCompleteDictionary
Return the map of categories.
getCDATA() - Method in class org.mdiutil.xml.tree.XMLNode
Return the CDATA content for the node.
getCDATAValueAsBoolean(boolean) - Method in class org.mdiutil.xml.tree.XMLNode
Return the value of the CDATA as a boolean.
getCDATAValueAsByte(byte) - Method in class org.mdiutil.xml.tree.XMLNode
Return the value of the CDATA as a byte.
getCDATAValueAsChar(char) - Method in class org.mdiutil.xml.tree.XMLNode
Return the value of the CDATA as a char.
getCDATAValueAsDouble(double) - Method in class org.mdiutil.xml.tree.XMLNode
Return the value of the CDATA as a double.
getCDATAValueAsFloat(float) - Method in class org.mdiutil.xml.tree.XMLNode
Return the value of the CDATA as a float.
getCDATAValueAsInt(int) - Method in class org.mdiutil.xml.tree.XMLNode
Return the value of the CDATA as an int.
getCDATAValueAsInt(int, boolean) - Method in class org.mdiutil.xml.tree.XMLNode
Return the value of the CDATA as an int.
getCDATAValueAsLong(long) - Method in class org.mdiutil.xml.tree.XMLNode
Return the value of the CDATA as a long.
getCDATAValueAsLong(long, boolean) - Method in class org.mdiutil.xml.tree.XMLNode
Return the value of the CDATA as a long.
getCDATAValueAsShort(short) - Method in class org.mdiutil.xml.tree.XMLNode
Return the value of the CDATA as a short.
getCDATAValueAsString() - Method in class org.mdiutil.xml.tree.XMLNode
Return the CDATA content for the node.
getCellEditor() - Method in class org.mdiutil.swing.ExtendedCellEditorAdaptor
 
getCellEditor(int, int) - Method in class org.mdiutil.swing.ExtendedEditorTable
Returns an appropriate editor for the cell specified by row and column.Note that contrary to the ExtendedEditorTable.getEditor(int, int), this method will defer to the parent class if there is no specific TableCellEditor defined for the row and column.
getCellEditorValue() - Method in class org.mdiutil.swing.ExtendedCellEditor
 
getCellEditorValue() - Method in class org.mdiutil.swing.ExtendedCellEditorAdaptor
 
getCellRenderer(int, int) - Method in class org.mdiutil.swing.ExtendedEditorTable
Returns the renderer for the cell specified by this row and column.
getCertifiedText() - Method in class org.mdiutil.xml.EntityListResolver.URLLSInput
 
getCertifiedText() - Method in class org.mdiutil.xml.ResolverSAXHandler.SourceWrapper
 
getCharacterStream() - Method in class org.mdiutil.xml.EntityListResolver.URLLSInput
 
getCharacterStream() - Method in class org.mdiutil.xml.ResolverSAXHandler.SourceWrapper
 
getCharset() - Method in class org.mdiutil.xml.tree.XMLNodeIncluder
Return the charset to use to write the content.
getCharset() - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the charset to use to write the content.
getCharset() - Method in class org.mdiutil.xml.tree.XMLNodeUtilities2
Return the charset to use to write the content.
getCharset() - Method in interface org.mdiutil.xml.XMLChildrenIncluder
Return the charset to use to write the content.
getCharset() - Method in class org.mdiutil.xml.XMLIncluder
Return the charset to use to write the content.
getCharset() - Method in class org.mdiutil.xml.XMLSAXParser
Return the charset.
getCharsetMatch(URL) - Method in class org.mdiutil.io.charset.CharsetDetector
Return the guessed encoding of an URL.
getCharsetMatch(File) - Method in class org.mdiutil.io.charset.CharsetDetector
Return the guessed encoding of a file.
getChild(int) - Method in class org.mdiutil.xml.tree.XMLNode
Return the i-th child of this node.
getChildren(URL, boolean) - Static method in class org.mdiutil.io.FileUtilities
Return the list of children of a URL designing a directory, including directories in jar or zip files.
getChildren() - Method in class org.mdiutil.junit.CategoryRunner
 
getChildren() - Method in class org.mdiutil.lang.ProcessManager.ExternalProcess
Return the children processes.
getChildren() - Method in class org.mdiutil.xml.tree.XMLNode
Return the ordered list of children of this Node.
getChildURL(URL, String, int) - Static method in class org.mdiutil.io.FileUtilities
Return an URL by its relative path from a parent URL.
getChildURL(URL, String) - Static method in class org.mdiutil.io.FileUtilities
Return an URL by its relative path from a parent URL.
getChildURL(URL, String, boolean) - Static method in class org.mdiutil.io.FileUtilities
Return an URL by its relative path from a parent URL.
getChildURL(URL, String, boolean, boolean) - Static method in class org.mdiutil.io.FileUtilities
Return an URL by its relative path from a parent URL.
getClassLoader() - Method in class org.mdiutil.xml.XMLIncluder
Return the ClassLoader.
getClassLoader() - Method in class org.mdiutil.xml.XMLSAXParser
Return the ClassLoader.
getClickCountToStart() - Method in interface org.mdiutil.swing.GenericEditor
Return the number of clicks needed to start editing.
getClip() - Method in class org.mdiutil.geom.Graphics2DWrapper
 
getClipBounds() - Method in class org.mdiutil.geom.Graphics2DWrapper
 
getCloseIcon() - Method in class org.mdiutil.swing.JCloseableTabbedPane
Return the close Icon.
getCloseListeners() - Method in class org.mdiutil.swing.JCloseableTabbedPane
Return the list of CloseListeners.
getColor() - Method in class org.mdiutil.geom.Graphics2DWrapper
 
getColor(Preferences, String, Color) - Static method in class org.mdiutil.prefs.swing.PreferencesUIHelper
Returns the Color represented by the string associated with the specified key in this preference node.
getColorChooser() - Method in class org.mdiutil.swing.JColorSelector
Return the backed color chooser
getColumnWidth(int) - Method in class org.mdiutil.swing.PropertyEditor
Return the width of one colum.
getComment() - Method in interface org.mdiutil.xml.tree.CommentedNode
Return the node comment.
getComment() - Method in class org.mdiutil.xml.tree.XMLCommentedNode
Return the node comment.
getComment() - Method in class org.mdiutil.xml.tree.XMLCommentedRoot
Return the node comment.
getCompatibleFile(File) - Method in class org.mdiutil.io.ExtensionFilenameFilter
Creates a File compatible with this FileFilter extension, if the input file has no extension.
getCompatibleFile(File, String[]) - Static method in class org.mdiutil.io.FileUtilities
Return a File abstract representation, making sure that it have the desired extension.
getCompatibleFile(File, String[], String) - Static method in class org.mdiutil.io.FileUtilities
Return a File abstract representation, making sure that it have the desired extension.
getCompatibleFile(File, Set<String>, String) - Static method in class org.mdiutil.io.FileUtilities
Return a File abstract representation, making sure that it have one of the desired extensions.
getCompatibleFile(File, String) - Static method in class org.mdiutil.io.FileUtilities
Return a File abstract representation, making sure that it have the desired extension.
getCompatibleFile(File) - Method in class org.mdiutil.swing.ExtensionFileFilter
Create a File compatible with this FileFilter extension, if the input file has no extension.
getCompleteName() - Method in class org.mdiutil.xml.tree.SortableQName
Return the complete name of the sortable QName.
getCompleteName() - Method in class org.mdiutil.xml.tree.XMLNode
Return the complete name of the node.
getComplexType() - Method in class org.mdiutil.xml.tree.schema.XSDElement
 
getComplexType() - Method in class org.mdiutil.xml.tree.schema.XSDElementCell
 
getComplexType(QName) - Method in class org.mdiutil.xml.tree.schema.XSDSchema
 
getComplexTypes() - Method in class org.mdiutil.xml.tree.schema.XSDSchema
 
getComponentAt(int) - Method in class org.mdiutil.swing.PropertyEditor
Return the component at a specified row.
getComposite() - Method in class org.mdiutil.geom.Graphics2DWrapper
 
getConfidence() - Method in class org.mdiutil.io.charset.CharsetMatch
Get an indication of the confidence in the charset detected.
getConfigurationFile() - Method in class org.mdiutil.lang.applauncher.AppLauncher
Return the name of the configuration file.
getContainingTextListeners() - Method in class org.mdiutil.swing.autocomplete.JAutoComplete
Return the list of containing text listeners.
getContent() - Method in class org.mdiutil.xml.tree.XMLNodeIncluder
Return a String representing the XML content.
getContent() - Method in interface org.mdiutil.xml.XMLChildrenIncluder
Return a String representing the XML content.
getContent() - Method in class org.mdiutil.xml.XMLIncluder
Return a String representing the XML content.
getContentBorder() - Method in interface org.mdiutil.swing.IDialogBuilder
Return the Border around the dialog content.
getContentParent() - Method in class org.mdiutil.swing.DialogBuilder.DialogPart
Return the parent.
getCurrentDirectory() - Method in class org.mdiutil.swing.JFileSelector
Return the current Directory of this FileSelector.
getCurrentDirectory() - Method in class org.mdiutil.swing.JMultipleFileSelector
Return the current Directory of this FileSelector.
getCurrentFilterName() - Method in class org.mdiutil.xml.tree.XMLNodesIterator
Return the filter name for the current node.
getCurrentNode() - Method in class org.mdiutil.xml.tree.XMLNodesIterator
Return the node at which the TreeWalker is currently positioned.
getCurrentNode() - Method in class org.mdiutil.xml.tree.XMLTreeHandler
Return the current node.
getCurrentNode() - Method in class org.mdiutil.xml.XMLTreeWalker
Return the node at which the TreeWalker is currently positioned.
getCurrentState() - Method in class org.mdiutil.geom.CurveConverter
Return the current state.
getCurrentValue(JComponent) - Method in interface org.mdiutil.swing.JListChooser.ListChooserHandler
Fired when the current value of the editor component has changed.
getCustomProperties() - Method in class org.mdiutil.lang.applauncher.AppLauncher
Return the names of the allowed custom properties.
getDefaultBaseDirectory() - Method in class org.mdiutil.xml.XMLSAXParser
Return the default base directory which will be used for relative URLs if the parent URL is unknown.
getDefaultClassLoader() - Method in class org.mdiutil.lang.ResourceLoader
Return the default ClassLoader used by this Class.
getDefaultIcon(boolean) - Method in class org.mdiutil.swing.JPropertyTreePanel.PropertyTreeRenderer
Called internally to access to the default icons for expanded and unexpanded nodes.
getDefaultMessage() - Method in class org.mdiutil.lang.MessageBundle
Return the default message to use when the key does not exist.
getDefaultTimeOut() - Static method in class org.mdiutil.lang.JREVersionDetector
Return the default timeOut.
getDefaultValue() - Method in class org.mdiutil.xml.tree.schema.XSDAttribute
 
getDescription() - Method in class org.mdiutil.io.ExtensionFilenameFilter
Return the description of this FileFilter.
getDescription() - Method in class org.mdiutil.swing.ExtensionFileFilter
Return the description of this FileFilter.
getDeviceConfiguration() - Method in class org.mdiutil.geom.Graphics2DWrapper
 
getDialog() - Method in class org.mdiutil.swing.GenericDialog
Return the dialog.
getDialogDimension() - Method in class org.mdiutil.swing.AbstractMultilineDialog
Return the dimension of the dialog.
getDialogDimension() - Method in class org.mdiutil.swing.JMultilineTextEditor
Return the dimension of the dialog.
getDialogListeners() - Method in class org.mdiutil.swing.GenericDialog
Return the Dialog listeners which will be fired if the dialog is applied or cancelled.
getDialogLocation() - Method in class org.mdiutil.swing.GenericDialog
Return the dialog location.
getDialogTitle() - Method in class org.mdiutil.swing.AbstractMultilineDialog
Return the dialog title.
getDialogTitle() - Method in class org.mdiutil.swing.DialogBuilder
Return the dialog title.
getDialogTitle() - Method in interface org.mdiutil.swing.IDialogBuilder
Return the dialog title.
getDialogTitle() - Method in class org.mdiutil.swing.JFileSelector
Return the dialog title.
getDialogTitle() - Method in class org.mdiutil.swing.JMultipleFileSelector
Return the dialog title.
getDialogType() - Method in class org.mdiutil.swing.DialogBuilder
Return the dialog type.
getDialogType() - Method in interface org.mdiutil.swing.IDialogBuilder
Return the dialog type.
getDialogType() - Method in class org.mdiutil.swing.JFileSelector
Return the type of this dialog.
getDictionary() - Method in class org.mdiutil.jfx.autocomplete.JFXAutoComplete
Return the dictionnary used for the Autocompletion.
getDictionary() - Method in class org.mdiutil.swing.autocomplete.JAutoComplete
Return the dictionnary used for the Autocompletion.
getDictionary() - Method in interface org.mdiutil.text.autocomplete.AutoComplete
Return the dictionnary used for the Autocompletion.
getDictionary() - Method in class org.mdiutil.text.autocomplete.AutoCompleteDictionary
Return the dictionary.
getDictionnary() - Method in class org.mdiutil.text.autocomplete.AutoCompleteDictionary.Category
Return the dictionary for the category.
getDirectory(String) - Static method in class org.mdiutil.io.FileUtilities
Get the directory whose name is defined by path.
getDoctype() - Method in class org.mdiutil.xml.XmlWriter
Return the doctype.
getDocument() - Method in class org.mdiutil.swing.JMultilineTextEditor
Return the associated Document.
getDocumentBaseURL() - Method in class org.mdiutil.xml.ResolverSAXHandler
Return the base URL of the parsed document.
getDocumentLocator() - Method in class org.mdiutil.xml.ResolverSAXHandler
Return the document locator.
getDragEnabled() - Method in class org.mdiutil.swing.JFileSelector
Return true if drag is enabled.
getDrive(File) - Static method in class org.mdiutil.io.FileUtilities
Return the drive name of a file.
getDTD() - Method in class org.mdiutil.xml.ResolverSAXHandler
Return this handler DTD.
getEditor() - Method in class org.mdiutil.swing.AbstractGenericEditor
Return the Editor component.
getEditor(int, int) - Method in class org.mdiutil.swing.ExtendedEditorTable
Return the specific TableCellEditor for a row and column.
getEditorComponent() - Method in class org.mdiutil.swing.AbstractGenericEditor
Return the component to use for the PropertyEditors or JTable.
getEditorComponent() - Method in interface org.mdiutil.swing.GenericEditor
Return the component to use for the PropertyEditors or JTable.
getEditorType() - Method in class org.mdiutil.swing.ExtendedCellEditor
Return the editor type.
getEllipse2DArea(Ellipse2D) - Method in class org.mdiutil.geom.GeometryRuler
Return an Ellipse2D area.
getEllipse2DLength(Ellipse2D) - Method in class org.mdiutil.geom.GeometryRuler
Return an Ellipse2D length (perimeter).
getEncoding() - Method in class org.mdiutil.xml.EntityListResolver.URLLSInput
 
getEncoding() - Method in class org.mdiutil.xml.ResolverSAXHandler.SourceWrapper
 
getEncoding() - Method in class org.mdiutil.xml.tree.XMLRoot
Return the declared encoding of the XML file.
getEncoding(File) - Static method in class org.mdiutil.xml.XMLEncodingParser
Return the declared encoding of a file.
getEncoding(URL) - Static method in class org.mdiutil.xml.XMLEncodingParser
Return the declared encoding of an URL.
getEncoding(InputStream) - Static method in class org.mdiutil.xml.XMLEncodingParser
Return the declared encoding of an input stream.
getEncoding() - Method in class org.mdiutil.xml.XMLSAXParser
Return the encoding (can be null if not set).
getEndianness() - Method in class org.mdiutil.lang.ELFHeaderDecoder
Return the executable endianness.
getEndianness() - Method in interface org.mdiutil.lang.HeaderDecoder
Return the executable endianness.
getEndianness() - Method in class org.mdiutil.lang.MachOHeaderDecoder
Return the executable endianness.
getEndianness() - Method in class org.mdiutil.lang.PEHeaderDecoder
getEntityListResolver() - Method in class org.mdiutil.xml.tree.dom.XMLDocumentBuilderFactory
Return the EntityListResolver which can manage entity resolution in XML files.
getEntityListResolver() - Method in class org.mdiutil.xml.tree.XMLNodeIncluder
Return the EntityListResolver which can manage entity resolution in XML files.
getEntityListResolver() - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the EntityListResolver which can manage entity resolution in XML files.
getEntityListResolver() - Method in class org.mdiutil.xml.tree.XMLNodeUtilities2
Return the EntityListResolver which can manage entity resolution in XML files.
getEntityResolver() - Method in class org.mdiutil.xml.ResolverSAXHandler
Return the entity resolver to use with this handler.
getEntityResolver() - Method in class org.mdiutil.xml.ValidationResolverHandler
Return the entity resolver to use with this handler.
getErrLevel() - Method in class org.mdiutil.util.logging.SimpleConsoleHandler
Return the level at which the record will be printed on the System.err.
getErrorBundle() - Method in class org.mdiutil.lang.MessageProvider
Return the default bundle defined in the case where the bundle with a specified name does not exist.
getErrorHandler() - Method in class org.mdiutil.xml.tree.dom.XMLDocumentBuilderFactory
Return the error handler wich will be fired for parsing errors detected by the underlying parser.
getErrorHandler() - Method in class org.mdiutil.xml.tree.XMLNodeIncluder
Return the ErrorHandler which will be fired for warnings and errors when parsing the content.
getErrorHandler() - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the error handler wich will be fired for parsing errors detected by the underlying parser. null by default.
getErrorHandler() - Method in class org.mdiutil.xml.tree.XMLNodeUtilities2
Return the error handler wich will be fired for parsing errors detected by the underlying parser. null by default.
getErrorHandler() - Method in class org.mdiutil.xml.tree.XMLTreeHandler
Return the error handler wich will be fired for parsing errors detected by the parser. null by default.
getErrorHandler() - Method in interface org.mdiutil.xml.XMLChildrenIncluder
Return the ErrorHandler which will be fired for warnings and errors when parsing the content.
getErrorHandler() - Method in class org.mdiutil.xml.XMLIncluder
Return the ErrorHandler which will be fired for warnings and errors when parsing the content.
getErrorsAsTextPane() - Method in class org.mdiutil.xml.swing.BasicSAXHandler
Return the result messages as a text pane.
getEscapedCDATA() - Method in class org.mdiutil.xml.tree.XMLNode
Return the escaped CDATA content for the node.
getEscapedName(String) - Static method in class org.mdiutil.io.FileUtilities
Return a name without blank, and containing only ASCII characters.
getEventType() - Method in class org.mdiutil.jfx.autocomplete.AdditionalSearchEvent
 
getEventType() - Method in class org.mdiutil.jfx.autocomplete.AutoCompleteEvent
 
getException() - Method in exception org.mdiutil.xml.XmlWriterIOException
Returns the original enclosed exception or null if any.
getException() - Method in exception org.mdiutil.xml.XmlWriterRuntimeException
Returns the original enclosed exception or null if any.
getExceptionListener() - Method in class org.mdiutil.xml.XMLSAXParser
Return the listener which will be fired if exceptions (including SAXExceptions) are encountered during the parsing.
getExceptionResults() - Method in class org.mdiutil.xml.DefaultParserExceptionListener
Return the list of Exception Results.
getExceptionResults() - Method in class org.mdiutil.xml.ResolverSAXHandler
Return the list of exceptions results encountered during parsing.
getExceptions() - Method in class org.mdiutil.xml.DefaultParserExceptionListener
Return the list of Throwables.
getExceptions() - Method in class org.mdiutil.xml.ResolverSAXHandler
Return the list of exceptions encountered during parsing.
getExceptionsResultsByLine() - Method in class org.mdiutil.xml.ResolverSAXHandler
Return the exceptions results encountered during parsing, sorted by their line number.
getExceptionType() - Method in exception org.mdiutil.lang.applauncher.AppLauncherException
Return the exception type.
getExceptionType() - Method in class org.mdiutil.xml.ResolverSAXHandler.ExceptionResult
Return the exception type.
getExcludedCategories() - Method in class org.mdiutil.junit.JUnitCategoryWrapper
 
getExecutables(String, String) - Method in class org.mdiutil.lang.ExecutableFinder
Return a list of executables from a directory Pattern and file pattern.
getExecutableType() - Method in class org.mdiutil.lang.ELFHeaderDecoder
Return the ELF File architecture.
getExecutableType() - Method in interface org.mdiutil.lang.HeaderDecoder
Return the executable architecture.
getExecutableType() - Method in class org.mdiutil.lang.MachOHeaderDecoder
Return the Mach-O File architecture.
getExecutableType() - Method in class org.mdiutil.lang.PEHeaderDecoder
Return a Windows Portable Executable File architecture.
getExecutableType(File) - Static method in class org.mdiutil.lang.SystemUtils
Return the type of an executable.
getExpandEntityReferences() - Method in class org.mdiutil.xml.XMLTreeWalker
Return the value of this flag determines whether the children of entity reference nodes are visible to the TreeWalker.
getExtensions() - Method in class org.mdiutil.io.ExtensionFilenameFilter
 
getExtensions() - Method in class org.mdiutil.swing.ExtensionFileFilter
Return the extensions.
getExternalSubset(String, String) - Method in class org.mdiutil.xml.ResolverSAXHandler
Resolves publicIDs and systemIDs.
getFactory() - Static method in class org.mdiutil.prefs.MemoryPreferencesFactory
get the uniquely defined factory.
getFactory() - Static method in class org.mdiutil.prefs.NetworkPreferencesFactory
Return the uniquely defined factory.
getFeatures() - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the underlying parser factory features.
getFeatures() - Method in class org.mdiutil.xml.tree.XMLNodeUtilities2
Return the underlying parser factory features.
getFeatures() - Method in class org.mdiutil.xml.XMLParserConfiguration
Return the parser factory features.
getFeatures() - Method in class org.mdiutil.xml.XMLSAXParser
Return the parser factory features.
getFile(URL) - Static method in class org.mdiutil.io.FileUtilities
Return a File for an URL, replacing percent encoding characters by their equivalent characters.
getFile(String) - Static method in class org.mdiutil.io.FileUtilities
Return the File whose name is defined by path.
getFile(String, boolean) - Static method in class org.mdiutil.io.FileUtilities
Return the File whose name is defined by path.
getFile(File, String) - Static method in class org.mdiutil.io.FileUtilities
Return the File whose name is defined by path.This method will return null if one of these conditions is true: path is null path does not define an existing file path
getFile(File, String, boolean) - Static method in class org.mdiutil.io.FileUtilities
Return the File whose name is defined by path.This method will return null if one of these conditions is true: path is null path does not define an existing file path if filterExisting is true
getFile() - Method in class org.mdiutil.prefs.FilePreferencesFactory
Return the File used for the factory.
getFile(Preferences, String, File) - Static method in class org.mdiutil.prefs.PreferencesHelper
Returns the File represented by the string associated with the specified key in this preference node.
getFile(Preferences, String) - Static method in class org.mdiutil.prefs.PreferencesHelper
Returns the File represented by the string associated with the specified key in this preference node.
getFileChooser() - Static method in class org.mdiutil.swing.JFileSelector
Return the fileChooser shared by all the instances of the fileSelector.
getFileExtension(File) - Static method in class org.mdiutil.io.FileUtilities
Return the extension of a File.
getFileExtension(URL) - Static method in class org.mdiutil.io.FileUtilities
Return the extension of a URL.
getFileFilter() - Method in class org.mdiutil.swing.JFileSelector
Return the currently selected FileFilter.
getFileName(File) - Static method in class org.mdiutil.io.FileUtilities
Return the file name without the path, nor the extension.
getFileName(URL) - Static method in class org.mdiutil.io.FileUtilities
Return the URL name without the path, nor the extension.
getFileName(Preferences, String, String) - Static method in class org.mdiutil.prefs.PreferencesHelper
Returns the FileName represented by the string associated with the specified key in this preference node.
getFileName() - Method in class org.mdiutil.swing.JFileSelector
Return the associated selected File name.
getFileNameBody(File) - Static method in class org.mdiutil.io.FileUtilities
Return the body name of a File (before the extension if there is an extension, else this is the name of the file itself).
getFileNameBody(URL) - Static method in class org.mdiutil.io.FileUtilities
Return the body name of a URL (before the extension if there is an extension, else this is the name of the file itself).
getFileNameWithExtension(File) - Static method in class org.mdiutil.io.FileUtilities
Return the file name without the path, but keeping the extension.
getFileNameWithExtension(URL) - Static method in class org.mdiutil.io.FileUtilities
Return the URL name without the path, but keeping the extension.
getFilePath() - Method in class org.mdiutil.swing.JFileSelector
Return the associated selected File path.
getFileRelativeTo(Preferences, String, File, File) - Static method in class org.mdiutil.prefs.PreferencesHelper
Returns the File represented by the string associated with the specified key in this preference node.
getFiles(Preferences, String, File[]) - Static method in class org.mdiutil.prefs.PreferencesHelper
Returns the File[] represented by the string associated with the specified node in this preference node.
getFileSelectionMode() - Method in class org.mdiutil.swing.JFileSelector
Return the associated FileChooser file selection mode.
getFileSelectionMode() - Method in class org.mdiutil.swing.JMultipleFileSelector
Return the associated FileChooser file selection mode.
getFileSelectorRenderer() - Method in class org.mdiutil.swing.JFileSelector
Return the class responsible to render to text associated to the selected files.
getFileSelectorRenderer() - Method in class org.mdiutil.swing.JMultipleFileSelector
Return the class responsible to render to text associated to the selected files.
getFilesFromURLList(List<URL>) - Static method in class org.mdiutil.io.FileUtilities
Return a list of Files defined by their list of URLs.
getFilesFromURLList(List<URL>, boolean) - Static method in class org.mdiutil.io.FileUtilities
Return a list of Files defined by their list of URLs.
getFilesRelativeTo(Preferences, String, File[], File) - Static method in class org.mdiutil.prefs.PreferencesHelper
Returns the File[] represented by the string associated with the specified node in this preference node.
getFilter() - Method in class org.mdiutil.xml.XMLTreeWalker
Return the filter used to screen nodes.
getFilterLevel() - Method in class org.mdiutil.util.logging.PathFilter
Return the filter level.
getFilterName() - Method in class org.mdiutil.xml.tree.NodeFilter
Return the filter name.
getFilterRule(short) - Method in class org.mdiutil.xml.DefaultNodeFilter
Return a filtering rule.
getFirstChild() - Method in class org.mdiutil.xml.tree.XMLNode
Return the first child of the Node.
getFirstException() - Method in class org.mdiutil.xml.ResolverSAXHandler
Return the first SAX exception encountered during parsing.
getFirstException() - Method in class org.mdiutil.xml.XMLSAXParser
Return the first exception encountered by the parser if it encountered a Java exception during the parsing.
getFlatness() - Method in class org.mdiutil.geom.GeometryRuler
Return the flatness value.
getFocusedCloseIcon() - Method in class org.mdiutil.swing.JCloseableTabbedPane
Return the close Icon when focused.
getFont() - Method in class org.mdiutil.geom.Graphics2DWrapper
 
getFontMetrics(Font) - Method in class org.mdiutil.geom.Graphics2DWrapper
 
getFontRenderContext() - Method in class org.mdiutil.geom.Graphics2DWrapper
 
getFrame() - Method in class org.mdiutil.swing.GenericDialog
Return the dialog Frame.
getFreePort() - Static method in class org.mdiutil.io.SocketUtilities
Return a free available port.
getFreePort(int, int) - Static method in class org.mdiutil.io.SocketUtilities
Return a free available port between two ports.
getFreePort(int, int, int) - Static method in class org.mdiutil.io.SocketUtilities
Return a free available port between two ports.
getHandler() - Method in class org.mdiutil.xml.XMLSAXParser
Return the SAX Handler used for the parsing.
getHeight(Node) - Method in interface org.mdiutil.jfx.layout.AnchorUtilities
Return the height of a Node.
getHeight(Node) - Method in class org.mdiutil.jfx.layout.DefaultAnchorUtilities
Return the height of a Node.
getHeightProperty(Node) - Method in interface org.mdiutil.jfx.layout.AnchorUtilities
Return the height property of a Node.
getHeightProperty(Node) - Method in class org.mdiutil.jfx.layout.DefaultAnchorUtilities
Return the height property of a Node.
getHorizontalMenusSeparation() - Method in class org.mdiutil.swing.DialogBuilder
Return the horizontal menus separation.
getHTTPContentAsText(URL) - Static method in class org.mdiutil.io.FileUtilities2
Return the URL content as a String.
getHTTPContentAsText(URL, int) - Static method in class org.mdiutil.io.FileUtilities2
Return the URL content as a String.
getHTTPContentAsText(URL, int, boolean) - Static method in class org.mdiutil.io.FileUtilities2
Return the URL content as a String.
getHTTPContentAsText(URL, Proxy, String) - Static method in class org.mdiutil.io.FileUtilities2
Return the URL content as a String, without a timeout.
getHTTPContentAsText(URL, Proxy, String, boolean) - Static method in class org.mdiutil.io.FileUtilities2
Return the URL content as a String, without a timeout.
getHTTPContentAsText(URL, Proxy, String, int) - Static method in class org.mdiutil.io.FileUtilities2
Return the URL content as a String.
getHTTPContentAsText(URL, Proxy, String, int, boolean) - Static method in class org.mdiutil.io.FileUtilities2
Return the URL content as a StringNote that this method will return null for a local URL Depending on the followRedirects argument, the method is able to deal with HTTP redirections (codes 301, 302, and 303) This method will return null for a local URL The complete list of http return codes can be found on wikipedia here: List_of_HTTP_status_codes.
getIcon(String, String) - Static method in class org.mdiutil.io.swing.FileUIUtilities
Return an Icon defined accessed by its a package.
getIcon(String) - Method in class org.mdiutil.lang.swing.ResourceUILoader
Return the icon of the relative name icon in the resource package or URL.
getIcon(String, ClassLoader) - Method in class org.mdiutil.lang.swing.ResourceUILoader
Return the icon of the relative name icon in the resource package or URL.
getIcon(String, Class) - Method in class org.mdiutil.lang.swing.ResourceUILoader
Return the icon of the relative name icon in the resource package or URL.
getIcon(String, Object) - Method in class org.mdiutil.lang.swing.ResourceUILoader
Return the icon of the relative name icon in the resource package or URL.
getID() - Method in class org.mdiutil.swing.DialogBuilder.DialogPart
Return the dialog Part id.
getIfQName() - Method in class org.mdiutil.xml.tree.XMLTreeReplacer.Node
Return the attribute qualified name to check for the change.
getIfValue() - Method in class org.mdiutil.xml.tree.XMLTreeReplacer.Node
Return the attribute value to use check the change.
getImage() - Method in class org.mdiutil.lang.swing.ResourceUILoader
Return the Image of the selected absolute URL.
getImage(String) - Method in class org.mdiutil.lang.swing.ResourceUILoader
Return the image of the relative name image in the resource package or URL.
getImage(String, ClassLoader) - Method in class org.mdiutil.lang.swing.ResourceUILoader
Return the image of the relative name image in the resource package or URL.
getImage(String, Class) - Method in class org.mdiutil.lang.swing.ResourceUILoader
Return the image of the relative name image in the resource package or URL.
getImage(String, Object) - Method in class org.mdiutil.lang.swing.ResourceUILoader
Return the image of the relative name image in the resource package or URL.
getImpl() - Method in class org.mdiutil.prefs.NetworkPreferences
Return the backing store file for this preference.
getImportDefaultDirectory() - Method in class org.mdiutil.swing.AbstractMultilineDialog
Return the default directory if the editor has an import text file option.
getImportDefaultDirectory() - Method in class org.mdiutil.swing.JMultilineTextEditor
Return the default directory if the editor has an import text file option.
getImportFileFilter() - Method in class org.mdiutil.swing.AbstractMultilineDialog
Return the file filter if the editor has an import text file option.
getImportFileFilter() - Method in class org.mdiutil.swing.JMultilineTextEditor
Return the file filter if the editor has an import text file option.
getIndentation() - Method in class org.mdiutil.xml.tree.dom.XMLDocumentBuilderFactory
Return the Document indentation.
getIndentation() - Method in class org.mdiutil.xml.tree.XMLNodeIncluder
Return the indentation.
getIndex(XMLNode) - Method in class org.mdiutil.xml.tree.XMLNode
Return the index of a child Node in this parent Node.
getIndexInParent() - Method in class org.mdiutil.xml.tree.XMLNode
Return the index of the Node in its parent.
getIndirectBoundedURI(String) - Method in class org.mdiutil.xml.tree.XMLNode
Return the URI bounded with a prefix declaration.
getIndirectBoundPrefix(String) - Method in class org.mdiutil.xml.tree.XMLNode
Return the prefix bounded with an URI declaration.
getInputSourceCaching() - Method in interface org.mdiutil.xml.InputSourceCaching
Return the InputSources caching behavior.
getInputSourceCaching() - Method in class org.mdiutil.xml.ResolverSAXHandler
Return the InputSources caching behavior.
getInputSourceCaching() - Method in class org.mdiutil.xml.XMLSAXParser
Return the InputSources caching behavior.
getInputStream() - Method in class org.mdiutil.io.StreamGobbler
Return the underlying InputStream.
getInputStream() - Method in class org.mdiutil.net.NestableURLConnection
Creates the input stream for the URL.
getInstance() - Static method in class org.mdiutil.geom.ShapeUtilities
Return the unique instance of this class.
getInstance() - Static method in class org.mdiutil.junit.JUnitCategoryWrapper
Return the JUnit tests categories which will be allowed to run.
getInstance() - Static method in class org.mdiutil.lang.MessageProvider
Return the single provider instance.
getInstance() - Static method in class org.mdiutil.MDIUtilConfig
Return the unique instance.
getInstance() - Static method in class org.mdiutil.xml.tree.schema.XSDDefaultTypes
 
getInstance() - Static method in class org.mdiutil.xml.XMLLocations
Return the unique instance.
getIntersection(Point2D, Vector2D, Point2D) - Method in class org.mdiutil.geom.Vector2D
Find the intersection between two lines.
getInverse() - Method in class org.mdiutil.geom.Vector2D
Return the inverse of this Vector, which is this vector rotated by PI.
getItem() - Method in class org.mdiutil.jfx.autocomplete.AutoCompleteEvent
Return the selected item used for autoCompletion.
getItem() - Method in class org.mdiutil.swing.autocomplete.AutoCompleteEvent
Return the selected item used for autoCompletion.
getItem() - Method in interface org.mdiutil.text.autocomplete.AutoCompleteOnlineEngine
Return the item matched from the last hit.
getItem() - Method in class org.mdiutil.text.autocomplete.DefaultOnlineEngine
Return the item matched from the last hit.
getJarDependencies(List<URL>, boolean) - Static method in class org.mdiutil.lang.JarDependenciesFinder
Return the array of Class-Path dependencies of a list of jar files.
getJarDependencies(URL, boolean) - Static method in class org.mdiutil.lang.JarDependenciesFinder
Return the array of Class-Path dependencies of a jar file.
getJarDependenciesAsList(List<URL>, boolean) - Static method in class org.mdiutil.lang.JarDependenciesFinder
Return the list of Class-Path dependencies of a list of jar files.
getJarDependenciesAsList(URL, boolean) - Static method in class org.mdiutil.lang.JarDependenciesFinder
Return the list of Class-Path dependencies of a jar file.
getJarEntryURL(URL, String) - Static method in class org.mdiutil.io.FileUtilities
Return an URL corresponding to an entry in a Jar file.
getJarEntryURL(URL, String, URLStreamHandler) - Static method in class org.mdiutil.io.FileUtilities
Return an URL corresponding to an entry in a Jar file.
getJMenuBar() - Method in class org.mdiutil.swing.DialogBuilder
Return the dialog menu bar.
getJMenuBar() - Method in class org.mdiutil.swing.GenericDialog
Return the MenuBar to use with this Dialog (may be null).
getJMenuBar() - Method in interface org.mdiutil.swing.IDialogBuilder
Return the dialog menubar.
getJREConfiguration(File) - Method in class org.mdiutil.lang.JREVersionDetector
Return the version and the architecture of the JRE at a specified location.
getJToolBar() - Method in class org.mdiutil.swing.DialogBuilder
Return the dialog toolbar.
getJToolBar() - Method in interface org.mdiutil.swing.IDialogBuilder
Return the dialog toolbar.
getKillProcessTimeOut() - Method in class org.mdiutil.lang.ProcessManager
Return a timeOut for the killing of a process.
getKillProcessTimeOutCount() - Method in class org.mdiutil.lang.ProcessManager
Return the timeOut count for the killing of a process.
getLanguage() - Method in class org.mdiutil.io.charset.CharsetMatch
Get the ISO code for the language of the detected charset.
getLastChild() - Method in class org.mdiutil.xml.tree.XMLNode
Return the last child of the Node.
getLastNode() - Method in class org.mdiutil.xml.XMLTreeWalker
Return the last Node of the DOM tree to traverse (more specifically, the DOM tree, the walker will stop the iteration just before this Node.
getLastPathNode() - Method in class org.mdiutil.xml.tree.XMLNodePath
Returns the last Node in the path.
getLastResultType() - Method in class org.mdiutil.xml.XMLRootDetector
Return the type of the last detection result.
getLastShape() - Method in class org.mdiutil.geom.CurveConverter
Return the last Shape issued from the conversion process.
getLaunchable() - Method in class org.mdiutil.lang.applauncher.AppLauncher
Return the name of the jar file to launch.
getLaunchProperties(String[]) - Static method in class org.mdiutil.util.LauncherUtils
Return the launch arguments of a main static method into a Map of <key,value>.
getLength(URL, Proxy) - Static method in class org.mdiutil.io.FileUtilities2
Return the length of a URL, accessed overa Proxy.
getLength(URL) - Static method in class org.mdiutil.io.FileUtilities2
Return the length of a URL.
getLevel() - Method in class org.mdiutil.tree.TreeIterator
Return the current level of this iterator.
getLevel() - Method in class org.mdiutil.xml.tree.XMLNodesIterator
Return the level in the XML subtree, the 0 value designing the root Node.
getLevel() - Method in class org.mdiutil.xml.XMLTreeWalker
Return the level in the XML subtree, the 0 value designing the root Node.
getLevelForClass() - Method in class org.mdiutil.util.logging.ConfigurableFormatter
Return the record level at which the formatter must show the class and the method from which the record was emitted.
getLevelForShowLevel() - Method in class org.mdiutil.util.logging.ConfigurableFormatter
Return the record level at which the formatter must show the level of the record.
getLineNumber() - Method in interface org.mdiutil.xml.tree.NumberedNode
Return the line number of the Node in the XML file.
getLineNumber() - Method in class org.mdiutil.xml.tree.XMLCommentedNode
Return the line number of the Node in the XML file.
getLineNumber() - Method in class org.mdiutil.xml.tree.XMLNumberedNode
Return the line number of the Node in the XML file.
getLineNumber() - Method in class org.mdiutil.xml.tree.XMLNumberedRoot
Return the line number of the Node in the XML file.
getList() - Method in class org.mdiutil.swing.JListChooser
Return the associated list.
getListChooser() - Method in class org.mdiutil.swing.JListSelector
Return the underlying JListChooser.
getListener() - Method in class org.mdiutil.io.StreamGobbler
Return the InputStream listener.
getLocale() - Method in class org.mdiutil.xml.XMLSAXParser
Return the locale for SAX and validation error messages.
getLocalPart() - Method in class org.mdiutil.xml.tree.SortableQName
Return the local part of the QName.
getLocalPart() - Method in class org.mdiutil.xml.tree.XMLNode
Return the Node local part name.
getLocation(Class<?>) - Static method in class org.mdiutil.lang.SystemUtils
Return the Location of a Class.
getLock() - Method in class org.mdiutil.prefs.MemoryPreferences
 
getLock() - Method in class org.mdiutil.prefs.NetworkPreferences
 
getLogTextArea() - Method in class org.mdiutil.xml.swing.BasicSAXHandler
Deprecated.
getMajorVersion(File) - Method in class org.mdiutil.lang.JREVersionDetector
Return the major version of a JRE at a specified location.
getMajorVersion(File, short) - Method in class org.mdiutil.lang.JREVersionDetector
Return the major version of a JRE at a specified location.
getMajorVersion() - Static method in class org.mdiutil.lang.SystemUtils
Return the major version of the JRE.
getMajorVersion(String) - Static method in class org.mdiutil.lang.SystemUtils
Return the major version of a JRE.
getMap(Preferences, String, Class, Object) - Static method in class org.mdiutil.prefs.PreferencesHelper
Returns the Map represented by the string associated with the specified node in this preference node.
getMapForClass(Preferences, String, Class<C>, Object) - Static method in class org.mdiutil.prefs.PreferencesHelper
Returns the Map represented by the string associated with the specified node in this preference node.
getMapImpl() - Method in class org.mdiutil.prefs.MemoryPreferences
return the backstore Hashtable implementation for the (key, value) map.
getMapImpl() - Method in class org.mdiutil.prefs.NetworkPreferences
Return the backstore Hashtable implementation for the (key, value) map.
getMatchedText() - Method in interface org.mdiutil.text.autocomplete.AutoCompleteOnlineEngine
Return the text matched from the last hit.
getMatchedText() - Method in class org.mdiutil.text.autocomplete.DefaultOnlineEngine
Return the text matched from the last hit.
getMatcher() - Method in class org.mdiutil.util.regex.RegexMatcher
The matcher.
getMaximumLines() - Method in class org.mdiutil.swing.StylableSizableArea
Return the maximum lines to be shown, or -1 if there is not limitation.
getMaximumSize() - Method in class org.mdiutil.swing.JColorSelector
 
getMaximumSize() - Method in class org.mdiutil.swing.JMemoryViewer
Return the maximum size for the panel.
getMaxOccurs() - Method in class org.mdiutil.xml.tree.schema.XSDSequenceCell
 
getMaxX() - Method in class org.mdiutil.geom.Polygon2D
Return the maximum X coordinate of the Polygon.
getMaxY() - Method in class org.mdiutil.geom.Polygon2D
Return the maximum Y coordinate of the Polygon.
getMessage(String) - Method in class org.mdiutil.lang.MessageBundle
Return a message without variables.
getMessage(String, Object...) - Method in class org.mdiutil.lang.MessageBundle
Return a message with variables.
getMessage() - Method in class org.mdiutil.xml.ResolverSAXHandler.ExceptionResult
Return the message.
getMessage() - Method in class org.mdiutil.xml.ResolverSAXHandler.InformationResult
Return the information message.
getMessage() - Method in exception org.mdiutil.xml.XmlWriterIOException
Returns the message of this exception.
getMessage() - Method in exception org.mdiutil.xml.XmlWriterRuntimeException
Returns the message of this exception.
getMessages() - Method in class org.mdiutil.xml.DefaultParserExceptionListener
Return the list of messages.
getMessageType() - Method in class org.mdiutil.swing.DialogBuilder
Return the message type, specifyng the type of icon which will be presented in the dialog.
getMessageType() - Method in interface org.mdiutil.swing.IDialogBuilder
Return the message type, specifyng the type of icon which will be presented in the dialog.
getMinOccurs() - Method in class org.mdiutil.xml.tree.schema.XSDSequenceCell
 
getMinX() - Method in class org.mdiutil.geom.Polygon2D
Return the minimum X coordinate of the Polygon.
getMinY() - Method in class org.mdiutil.geom.Polygon2D
Return the minimum Y coordinate of the Polygon.
getModel() - Method in class org.mdiutil.swing.PropertyEditor
Return the underlying table model.
getName() - Method in class org.mdiutil.io.charset.CharsetMatch
Get the name of the detected charset.
getName() - Method in class org.mdiutil.lang.ProcessManager.ExternalProcess
Return the process name.
getName() - Method in class org.mdiutil.swing.JFileSelector
Return the associated selected File name.
getName() - Method in class org.mdiutil.text.autocomplete.AutoCompleteDictionary.Category
Return the name of the category.
getName() - Method in class org.mdiutil.util.regex.RegexPattern
The pattern name.
getName() - Method in class org.mdiutil.xml.tree.schema.AbstractXSDObject
Return the name local part.
getName() - Method in class org.mdiutil.xml.tree.schema.XSDElementCell
 
getName() - Method in interface org.mdiutil.xml.tree.schema.XSDObject
Return the name local part.
getName() - Method in interface org.mdiutil.xml.tree.schema.XSDType
Return the type name.
getName() - Method in class org.mdiutil.xml.tree.XMLNode
Return the Node local part name.
getName() - Method in class org.mdiutil.xml.tree.XMLTreeReplacer.Node
Return the Node name.
getNamedMessage(String, Object...) - Method in class org.mdiutil.lang.MessageBundle
Return a message with named variables.
getNamedText(String, Object...) - Static method in class org.mdiutil.lang.MessageConstructor
Construct a message with a template and a series of variables names / values.
getNamePrefix(File) - Static method in class org.mdiutil.io.ExtensionFilenameFilter
Utility method to retrieve the name prefix of a file.
getNamePrefix(File) - Static method in class org.mdiutil.swing.ExtensionFileFilter
Utility method to retrieve the name prefix of a file.
getNamesDeclarations(String) - Static method in class org.mdiutil.lang.MessageConstructor
Return the names declarations in a template.
getNamespaceURI() - Method in class org.mdiutil.xml.tree.SortableQName
Return the Namespace URI of the QName.
getNamespaceURI() - Method in class org.mdiutil.xml.tree.XMLNode
Return the Node namespace URI.
getNextSibling() - Method in class org.mdiutil.xml.tree.XMLNode
Return the next sibling of the Node.
getNode(String) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the Node from a String.
getNode(String, int) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the Node from a String.
getNode(String, XMLParserConfiguration, boolean, boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the Node from a String.
getNode(String, boolean, boolean, boolean, boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the Node from a String.
getNode(String, boolean, boolean, boolean, boolean, boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the Node from a String.
getNode(String, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the Node from a String.
getNode(Reader, boolean, boolean, boolean, boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the root Node from a Reader.
getNode(Reader, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the Node from a Reader.
getNode(URL) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the Node from an URL.
getNode(URL, boolean, boolean, boolean, boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the Node from an XML URL.
getNode(URL, boolean, boolean, boolean, boolean, boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the Node from an XML URL.
getNode(URL, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the Node from an XML URL.
getNode(URL, int) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the root Node from an XML URL.
getNode(URL, XMLParserConfiguration, boolean, boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the Node from an XML URL.
getNode(URL, XMLParserConfiguration, boolean, boolean, boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the Node from an XML URL.
getNode(Reader, int) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the Node from a Reader.
getNode(Reader, XMLParserConfiguration, boolean, boolean, boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the Node from a Reader.
getNode(Reader, XMLParserConfiguration, boolean, boolean, boolean, boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the Node from a Reader.
getNode(Reader) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the root Node from a Reader.
getNode(File) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the Node from a file.
getNode(File, int) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the root Node from a file.
getNode(File, XMLParserConfiguration, boolean, boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the Node from a file.
getNode(File, boolean, boolean, boolean, boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the Node from a file.
getNode(File, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the Node from a file.
getNode(String) - Method in class org.mdiutil.xml.tree.XMLNodeUtilities2
Return the Node from a String.
getNode(Reader) - Method in class org.mdiutil.xml.tree.XMLNodeUtilities2
Return the Node from a Reader.
getNode(File) - Method in class org.mdiutil.xml.tree.XMLNodeUtilities2
Return the Node from a file.
getNode(URL) - Method in class org.mdiutil.xml.tree.XMLNodeUtilities2
Return the root Node from an XML URL.
getNode(URL, String) - Method in class org.mdiutil.xml.tree.XMLNodeUtilities2
Return the root Node from an XML URL, with a comment.
getNodeImpl() - Method in class org.mdiutil.prefs.MemoryPreferences
return the backstore Hashtable implementation for the nodes.
getNodeImpl() - Method in class org.mdiutil.prefs.NetworkPreferences
Return the backstore Hashtable implementation for the nodes.
getNodeLevel() - Method in class org.mdiutil.xml.tree.XMLNode
Return the node level in the nodes hierarchy.
getNodeName() - Method in class org.mdiutil.xml.tree.NodeFilter
Return the name of the node on which the filter is applied.
getNodePath() - Method in class org.mdiutil.xml.tree.XMLNode
Return the node path.
getNorm() - Method in class org.mdiutil.geom.Vector2D
Return the euclidian norm of this Vector.
getNormal() - Method in class org.mdiutil.geom.Vector2D
Return the normal of this vector.
getNormalProjection(Point2D, Point2D) - Method in class org.mdiutil.geom.Vector2D
Return the orthogonal projection of this point on the line defined by the Vector2D.
getNotDisablingComponent() - Method in class org.mdiutil.swing.DialogBuilder.DialogPart
Return the component which will never be disabled by the DialogBuilder.DialogPart.setEnabled(boolean) method.
getNumbers(Preferences, String, Class) - Static method in class org.mdiutil.prefs.PreferencesHelper
Returns the List of Numbers represented by the string associated with the specified key in this preference node.
getObject(Preferences, String) - Static method in class org.mdiutil.prefs.PreferencesHelper
Returns the Object value represented by the string associated with the specified key in this preference node.
getObject(Preferences, String, Object) - Static method in class org.mdiutil.prefs.PreferencesHelper
Returns the Object value represented by the string associated with the specified key in this preference node.
getOccurrence() - Method in class org.mdiutil.xml.tree.XMLTreeReplacer.Node
Return the Node occurrence.
getOpacity() - Method in class org.mdiutil.swing.autocomplete.JAutoComplete
Return the Popup Window opacity.
getOptionsPanel() - Method in class org.mdiutil.swing.JListChooser
 
getOrangeColorLimit() - Method in class org.mdiutil.swing.JMemoryViewer
Return the orange color limit.
getOrderedPatterns() - Method in class org.mdiutil.util.regex.RegexCollection
Return the ordered list of regex patterns.
getOutputStream() - Method in class org.mdiutil.net.NestableURLConnection
Return null.
getPackage() - Method in class org.mdiutil.lang.ResourceLoader
Return the ResourceLoader used package.
getPaint() - Method in class org.mdiutil.geom.Graphics2DWrapper
 
getPanel() - Method in class org.mdiutil.swing.JListChooser
Return the list central panel.
getParent() - Method in class org.mdiutil.lang.ProcessManager.ExternalProcess
Return the parent process.
getParent() - Method in class org.mdiutil.swing.AbstractGenericEditor
Return the parent component.
getParent() - Method in class org.mdiutil.xml.tree.XMLNode
Return the Node parent (or null if the Node is the root of the XML File).
getParentFilterStates() - Method in class org.mdiutil.xml.tree.XMLNodesIterator
Return the states of the parent tags.
getParentFrame() - Method in class org.mdiutil.swing.AbstractGenericEditor
Return the parent frame.
getParentURL(URL) - Static method in class org.mdiutil.io.FileUtilities
Return the parent URL of a given URL.
getParentURL(URL, boolean) - Static method in class org.mdiutil.io.FileUtilities
Return the parent URL of a given URL.
getParsedURL() - Method in class org.mdiutil.xml.XMLSAXParser
Return the URL which was parsed by this Parser.
getPath() - Method in class org.mdiutil.xml.tree.XMLNodePath
Return the ordered list of Nodes in the path.
getPath() - Method in class org.mdiutil.xml.tree.XMLTreeReplacer.NodePath
Return the list of nodes which constitute the path.
getPathArray() - Method in class org.mdiutil.xml.tree.XMLNodePath
Return the ordered list of Nodes indexes in the path.
getPathCount() - Method in class org.mdiutil.xml.tree.XMLNodePath
Returns the number of Nodes in the path.
getPathIterator(AffineTransform) - Method in class org.mdiutil.geom.ClippableShape
 
getPathIterator(AffineTransform, double) - Method in class org.mdiutil.geom.ClippableShape
 
getPathIterator(AffineTransform) - Method in class org.mdiutil.geom.Polygon2D
Returns an iterator object that iterates along the boundary of this Polygon and provides access to the geometry of the outline of this Polygon.
getPathIterator(AffineTransform, double) - Method in class org.mdiutil.geom.Polygon2D
Returns an iterator object that iterates along the boundary of the Polygon2D and provides access to the geometry of the outline of the Shape.
getPathIterator(AffineTransform) - Method in class org.mdiutil.geom.Polyline2D
Returns an iterator object that iterates along the boundary of this Polygon and provides access to the geometry of the outline of this Polygon.
getPathNode(int) - Method in class org.mdiutil.xml.tree.XMLNodePath
Returns the path Node at a specified index.
getPaths() - Method in class org.mdiutil.util.logging.PathFilter
Return the paths which will be filtered.
getPattern() - Method in class org.mdiutil.util.regex.RegexMatcher
The pattern.
getPattern() - Method in class org.mdiutil.util.regex.RegexPattern
The pattern.
getPatternName() - Method in class org.mdiutil.util.regex.RegexMatcher
The pattern name.
getPatterns() - Method in class org.mdiutil.util.regex.RegexCollection
Return the Map of regex patterns.
getPeerShape() - Method in class org.mdiutil.geom.ClippableShape
Return the peer shape.
getPID() - Method in class org.mdiutil.lang.ProcessManager.ExternalProcess
Return the process PID.
getPlatformType() - Static method in class org.mdiutil.lang.SystemUtils
Return the OS type.
getPolygon() - Method in class org.mdiutil.geom.Polygon2D
Retuen the Awt Polygon corresponding with this Polygon2D.
getPolygon2D() - Method in class org.mdiutil.geom.Polyline2D
 
getPolygon2DArea(Polygon2D) - Method in class org.mdiutil.geom.GeometryRuler
Return a Polygon area using the following formula: area = 1/2 * (x1*y2 - x2*y1 + x2*y3 - x3*y2
getPolygon2DLength(Polygon2D) - Method in class org.mdiutil.geom.GeometryRuler
Return a Polygon2D length;
getPolyline2D() - Method in class org.mdiutil.geom.Polygon2D
Return the Polyline2D corresponding to this Polygon2D.
getPolyline2DLength(Polyline2D) - Method in class org.mdiutil.geom.GeometryRuler
Return a Polyline2D length;
getPopUpBackgroundColor() - Method in class org.mdiutil.swing.autocomplete.JAutoComplete
Return the background color of the suggested hits panel.
getPopUpBorderColor() - Method in class org.mdiutil.swing.autocomplete.JAutoComplete
Return the borded color of the suggested hits panel.
getPreferredScrollableViewportSize() - Method in class org.mdiutil.swing.StylableSizableArea
Returns the preferred size of the viewport for a view component.
getPreferredSize() - Method in class org.mdiutil.swing.JColorSelector
 
getPreferredSize() - Method in class org.mdiutil.swing.JFileSelector
 
getPreferredSize() - Method in class org.mdiutil.swing.JListSelector
 
getPreferredSize() - Method in class org.mdiutil.swing.JMemoryViewer
Return the preferred size for the panel.
getPreferredSize() - Method in class org.mdiutil.swing.JMultilineTextEditor
 
getPreferredSize() - Method in class org.mdiutil.swing.JMultipleFileSelector
 
getPreferredSize() - Method in class org.mdiutil.swing.PropertyEditor
 
getPrefix() - Method in class org.mdiutil.xml.tree.SortableQName
Return the prefix of this QName.
getPrefix() - Method in class org.mdiutil.xml.tree.XMLNode
Return the Node prefix.
getPrefixedName() - Method in class org.mdiutil.xml.tree.XMLNode
Return the Node "complete" name, including the prefix.
getPreviousSibling() - Method in class org.mdiutil.xml.tree.XMLNode
Return the previous sibling of the Node.
getProcess(String) - Method in class org.mdiutil.lang.ProcessManager
Return the first running proces which has a specific proces name.
getProcessByCreationDate() - Method in class org.mdiutil.lang.ProcessManager
Return the map of running processes, sorted by their creation date.
getProcessByCreationDate(String) - Method in class org.mdiutil.lang.ProcessManager
Return the map of running processes, sorted by their creation date.
getProcesses(String) - Method in class org.mdiutil.lang.ProcessManager
Return the list of running processes which have a specific proces name.
getProcesses() - Method in class org.mdiutil.lang.ProcessManager
Return the list of all running processes.
getProcessMap() - Method in class org.mdiutil.lang.ProcessManager
Return the map of running processes, sorted by their process name.
getProperties() - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the underlying parser properties.
getProperties() - Method in class org.mdiutil.xml.tree.XMLNodeUtilities2
Return the underlying parser properties.
getProperties() - Method in class org.mdiutil.xml.XMLParserConfiguration
Return the parser properties.
getProperties() - Method in class org.mdiutil.xml.XMLSAXParser
Return the parser properties.
getPropertyResourceBundle() - Method in class org.mdiutil.lang.ResourceLoader
Return the PropertyResourceBundle of the selected absolute URL.
getPropertyResourceBundle(String) - Method in class org.mdiutil.lang.ResourceLoader
Return the PropertyResourceBundle looking for the bundle in the resource package or URL.
getProtectedURL(File) - Static method in class org.mdiutil.io.FileUtilities
Return the URL corresponding to a File, avoiding to throw a SecurityException in secured environments like Applets.
getPublicId() - Method in class org.mdiutil.xml.EntityListResolver.URLLSInput
 
getPublicId() - Method in class org.mdiutil.xml.ResolverSAXHandler.SourceWrapper
 
getPublicID() - Method in class org.mdiutil.xml.XmlWriter
Return the publicID.
getQName() - Method in class org.mdiutil.xml.tree.schema.AbstractXSDObject
Return the qualified name.
getQName() - Method in class org.mdiutil.xml.tree.schema.XSDElementCell
 
getQName() - Method in interface org.mdiutil.xml.tree.schema.XSDObject
Return the qualified name.
getQName() - Method in interface org.mdiutil.xml.tree.schema.XSDType
Return the type qualified name.
getQName() - Method in class org.mdiutil.xml.tree.SortableQName
Return the underlying qualified name.
getQName() - Method in class org.mdiutil.xml.tree.XMLTreeReplacer.Node
Return the Node qualified name.
getQualifiedName() - Method in class org.mdiutil.xml.tree.XMLNode
Return the Node qualified name.
getQualifiedRootName(URL) - Method in class org.mdiutil.xml.XMLRootDetector
Return the qualified name of the root element of an XML URL.
getQualifiedRootName(URL, boolean) - Method in class org.mdiutil.xml.XMLRootDetector
Return the qualified name of the root element of an XML URL.
getQualifiedRootName(Reader) - Method in class org.mdiutil.xml.XMLRootDetector
Return the qualified name of the root element of a Reader parsed as an XML file.
getQualifiedRootName(File) - Method in class org.mdiutil.xml.XMLRootDetector
Return the qualified name of the root element of an XML File.
getQualifiedRootName(File, boolean) - Method in class org.mdiutil.xml.XMLRootDetector
Return the qualified name of the root element of an XML File.
getReader(InputStream, String) - Method in class org.mdiutil.io.charset.CharsetDetector
Autodetect the charset of an inputStream, and return a Java Reader to access the converted input data.
getReader() - Method in class org.mdiutil.io.charset.CharsetMatch
Create a java.io.Reader for reading the Unicode character data corresponding to the original byte data supplied to the Charset detect operation.
getReader() - Method in class org.mdiutil.xml.tree.XMLNodeIncluder
 
getReader() - Static method in class org.mdiutil.xml.UTF8Reader
Return the singleton reader.
getReader() - Method in interface org.mdiutil.xml.XMLChildrenIncluder
Return a Reader to the XML content.
getReader() - Method in class org.mdiutil.xml.XMLIncluder
Return a StringReader to the XML content.
getRedColorLimit() - Method in class org.mdiutil.swing.JMemoryViewer
Return the red color limit.
getRedirectURL(URL) - Static method in class org.mdiutil.io.FileUtilities
Return the final URL after applying all the possible redirections.
getRelativePath(URL, URL) - Static method in class org.mdiutil.io.FileUtilities
Return the path of an URL relative to a directory.
getRelativePath(URL, URL, boolean) - Static method in class org.mdiutil.io.FileUtilities
Return the path of an URL relative to a directory.
getRelativePath(File, File) - Static method in class org.mdiutil.io.FileUtilities
Return the path of a File relative to a directory.
getRelativePath(File, File, boolean) - Static method in class org.mdiutil.io.FileUtilities
Return the path of a File relative to a directory.
getRemainingTypeValue() - Method in class org.mdiutil.swing.JMemoryViewer
Return the remaining type value shown on the component.
getRenderingHint(RenderingHints.Key) - Method in class org.mdiutil.geom.Graphics2DWrapper
 
getRenderingHints() - Method in class org.mdiutil.geom.Graphics2DWrapper
 
getResolvedEntities() - Method in class org.mdiutil.xml.EntityListResolver
Return the resolved entities in the resolver.
getResourceAsStream(String) - Method in class org.mdiutil.lang.ResourceLoader
Return an InputStream for a resource, using the default ClassLoader.
getResourceAsStream(String, Class) - Method in class org.mdiutil.lang.ResourceLoader
Return an InputStream for a resource, using the ClassLoader associated with the Class which is passed in the arguments.
getResourceAsStream(String, Object) - Method in class org.mdiutil.lang.ResourceLoader
Return an InputStream for a resource, using the ClassLoader associated with the Object which is passed in the arguments.
getResourceAsStream(String, String) - Static method in class org.mdiutil.lang.ResourceLoader
Return an InputStream for a resource, using the current ContextClassLoader.
getResourceAsStream(String, String, ClassLoader) - Static method in class org.mdiutil.lang.ResourceLoader
Return an InputStream for a resource, using the a specified ClassLoader.
getResourceAsStream(String, String, Class) - Static method in class org.mdiutil.lang.ResourceLoader
Return an InputStream for a resource, using the ClassLoader associated with the Class which is passed in the arguments.
getResourceAsStream(String, String, Object) - Static method in class org.mdiutil.lang.ResourceLoader
Return an InputStream for a resource, using the ClassLoader associated with the Object which is passed in the arguments.
getResourceURL() - Method in class org.mdiutil.lang.ResourceLoader
Return the resource URL.
getResponseCode(URL, Proxy) - Static method in class org.mdiutil.io.FileUtilities
Return the response code for an URL, without using a timeOut.
getResponseCode(URL, Proxy, int) - Static method in class org.mdiutil.io.FileUtilities
Return the response code for an URL.
getResponseCode(URL, Proxy, String) - Static method in class org.mdiutil.io.FileUtilities
Return the response code for an URL, witbout using a timeOut.
getResponseCode(URL, Proxy, String, int) - Static method in class org.mdiutil.io.FileUtilities
Return the response code for an URL.
getResponseCode(URL) - Static method in class org.mdiutil.io.FileUtilities
Return the response code for an URL, without a proxy.
getResponseCode(URL, int) - Static method in class org.mdiutil.io.FileUtilities
Return the response code for an URL, without a proxy.
getResultBoundPrefixes(XMLNode) - Method in class org.mdiutil.xml.tree.BoundPrefix
Merge the prefixes from a node with the current prefixes.
getResultsLimit() - Method in class org.mdiutil.jfx.autocomplete.JFXAutoComplete
Return the results limits.
getResultsLimit() - Method in class org.mdiutil.swing.autocomplete.JAutoComplete
Return the results limits.
getResultsLimit() - Method in interface org.mdiutil.text.autocomplete.AutoComplete
Return the results limits.
getReturnValue() - Method in class org.mdiutil.swing.GenericDialog
Return the last value of the dialog return value.
getRoot() - Method in class org.mdiutil.xml.tree.XMLNodesIterator
The root node of the TreeWalker, as specified when it was created.
getRoot() - Method in class org.mdiutil.xml.tree.XMLTreeHandler
Return the root node, as a XMLRoot.
getRoot(Reader) - Method in class org.mdiutil.xml.XMLRootDetector
Return the root element of a Reader parsed as an XML file.
getRoot(URL) - Method in class org.mdiutil.xml.XMLRootDetector
Return the root element of an XML URL.
getRoot(URL, boolean) - Method in class org.mdiutil.xml.XMLRootDetector
Return the root element of an XML URL.
getRoot(File) - Method in class org.mdiutil.xml.XMLRootDetector
Return the root element of an XML File.
getRoot(File, boolean) - Method in class org.mdiutil.xml.XMLRootDetector
Return the root element of an XML File.
getRoot() - Method in class org.mdiutil.xml.XMLTreeWalker
The root node of the TreeWalker, as specified when it was created.
getRootElement(QName) - Method in class org.mdiutil.xml.tree.schema.XSDSchema
 
getRootElement(String) - Method in class org.mdiutil.xml.tree.schema.XSDSchema
 
getRootElements() - Method in class org.mdiutil.xml.tree.schema.XSDSchema
 
getRootName(URL) - Method in class org.mdiutil.xml.XMLRootDetector
Return the name of the root element of an XML URL.
getRootName(URL, boolean) - Method in class org.mdiutil.xml.XMLRootDetector
Return the name of the root element of an XML URL.
getRootName(Reader) - Method in class org.mdiutil.xml.XMLRootDetector
Return the name of the root element of a Reader parsed as an XML file.
getRootName(File) - Method in class org.mdiutil.xml.XMLRootDetector
Return the name of the root element of an XML File.
getRootName(File, boolean) - Method in class org.mdiutil.xml.XMLRootDetector
Return the name of the root element of an XML File.
getRootNames() - Static method in class org.mdiutil.io.FileUtilities
Return the file system root names.
getRootNode() - Method in class org.mdiutil.swing.JPropertyTreePanel
Return the root node of the tree.
getRootNode(Reader) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the root Node from a Reader.
getRootNode(String) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the root Node from a String.
getRootNode(String, XMLParserConfiguration, boolean, boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the root Node from a String.
getRootNode(String, boolean, boolean, boolean, boolean, boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the root Node from a String.
getRootNode(String, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the root Node from a String.
getRootNode(String, boolean, boolean, boolean, boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the root Node from a String.
getRootNode(File) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the root Node from a file.
getRootNode(File, int) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the root Node from a file.
getRootNode(File, XMLParserConfiguration, boolean, boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the root Node from a file.
getRootNode(File, XMLParserConfiguration, boolean, boolean, boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the root Node from a file.
getRootNode(File, boolean, boolean, boolean, boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the root Node from a file.
getRootNode(File, boolean, boolean, boolean, boolean, boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the root Node from a file.
getRootNode(File, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the root Node from a file.
getRootNode(URL) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the root Node from an XML URL.
getRootNode(URL, int) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the root Node from an URL.
getRootNode(Reader, XMLParserConfiguration, boolean, boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the root Node from a Reader.
getRootNode(Reader, XMLParserConfiguration, boolean, boolean, boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the root Node from a Reader.
getRootNode(Reader, XMLParserConfiguration, boolean, boolean, boolean, boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the root Node from a Reader.
getRootNode(Reader, boolean, boolean, boolean, boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the root Node from a Reader.
getRootNode(Reader, boolean, boolean, boolean, boolean, boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the root Node from a Reader.
getRootNode(Reader, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the root Node from a Reader.
getRootNode(Reader, int) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the root Node from a Reader.
getRootNode(String, int) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the root Node from a String.
getRootNode(URL, XMLParserConfiguration, boolean, boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the root Node from an XML URL.
getRootNode(URL, XMLParserConfiguration, boolean, boolean, boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the root Node from an XML URL.
getRootNode(URL, boolean, boolean, boolean, boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the root Node from an XML URL.
getRootNode(URL, boolean, boolean, boolean, boolean, boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the root Node from an XML URL.
getRootNode(URL, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
Return the root Node from an XML URL.
getRootNode(String) - Method in class org.mdiutil.xml.tree.XMLNodeUtilities2
Return the root Node from a String.
getRootNode(File) - Method in class org.mdiutil.xml.tree.XMLNodeUtilities2
Return the root Node from a file.
getRootNode(Reader) - Method in class org.mdiutil.xml.tree.XMLNodeUtilities2
Return the root Node from a Reader.
getRootNode(URL) - Method in class org.mdiutil.xml.tree.XMLNodeUtilities2
Return the root Node from an XML URL.
getRootNode() - Method in class org.mdiutil.xml.tree.XMLTreeHandler
Return the root node.
getRotationAngle(AffineTransform) - Static method in class org.mdiutil.geom.ShapeUtilities
Return the rotation angle for an AffineTransform.
getRotationTransform(AffineTransform) - Static method in class org.mdiutil.geom.ShapeUtilities
Return the rotation Component of an AffineTransform.
getRuler() - Static method in class org.mdiutil.geom.GeometryRuler
Return the unique GeometryRuler instance.
getSAXParseException() - Method in class org.mdiutil.xml.ResolverSAXHandler.ExceptionResult
Return the associated SAXParseException.
getSAXParser() - Method in class org.mdiutil.xml.SAXParserPool
Deprecated.
Return the parser.
getSAXParserFactory() - Method in class org.mdiutil.xml.SAXParserPool
Deprecated.
Return the parser factory.
getSAXParserPool(boolean) - Static method in class org.mdiutil.xml.SAXParserPool
Deprecated.
Return a SAX Parser pool.
getScalarProduct(Vector2D) - Method in class org.mdiutil.geom.Vector2D
Return the scalar product of this vector with another vector.
getScale() - Method in class org.mdiutil.geom.Graphics2DWrapper
 
getSchema() - Method in class org.mdiutil.xml.tree.dom.XMLDocumentBuilderFactory
Return the schema of the underlying parser.
getSchema() - Method in class org.mdiutil.xml.tree.XMLNodeUtilities2
Return the schema of the underlying parser.
getSchemaDTDLocations() - Method in class org.mdiutil.xml.XMLLocations
Return the list of URI locations for the XML Schema DTD.
getSchemaLocationDeclaration() - Method in class org.mdiutil.xml.tree.BoundPrefix
 
getSchemaLocationDeclaration() - Method in class org.mdiutil.xml.tree.XMLNode
Return the schema location declaration.
getSchemaLocationValue() - Method in class org.mdiutil.xml.tree.BoundPrefix
 
getSchemaLocationValue() - Method in class org.mdiutil.xml.tree.XMLNode
Return the schema location value.
getSchemaPrefix() - Method in class org.mdiutil.xml.tree.schema.XSDSchema
 
getScrollPane() - Method in class org.mdiutil.xml.swing.BasicSAXHandler
Returns a JScrollPane containing the list of errors encountered during parsing.
getSearchOnKeyCode() - Method in class org.mdiutil.jfx.autocomplete.JFXAutoComplete
Return the KeyCode to use to start the search By default the search is started immediately during the typing.
getSearchOnKeyCode() - Method in class org.mdiutil.swing.autocomplete.JAutoComplete
Return the keyCode to use to start the search By default the search is started immediately during the typing.
getSelectedFile() - Method in class org.mdiutil.swing.JFileSelector
Return the selected File.
getSelectedFile() - Method in class org.mdiutil.swing.JOptionalFileChooser
Returns the selected file.
getSelectedFiles() - Method in class org.mdiutil.swing.JFileSelector
Return the selected files.
getSelectedFiles() - Method in class org.mdiutil.swing.JMultipleFileSelector
Return the current selected Files of this File Selector.
getSelectedFiles() - Method in class org.mdiutil.swing.JOptionalFileChooser
Returns a list of selected files if the file chooser is set to allow multiple selection.
getSelectedFiles() - Method in class org.mdiutil.swing.UnsortableFileChooser
Return the selected files with the default sorting of the JDK (alphabetical order).
getSequenceCells() - Method in class org.mdiutil.xml.tree.schema.XSDSequence
 
getShape() - Method in class org.mdiutil.geom.ShapeNormalizer.ConnectedShape
Return the Shape.
getShapeArea(Shape, double) - Method in class org.mdiutil.geom.GeometryRuler
Return the area of a Shape.
getShapeArea(Shape) - Method in class org.mdiutil.geom.GeometryRuler
This method compute the area of a shape.
getShapeLength(Shape, double) - Method in class org.mdiutil.geom.GeometryRuler
Return the length of a Shape.
getShapeLength(Shape) - Method in class org.mdiutil.geom.GeometryRuler
This method compute the length (perimeter) of a shape.
getShapes() - Method in class org.mdiutil.geom.CurveConverter
Return the Shapes issued from the conversion process.
getSimpleType(QName) - Method in class org.mdiutil.xml.tree.schema.XSDSchema
 
getSimpleTypes() - Method in class org.mdiutil.xml.tree.schema.XSDSchema
 
getSize() - Method in class org.mdiutil.swing.DialogBuilder
Return the dimension of the dialog.
getSize() - Method in interface org.mdiutil.swing.IDialogBuilder
Return the dimension of the dialog.
getSize() - Method in class org.mdiutil.swing.JMemoryViewer
Return the size for the panel.
getSizeInBits(int) - Static method in class org.mdiutil.lang.HexaDecoder
Return the size in bits of an hexadecimal value.
getSource() - Method in class org.mdiutil.swing.autocomplete.AdditionalSearchEvent
Return the event source.
getSource() - Method in class org.mdiutil.swing.autocomplete.AutoCompleteEvent
Return the event source.
getSource(URL, String, String) - Method in class org.mdiutil.xml.EntityListResolver
Return an InputSource for a systemID and an URL.
getSpecifiedFileFilter() - Method in class org.mdiutil.swing.JFileSelector
Return the specified FileFilter.
getSpi(String) - Method in class org.mdiutil.prefs.MemoryPreferences
Return the value associated with the specified key at this preference node, or null if there is no association for this key, or the association cannot be determined at this time.
getSpi(String) - Method in class org.mdiutil.prefs.NetworkPreferences
Return the value associated with the specified key at this preference node, or null if there is no association for this key, or the association cannot be determined at this time.
getSplitPane() - Method in class org.mdiutil.swing.JPropertyTreePanel
Return the internal JSplitPane.
getStartOffset() - Method in class org.mdiutil.jfx.autocomplete.AutoCompleteEvent
Return the start offset of the text which was autoCompleted.
getStartOffset() - Method in class org.mdiutil.swing.autocomplete.AutoCompleteEvent
Return the start offset of the text which was autoCompleted.
getStaticParserFactory() - Static method in class org.mdiutil.xml.XMLSAXParser
Return a static SAX parser factory.
getStaticParserFactory(ClassLoader) - Static method in class org.mdiutil.xml.XMLSAXParser
Return a SAX parser factory.
getStatus() - Method in class org.mdiutil.xml.ResolverSAXHandler
Return the final result status.
getString(byte[], String) - Method in class org.mdiutil.io.charset.CharsetDetector
Autodetect the charset of an inputStream, and return a String containing the converted input data.
getString() - Method in class org.mdiutil.io.charset.CharsetMatch
Create a Java String from Unicode character data corresponding to the original byte data supplied to the Charset detect operation.
getString(int) - Method in class org.mdiutil.io.charset.CharsetMatch
Create a Java String from Unicode character data corresponding to the original byte data supplied to the Charset detect operation.
getStringArray(Preferences, String, String) - Static method in class org.mdiutil.prefs.PreferencesHelper
Returns the String[] represented by the string associated with the specified node in this preference node.
getStringData() - Method in class org.mdiutil.xml.EntityListResolver.URLLSInput
 
getStringData() - Method in class org.mdiutil.xml.ResolverSAXHandler.SourceWrapper
 
getStroke() - Method in class org.mdiutil.geom.Graphics2DWrapper
 
getStyledScrollPane() - Method in class org.mdiutil.xml.swing.BasicSAXHandler
Returns a JScrollPane containing the list of errors encountered during parsing.
getSuffix(File) - Static method in class org.mdiutil.io.ExtensionFilenameFilter
Utility method to retrieve the suffix of a file.
getSuffix(File) - Static method in class org.mdiutil.swing.ExtensionFileFilter
Utility method to retrieve the suffix of a file.
getSuggestedHitFocusedColor() - Method in class org.mdiutil.swing.autocomplete.JAutoComplete
Return the background color of the focused suggested hit.
getSuggestedHitTextColor() - Method in class org.mdiutil.swing.autocomplete.JAutoComplete
Return the color of the suggested hits text.
getSurfaceMode() - Method in class org.mdiutil.geom.ShapeNormalizer
Return true if the surface filling mode of this normalizer is active.
getSystemDirectory() - Method in class org.mdiutil.prefs.NetworkPreferencesFactory
Return the system root directory.
getSystemId() - Method in class org.mdiutil.xml.EntityListResolver.URLLSInput
 
getSystemId() - Method in class org.mdiutil.xml.ResolverSAXHandler.SourceWrapper
 
getSystemID() - Method in class org.mdiutil.xml.XmlWriter
Return the systemID.
getTab() - Method in class org.mdiutil.xml.tree.XMLTreeReplacer
Return the tabulation for the XML file for each child node
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.mdiutil.swing.ExtendedCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.mdiutil.swing.ExtendedCellEditorAdaptor
 
getText(File) - Static method in class org.mdiutil.io.FileUtilities
Return the text corresponding to a File.
getText(URL) - Static method in class org.mdiutil.io.FileUtilities
Return the text corresponding to a URL.
getText() - Method in class org.mdiutil.jfx.autocomplete.AdditionalSearchEvent
Return the text to use for the full text search.
getText() - Method in class org.mdiutil.jfx.autocomplete.AutoCompleteEvent
Return the autoCompleted text.
getText() - Method in class org.mdiutil.jfx.autocomplete.JFXAutoComplete
Return the text component text.
getText(String, Object...) - Static method in class org.mdiutil.lang.MessageConstructor
Construct a message with a template and a series of variables.
getText() - Method in class org.mdiutil.swing.autocomplete.AdditionalSearchEvent
Return the text.
getText() - Method in class org.mdiutil.swing.autocomplete.AutoCompleteEvent
Return the autoCompleted text.
getText() - Method in class org.mdiutil.swing.autocomplete.JAutoComplete
Return the text component text.
getText() - Method in class org.mdiutil.swing.JListSelector
 
getText() - Method in class org.mdiutil.swing.JMultilineTextEditor
Return the assocuated text.
getText() - Method in interface org.mdiutil.text.autocomplete.AutoCompleteDictionary.Item
The item text.
getText() - Method in class org.mdiutil.xml.swing.BasicSAXHandler
Return the error messages as a String.
getTextArea() - Method in class org.mdiutil.swing.HTMLLogger
Return the underlying text area.
getTextArea() - Method in class org.mdiutil.xml.swing.BasicSAXHandler
Return the result messages as a textArea.
getTextComponent() - Method in class org.mdiutil.jfx.autocomplete.JFXAutoComplete
Return the text component.
getTextComponent() - Method in class org.mdiutil.swing.autocomplete.JAutoComplete
Return the text component.
getTextComponent() - Method in class org.mdiutil.swing.JMultilineTextEditor
 
getTime() - Method in class org.mdiutil.lang.ProcessManager.ExternalProcess
Return the upstart time in ms since EPOCH for this process.
getTimeOut() - Method in class org.mdiutil.lang.JREVersionDetector
Return the timeOut.
getTitle() - Method in class org.mdiutil.swing.AbstractGenericEditor
Return the dialog title.
getTransform() - Method in class org.mdiutil.geom.Graphics2DWrapper
 
getTraversalMode() - Method in class org.mdiutil.xml.XMLTreeWalker
Return the mode used to traverse the DOM tree.
getTree() - Method in class org.mdiutil.swing.JPropertyTreePanel
 
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class org.mdiutil.swing.JPropertyTreePanel.PropertyTreeRenderer
Set the value of the current tree cell to value.
getTreeModel() - Method in class org.mdiutil.swing.JPropertyTreePanel
Return the internal TreeModel.
getType() - Method in class org.mdiutil.xml.tree.schema.XSDAttribute
 
getType(QName) - Method in class org.mdiutil.xml.tree.schema.XSDSchema
 
getType() - Method in class org.mdiutil.xml.tree.schema.XSDSequence
 
getTypes() - Method in class org.mdiutil.xml.tree.schema.XSDSchema
 
getUnclosedShape(Shape, boolean) - Method in class org.mdiutil.geom.ClippableShape
Return the associated unclosed shape.
getUniqueElement() - Method in class org.mdiutil.util.SingletonList
Return the unique element of the list.
getUniqueExtension() - Method in class org.mdiutil.io.ExtensionFilenameFilter
If this FileFilter accept one unique extension, returns this extension.
getUniqueExtension() - Method in class org.mdiutil.swing.ExtensionFileFilter
If this FileFilter accept one unique extension, returns this extension, else return null.
getUnselectFilesText() - Method in class org.mdiutil.swing.JMultipleFileSelector
Return the text to show on the button for the "Unselect files" option.
getUnselectFileText() - Method in class org.mdiutil.swing.JFileSelector
Return the text to show on the button for the "Unselect file" option.
getUnselectFileText() - Method in class org.mdiutil.swing.JOptionalFileChooser
Return the text to show on the button for the "Unselect file" option.
getUnsortedSelectedFiles() - Method in class org.mdiutil.swing.UnsortableFileChooser
Return the selected files in the order that they were selected by the user.
getURI() - Method in class org.mdiutil.xml.tree.XMLRoot
Return the XML document URI.
getURL(File, String) - Static method in class org.mdiutil.io.FileUtilities
Return the URL whose name is defined by path.
getURL(File, String, boolean) - Static method in class org.mdiutil.io.FileUtilities
Return the URL whose name is defined by path.
getURL(String) - Method in class org.mdiutil.lang.ResourceLoader
Return the URL with a specified path, using the package provided at the class creation, and the default ClassLoader.
getURL(String, ClassLoader) - Method in class org.mdiutil.lang.ResourceLoader
Return the URL with a specified path, using a specified ClassLoader.
getURL(String, Class) - Method in class org.mdiutil.lang.ResourceLoader
Return the URL with a specified path, using the package provided at the class creation, and the ClassLoader associated with the Class which is passed in the arguments.
getURL(String, Object) - Method in class org.mdiutil.lang.ResourceLoader
Return the URL with a specified path, using the package provided at the class creation, and the ClassLoader associated with the Object which is passed in the arguments.
getURL(String, String) - Static method in class org.mdiutil.lang.ResourceLoader
Return an URL for a resource, using the current ContextClassLoader.
getURL(String, String, ClassLoader) - Static method in class org.mdiutil.lang.ResourceLoader
Return an URL for a resource, using a specified ClassLoader.
getURL() - Method in class org.mdiutil.net.NestableURLConstructor
Return the URL.
getURLListFromFiles(File[]) - Static method in class org.mdiutil.io.FileUtilities
Return a list of URLs defined by their list of Files.
getURLListFromFiles(File[], boolean) - Static method in class org.mdiutil.io.FileUtilities
Return a list of URLs defined by their list of Files.
getURLs(File, String) - Static method in class org.mdiutil.io.FileUtilities
Return a list of URLs from a String.
getURLs(File, String, boolean) - Static method in class org.mdiutil.io.FileUtilities
Return a list of URLs from a String.
getURLs() - Method in class org.mdiutil.net.JarClassLoader
Returns the search path of URLs for loading classes and resources.
getURLsFromString(File, String) - Static method in class org.mdiutil.io.FileUtilities
Return a List of URLs from a String separated with a ";".
getURLsFromString(File, String, boolean) - Static method in class org.mdiutil.io.FileUtilities
Return a List of URLs from a String separated with a ";".
getURLsFromString(URL, String) - Static method in class org.mdiutil.io.FileUtilities
Return a List of URLs from a String separated with a ";".
getURLsFromString(URL, String, boolean) - Static method in class org.mdiutil.io.FileUtilities
Return a List of URLs from a String separated with a ";".
getURLSpec() - Method in class org.mdiutil.net.NestableURLConstructor
Return the URL specification.
getUserDir(Class) - Static method in class org.mdiutil.util.LauncherUtils
Return the parent directory of the code which contains a class.
getUserDirectory() - Method in class org.mdiutil.prefs.NetworkPreferencesFactory
Return the user root directory.
getValidatorHandler() - Method in class org.mdiutil.xml.SAXValidatorHandler
Return the ValidatorHandler
getValidity() - Method in class org.mdiutil.lang.JREVersionDetector.JREConfig
Return the validity of the configuration.
getValue() - Method in interface org.mdiutil.swing.GenericEditor
Return the current value of the editor.
getValueIcon(Object, boolean) - Method in class org.mdiutil.swing.JPropertyTreePanel.PropertyTreeRenderer
Called internally to set the icon for a value.
getValues() - Method in class org.mdiutil.swing.JListChooser
Return the Vector of values.
getValues() - Method in class org.mdiutil.swing.JListSelector
 
getVersion(File) - Method in class org.mdiutil.lang.JREVersionDetector
Return the version of the JRE at a specified location.
getVerticalMenusSeparation() - Method in class org.mdiutil.swing.DialogBuilder
Return the vertical menus separation.
getWhatToShow() - Method in class org.mdiutil.xml.XMLTreeWalker
This attribute determines which node types are presented via the TreeWalker.
getWidth(Node) - Method in interface org.mdiutil.jfx.layout.AnchorUtilities
Return the width of a Node.
getWidth(Node) - Method in class org.mdiutil.jfx.layout.DefaultAnchorUtilities
Return the width of a Node.
getWidthProperty(Node) - Method in interface org.mdiutil.jfx.layout.AnchorUtilities
Return the width property of a Node.
getWidthProperty(Node) - Method in class org.mdiutil.jfx.layout.DefaultAnchorUtilities
Return the width property of a Node.
getWrappedGraphics2D() - Method in class org.mdiutil.geom.Graphics2DWrapper
Return the wrapped Graphics2D.
getWrappedHandler() - Method in class org.mdiutil.xml.SAXValidatorHandler
Return the wrapped ResolverSAXHandler.
getWrappedTransform() - Method in class org.mdiutil.geom.Graphics2DWrapper
Return the wrapped AffineTransform used for the filtering process
getX() - Method in class org.mdiutil.geom.Vector2D
Return the X coordinate of this Vector.
getX(Node) - Method in interface org.mdiutil.jfx.layout.AnchorUtilities
Return the X position of a Node.
getX(Node) - Method in class org.mdiutil.jfx.layout.DefaultAnchorUtilities
Return the X position of a Node.
getXMLSchema() - Method in class org.mdiutil.xml.XMLLocations
Return the local copy of the XML Schema file: http://www.w3.org/2001/xml.xsd.
getXMLSchemaDTD() - Method in class org.mdiutil.xml.XMLLocations
Return the local copy of the XML Schema DTD: http://www.w3.org/2001/XMLSchema.dtd.
getXMLSchemaLocations() - Method in class org.mdiutil.xml.XMLLocations
Return the list of URI locations for the XML Schema file.
getXProperty(Node) - Method in interface org.mdiutil.jfx.layout.AnchorUtilities
Return the X property of a Node.
getXProperty(Node) - Method in class org.mdiutil.jfx.layout.DefaultAnchorUtilities
Return the X property of a Node.
getXSDElement() - Method in class org.mdiutil.xml.tree.schema.XSDElementCell
 
getXSDModel() - Method in class org.mdiutil.xml.tree.schema.XSDParser
 
getXSDSequence() - Method in class org.mdiutil.xml.tree.schema.XSDComplexType
 
getY() - Method in class org.mdiutil.geom.Vector2D
Return the Y coordinate of this Vector.
getY(Node) - Method in interface org.mdiutil.jfx.layout.AnchorUtilities
Return the Y position of a Node.
getY(Node) - Method in class org.mdiutil.jfx.layout.DefaultAnchorUtilities
Return the Y position of a Node.
getYesAction() - Method in class org.mdiutil.swing.GenericDialog
Return the action associated with the default "Yes" button.
getYesLabel() - Method in class org.mdiutil.swing.DialogBuilder
Return the label for the "Yes" button, in a IDialogBuilder.YES_CANCEL_DIALOG, or the "OK" button in the IDialogBuilder.OK_DIALOG.
getYesLabel() - Method in interface org.mdiutil.swing.IDialogBuilder
Return the label for the "Yes" button, in a IDialogBuilder.YES_CANCEL_DIALOG, or the "OK" button in the IDialogBuilder.OK_DIALOG.
getYProperty(Node) - Method in interface org.mdiutil.jfx.layout.AnchorUtilities
Return the Y property of a Node.
getYProperty(Node) - Method in class org.mdiutil.jfx.layout.DefaultAnchorUtilities
Return the Y property of a Node.
Graphics2DWrapper - Class in org.mdiutil.geom
This Graphics2D wraps another Graphics2D, filtering all graphics orders.
Graphics2DWrapper(Graphics2D) - Constructor for class org.mdiutil.geom.Graphics2DWrapper
Create a new wrapper with no additional transformation.
Graphics2DWrapper(Graphics2D, float) - Constructor for class org.mdiutil.geom.Graphics2DWrapper
Create a new wrapper with a scale transformation.
Graphics2DWrapper(Graphics2D, AffineTransform) - Constructor for class org.mdiutil.geom.Graphics2DWrapper
Create a new wrapper with a transformation.
group() - Method in class org.mdiutil.util.regex.RegexMatcher
Returns the input subsequence matched by the previous match.
group(int) - Method in class org.mdiutil.util.regex.RegexMatcher
Returns the input subsequence captured by the given group during the previous match operation.
group(String) - Method in class org.mdiutil.util.regex.RegexMatcher
Returns the input subsequence captured by the given capturing group during the previous match operation.
groupCount() - Method in class org.mdiutil.util.regex.RegexMatcher
Returns the number of capturing groups in this matcher's pattern.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links