|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.bsvrz.pat.sysbed.dataview.DataViewFrame
public class DataViewFrame
Ein Dialog wird erstellt, welcher die gelieferten Online- oder Archivdaten darstellt. Die Daten werden in Tabellenform dargestellt.
DataViewPanel
Field Summary | |
---|---|
static int |
ADD_ABOVE
fügt einen neuen Datensatz oben vor die Dargestellten ein |
static int |
ADD_BELOW
hängt einen neuen Datensatz unten an die Dargestellten an |
static int |
ONLY_LATEST
stellt nur den neuesten Datensatz dar |
Constructor Summary | |
---|---|
DataViewFrame(ClientDavInterface connection,
List<SystemObject> objects,
AttributeGroup attributeGroup,
Aspect aspect,
int simulationVariant)
Konstruktor, der anhand der Datenidentifikation sich beim Datenverteiler anmeldet und die Daten in Tabellenform darstellt. |
|
DataViewFrame(ClientDavInterface connection,
SystemObject[] objects,
AttributeGroup attributeGroup,
Aspect aspect,
int simulationVariant)
Konstruktor, der anhand der Datenidentifikation sich beim Datenverteiler anmeldet und die Daten in Tabellenform darstellt. |
Method Summary | |
---|---|
void |
setReceiveOptions(ReceiveOptions receiveOptions)
Setzt die Empfängeroptionen. |
void |
setReceiverRole(ReceiverRole receiverRole)
Setzt die Empfängerrolle. |
void |
showConfigurationData(List<DataTableObject> configuringData)
Zeigt die in der Liste übergebenen konfigurierenden Daten an. |
void |
showOnlineData(int displayOptions)
Zeigt die Onlinedaten der angemeldeten Datenidentifikation an. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int ADD_BELOW
public static final int ADD_ABOVE
public static final int ONLY_LATEST
Constructor Detail |
---|
public DataViewFrame(ClientDavInterface connection, SystemObject[] objects, AttributeGroup attributeGroup, Aspect aspect, int simulationVariant)
connection
- Verbindung zum Datenverteilerobjects
- die zu betrachtenden SystemobjekteattributeGroup
- die zu betrachtende Attributgruppeaspect
- der zu betrachtende AspektsimulationVariant
- die Simulationsvariantepublic DataViewFrame(ClientDavInterface connection, List<SystemObject> objects, AttributeGroup attributeGroup, Aspect aspect, int simulationVariant)
connection
- Verbindung zum Datenverteilerobjects
- die zu betrachtenden SystemobjekteattributeGroup
- die zu betrachtende Attributgruppeaspect
- der zu betrachtende AspektsimulationVariant
- die SimulationsvarianteMethod Detail |
---|
public void setReceiveOptions(ReceiveOptions receiveOptions)
receiveOptions
- die Empfängeroptionenpublic void setReceiverRole(ReceiverRole receiverRole)
receiverRole
- die Empfängerrollepublic void showConfigurationData(List<DataTableObject> configuringData)
configuringData
- die konfigurierenden Datenpublic void showOnlineData(int displayOptions)
displayOptions
- gibt an, wie neue Daten dargestellt werden sollen
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |