public class ArchiveDataTableView extends Object implements PrintFrame
OnlineTabelle
. Übergebene Daten werden angezeigt.addDataset(DataTableObject)
Modifier and Type | Field and Description |
---|---|
private Aspect |
_aspect |
private AttributeGroup |
_attributeGroup |
private ClientDavInterface |
_connection |
private DataDescription |
_dataDescription |
private DataViewModel |
_dataViewModel |
private DataViewPanel |
_dataViewPanel |
private boolean |
_isDisposed |
private List<SystemObject> |
_objects |
private UnsubscribingJFrame |
_unsubscribingJFrame |
Constructor and Description |
---|
ArchiveDataTableView(ClientDavInterface connection,
AttributeGroup attributeGroup,
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,
ClientDavInterface connection,
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.
|
private final DataViewModel _dataViewModel
private boolean _isDisposed
private DataViewPanel _dataViewPanel
private UnsubscribingJFrame _unsubscribingJFrame
private ClientDavInterface _connection
private DataDescription _dataDescription
private AttributeGroup _attributeGroup
private Aspect _aspect
private List<SystemObject> _objects
public ArchiveDataTableView(SettingsData settingsData, ClientDavInterface connection, DataDescription dataDescription)
public ArchiveDataTableView(ClientDavInterface connection, AttributeGroup attributeGroup, Aspect aspect, int simulationVariant)
connection
- die Datenverteiler-VerbindungattributeGroup
- die Attributgruppeaspect
- der AspektsimulationVariant
- die Simualtionsvariantepublic void addDataset(DataTableObject dataTableObject)
dataTableObject
- public boolean isDisposed()
public DataViewPanel getDataViewPanel()
PrintFrame
getDataViewPanel
in interface PrintFrame
public UnsubscribingJFrame getFrame()
PrintFrame
getFrame
in interface PrintFrame