public abstract class GrPropertyContainer extends GrElement
resultHandler, rowIndexsyncState| Modifier and Type | Method and Description |
|---|---|
GrProperty |
addProperty(String name,
Object value)
add a new property, throw a RuntimeException if the property already exists
|
Graph |
getGraph() |
long |
getId() |
List<GrProperty> |
getProperties() |
GrProperty |
getProperty(String propertyName)
return a property
|
protected boolean |
testForSyncState() |
fireChanged, removepublic long getId()
public List<GrProperty> getProperties()
public GrProperty getProperty(String propertyName)
propertyName - public GrProperty addProperty(String name, Object value)
name - of the propertyvalue - of the propertypublic Graph getGraph()
protected boolean testForSyncState()
Copyright © 2016. All rights reserved.