|
||||||||||
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
org.eclipse.m2m.atl.profiler.ui.profilingdatatable.ProfilingDataTableView
public class ProfilingDataTableView
The data table view.
Field Summary | |
---|---|
static java.lang.String |
CALLS_COLNAME
Calls column name. |
static java.lang.String |
ID
The view id. |
static java.lang.String |
INMEMORY_COLNAME
In memory column name. |
static java.lang.String |
INSTRUCTIONS_COLNAME
Instructions column name. |
static java.lang.String |
MAXMEMORY_COLNAME
Max memory column name. |
static java.lang.String |
OPERATION_NAME_COLNAME
Operation name column name. |
static java.lang.String |
OUTMEMORY_COLNAME
Out memory column name. |
static java.lang.String |
TIME_EXECUTION_COLNAME
Execution time column name. |
Fields inherited from interface org.eclipse.ui.IWorkbenchPart |
---|
PROP_TITLE |
Constructor Summary | |
---|---|
ProfilingDataTableView()
The constructor. |
Method Summary | |
---|---|
void |
createPartControl(org.eclipse.swt.widgets.Composite parent)
|
void |
dispose()
|
static int |
getCallsId()
|
static int |
getInMemoryColId()
|
static int |
getMaxMemoryColID()
|
static int |
getOperationNameId()
|
static int |
getOutMemoryColId()
|
static long |
getTotalInstructions()
|
static int |
getTotalInstructionsId()
|
static double |
getTotalTime()
|
static int |
getTotalTimeExecutionId()
|
static boolean |
isShowPercentAction()
|
void |
selectionChanged(org.eclipse.ui.IWorkbenchPart part,
org.eclipse.jface.viewers.ISelection selection)
|
void |
setFocus()
|
void |
setInput(java.lang.Object arg)
Sets the view input. |
static void |
setShowPercentAction(boolean s)
|
void |
update(java.util.Observable o,
java.lang.Object arg)
|
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, 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, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Field Detail |
---|
public static final java.lang.String INSTRUCTIONS_COLNAME
public static final java.lang.String TIME_EXECUTION_COLNAME
public static final java.lang.String CALLS_COLNAME
public static final java.lang.String OPERATION_NAME_COLNAME
public static final java.lang.String INMEMORY_COLNAME
public static final java.lang.String MAXMEMORY_COLNAME
public static final java.lang.String OUTMEMORY_COLNAME
public static final java.lang.String ID
Constructor Detail |
---|
public ProfilingDataTableView()
Method Detail |
---|
public void dispose()
dispose
in interface org.eclipse.ui.IWorkbenchPart
dispose
in class org.eclipse.ui.part.WorkbenchPart
WorkbenchPart.dispose()
public void createPartControl(org.eclipse.swt.widgets.Composite parent)
createPartControl
in interface org.eclipse.ui.IWorkbenchPart
createPartControl
in class org.eclipse.ui.part.WorkbenchPart
WorkbenchPart.createPartControl(org.eclipse.swt.widgets.Composite)
public void setFocus()
setFocus
in interface org.eclipse.ui.IWorkbenchPart
setFocus
in class org.eclipse.ui.part.WorkbenchPart
WorkbenchPart.setFocus()
public void setInput(java.lang.Object arg)
arg
- the inputpublic void update(java.util.Observable o, java.lang.Object arg)
update
in interface java.util.Observer
Observer.update(java.util.Observable, java.lang.Object)
public void selectionChanged(org.eclipse.ui.IWorkbenchPart part, org.eclipse.jface.viewers.ISelection selection)
selectionChanged
in interface org.eclipse.ui.ISelectionListener
ISelectionListener.selectionChanged(org.eclipse.ui.IWorkbenchPart,
org.eclipse.jface.viewers.ISelection)
public static int getTotalInstructionsId()
public static int getTotalTimeExecutionId()
public static int getCallsId()
public static int getOperationNameId()
public static int getInMemoryColId()
public static boolean isShowPercentAction()
public static void setShowPercentAction(boolean s)
public static long getTotalInstructions()
public static double getTotalTime()
public static int getMaxMemoryColID()
public static int getOutMemoryColId()
|
Copyright 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |