Uses of Class
org.graffiti.attributes.FieldAlreadySetException
Package | Description |
---|---|
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_tools.script_helper | |
org.graffiti.attributes | |
org.graffiti.graphics | |
org.graffiti.selection |
Contains classes for the selection model.
|
-
Uses of FieldAlreadySetException in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_tools.script_helper
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_tools.script_helper that throw FieldAlreadySetException Modifier and Type Method Description void
NodeHelper. addAttribute(Attribute attr, String path)
void
NodeHelper. addBoolean(String path, String id, boolean value)
void
NodeHelper. addByte(String path, String id, byte value)
void
NodeHelper. addDouble(String path, String id, double value)
void
NodeHelper. addFloat(String path, String id, float value)
void
NodeHelper. addInteger(String path, String id, int value)
void
NodeHelper. addLong(String path, String id, long value)
void
NodeHelper. addShort(String path, String id, short value)
void
NodeHelper. addString(String path, String id, String value)
-
Uses of FieldAlreadySetException in org.graffiti.attributes
Methods in org.graffiti.attributes that throw FieldAlreadySetException Modifier and Type Method Description void
AbstractCollectionAttribute. add(Attribute a)
Adds a given attribute to the collection.void
AbstractCollectionAttribute. add(Attribute a, boolean inform)
Adds a given attribute to the collection.void
CollectionAttribute. add(Attribute att)
Adds a givenAttribute
to the list.void
CollectionAttribute. add(Attribute a, boolean inform)
Adds a given attribute to the collection.void
AbstractAttributable. addAttribute(Attribute attr, String path)
Addsattr
to the attributes at position indicated by path.void
Attributable. addAttribute(Attribute attr, String path)
Addsattr
to the attributes at position indicated by path.void
AbstractAttributable. addBoolean(String path, String id, boolean value)
Adds anBooleanAttribute
with the given value and id to aCollectionAttribute
atpath
.void
Attributable. addBoolean(String path, String id, boolean value)
Adds aBooleanAttribute
with the given value and id to aCollectionAttribute
atpath
.void
AbstractAttributable. addByte(String path, String id, byte value)
Adds anByteAttribute
with the given value and id to aCollectionAttribute
atpath
.void
Attributable. addByte(String path, String id, byte value)
Adds an ByteAttribute with the given value and id to aCollectionAttribute
atpath
.void
AbstractAttributable. addDouble(String path, String id, double value)
Adds aDoubleAttribute
with the given value and id to aCollectionAttribute
atpath
.void
Attributable. addDouble(String path, String id, double value)
Adds aDoubleAttribute
with the given value andid
to aCollectionAttribute
atpath
.void
AbstractAttributable. addFloat(String path, String id, float value)
Adds aFloatAttribute
with the given value and id to aCollectionAttribute
atpath
.void
Attributable. addFloat(String path, String id, float value)
Adds aFloatAttribute
with the given value andid
to aCollectionAttribute
atpath
.void
AbstractAttributable. addInteger(String path, String id, int value)
Adds anIntegerAttribute
with the given value and id to aCollectionAttribute
atpath
.void
Attributable. addInteger(String path, String id, int value)
Adds an IntegerAttribute with the given value andid
to aCollectionAttribute
atpath
.void
AbstractAttributable. addLong(String path, String id, long value)
Adds anLongAttribute
with the given value and id to aCollectionAttribute
atpath
.void
Attributable. addLong(String path, String id, long value)
Adds an LongAttribute with the given value and id to aCollectionAttribute
atpath
.void
AbstractAttributable. addShort(String path, String id, short value)
Adds anShortAttribute
with the given value and id to aCollectionAttribute
atpath
.void
Attributable. addShort(String path, String id, short value)
Adds an ShortAttribute with the given value and id to aCollectionAttribute
atpath
.void
AbstractAttributable. addString(String path, String id, String value)
Adds aStringAttribute
with the given value and id to aCollectionAttribute
atpath
.void
Attributable. addString(String path, String id, String value)
Adds an StringAttribute with the given value and id to aCollectionAttribute
atpath
.void
AbstractCollectionAttribute. setAttributable(Attributable att)
Sets theAttribute
'sAttributable
.void
CollectionAttribute. setAttributable(Attributable att)
Sets the attributable theAttribute
belongs to.void
AbstractAttribute. setParent(CollectionAttribute parent)
Sets the attribute's parent.void
Attribute. setParent(CollectionAttribute parent)
Sets theAttribute
's parent. -
Uses of FieldAlreadySetException in org.graffiti.graphics
Methods in org.graffiti.graphics that throw FieldAlreadySetException Modifier and Type Method Description void
LabelAttribute. add(Attribute a)
void
LabelAttribute. add(Attribute a, boolean inform)
void
NodeGraphicAttribute. add(Attribute a)
void
NodeGraphicAttribute. add(Attribute a, boolean inform)
-
Uses of FieldAlreadySetException in org.graffiti.selection
Methods in org.graffiti.selection that throw FieldAlreadySetException Modifier and Type Method Description void
Selection. setName(String name)
Sets the name.