Uses of Interface
fi.helsinki.dacopan.model.DataView

Packages that use DataView
fi.helsinki.dacopan.model Contains the core data structures (i.e. network data model) of the Dacopan Animator. 
fi.helsinki.dacopan.pef Protocol events file (PEF) reader functionality. 
fi.helsinki.dacopan.scenario Classes for saving and loading the scenario data. 
fi.helsinki.dacopan.ui User interface classes, frames, panels etc. 
fi.helsinki.dacopan.ui.tsc   
 

Uses of DataView in fi.helsinki.dacopan.model
 

Classes in fi.helsinki.dacopan.model that implement DataView
 class DefaultDataView
          Default DataView implementation.
 

Constructors in fi.helsinki.dacopan.model with parameters of type DataView
ENCTreeModel(TransferUnit selectedUnit, DataView dataView)
          An Enc Tree Model instance must be constructed with a particular transfer unit.
ScenarioStepIterator(Layer layer, DataView view, NoteManager noteManager)
          Creates the iterator for stepping thru the specified layer with the given events and notes.
 

Uses of DataView in fi.helsinki.dacopan.pef
 

Fields in fi.helsinki.dacopan.pef declared as DataView
protected  DataView XMLProtocolEventsReader.view
          the view to be populated
 

Methods in fi.helsinki.dacopan.pef with parameters of type DataView
 void XMLProtocolEventsReader.read(java.io.Reader reader, DataView view)
           
 void XMLProtocolEventsReader.read(java.io.Reader reader, DataView view, ProgressIndicator indicator)
          Reads in the contents of the reader and notifies the given indicator of any progress being made.
 void ProtocolEventsReader.read(java.io.Reader reader, DataView view, ProgressIndicator indicator)
          Processes the data from the reader and populates the data view with the corresponding data structures.
 

Uses of DataView in fi.helsinki.dacopan.scenario
 

Methods in fi.helsinki.dacopan.scenario with parameters of type DataView
 void ScenarioFile.load(java.util.Collection saveables, DataView view, ProgressIndicator indicator)
          Populates the given collection of Saveables and the DataView from
 void ScenarioFile.populateView(DataView view)
          Populates the given DataView with the protocol data using XMLProtocolEventsReader.
 void ScenarioFile.populateView(DataView view, ProgressIndicator indicator)
           
 void XStreamObjectSerializer.setDataView(DataView view)
           
 void ObjectSerializer.setDataView(DataView view)
          Sets the DataView instance the serializer can use to resolve model objects.
 

Uses of DataView in fi.helsinki.dacopan.ui
 

Methods in fi.helsinki.dacopan.ui that return DataView
 DataView MainFrame.getDataView()
          Returns a reference to the data view so that for example the animation panels can use the data.
 

Constructors in fi.helsinki.dacopan.ui with parameters of type DataView
CalcYCoord(DataView dataView, SettingsMSC settings)
           
MainFrame(DataView data, NoteManager noteManager)
          This constructor can be used in testing the animator, as it works with a given dataview as if a PEF had already been loaded in the memory.
MSCPanel(MainFrame mainFrame, SettingsMSC settings, DataView dataView, float nowTime)
          Creates new form MSCPanel
SettingsPanel(DataView dataView, GeneralSettings generalSettings)
          Creates a new panel to be used in EXPLORE mode
SettingsPanel(DataView dataView, SettingsMSC settingsMSC)
          Creates a new panel to be used in SCENARIO mode receiving as parameter a reference to a SettingMSC object
SettingsPanelLayer(DataView dataView, SettingsMSC settingsMSC, Layer layer, boolean scenarioMode)
          Creates new form LayerSettingsPanel instance
SettingsPanelTSC(DataView dataView, GeneralSettings generalSettings, java.awt.Dialog owner)
          Constructor.
SettingsPanelTSCNotices(SettingsTSC settingsTSC, DataView dataview, java.awt.Dialog owner)
          Constructor.
SettingsPanelTSCVariables(DataView data, SettingsTSC settingsTSC)
           
UFOPanel(MainFrame mainFrame, DataView data, Layer layer)
           
 

Uses of DataView in fi.helsinki.dacopan.ui.tsc
 

Constructors in fi.helsinki.dacopan.ui.tsc with parameters of type DataView
DrawingArea(MainPanel main, DataView data, int host_id, long flow_id, Xaxis xAxis, Yaxis yAxis, PacketInfoPanel infoPanel)
           
MainPanel(MainFrame main, DataView data, PacketInfoPanel infoPanel)
           
NoteBar(MainPanel main, DataView data, DrawingArea area, MainFrame frame)
           
 



© Dacopan2 team, 2005-