Package | Description |
---|---|
org.eclipse.nebula.visualization.internal.xygraph.undo | |
org.eclipse.nebula.visualization.xygraph.figures |
Modifier and Type | Method | Description |
---|---|---|
Trace.TraceType |
TraceMemento.getTraceType() |
Modifier and Type | Method | Description |
---|---|---|
void |
TraceMemento.setTraceType(Trace.TraceType traceType) |
Modifier and Type | Method | Description |
---|---|---|
Trace.TraceType |
Trace.getTraceType() |
|
static Trace.TraceType |
Trace.TraceType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Trace.TraceType[] |
Trace.TraceType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Trace.setTraceType(Trace.TraceType traceType) |
|
void |
ITraceListener.traceTypeChanged(Trace trace,
Trace.TraceType old,
Trace.TraceType newTraceType) |
Called when trace type has changed
|