|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.hyades.trace.ui.internal.util.AbstractChangeable
org.eclipse.hyades.trace.ui.internal.core.TraceLocationUI
public class TraceLocationUI
| Field Summary | |
|---|---|
protected org.eclipse.swt.widgets.Button |
_browseLocation
|
protected org.eclipse.swt.widgets.Button |
_browseMonitor
|
protected org.eclipse.swt.widgets.Text |
_location
|
protected org.eclipse.swt.widgets.Label |
_locationLabel
|
protected org.eclipse.swt.widgets.Text |
_monitor
|
| Fields inherited from class org.eclipse.hyades.trace.ui.internal.util.AbstractChangeable |
|---|
_listeners, EVENT |
| Constructor Summary | |
|---|---|
TraceLocationUI()
TraceOptionsUI constructor comment. |
|
| Method Summary | |
|---|---|
org.eclipse.swt.widgets.Composite |
createControl(org.eclipse.swt.widgets.Composite parent)
Insert the method's description here. |
org.eclipse.swt.widgets.Text |
getLocation()
Insert the method's description here. |
org.eclipse.swt.widgets.Label |
getLocationLabel()
|
org.eclipse.swt.widgets.Text |
getMonitor()
Insert the method's description here. |
void |
initialize()
|
void |
setEnabled(boolean enable)
Insert the method's description here. |
void |
setEnabledBrowse(boolean enable)
Insert the method's description here. |
void |
setEnabledLocation(boolean enable)
Insert the method's description here. |
void |
setLocation(java.lang.String location)
Insert the method's description here. |
void |
setMonitor(java.lang.String text)
Insert the method's description here. |
protected void |
showMonitorsDialog()
Insert the method's description here. |
protected void |
showResourceDialog()
Insert the method's description here. |
void |
widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent e)
Sent when default selection occurs in the control. |
void |
widgetSelected(org.eclipse.swt.events.SelectionEvent e)
Sent when selection occurs in the control. |
| Methods inherited from class org.eclipse.hyades.trace.ui.internal.util.AbstractChangeable |
|---|
addListener, changed, removeListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected org.eclipse.swt.widgets.Button _browseLocation
protected org.eclipse.swt.widgets.Text _location
protected org.eclipse.swt.widgets.Text _monitor
protected org.eclipse.swt.widgets.Button _browseMonitor
protected org.eclipse.swt.widgets.Label _locationLabel
| Constructor Detail |
|---|
public TraceLocationUI()
| Method Detail |
|---|
public org.eclipse.swt.widgets.Composite createControl(org.eclipse.swt.widgets.Composite parent)
parent - org.eclipse.swt.widgets.Compositepublic void initialize()
public org.eclipse.swt.widgets.Label getLocationLabel()
public org.eclipse.swt.widgets.Text getLocation()
public org.eclipse.swt.widgets.Text getMonitor()
public void setEnabled(boolean enable)
enable - booleanpublic void setEnabledBrowse(boolean enable)
enable - booleanpublic void setEnabledLocation(boolean enable)
enabled - booleanpublic void setLocation(java.lang.String location)
location - java.lang.Stringpublic void setMonitor(java.lang.String text)
text - java.lang.Stringprotected void showMonitorsDialog()
protected void showResourceDialog()
public void widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent e)
For example, on some platforms default selection occurs in a List when the user double-clicks an item or types return in a Text.
widgetDefaultSelected in interface org.eclipse.swt.events.SelectionListenere - an event containing information about the default selectionpublic void widgetSelected(org.eclipse.swt.events.SelectionEvent e)
For example, on some platforms selection occurs in a List when the user selects an item or items.
widgetSelected in interface org.eclipse.swt.events.SelectionListenere - an event containing information about the selection
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||