|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.preferences.NodeChangeEvent
public class NodeChangeEvent extends Object
| Nested Class Summary | |
|---|---|
static enum |
NodeChangeEvent.Type
|
| Field Summary | |
|---|---|
private String |
path
@author Andres Almiray |
private NodeChangeEvent.Type |
type
|
| Constructor Summary | |
NodeChangeEvent(String path, NodeChangeEvent.Type type)
|
|
| Method Summary | |
|---|---|
boolean
|
equals(Object o)
|
String
|
getPath()
|
NodeChangeEvent.Type
|
getType()
|
int
|
hashCode()
|
String
|
toString()
|
NodeChangeEvent
|
valueOf(String name)
Returns the enum constant of this type with the specified name. |
NodeChangeEvent[]
|
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private final String path
private final NodeChangeEvent.Type type
| Constructor Detail |
|---|
public NodeChangeEvent(String path, NodeChangeEvent.Type type)
| Method Detail |
|---|
@Override public boolean equals(Object o)
public String getPath()
public NodeChangeEvent.Type getType()
@Override public int hashCode()
@Override public String toString()
NodeChangeEvent valueOf(String name)
NodeChangeEvent[] values()
Groovy Documentation