| Package | Description |
|---|---|
| iot.jcypher.graph | |
| iot.jcypher.graph.internal |
| Modifier and Type | Field and Description |
|---|---|
protected SyncState |
PersistableItem.syncState |
| Modifier and Type | Method and Description |
|---|---|
static SyncState |
GrAccess.getGraphState(Graph graph) |
static SyncState |
GrAccess.getState(PersistableItem item) |
static SyncState |
SyncState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SyncState[] |
SyncState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PersistableItem.fireChanged(SyncState oldState,
SyncState newState) |
protected abstract void |
PersistableItemsContainer.fireContainerChanged(SyncState oldState,
SyncState newState) |
static void |
GrAccess.setGraphState(Graph graph,
SyncState state) |
static void |
GrAccess.setState(PersistableItem item,
SyncState state) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChangeListener.changed(Object theChanged,
SyncState oldState,
SyncState newState) |
Copyright © 2016. All rights reserved.