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 

J

JarClassLoader - Class in org.mdiutil.net
This class loader is used to load classes and resources from a search path of URLs referring to both JAR files and directories.
JarClassLoader(URL[], ClassLoader) - Constructor for class org.mdiutil.net.JarClassLoader
Constructs a new URLClassLoader for the given URLs.
JarClassLoader(URL[]) - Constructor for class org.mdiutil.net.JarClassLoader
Constructs a new URLClassLoader for the specified URLs using the default delegation parent ClassLoader.
JarClassLoader(URL[], ClassLoader, URLStreamHandlerFactory) - Constructor for class org.mdiutil.net.JarClassLoader
Constructs a new URLClassLoader for the specified URLs, parent class loader, and URLStreamHandlerFactory.
JarDependenciesFinder - Class in org.mdiutil.lang
This class allows to get the array or list of Class-Path dependencies of one jar file or a list of jar files.
JAutoComplete - Class in org.mdiutil.swing.autocomplete
An Autocomplete class, usable with a JTextComponent, which allows to add Autocomplete behavior to the text component.
JAutoComplete(JTextComponent) - Constructor for class org.mdiutil.swing.autocomplete.JAutoComplete
Constructor.
JAutoComplete(JTextComponent, boolean) - Constructor for class org.mdiutil.swing.autocomplete.JAutoComplete
Constructor.
JAutoComplete.SuggestedHit - Class in org.mdiutil.swing.autocomplete
The Label used for the Suggested Hits.
JAutoComplete.SuggestionHitsPanel - Class in org.mdiutil.swing.autocomplete
A panel for suggested hits.
JAVAFXLIB - Static variable in class org.mdiutil.lang.applauncher.AppLauncher
"JAVAFXLIB" : The "JAVAFXLIB" configuration property key.
JavaFXUnitApplication - Class in org.mdiutil.junit
A JavaFX Application used for JavaFX Unit Tests.
JavaFXUnitApplication() - Constructor for class org.mdiutil.junit.JavaFXUnitApplication
 
JAVAHOME - Static variable in class org.mdiutil.lang.applauncher.AppLauncher
"JAVAHOME" : The "JAVAHOME" configuration property key.
JCloseableTabbedPane - Class in org.mdiutil.swing
A TabbedPane with a close button.
JCloseableTabbedPane() - Constructor for class org.mdiutil.swing.JCloseableTabbedPane
 
JCloseableTabbedPane.CloseListener - Interface in org.mdiutil.swing
This listener listens to the closing of a tab in the JClosableTabbedPane.
JColorSelector - Class in org.mdiutil.swing
A Color chooser containing a JTextField and a JButton.
JColorSelector(JColorChooser) - Constructor for class org.mdiutil.swing.JColorSelector
Constructor.
JColorSelector() - Constructor for class org.mdiutil.swing.JColorSelector
Constructor with a default color chooser.
JColorSelector(Color) - Constructor for class org.mdiutil.swing.JColorSelector
Constructor with a default color chooser and an initial Color.
JColorSelector(ColorSelectionModel) - Constructor for class org.mdiutil.swing.JColorSelector
Constructor with a default color chooser and a ColorSelectionModel.
JDialogBuilderDialog - Class in org.mdiutil.swing
A generic dialog component used with the IDialogBuilder.
JErrorPane - Class in org.mdiutil.swing
This class represents a dialog to display an error (message + Exception).
JErrorPane(Throwable) - Constructor for class org.mdiutil.swing.JErrorPane
Constructs a new JErrorPane.
JErrorPane(Throwable, int) - Constructor for class org.mdiutil.swing.JErrorPane
Constructs a new JErrorPane.
JErrorPane(Throwable, String, int) - Constructor for class org.mdiutil.swing.JErrorPane
Constructs a new JErrorPane.
JFileSelector - Class in org.mdiutil.swing
File chooser containing a JTextField and a JButton.
JFileSelector() - Constructor for class org.mdiutil.swing.JFileSelector
Create a new FileSelector, without defining a FileChooser name.
JFileSelector(String) - Constructor for class org.mdiutil.swing.JFileSelector
Create a new FileSelector.
JFXAutoComplete - Class in org.mdiutil.jfx.autocomplete
An Autocomplete class, usable with a TextInputControl, which allows to add Autocomplete behavior to the text component.
JFXAutoComplete(TextInputControl) - Constructor for class org.mdiutil.jfx.autocomplete.JFXAutoComplete
Constructor.
JFXAutoComplete(TextInputControl, boolean) - Constructor for class org.mdiutil.jfx.autocomplete.JFXAutoComplete
Constructor.
JFXAutoComplete.SuggestedHit - Class in org.mdiutil.jfx.autocomplete
The Label used for the Suggested Hits.
JFXAutoComplete.SuggestionHitsListView - Class in org.mdiutil.jfx.autocomplete
A panel for suggested hits.
JListChooser - Class in org.mdiutil.swing
This component allows to define a list of data, which can be added / removed / changed.
JListChooser() - Constructor for class org.mdiutil.swing.JListChooser
Constructor.
JListChooser(JComponent, JListChooser.ListChooserHandler) - Constructor for class org.mdiutil.swing.JListChooser
Constructor.
JListChooser.ListChooserHandler - Interface in org.mdiutil.swing
This interface listen to changes in the editor component.
JListSelector - Class in org.mdiutil.swing
List chooser containing a JTextField and a JButton.
JListSelector() - Constructor for class org.mdiutil.swing.JListSelector
 
