Uses of Class
de.cau.cs.kieler.sim.kiem.internal.DataComponentWrapper

Packages that use DataComponentWrapper
de.cau.cs.kieler.sim.kiem This package contains the basic activator class, the messages.properties file, with the externalized strings and a proxy editor for opening *.execution files with the KiemView. 
de.cau.cs.kieler.sim.kiem.config.data This package contains the data storing classes for all managers. 
de.cau.cs.kieler.sim.kiem.execution This package contains the classes for the raw execution, the thread handling and synchronization as well as for the data pool and timeout error implementation. 
de.cau.cs.kieler.sim.kiem.internal This package contains internal classes of KIEM. 
de.cau.cs.kieler.sim.kiem.ui This package contains some helper classes for the KIEM graphical user interface. 
 

Uses of DataComponentWrapper in de.cau.cs.kieler.sim.kiem
 

Methods in de.cau.cs.kieler.sim.kiem that return DataComponentWrapper
 DataComponentWrapper KiemPlugin.addTodataComponentWrapperList(AbstractDataComponent component)
          Add a DataComponent instance to the KiemPlugin.dataComponentWrapperList.
 DataComponentWrapper KiemPlugin.getCurrentMaster()
          Gets the current master.
 

Methods in de.cau.cs.kieler.sim.kiem that return types with arguments of type DataComponentWrapper
 List<DataComponentWrapper> KiemPlugin.getDataComponentWrapperList()
          Returns the current DataComponentWrapper-List that is held by the KIEM plug-in directly.
 List<DataComponentWrapper> KiemPlugin.getDefaultComponentWrapperList()
          Returns the default ComponentWrapperList.
 

Methods in de.cau.cs.kieler.sim.kiem with parameters of type DataComponentWrapper
 void KiemPlugin.checkForSingleEnabledMaster(boolean silent, DataComponentWrapper dataComponentWrapper)
          Check the current selection (enabled DataComponentWrappers) for a just a single enabled master.
 

Uses of DataComponentWrapper in de.cau.cs.kieler.sim.kiem.config.data
 

Methods in de.cau.cs.kieler.sim.kiem.config.data that return DataComponentWrapper
 DataComponentWrapper ConfigDataComponent.getWrapper()
          Getter for the wrapper.
 

Methods in de.cau.cs.kieler.sim.kiem.config.data with parameters of type DataComponentWrapper
 void ConfigDataComponent.setWrapper(DataComponentWrapper wrapperParam)
          Setter for the wrapper.
 

Uses of DataComponentWrapper in de.cau.cs.kieler.sim.kiem.execution
 

Methods in de.cau.cs.kieler.sim.kiem.execution with parameters of type DataComponentWrapper
 void TimeoutThread.timeout(int timeoutParam, String jobDescriptionParam, DataComponentWrapper dataComponentWrapperParam, Execution executionParam)
          Activate as a new timeout.
 

Constructor parameters in de.cau.cs.kieler.sim.kiem.execution with type arguments of type DataComponentWrapper
Execution(List<DataComponentWrapper> dataComponentWrapperListParam, EventManager eventManagerParam)
          Instantiates and starts a new execution (thread).
 

Uses of DataComponentWrapper in de.cau.cs.kieler.sim.kiem.internal
 

Methods in de.cau.cs.kieler.sim.kiem.internal with parameters of type DataComponentWrapper
 void EventManager.add(DataComponentWrapper dataComponentWrapper)
          Adds the DataComponentWrapper to one or more event lists.
 void EventManager.remove(DataComponentWrapper dataComponentWrapper)
          Removes the DataComponentWrapper from all event list it has registered.
 

Uses of DataComponentWrapper in de.cau.cs.kieler.sim.kiem.ui
 

Method parameters in de.cau.cs.kieler.sim.kiem.ui with type arguments of type DataComponentWrapper
 void AddDataComponentDialog.setComponentWrapperList(List<DataComponentWrapper> dataComponentWrapperListParam)
          Sets the DataComponentEsList.