wt.clients.gui
Class WTFolderBrowserEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bywt.clients.gui.WTFolderBrowserEvent
All Implemented Interfaces:
Serializable

public class WTFolderBrowserEvent
extends EventObject

Windchill Technology Folder Browser Event Class (WTFolderBrowserEvent)

This is an Event generated from the Folder Browser.

Supported API:true

Extendable: false

See Also:
Serialized Form

Field Summary
static String CANCEL
           
private  WTFolderBrowserDialog myBrowser
           
private  String myType
           
static String NULL
           
static String OK
           
private static String versionID
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
WTFolderBrowserEvent(WTFolderBrowserDialog a_browser, String a_type)
           
 
Method Summary
 WTFolderBrowserDialog getFolderBrowser()
           
 String getType()
           
 void setFolderBrowser(WTFolderBrowserDialog a_browser)
           
 void setType(String aValue)
           
 String toString()
           
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

versionID

private static final String versionID
See Also:
Constant Field Values

NULL

public static final String NULL
See Also:
Constant Field Values

OK

public static final String OK
See Also:
Constant Field Values

CANCEL

public static final String CANCEL
See Also:
Constant Field Values

myBrowser

private WTFolderBrowserDialog myBrowser

myType

private String myType
Constructor Detail

WTFolderBrowserEvent

public WTFolderBrowserEvent(WTFolderBrowserDialog a_browser,
                            String a_type)
Method Detail

getFolderBrowser

public WTFolderBrowserDialog getFolderBrowser()

setFolderBrowser

public void setFolderBrowser(WTFolderBrowserDialog a_browser)

getType

public String getType()

setType

public void setType(String aValue)

toString

public String toString()