Package | Description |
---|---|
net.pandoragames.far.ui.model |
UI model classes.
|
Modifier and Type | Method and Description |
---|---|
RenameForm.CASEHANDLING |
RenameForm.getTreatCase()
Defines how letter case of the result name should be handled.
|
static RenameForm.CASEHANDLING |
RenameForm.CASEHANDLING.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RenameForm.CASEHANDLING[] |
RenameForm.CASEHANDLING.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RenameForm.setTreatCase(RenameForm.CASEHANDLING treatCase)
Sets how letter case of the result name should be handled.
|