PrintFrame
public class DataViewFrame extends java.lang.Object implements PrintFrame
DataViewPanel
Modifier and Type | Class | Description |
---|---|---|
class |
DataViewFrame.DataExportReceiver |
Die Klasse verarbeitet die Daten, die vom Datenverteiler gesandt werden, und kommt beim CSV-Export der Daten zum Zug
|
Constructor | Description |
---|---|
DataViewFrame(de.bsvrz.dav.daf.main.ClientDavInterface connection,
FilterAttributeGroup filterAttributeGroup,
de.bsvrz.dav.daf.main.config.Aspect aspect,
int simulationVariant) |
|
DataViewFrame(de.bsvrz.dav.daf.main.ClientDavInterface connection,
java.util.List<de.bsvrz.dav.daf.main.config.SystemObject> objects,
FilterAttributeGroup filterAttributeGroup,
de.bsvrz.dav.daf.main.config.Aspect aspect,
int simulationVariant) |
Konstruktor, der anhand der Datenidentifikation sich beim Datenverteiler anmeldet und die Daten in Tabellenform darstellt.
|
Modifier and Type | Method | Description |
---|---|---|
DataViewPanel |
getDataViewPanel() |
Gibt das DataViewPanel zurück.
|
UnsubscribingJFrame |
getFrame() |
Gibt das UnsubscribingJFrame-Objekt zurück.
|
void |
setParent(java.awt.Component parent) |
Mit dieser Methode kann man eine Parent-Component setzen.
|
void |
setReceiveOptions(de.bsvrz.dav.daf.main.ReceiveOptions receiveOptions) |
Setzt die Empfängeroptionen.
|
void |
setReceiverRole(de.bsvrz.dav.daf.main.ReceiverRole receiverRole) |
Setzt die Empfängerrolle.
|
void |
showConfigurationData(java.util.List<DataTableObject> configuringData) |
Zeigt die in der Liste übergebenen konfigurierenden Daten an.
|
void |
showOnlineData(int displayOptions,
java.lang.String charsetName,
SettingsData settingsData) |
Zeigt die Onlinedaten der angemeldeten Datenidentifikation an.
|
java.lang.String |
toString() |
public DataViewFrame(de.bsvrz.dav.daf.main.ClientDavInterface connection, java.util.List<de.bsvrz.dav.daf.main.config.SystemObject> objects, FilterAttributeGroup filterAttributeGroup, de.bsvrz.dav.daf.main.config.Aspect aspect, int simulationVariant)
connection
- Verbindung zum Datenverteilerobjects
- die zu betrachtenden SystemobjektefilterAttributeGroup
- die Filter-Attributgruppeaspect
- der zu betrachtende AspektsimulationVariant
- die Simulationsvariantepublic DataViewFrame(de.bsvrz.dav.daf.main.ClientDavInterface connection, FilterAttributeGroup filterAttributeGroup, de.bsvrz.dav.daf.main.config.Aspect aspect, int simulationVariant)
connection
- die Datenverteiler-VerbindungfilterAttributeGroup
- die Filter-Attributgruppeaspect
- der AspektsimulationVariant
- die Simualtionsvariantepublic UnsubscribingJFrame getFrame()
getFrame
in interface PrintFrame
public DataViewPanel getDataViewPanel()
getDataViewPanel
in interface PrintFrame
public void setReceiveOptions(de.bsvrz.dav.daf.main.ReceiveOptions receiveOptions)
receiveOptions
- die Empfängeroptionenpublic void setReceiverRole(de.bsvrz.dav.daf.main.ReceiverRole receiverRole)
receiverRole
- die Empfängerrollepublic void showConfigurationData(java.util.List<DataTableObject> configuringData)
configuringData
- die konfigurierenden Datenpublic void setParent(java.awt.Component parent)
parent
- public void showOnlineData(int displayOptions, java.lang.String charsetName, SettingsData settingsData)
displayOptions
- gibt an, wie neue Daten dargestellt werden sollenpublic java.lang.String toString()
toString
in class java.lang.Object