wt.clients.gui
Class FindDialog
java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
wt.clients.gui.FindDialog
- All Implemented Interfaces:
- Accessible, EventListener, ImageObserver, MenuContainer, PropertyChangeListener, Serializable, WTQueryListener
- public class FindDialog
- extends Dialog
- implements WTQueryListener, PropertyChangeListener
This class is obsolete. Use the wt.clients.beans.query.WTChooser dialog instead.
Supported API: true
Extendable: false
- See Also:
WTChooser
,
Serialized Form
Fields inherited from class java.awt.Dialog |
|
Fields inherited from class java.awt.Window |
|
Fields inherited from class java.awt.Container |
|
Constructor Summary |
FindDialog(Frame parent,
boolean modal)
Deprecated. Use the wt.clients.beans.query.WTChooser dialog instead. |
FindDialog(Frame parent,
String title,
boolean modal)
Deprecated. Use the wt.clients.beans.query.WTChooser dialog instead. |
Methods inherited from class java.awt.Dialog |
dispose, getAccessibleContext, getTitle, hide, isModal, isResizable, isUndecorated, paramString, setModal, setResizable, setTitle, setUndecorated |
Methods inherited from class java.awt.Window |
addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, createBufferStrategy, createBufferStrategy, finalize, getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, getFocusOwner, getFocusTraversalKeys, getGraphicsConfiguration, getInputContext, getListeners, getLocale, getMostRecentFocusOwner, getOwnedWindows, getOwner, getToolkit, getWarningString, getWindowFocusListeners, getWindowListeners, getWindowStateListeners, isActive, isFocusableWindow, isFocusCycleRoot, isFocused, isShowing, pack, postEvent, processEvent, processWindowEvent, processWindowFocusEvent, processWindowStateEvent, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, setCursor, setFocusableWindowState, setFocusCycleRoot, setLocationRelativeTo, toBack, toFront |
Methods inherited from class java.awt.Container |
add, add, add, add, add, addContainerListener, addImpl, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, getMaximumSize, getMinimumSize, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paint, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, remove, removeAll, removeContainerListener, removeNotify, setFocusTraversalKeys, setFocusTraversalPolicy, setFont, setLayout, transferFocusBackward, transferFocusDownCycle, update, validate, validateTree |
Methods inherited from class java.awt.Component |
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isOpaque, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, reshape, resize, resize, setBackground, setBounds, setBounds, setComponentOrientation, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, show, size, toString, transferFocus, transferFocusUpCycle |
CANCEL
public static final String CANCEL
- See Also:
- Constant Field Values
OK
public static final String OK
- See Also:
- Constant Field Values
applet
Applet applet
helpSystem
HelpSystem helpSystem
helpContext
HelpContext helpContext
selectedObjects
Hashtable selectedObjects
fComponentsAdjusted
boolean fComponentsAdjusted
wtQuery
WTQuery wtQuery
panButtons
Panel panButtons
btnOK
Button btnOK
btnCancel
Button btnCancel
btnHelp
Button btnHelp
statusBar
symantec.itools.awt.StatusBar statusBar
wtSchema
WTSchema wtSchema
listeners
protected ActionListener listeners
- This field will hold a list of registered ActionListeners
FindDialog
public FindDialog(Frame parent,
boolean modal)
- Deprecated. Use the wt.clients.beans.query.WTChooser dialog instead.
FindDialog
public FindDialog(Frame parent,
String title,
boolean modal)
- Deprecated. Use the wt.clients.beans.query.WTChooser dialog instead.
getApplet
public Applet getApplet()
setApplet
public void setApplet(Applet a)
addNotify
public void addNotify()
show
public void show()
addActionListener
public void addActionListener(ActionListener l)
- Register an action listener to be notified when a button is pressed
removeActionListener
public void removeActionListener(ActionListener l)
- Remove an action listener from our list of interested listeners
Dialog1_WindowClosing
void Dialog1_WindowClosing(WindowEvent event)
setSchema
public void setSchema(WTSchema schema)
queryEvent
public void queryEvent(WTQueryEvent e)
- Description copied from interface:
WTQueryListener
- Invoked when a button is clicked, a status message is ready or the
selection has been changed in the results viewing area.
Supported API: true
- Specified by:
queryEvent
in interface WTQueryListener
initializeHelp
void initializeHelp()
propertyChange
public void propertyChange(PropertyChangeEvent event)
- Update the status area with online help.
- Specified by:
propertyChange
in interface PropertyChangeListener
btnOK_Action
void btnOK_Action(ActionEvent event)
btnCancel_Action
void btnCancel_Action(ActionEvent event)
getObjects
public Vector getObjects()