Package | Description |
---|---|
org.mdiutil.swing |
This package provides several swing utility classes.
|
Modifier and Type | Field and Description |
---|---|
protected ExtensionFileFilter |
AbstractMultilineDialog.txtfilter
The file filter if the dialog allow to import a text file.
|
Modifier and Type | Method and Description |
---|---|
static ExtensionFileFilter |
ExtensionFileFilter.createFromExtensions(String desc,
String... ext)
Static constructor allowing to use a vararg for the array of extensions.
|
ExtensionFileFilter |
AbstractMultilineDialog.getImportFileFilter()
Return the file filter if the editor has an import text file option.
|
ExtensionFileFilter |
JMultilineTextEditor.getImportFileFilter()
Return the file filter if the editor has an import text file option.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractMultilineDialog.setImportFileFilter(ExtensionFileFilter filter)
Set the file filter if the editor has an import text file option.
|
void |
JMultilineTextEditor.setImportFileFilter(ExtensionFileFilter filter)
Set the file filter if the editor has an import text file option.
|