Oracle Data-aware Controls Reference

oracle.dacf.control.swing.find
Class DacFindPanelUIAdapter

java.lang.Object
  extended byoracle.dacf.control.swing.find.DacFindPanelUIAdapter
All Implemented Interfaces:
DacFindPanelUIListener

public class DacFindPanelUIAdapter
extends java.lang.Object
implements DacFindPanelUIListener

The DacFindPanelUIAdapter is an adapter class for the DacFindPanelUI interface.

Version:
INTERNAL
See Also:
DacFindPanelUI, FindPanel

Constructor Summary
DacFindPanelUIAdapter()
           
 
Method Summary
 void closeButtonClicked()
          A notification that the Close button was clicked.
 void findButtonClicked()
          A notification that the Find button was clicked.
 void helpButtonClicked()
          A notification that the help button was clicked.
 void orButtonClicked()
          A notification that the OR button was clicked
 void removeAllButtonClicked()
          A notification that the Remove All button was clicked
 void removeButtonClicked()
          A notification that the Remove button was clicked
 void resetButtonClicked()
          A notification that the Reset button was clicked.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DacFindPanelUIAdapter

public DacFindPanelUIAdapter()
Method Detail

findButtonClicked

public void findButtonClicked()
A notification that the Find button was clicked.

Specified by:
findButtonClicked in interface DacFindPanelUIListener

closeButtonClicked

public void closeButtonClicked()
A notification that the Close button was clicked.

Specified by:
closeButtonClicked in interface DacFindPanelUIListener

resetButtonClicked

public void resetButtonClicked()
A notification that the Reset button was clicked.

Specified by:
resetButtonClicked in interface DacFindPanelUIListener

helpButtonClicked

public void helpButtonClicked()
A notification that the help button was clicked.

Specified by:
helpButtonClicked in interface DacFindPanelUIListener

orButtonClicked

public void orButtonClicked()
A notification that the OR button was clicked

Specified by:
orButtonClicked in interface DacFindPanelUIListener

removeButtonClicked

public void removeButtonClicked()
A notification that the Remove button was clicked

Specified by:
removeButtonClicked in interface DacFindPanelUIListener

removeAllButtonClicked

public void removeAllButtonClicked()
A notification that the Remove All button was clicked

Specified by:
removeAllButtonClicked in interface DacFindPanelUIListener

Oracle Data-aware Controls Reference

 

Copyright © 1997, 2003, Oracle. All rights reserved.