|
||||||||||
| 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
com.cmpware.ide.views.EasyTable
com.cmpware.ide.views.LinkView
public class LinkView
This class displays the Link status of the selected processor in a table. It produces six columns: the port direction (Input or Output), the port Address, The semaphore value (readable), the current register value, the number of accesses, and the number of Stalls.
Copyright (c) 2004 Cmpware, Inc. All Rights Reserved.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.cmpware.ide.views.EasyTable |
|---|
EasyTable.EasySelectionAdapter, EasyTable.NumericDisplayType, EasyTable.ViewContentProvider, EasyTable.ViewLabelProvider |
| Field Summary | |
|---|---|
static java.lang.String |
copyright
Copyright string |
| Fields inherited from class com.cmpware.ide.views.EasyTable |
|---|
displayType, wordSwap |
| Fields inherited from interface org.eclipse.ui.IWorkbenchPart |
|---|
PROP_TITLE |
| Constructor Summary | |
|---|---|
LinkView()
The constructor |
|
| Method Summary | |
|---|---|
void |
dispose()
|
java.lang.Object[][] |
getTable()
This method returns a 2D array of Objects used to represent the table. |
| Methods inherited from class com.cmpware.ide.views.EasyTable |
|---|
addAction, addColumn, changeableType, createPartControl, getDisplayType, handleEvent, setDisplayType, setFocus, setHexadecimal, sortOff, toggleWordSwap |
| 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 |
|---|
addPropertyListener, firePropertyChange, getAdapter, getConfigurationElement, getContentDescription, getDefaultImage, getOrientation, getPartName, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener, 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, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
|---|
getAdapter |
| Field Detail |
|---|
public static final java.lang.String copyright
| Constructor Detail |
|---|
public LinkView()
| Method Detail |
|---|
public void dispose()
dispose in interface org.eclipse.ui.IWorkbenchPartdispose in class org.eclipse.ui.part.WorkbenchPartpublic java.lang.Object[][] getTable()
EasyTable
getTable in class EasyTable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||