Uses of Class
mapper.DataStrukture.ValueNew

Packages that use ValueNew
mapper.DataStrukture   
mapper.GUIComponents   
 

Uses of ValueNew in mapper.DataStrukture
 

Fields in mapper.DataStrukture declared as ValueNew
private  ValueNew ValueTable._valueNew
           
 

Methods in mapper.DataStrukture that return ValueNew
 ValueNew ValueTable.getValueNew()
          Liefert die Basis-Informationen über das Szenario zurück.
 

Methods in mapper.DataStrukture with parameters of type ValueNew
 void ValueTable.setValueNew(ValueNew valueNew)
          Gibt eine neues Szenario an das ValueTable.
 

Constructors in mapper.DataStrukture with parameters of type ValueNew
ValueNew(ValueNew valueNew)
          Initialisierung eines neuen Szenarios.
 

Uses of ValueNew in mapper.GUIComponents
 

Fields in mapper.GUIComponents declared as ValueNew
private  ValueNew DeclarationDialogs._valueNew
           
 

Methods in mapper.GUIComponents that return ValueNew
 ValueNew DeclarationDialogs.getValue_New()
          Liefert das neu erstellte ValueTable zurück.
 

Methods in mapper.GUIComponents with parameters of type ValueNew
 void PaintingArea.setDimension(ValueNew valueNew)
          Legt die Dimension der PaintingArea fest.