|
||||||||||
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 thetypeName,
String thetypeId,
LayoutOptionData theoptionData,
Object thevalue)
Creates a data entry. |
Method Summary | |
---|---|
String |
getAssociatedTypeId()
Returns the associated type identifier. |
String |
getAssociatedTypeName()
Returns the associated type name. |
LayoutOptionData |
getOptionData()
Returns the option data. |
Object |
getValue()
Returns the value. |
void |
setValue(Object thevalue)
Sets the value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OptionsTableProvider.DataEntry(String thetypeName, String thetypeId, LayoutOptionData theoptionData, Object thevalue)
thetypeName
- name of the associated diagram type or element typethetypeId
- identifier of the associated diagram type or element typetheoptionData
- layout option datathevalue
- the current valueMethod Detail |
---|
public String getAssociatedTypeName()
public String getAssociatedTypeId()
public LayoutOptionData getOptionData()
public Object getValue()
public void setValue(Object thevalue)
thevalue
- the new value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |