Uses of Class
de.cau.cs.kieler.sim.kiem.ui.views.KiemView

Packages that use KiemView
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.internal This package contains internal classes of KIEM. 
de.cau.cs.kieler.sim.kiem.ui.views This package contains the KIEM view basic implementation of the table tree of DataComponents and KiemProperties together with needed label and content provider classes. 
 

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

Methods in de.cau.cs.kieler.sim.kiem that return KiemView
 KiemView KiemPlugin.getKIEMViewInstance()
          Gets the KiemView instance.
 

Methods in de.cau.cs.kieler.sim.kiem with parameters of type KiemView
 void KiemPlugin.setKIEMViewInstance(KiemView kIEMViewInstanceParam)
          Sets the KIEM view instance.
 

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

Methods in de.cau.cs.kieler.sim.kiem.internal with parameters of type KiemView
 void AbstractDataComponent.masterSetKIEMInstances(KiemPlugin kIEMInstanceParam, KiemView kIEMViewInstanceParam)
          This method is called from the ExecutionManager only iff isMaster() returns true!

ATTENTION: At most ONE DataComponent can be a Master! This method SHOULD NOT be overridden!
 

Uses of KiemView in de.cau.cs.kieler.sim.kiem.ui.views
 

Constructors in de.cau.cs.kieler.sim.kiem.ui.views with parameters of type KiemView
KiemComponentEditing(KiemView parentParam, ColumnViewer viewer, int columnIndexParam)
          Instantiates a new KiemComponentEditing.
KiemLabelProvider(KiemView parentParam)
          Instantiates a new kiem label provider.
KiemPropertyEditing(KiemView parentParam, ColumnViewer viewer, int columnIndex)
          Instantiates a new KiemPropertyEditing for the tree.