org.eclipse.hyades.trace.ui.internal.wizard
Class ImportTraceRangeUI
java.lang.Object
org.eclipse.hyades.trace.ui.internal.wizard.ImportTraceRangeUI
- All Implemented Interfaces:
- java.util.EventListener, org.eclipse.swt.events.ModifyListener, org.eclipse.swt.events.SelectionListener, org.eclipse.swt.internal.SWTEventListener
public class ImportTraceRangeUI
- extends java.lang.Object
- implements org.eclipse.swt.events.SelectionListener, org.eclipse.swt.events.ModifyListener
Page 2 of the base resource import-from-zip Wizard.
which specific the range of file to be imported.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImportTraceRangeUI
public ImportTraceRangeUI(org.eclipse.jface.wizard.WizardPage wp)
createControl
public org.eclipse.swt.widgets.Composite createControl(org.eclipse.swt.widgets.Composite parent)
createSpacer
protected void createSpacer(org.eclipse.swt.widgets.Composite parent)
getWholeFileBtn
public org.eclipse.swt.widgets.Button getWholeFileBtn()
getInRangeBtn
public org.eclipse.swt.widgets.Button getInRangeBtn()
getWholeFileSelection
public boolean getWholeFileSelection()
getInRangeSelection
public boolean getInRangeSelection()
getStartRange
public double getStartRange()
getStopRange
public double getStopRange()
checkRegionValue
public java.lang.String checkRegionValue()
modifyText
public void modifyText(org.eclipse.swt.events.ModifyEvent e)
- Specified by:
modifyText in interface org.eclipse.swt.events.ModifyListener
setRangeInputEnable
public void setRangeInputEnable(boolean enable)
widgetSelected
public void widgetSelected(org.eclipse.swt.events.SelectionEvent e)
- Specified by:
widgetSelected in interface org.eclipse.swt.events.SelectionListener
widgetDefaultSelected
public void widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent e)
- Specified by:
widgetDefaultSelected in interface org.eclipse.swt.events.SelectionListener
getshowExecFlow
public org.eclipse.swt.widgets.Button getshowExecFlow()
getshowExecStatistic
public org.eclipse.swt.widgets.Button getshowExecStatistic()
getshowHeapStatistic
public org.eclipse.swt.widgets.Button getshowHeapStatistic()
getshowThreadStatistic
public org.eclipse.swt.widgets.Button getshowThreadStatistic()
getdescription
public org.eclipse.swt.widgets.Label getdescription()
getstartText
public org.eclipse.swt.widgets.Text getstartText()
getstopText
public org.eclipse.swt.widgets.Text getstopText()