ccs.cpc.impl
Class FileFindDialog

java.lang.Object
  extended by ccs.cpc.impl.FileFindDialog
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.ListSelectionListener

 class FileFindDialog
extends java.lang.Object
implements javax.swing.event.ListSelectionListener


Field Summary
(package private) static int ALL
           
(package private) static int LEFT
           
(package private) static int RIGHT
           
(package private) static int SOME
           
 
Constructor Summary
FileFindDialog(CpcImpl cpc)
           
 
Method Summary
(package private)  VDevice[] getFilteredSnapshot()
           
(package private)  java.lang.String getName()
           
(package private)  java.lang.String getPattern()
           
(package private)  int getTargetingMode()
           
(package private)  boolean isSense()
           
(package private)  boolean show()
           
 void valueChanged(javax.swing.event.ListSelectionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LEFT

static final int LEFT
See Also:
Constant Field Values

RIGHT

static final int RIGHT
See Also:
Constant Field Values

ALL

static final int ALL
See Also:
Constant Field Values

SOME

static final int SOME
See Also:
Constant Field Values
Constructor Detail

FileFindDialog

FileFindDialog(CpcImpl cpc)
Method Detail

show

boolean show()

getPattern

java.lang.String getPattern()

getName

java.lang.String getName()

getTargetingMode

int getTargetingMode()

getFilteredSnapshot

VDevice[] getFilteredSnapshot()

isSense

boolean isSense()

valueChanged

public void valueChanged(javax.swing.event.ListSelectionEvent e)
Specified by:
valueChanged in interface javax.swing.event.ListSelectionListener