Package | Description |
---|---|
org.mdiutil.swing |
This package provides several swing utility classes.
|
Class and Description |
---|
AbstractGenericEditor
An abstract implementation of the Generic editor.
|
AbstractMultilineDialog
An abstract MultilineDialog.
|
DialogBuilder.DialogPart
Represents a dialog part.
|
ExtendedCellEditor
Extends the capabilities of the DefaultCellEditor class, by adding new managed CellEditors.
|
ExtensionFileFilter
This class is FileFilter which uses the File extension to filter the file.
|
FileSelectorRenderer
A class responsible to render the selected files in the JFileSelector text editor.
|
GenericDialog
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.DialogListener
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
A Generic editor to be used with
PropertyEditor s or JTables. |
IDialogBuilder
This interface specifies the constants and methods used by the
DialogBuilder .. |
JCloseableTabbedPane.CloseListener
This listener listens to the closing of a tab in the JClosableTabbedPane.
|
JColorSelector
A Color chooser containing a JTextField and a JButton.
|
JDialogBuilderDialog
A generic dialog component used with the
IDialogBuilder . |
JFileSelector
File chooser containing a JTextField and a JButton.
|
JListChooser
This component allows to define a list of data, which can be added / removed / changed.
|
JListChooser.ListChooserHandler
This interface listen to changes in the editor component.
|
JListSelector
List chooser containing a JTextField and a JButton.
|
JMultilineTextEditor
A Text editor containing a JTextField and a JTextComponent which can be edited through a dialog.
|
JMultipleFileSelector
A multiple File selector where each file can be in its own directory.
|
JOptionalFileChooser
A JFileChooser which is able to unselect files.
|
JPropertyTreePanel.PropertyTreeRenderer
This internal class is responsble for nodes rendering.
|
PropertyEditor
User-interface component that presents datas in a two-dimensional table format.
|
StylableSizableArea
A stylable text area whose preferred scrollable size can be forced to any value.
|
UnsortableFileChooser
A JFileChooser which is able to return Files in the order that they were added by the user.
|