|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjsyntaxpane.util.Configuration.StringKeyMatcher
public static class Configuration.StringKeyMatcher
Utility class to hold data for getKeys method.
| Field Summary | |
|---|---|
java.lang.String |
group1
Matched group 1. |
java.lang.String |
key
The full key matched |
java.util.regex.Matcher |
matcher
matcher instance for the key |
java.lang.String |
value
Value for key matched |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final java.lang.String key
public final java.util.regex.Matcher matcher
public final java.lang.String group1
public final java.lang.String value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||