Package | Description |
---|---|
net.pandoragames.far.ui.swing |
The main package for application user.
|
Modifier and Type | Method and Description |
---|---|
SwingConfig.FILEVIEW |
SwingConfig.getBinaryView()
Returns the default binary viewer component.
|
SwingConfig.FILEVIEW |
SwingConfig.getTextView()
Returns the default text viewer component.
|
static SwingConfig.FILEVIEW |
SwingConfig.FILEVIEW.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SwingConfig.FILEVIEW[] |
SwingConfig.FILEVIEW.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SwingConfig.setBinaryView(SwingConfig.FILEVIEW binaryView)
Sets the default binary viewer component.
|
void |
SwingConfig.setTextView(SwingConfig.FILEVIEW textView)
Sets the default text viewer component.
|