Oracle Data-aware Controls Reference

oracle.dacf.control.swing.find
Interface DacFindPanelUIListener

All Known Implementing Classes:
DacFindPanelUIAdapter

public interface DacFindPanelUIListener

The DacFindPanelUIListener interface is used by the DacFindPanelUI class to notify various button clicks. A class which implements this interface will typically call appropriate methods in response to the button click. It may use FindPanel methods to implement the action associated with button click.

Version:
INTERNAL
See Also:
DacFindPanelUI, FindPanel

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
 

Method Detail

findButtonClicked

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

closeButtonClicked

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

resetButtonClicked

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

helpButtonClicked

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

orButtonClicked

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

removeButtonClicked

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

removeAllButtonClicked

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

Oracle Data-aware Controls Reference