TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.hyades.trace.ui.internal.core
Class TraceLocationUI

java.lang.Object
  extended by org.eclipse.hyades.trace.ui.internal.util.AbstractChangeable
      extended by org.eclipse.hyades.trace.ui.internal.core.TraceLocationUI
All Implemented Interfaces:
java.util.EventListener, org.eclipse.swt.events.SelectionListener, org.eclipse.swt.internal.SWTEventListener

public class TraceLocationUI
extends AbstractChangeable
implements org.eclipse.swt.events.SelectionListener


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

_browseLocation

protected org.eclipse.swt.widgets.Button _browseLocation

_location

protected org.eclipse.swt.widgets.Text _location

_monitor

protected org.eclipse.swt.widgets.Text _monitor

_browseMonitor

protected org.eclipse.swt.widgets.Button _browseMonitor

_locationLabel

protected org.eclipse.swt.widgets.Label _locationLabel
Constructor Detail

TraceLocationUI

public TraceLocationUI()
TraceOptionsUI constructor comment.

Method Detail

createControl

public org.eclipse.swt.widgets.Composite createControl(org.eclipse.swt.widgets.Composite parent)
Insert the method's description here. Creation date: (4/26/2001 3:45:54 PM)

Parameters:
parent - org.eclipse.swt.widgets.Composite

initialize

public void initialize()

getLocationLabel

public org.eclipse.swt.widgets.Label getLocationLabel()

getLocation

public org.eclipse.swt.widgets.Text getLocation()
Insert the method's description here. Creation date: (8/7/2001 12:07:29 PM)

Returns:
java.lang.String

getMonitor

public org.eclipse.swt.widgets.Text getMonitor()
Insert the method's description here. Creation date: (8/8/2001 3:15:44 PM)

Returns:
org.eclipse.swt.widgets.Text

setEnabled

public void setEnabled(boolean enable)
Insert the method's description here. Creation date: (8/7/2001 1:56:12 PM)

Parameters:
enable - boolean

setEnabledBrowse

public void setEnabledBrowse(boolean enable)
Insert the method's description here. Creation date: (9/26/2001 1:54:33 PM)

Parameters:
enable - boolean

setEnabledLocation

public void setEnabledLocation(boolean enable)
Insert the method's description here. Creation date: (9/26/2001 1:52:48 PM)

Parameters:
enabled - boolean

setLocation

public void setLocation(java.lang.String location)
Insert the method's description here. Creation date: (8/7/2001 12:08:12 PM)

Parameters:
location - java.lang.String

setMonitor

public void setMonitor(java.lang.String text)
Insert the method's description here. Creation date: (8/8/2001 3:16:11 PM)

Parameters:
text - java.lang.String

showMonitorsDialog

protected void showMonitorsDialog()
Insert the method's description here. Creation date: (8/8/2001 3:43:13 PM)


showResourceDialog

protected void showResourceDialog()
Insert the method's description here. Creation date: (8/7/2001 12:06:04 PM)


widgetDefaultSelected

public void widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent e)
Sent when default selection occurs in the control.

For example, on some platforms default selection occurs in a List when the user double-clicks an item or types return in a Text.

Specified by:
widgetDefaultSelected in interface org.eclipse.swt.events.SelectionListener
Parameters:
e - an event containing information about the default selection

widgetSelected

public void widgetSelected(org.eclipse.swt.events.SelectionEvent e)
Sent when selection occurs in the control.

For example, on some platforms selection occurs in a List when the user selects an item or items.

Specified by:
widgetSelected in interface org.eclipse.swt.events.SelectionListener
Parameters:
e - an event containing information about the selection

TPTP 4.5.0 Platform Project
Internal API Specification