|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<PropertiesTranslatorEditor.CellStatus> net.nand.util.i18n.gui.PropertiesTranslatorEditor.CellStatus
public static enum PropertiesTranslatorEditor.CellStatus
Return types for PropertiesTranslatorEditor.PTSwingTableModel.getCellStatus(int, int)
Enum Constant Summary | |
---|---|
COMMENT_KEY_COL
Key column in a comment row (not a blank row) |
|
DEFAULT
Default status (editable, no errors) |
|
DEST_EMPTY
Key's value exists in source, destination value is empty: Ready to localize |
|
DEST_ONLY_ERROR
Key exists in destination only, not in source |
|
READONLY_NOT_LOCALIZED
Read-only in destination: Key is not localized |
|
SEARCH_MATCH
Matches current search. |
|
SRC_EMPTY_ERROR
Key exists in source, but value is empty in source: Needs a value |
Method Summary | |
---|---|
static PropertiesTranslatorEditor.CellStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PropertiesTranslatorEditor.CellStatus[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final PropertiesTranslatorEditor.CellStatus DEFAULT
public static final PropertiesTranslatorEditor.CellStatus COMMENT_KEY_COL
public static final PropertiesTranslatorEditor.CellStatus SEARCH_MATCH
PropertiesTranslatorEditor.PTSwingTableModel.sr
, PropertiesTranslatorEditor.PTSwingTableModel.sc
).
public static final PropertiesTranslatorEditor.CellStatus SRC_EMPTY_ERROR
public static final PropertiesTranslatorEditor.CellStatus DEST_EMPTY
public static final PropertiesTranslatorEditor.CellStatus DEST_ONLY_ERROR
public static final PropertiesTranslatorEditor.CellStatus READONLY_NOT_LOCALIZED
Method Detail |
---|
public static PropertiesTranslatorEditor.CellStatus[] values()
for (PropertiesTranslatorEditor.CellStatus c : PropertiesTranslatorEditor.CellStatus.values()) System.out.println(c);
public static PropertiesTranslatorEditor.CellStatus valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |