| Package | Description |
|---|---|
| net.pandoragames.far.ui.swing.component |
Swing UI components.
|
| Modifier and Type | Method and Description |
|---|---|
static MimeClassificationPanel.OPTION |
MimeClassificationPanel.OPTION.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MimeClassificationPanel.OPTION[] |
MimeClassificationPanel.OPTION.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MimeClassificationPanel(javax.swing.JDialog dialog,
java.lang.String introText,
MimeClassificationPanel.OPTION preselected,
MimeType selectedMime,
SwingConfig config,
ComponentRepository componentRepository,
boolean allowCreateMime)
Constructor.
|