JListSelector(JListChooser) - Constructor for class org.mdiutil.swing.JListSelector
 
JMemoryViewer - Class in org.mdiutil.swing
A memory viewer.
JMemoryViewer() - Constructor for class org.mdiutil.swing.JMemoryViewer
 
JMultilineDialog - Class in org.mdiutil.swing
A default MultilineDialog.
JMultilineDialog(JTextComponent) - Constructor for class org.mdiutil.swing.JMultilineDialog
Constructor.
JMultilineTextEditor - Class in org.mdiutil.swing
A Text editor containing a JTextField and a JTextComponent which can be edited through a dialog.
JMultilineTextEditor() - Constructor for class org.mdiutil.swing.JMultilineTextEditor
Constructor.
JMultilineTextEditor(JTextComponent) - Constructor for class org.mdiutil.swing.JMultilineTextEditor
Constructor.
JMultilineTextEditor(int) - Constructor for class org.mdiutil.swing.JMultilineTextEditor
Constructor.
JMultilineTextEditor(JTextComponent, int) - Constructor for class org.mdiutil.swing.JMultilineTextEditor
Constructor.
JMultipleFileSelector - Class in org.mdiutil.swing
A multiple File selector where each file can be in its own directory.
JMultipleFileSelector() - Constructor for class org.mdiutil.swing.JMultipleFileSelector
Create a new JFileMultipleSelector.
JMultipleFileSelector(String) - Constructor for class org.mdiutil.swing.JMultipleFileSelector
Create a new JFileMultipleSelector.
JOptionalFileChooser - Class in org.mdiutil.swing
A JFileChooser which is able to unselect files.
JOptionalFileChooser() - Constructor for class org.mdiutil.swing.JOptionalFileChooser
 
JOptionalFileChooser(File) - Constructor for class org.mdiutil.swing.JOptionalFileChooser
Constructor.
JOptionalFileChooser(String) - Constructor for class org.mdiutil.swing.JOptionalFileChooser
Constructor.
JOptionalFileChooser(FileSystemView) - Constructor for class org.mdiutil.swing.JOptionalFileChooser
Constructor.
JOptionalFileChooser(File, FileSystemView) - Constructor for class org.mdiutil.swing.JOptionalFileChooser
Constructor.
JOptionalFileChooser(String, FileSystemView) - Constructor for class org.mdiutil.swing.JOptionalFileChooser
Constructor.
JPropertyTreePanel - Class in org.mdiutil.swing
User-interface component which presents settings in a tree.
JPropertyTreePanel() - Constructor for class org.mdiutil.swing.JPropertyTreePanel
Constructor.
JPropertyTreePanel.PropertyTreeRenderer - Class in org.mdiutil.swing
This internal class is responsble for nodes rendering.
JREVersionDetector - Class in org.mdiutil.lang
This class allows to get the version of a JRE at a specified location, or check that this version is at least equal to a specified version, or between two specified versions.
JREVersionDetector() - Constructor for class org.mdiutil.lang.JREVersionDetector
Constructor, with a default timeOut of 200 ms.
JREVersionDetector(long) - Constructor for class org.mdiutil.lang.JREVersionDetector
Constructor.
JREVersionDetector.JREConfig - Class in org.mdiutil.lang
Represents the configuration of the JRE.
JUnitCategoryWrapper - Class in org.mdiutil.junit
A wrapper which wrap around Unit Test categories.
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