|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.commands.common.EventManager
org.eclipse.ui.part.WorkbenchPart
org.eclipse.ui.part.ViewPart
de.cau.cs.kieler.sim.table.views.DataTableView
public class DataTableView
The class DataTableView implements the ViewPart of the KIEM data table. This is the basic user interface that allows the user to observer values or modify values of variables or signals. The additional check box (for signals) lets the user set a signal explicitly to a present or absent status.
Field Summary | |
---|---|
static String |
ID
The ID of the view as specified by the extension. |
static int |
KEYBOARD_DELETE
The Constant KEYBOARD_DELETE. |
static int |
KEYBOARD_SPACE
The Constant KEYBOARD_DELETE. |
Fields inherited from interface org.eclipse.ui.IWorkbenchPart |
---|
PROP_TITLE |
Constructor Summary | |
---|---|
DataTableView()
The constructor of the ViewPart of the data table plug-in. |
Method Summary | |
---|---|
void |
createPartControl(Composite parent)
This is a callback that will allow us to create the viewer and initialize it. |
static DataTableView |
getInstance()
Gets the single instance of DataTableView. |
TableDataList |
getTableDataList()
Gets the single instance of the TableDataList. |
boolean |
isCurrentlyEditing()
Checks if user is currently editing an entry. |
void |
refreshViewer()
Refreshes the tree table viewer. |
void |
setCurrentlyEditing(boolean currentlyEditingParam)
Sets the currently editing status to true or false. |
void |
setFocus()
Pass the focus request to the viewer's control. |
Methods inherited from class org.eclipse.ui.part.ViewPart |
---|
checkSite, getViewSite, init, init, saveState, setContentDescription, setInitializationData, setPartName |
Methods inherited from class org.eclipse.ui.part.WorkbenchPart |
---|
addPartPropertyListener, addPropertyListener, dispose, firePartPropertyChanged, firePropertyChange, getAdapter, getConfigurationElement, getContentDescription, getDefaultImage, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, getTitleImage, getTitleToolTip, removePartPropertyListener, removePropertyListener, setPartProperty, setSite, setTitle, setTitleImage, setTitleToolTip, showBusy |
Methods inherited from class org.eclipse.core.commands.common.EventManager |
---|
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.ui.IWorkbenchPart |
---|
addPropertyListener, dispose, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Field Detail |
---|
public static final String ID
public static final int KEYBOARD_DELETE
public static final int KEYBOARD_SPACE
Constructor Detail |
---|
public DataTableView()
Method Detail |
---|
public static DataTableView getInstance()
public TableDataList getTableDataList()
public void refreshViewer()
public void setCurrentlyEditing(boolean currentlyEditingParam)
currentlyEditingParam
- true, if user is currently editing an entrypublic boolean isCurrentlyEditing()
public void createPartControl(Composite parent)
createPartControl
in interface IWorkbenchPart
createPartControl
in class WorkbenchPart
parent
- the composite parentpublic void setFocus()
setFocus
in interface IWorkbenchPart
setFocus
in class WorkbenchPart
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |