public static enum RSyntaxTextAreaEditorKit.InsertQuoteAction.QuoteType extends java.lang.Enum<RSyntaxTextAreaEditorKit.InsertQuoteAction.QuoteType>
| Enum Constant and Description |
|---|
BACKTICK |
DOUBLE_QUOTE |
SINGLE_QUOTE |
| Modifier and Type | Method and Description |
|---|---|
static RSyntaxTextAreaEditorKit.InsertQuoteAction.QuoteType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RSyntaxTextAreaEditorKit.InsertQuoteAction.QuoteType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RSyntaxTextAreaEditorKit.InsertQuoteAction.QuoteType DOUBLE_QUOTE
public static final RSyntaxTextAreaEditorKit.InsertQuoteAction.QuoteType SINGLE_QUOTE
public static final RSyntaxTextAreaEditorKit.InsertQuoteAction.QuoteType BACKTICK
public static RSyntaxTextAreaEditorKit.InsertQuoteAction.QuoteType[] values()
for (RSyntaxTextAreaEditorKit.InsertQuoteAction.QuoteType c : RSyntaxTextAreaEditorKit.InsertQuoteAction.QuoteType.values()) System.out.println(c);
public static RSyntaxTextAreaEditorKit.InsertQuoteAction.QuoteType 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 namejava.lang.NullPointerException - if the argument is null