- read() - Method in class org.mdiutil.io.FilteredBufferedReader
-
Read a single character.
- read(char[], int, int) - Method in class org.mdiutil.io.FilteredBufferedReader
-
Read characters into a portion of an array.
- read(char[]) - Method in class org.mdiutil.io.FilteredBufferedReader
-
Read characters into an array.
- read(byte[], int, int) - Method in class org.mdiutil.io.ReaderInputStream
-
Read the specified number of bytes into an array.
- read(byte[]) - Method in class org.mdiutil.io.ReaderInputStream
-
Read the specified number of bytes into an array.
- read() - Method in class org.mdiutil.io.ReaderInputStream
-
Read a single byte.
- ReaderInputStream - Class in org.mdiutil.io
-
InputStream implementation that transforms a Reader to a byte stream.
- ReaderInputStream(Reader, CharsetEncoder) - Constructor for class org.mdiutil.io.ReaderInputStream
-
Constructor.
- ReaderInputStream(Reader, CharsetEncoder, int) - Constructor for class org.mdiutil.io.ReaderInputStream
-
Constructor.
- ReaderInputStream(Reader, Charset, int) - Constructor for class org.mdiutil.io.ReaderInputStream
-
Constructor.
- ReaderInputStream(Reader, Charset) - Constructor for class org.mdiutil.io.ReaderInputStream
-
Construct a new ReaderInputStream with a default input buffer size of 1024 characters.
- ReaderInputStream(Reader) - Constructor for class org.mdiutil.io.ReaderInputStream
-
Construct a new ReaderInputStream that uses the default character encoding
with a default input buffer size of 1024 characters.
- ReaderProvider - Interface in org.mdiutil.io
-
This interface allows to get readers.
- readLine() - Method in class org.mdiutil.io.FilteredBufferedReader
-
Read a line of text.
- readLine(String) - Method in interface org.mdiutil.io.StreamGobbler.Listener
-
Fired for each line read in the InputStream.
- ready() - Method in class org.mdiutil.io.FilteredBufferedReader
-
Tell whether this stream is ready to be read.
- RegexCollection - Class in org.mdiutil.util.regex
-
Ths class allows to specify a list of regex patterns and match a CharSequence
against all the patterns. it simplifies the usage of several regex
expressions against the same input.
- RegexCollection() - Constructor for class org.mdiutil.util.regex.RegexCollection
-
- RegexMatcher - Class in org.mdiutil.util.regex
-
A regex matcher.
- RegexPattern - Class in org.mdiutil.util.regex
-
A regex pattern.
- registerIcon(Object, Icon) - Method in class org.mdiutil.swing.JPropertyTreePanel.PropertyTreeRenderer
-
Register an icon with the userObject value.
- remove() - Method in class org.mdiutil.tree.TreeIterator
-
This method is not supported by this iterator.
- remove(Object) - Method in class org.mdiutil.util.ConcurrentHashSet
-
Removes the specified element from this set if it is present.
- remove(Object) - Method in class org.mdiutil.util.SingletonList
-
Removes the first occurrence of the specified element from this list, if it is present.
- remove(int) - Method in class org.mdiutil.util.SingletonList
-
- remove() - Method in class org.mdiutil.util.SingletonListIterator
-
Remove the unique element in the list.
- remove(Object) - Method in class org.mdiutil.util.SoftHashMap
-
Removes the mapping for a key from this map if it is present.
- removeActionListener(ActionListener) - Method in class org.mdiutil.swing.JColorSelector
-
Removes an ActionListener.
- removeActionListener(ActionListener) - Method in class org.mdiutil.swing.JFileSelector
-
Removes an ActionListener.
- removeActionListener(ActionListener) - Method in class org.mdiutil.swing.JListSelector
-
Removes an ActionListener.
- removeActionListener(ActionListener) - Method in class org.mdiutil.swing.JMultilineTextEditor
-
Removes an ActionListener.
- removeActionListener(ActionListener) - Method in class org.mdiutil.swing.JMultipleFileSelector
-
Remove an ActionListener to this FileSelector.
- removeAll() - Method in class org.mdiutil.swing.autocomplete.JAutoComplete.SuggestionHitsPanel
-
- removeAll(Collection<?>) - Method in class org.mdiutil.util.SingletonList
-
Removes from this list all of its elements that are contained in the specified collection.
- removeAttribute(String) - Method in class org.mdiutil.xml.tree.XMLNode
-
Remove an attribute.
- removeAttribute(SortableQName) - Method in class org.mdiutil.xml.tree.XMLNode
-
Remove an attribute.
- removeAutoCompleteListener(AutoCompleteListener) - Method in class org.mdiutil.swing.autocomplete.JAutoComplete
-
Removes an JAutoComplete listener.
- removeCategory(AutoCompleteDictionary.Category) - Method in class org.mdiutil.jfx.autocomplete.JFXAutoComplete
-
Remove a category from the dictionary.
- removeCategory(String) - Method in class org.mdiutil.jfx.autocomplete.JFXAutoComplete
-
Add a category to the dictionary.
- removeCategory(AutoCompleteDictionary.Category) - Method in class org.mdiutil.swing.autocomplete.JAutoComplete
-
Remove a category from the dictionary.
- removeCategory(String) - Method in class org.mdiutil.swing.autocomplete.JAutoComplete
-
Add a category to the dictionary.
- removeCategory(AutoCompleteDictionary.Category) - Method in interface org.mdiutil.text.autocomplete.AutoComplete
-
Remove a category from the dictionary.
- removeCategory(String) - Method in interface org.mdiutil.text.autocomplete.AutoComplete
-
Remove a category from the dictionary.
- removeCategory(AutoCompleteDictionary.Category) - Method in class org.mdiutil.text.autocomplete.AutoCompleteDictionary
-
Remove a category from the dictionary.
- removeCategory(String) - Method in class org.mdiutil.text.autocomplete.AutoCompleteDictionary
-
Remove a category from the dictionary.
- removeCellEditorListener(CellEditorListener) - Method in class org.mdiutil.swing.ExtendedCellEditorAdaptor
-
- removeChoosableFileFilter(FileFilter) - Method in class org.mdiutil.swing.JFileSelector
-
Remove a Filefilter to this FileSelector.
- removeChoosableFileFilter(FileFilter) - Method in class org.mdiutil.swing.JMultipleFileSelector
-
Remove a Filefilter to this MultipleFileSelector.
- removeCloseListener(JCloseableTabbedPane.CloseListener) - Method in class org.mdiutil.swing.JCloseableTabbedPane
-
Remove a CloseListener.
- removeContainingTextListener(AdditionalSearchListener) - Method in class org.mdiutil.swing.autocomplete.JAutoComplete
-
Removes a containing text listener.
- removeDialogListener(GenericDialog.DialogListener) - Method in class org.mdiutil.swing.GenericDialog
-
Remove a dialog listener.
- removeEditor(int, int) - Method in class org.mdiutil.swing.ExtendedEditorTable
-
Remove the editor used with a particular row and column.
- removeFromDictionary(String) - Method in class org.mdiutil.jfx.autocomplete.JFXAutoComplete
-
Remove a word from the dictionary to use for the autoComplete.
- removeFromDictionary(AutoCompleteDictionary.Item) - Method in class org.mdiutil.jfx.autocomplete.JFXAutoComplete
-
Remove an item from the dictionary to use for the autoComplete.
- removeFromDictionary(String, String) - Method in class org.mdiutil.jfx.autocomplete.JFXAutoComplete
-
Remove a word from the dictionary to use for the autoComplete.
- removeFromDictionary(String, AutoCompleteDictionary.Item) - Method in class org.mdiutil.jfx.autocomplete.JFXAutoComplete
-
Remove an item from the dictionary to use for the autoComplete.
- removeFromDictionary(String) - Method in class org.mdiutil.swing.autocomplete.JAutoComplete
-
Remove a word from the dictionary to use for the autoComplete.
- removeFromDictionary(AutoCompleteDictionary.Item) - Method in class org.mdiutil.swing.autocomplete.JAutoComplete
-
Remove an item from the dictionary to use for the autoComplete.
- removeFromDictionary(String, String) - Method in class org.mdiutil.swing.autocomplete.JAutoComplete
-
Remove a word from the dictionary to use for the autoComplete.
- removeFromDictionary(String, AutoCompleteDictionary.Item) - Method in class org.mdiutil.swing.autocomplete.JAutoComplete
-
Remove an item from the dictionary to use for the autoComplete.
- removeFromDictionary(String) - Method in interface org.mdiutil.text.autocomplete.AutoComplete
-
Remove a word from the dictionary to use for the autoComplete.
- removeFromDictionary(AutoCompleteDictionary.Item) - Method in interface org.mdiutil.text.autocomplete.AutoComplete
-
Remove an item from the dictionary to use for the autoComplete.
- removeFromDictionary(String, String) - Method in interface org.mdiutil.text.autocomplete.AutoComplete
-
Remove a word from the dictionary to use for the autoComplete.
- removeFromDictionary(String, AutoCompleteDictionary.Item) - Method in interface org.mdiutil.text.autocomplete.AutoComplete
-
Remove an item from the dictionary to use for the autoComplete.
- removeFromDictionary(String) - Method in class org.mdiutil.text.autocomplete.AutoCompleteDictionary
-
Remove a word from the dictionary to use for the autoComplete.
- removeFromDictionary(AutoCompleteDictionary.Item) - Method in class org.mdiutil.text.autocomplete.AutoCompleteDictionary
-
Remove an item from the dictionary to use for the autoComplete.
- removeFromDictionary(String, String) - Method in class org.mdiutil.text.autocomplete.AutoCompleteDictionary
-
Remove a word from the dictionary to use for the autoComplete.
- removeFromDictionary(String, AutoCompleteDictionary.Item) - Method in class org.mdiutil.text.autocomplete.AutoCompleteDictionary
-
Remove an item from the dictionary to use for the autoComplete.
- removeNodeSpi() - Method in class org.mdiutil.prefs.MemoryPreferences
-
Removes this preference node, invalidating it and any preferences that
it contains.
- removeNodeSpi() - Method in class org.mdiutil.prefs.NetworkPreferences
-
Removes this preference node, invalidating it and any preferences that
it contains.
- removeOpenEditorListener(int, int) - Method in class org.mdiutil.swing.ExtendedEditorTable
-
Remove a listener which listens to opening of editors.
- removeRenderer(int, int) - Method in class org.mdiutil.swing.ExtendedEditorTable
-
Remove the cell renderer used with a particular row and column.
- removeSpi(String) - Method in class org.mdiutil.prefs.MemoryPreferences
-
Remove the association (if any) for the specified key at this
preference node.
- removeSpi(String) - Method in class org.mdiutil.prefs.NetworkPreferences
-
Remove the association (if any) for the specified key at this preference node.
- render(File[]) - Method in class org.mdiutil.swing.DefaultFileSelectorRenderer
-
Render a list of files.
- render(File) - Method in class org.mdiutil.swing.DefaultFileSelectorRenderer
-
Render file.
- render(File[]) - Method in interface org.mdiutil.swing.FileSelectorRenderer
-
Render a list of files.
- render(File) - Method in interface org.mdiutil.swing.FileSelectorRenderer
-
Render file.
- renderEmptyFileList() - Method in interface org.mdiutil.swing.FileSelectorRenderer
-
Render an empty file.
- renderer - Variable in class org.mdiutil.swing.JPropertyTreePanel
-
- renderers - Variable in class org.mdiutil.swing.ExtendedEditorTable
-
The Map of renderers.
- replace(XMLNode, File, XMLTreeReplacer.NodePath...) - Method in class org.mdiutil.xml.tree.XMLTreeReplacer
-
Replace the attributes of some nodes in a XML document.
- replace(File, File, XMLTreeReplacer.NodePath...) - Method in class org.mdiutil.xml.tree.XMLTreeReplacer
-
Replace the attributes of some nodes in a XML document.
- replace(URL, URL, XMLTreeReplacer.NodePath...) - Method in class org.mdiutil.xml.tree.XMLTreeReplacer
-
Replace the attributes of some nodes in a XML document.
- replace(XMLNode, URL, XMLTreeReplacer.NodePath...) - Method in class org.mdiutil.xml.tree.XMLTreeReplacer
-
Replace the attributes of some nodes in a XML document.
- replace(XMLNode, XMLTreeReplacer.NodePath...) - Method in class org.mdiutil.xml.tree.XMLTreeReplacer
-
Replace the attributes of some nodes in a XML document.
- replaceEscapedSequences(String, boolean) - Static method in class org.mdiutil.io.FileUtilities
-
Replace the percent-encoding escape sequences in a URL path by their equivalent characters.
- replaceEscapedSequences(String) - Static method in class org.mdiutil.io.FileUtilities
-
Replace the percent-encoding escape sequences in a URL path by their equivalent characters.
- REQUIRE_VERSION - Static variable in class org.mdiutil.lang.applauncher.AppLauncher
-
"REQUIRE_VERSION" : The "REQUIRE_VERSION" configuration property key.
- requireJavaVersion(String) - Method in class org.mdiutil.lang.applauncher.AppLauncher
-
Set the required Java version.
- reset() - Method in class org.mdiutil.geom.Polygon2D
-
Resets this Polygon
object to an empty polygon.
- reset() - Method in class org.mdiutil.io.FilteredBufferedReader
-
Resets the stream to the most recent mark.
- reset() - Static method in class org.mdiutil.prefs.NetworkPreferencesFactory
-
Reset the factory.
- reset() - Method in class org.mdiutil.swing.JListSelector
-
Resets the selector to the values of the list chooser.
- reset() - Method in class org.mdiutil.swing.JMultilineTextEditor
-
Resets the selector to the values of thetext component.
- reset() - Method in class org.mdiutil.swing.PropertyEditor
-
Reset the content of the PropertyEditor.
- reset() - Method in class org.mdiutil.text.autocomplete.AutoCompleteDictionary
-
Reset the Dictionnary to use for the autoComplete.
- reset() - Method in class org.mdiutil.xml.EntityListResolver
-
Clear the content of the resolver.
- reset() - Method in class org.mdiutil.xml.ResolverSAXHandler
-
Reset this handler.
- reset() - Method in class org.mdiutil.xml.swing.BasicSAXHandler
-
Reset this handler.
- resetConfiguration() - Static method in class org.mdiutil.xml.tree.XMLNodeUtilities
-
Reset the configuration of the underlying parser (reatures and properties).
- resetConfiguration() - Method in class org.mdiutil.xml.tree.XMLNodeUtilities2
-
Reset the configuration of the underlying parser (reatures and properties).
- resetDictionary() - Method in class org.mdiutil.jfx.autocomplete.JFXAutoComplete
-
Reset the Dictionnary to use for the autoComplete.
- resetDictionary() - Method in class org.mdiutil.swing.autocomplete.JAutoComplete
-
Reset the Dictionnary to use for the autoComplete.
- resetDictionary() - Method in interface org.mdiutil.text.autocomplete.AutoComplete
-
Reset the Dictionnary to use for the autoComplete.
- resetPosition() - Method in class org.mdiutil.swing.HTMLLogger
-
Reset the position of the caret to the beginning of the text.
- resetSAXParserFactoryImplementation() - Static method in interface org.mdiutil.xml.XMLChildrenIncluder
-
Reset the SAXParser factory implementation to the default.
- resetSAXParserFactoryImplementation() - Static method in class org.mdiutil.xml.XMLSAXParser
-
Reset the SAXParser factory implementation to the default.
- resolve(String) - Method in class org.mdiutil.xml.EntityListResolver
-
Resolve the entity for one publicID.
- resolve(String, String) - Method in class org.mdiutil.xml.EntityListResolver
-
- resolveEntity(String, String) - Method in class org.mdiutil.xml.EntityListResolver
-
- resolveEntity(String, String, String, String) - Method in class org.mdiutil.xml.ResolverSAXHandler
-
Resolves publicIDs and systemIDs.
- resolveEntity(String, String) - Method in class org.mdiutil.xml.ResolverSAXHandler
-
Resolves publicIDs and systemIDs.
- resolveEntity(String, String) - Method in class org.mdiutil.xml.ValidationResolverHandler
-
Resolves publicIDs and systemIDs.
- resolveEntity(String, String, String, String) - Method in class org.mdiutil.xml.ValidationResolverHandler
-
Resolves publicIDs and systemIDs.
- resolver - Variable in class org.mdiutil.xml.ResolverSAXHandler
-
The EntityListResolver (may be null).
- resolver - Variable in class org.mdiutil.xml.XMLParserConfiguration
-
The EntityListResolver.
- resolver - Variable in class org.mdiutil.xml.XMLSAXParser
-
The associated entity list resolver.
- resolveResource(String, String, String, String, String) - Method in class org.mdiutil.xml.EntityListResolver
-
Allow to resolve external resources for Schema validation.
- resolveResource(String, String, String, String, String) - Method in class org.mdiutil.xml.ResolverSAXHandler
-
Allow the application to resolve external resources.
- resolveResource(String, String, String, String, String) - Method in class org.mdiutil.xml.ValidationResolverHandler
-
Allow the application to resolve external resources.
- ResolverSAXHandler - Class in org.mdiutil.xml
-
A default SAX handler which handles SAX error and resolution events.
- ResolverSAXHandler(List<ResolverSAXHandler.ExceptionResult>) - Constructor for class org.mdiutil.xml.ResolverSAXHandler
-
Create a new ResolverSAXHandler with an existing list of results.
- ResolverSAXHandler() - Constructor for class org.mdiutil.xml.ResolverSAXHandler
-
- ResolverSAXHandler.ExceptionResult - Class in org.mdiutil.xml
-
Represent an exception result returned after the parsing.
- ResolverSAXHandler.InformationResult - Class in org.mdiutil.xml
-
Represent an information result returned after the parsing.
- ResolverSAXHandler.SourceWrapper - Class in org.mdiutil.xml
-
- resolveSystemID(String, String) - Method in class org.mdiutil.xml.EntityListResolver
-
Resolve the entity for one systemID.
- resolveURI(String) - Method in class org.mdiutil.xml.EntityListResolver
-
Return a baseURI or a systemId as a String.
- ResourceLoader - Class in org.mdiutil.lang
-
Manages application resources.
- ResourceLoader(String) - Constructor for class org.mdiutil.lang.ResourceLoader
-
Creates a new resource loader, retrieving resources in a package, using the current ContextClassLoader.
- ResourceLoader(String, ClassLoader) - Constructor for class org.mdiutil.lang.ResourceLoader
-
Creates a new resource loader, retrieving resources in the pack
package, using a specified ClassLoader.
- ResourceLoader(String, Class) - Constructor for class org.mdiutil.lang.ResourceLoader
-
Creates a new resource loader, retrieving resources in the pack
package, using the ClassLoader associated with a class.
- ResourceLoader(String, Object) - Constructor for class org.mdiutil.lang.ResourceLoader
-
Creates a new resource loader, retrieving resources in the pack
package, using the ClassLoader associated with an Object.
- ResourceLoader(File) - Constructor for class org.mdiutil.lang.ResourceLoader
-
Creates a new resource loader, fetching resources in the file
File, which can be a directory.
- ResourceLoader(URL) - Constructor for class org.mdiutil.lang.ResourceLoader
-
Creates a new resource loader, fetching resources in the url
URL (which can be a directory).
- ResourceUILoader - Class in org.mdiutil.lang.swing
-
The SwingLoader is a ResourceLoader which is also able to load Swing resources like icons or images.
- ResourceUILoader(String) - Constructor for class org.mdiutil.lang.swing.ResourceUILoader
-
Creates a new resource loader, retrieving resources in a package.
- ResourceUILoader(String, ClassLoader) - Constructor for class org.mdiutil.lang.swing.ResourceUILoader
-
Creates a new resource loader, retrieving resources in a package.
- ResourceUILoader(String, Class) - Constructor for class org.mdiutil.lang.swing.ResourceUILoader
-
Creates a new resource loader, retrieving resources in a package, and , using the ClassLoader associated with a class.
- ResourceUILoader(String, Object) - Constructor for class org.mdiutil.lang.swing.ResourceUILoader
-
Creates a new resource loader, retrieving resources in a package, and , using the ClassLoader associated with an Object.
- ResourceUILoader(File) - Constructor for class org.mdiutil.lang.swing.ResourceUILoader
-
Creates a new resource loader, fetching resources in a File, which can be a directory.
- ResourceUILoader(URL) - Constructor for class org.mdiutil.lang.swing.ResourceUILoader
-
Creates a new resource loader, fetching resources in the url
URL (which can be a directory)
- resourceURL - Variable in class org.mdiutil.lang.ResourceLoader
-
- restart() - Method in class org.mdiutil.xml.ResolverSAXHandler
-
Restart this handler.
- RESULT_OK - Static variable in class org.mdiutil.xml.XMLRootDetector
-
The type for correct result for the last invocation.
- results - Variable in class org.mdiutil.xml.ResolverSAXHandler
-
The list of results (exceptions and comments) for the parsing.
- retainAll(Collection) - Method in class org.mdiutil.util.SingletonList
-
Unsupported operation.
- returnValue - Variable in class org.mdiutil.swing.AbstractGenericEditor
-
The return value;
- returnValue - Variable in class org.mdiutil.swing.GenericDialog
-
The return value.
- revertOldReaderBehavior(boolean) - Static method in class org.mdiutil.xml.XMLSAXParser
-
Revert to the previous reader behavior prior to 1.2.7.
- rootnode - Variable in class org.mdiutil.tree.TreeIterator
-
- rotate(double) - Method in class org.mdiutil.geom.Graphics2DWrapper
-
- rotate(double, double, double) - Method in class org.mdiutil.geom.Graphics2DWrapper
-
- rotate(double) - Method in class org.mdiutil.geom.Vector2D
-
Rotates the Vector.
- run() - Method in class org.mdiutil.util.BlockingTimerTask
-
The action to be performed by this timer task.
- runChild(FrameworkMethod, RunNotifier) - Method in class org.mdiutil.junit.OrderedJavaFXRunner
-
- runImpl() - Method in class org.mdiutil.util.BlockingTimerTask
-
The code to be run after the timer has elapsed.