public class ArchiveDataTableView extends java.lang.Object implements PrintFrame
OnlineTabelle. Übergebene Daten werden angezeigt.addDataset(DataTableObject)| Constructor and Description |
|---|
ArchiveDataTableView(de.bsvrz.dav.daf.main.ClientDavInterface connection,
FilterAttributeGroup filterAttributeGroup,
de.bsvrz.dav.daf.main.config.Aspect aspect,
int simulationVariant)
Ein Konstruktor, der nur das allernötigste liefert; er ist private, weil er nur in initPrintFrame zur Anwendung kommt.
|
ArchiveDataTableView(SettingsData settingsData,
de.bsvrz.dav.daf.main.ClientDavInterface connection,
de.bsvrz.dav.daf.main.DataDescription dataDescription) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDataset(DataTableObject dataTableObject)
Fügt das DataTableObject am Ende an.
|
DataViewPanel |
getDataViewPanel()
Gibt das DataViewPanel zurück.
|
UnsubscribingJFrame |
getFrame()
Gibt das Frame zurück.
|
boolean |
isDisposed()
Gibt false zurück, wenn das Fenster geschlossen wurde.
|
java.lang.String |
toString() |
public ArchiveDataTableView(SettingsData settingsData, de.bsvrz.dav.daf.main.ClientDavInterface connection, de.bsvrz.dav.daf.main.DataDescription dataDescription)
public ArchiveDataTableView(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 void addDataset(DataTableObject dataTableObject)
dataTableObject - public boolean isDisposed()
public DataViewPanel getDataViewPanel()
PrintFramegetDataViewPanel in interface PrintFramepublic UnsubscribingJFrame getFrame()
PrintFramegetFrame in interface PrintFramepublic java.lang.String toString()
toString in class java.lang.Object