|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.kiml.ui.preferences.OptionsTableProvider.DataEntry
public static class OptionsTableProvider.DataEntry
data type for row entries in the table.
Constructor Summary | |
---|---|
OptionsTableProvider.DataEntry(String name,
String id,
ElementType thetype,
LayoutOptionData<?> theoptionData,
Object thevalue)
Creates a data entry. |
Method Summary | |
---|---|
boolean |
equals(Object object)
|
String |
getElementId()
Returns the associated element identifier. |
String |
getElementName()
Returns the associated element name. |
LayoutOptionData<?> |
getOptionData()
Returns the option data. |
ElementType |
getType()
Returns the type of element (diagram type / model element / edit part). |
Object |
getValue()
Returns the value. |
int |
hashCode()
|
void |
setValue(Object thevalue)
Sets the value. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OptionsTableProvider.DataEntry(String name, String id, ElementType thetype, LayoutOptionData<?> theoptionData, Object thevalue)
name
- name of the associated diagram type or elementid
- identifier of the associated diagram type or element typethetype
- type of element (diagram type / model element / edit part)theoptionData
- layout option datathevalue
- the current valueMethod Detail |
---|
public String getElementName()
public String getElementId()
public ElementType getType()
public LayoutOptionData<?> getOptionData()
public Object getValue()
public void setValue(Object thevalue)
thevalue
- the new valuepublic boolean equals(Object object)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |