edu.princeton.wordnet.browser.component
Class JFontChooser.ListSearchTextFieldDocumentHandler.ListSelector

java.lang.Object
  extended by edu.princeton.wordnet.browser.component.JFontChooser.ListSearchTextFieldDocumentHandler.ListSelector
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
JFontChooser.ListSearchTextFieldDocumentHandler

public class JFontChooser.ListSearchTextFieldDocumentHandler.ListSelector
extends java.lang.Object
implements java.lang.Runnable

List selector


Field Summary
private  int index
          Index
 
Constructor Summary
JFontChooser.ListSearchTextFieldDocumentHandler.ListSelector(int index0)
          Constructor
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index

private final int index
Index

Constructor Detail

JFontChooser.ListSearchTextFieldDocumentHandler.ListSelector

public JFontChooser.ListSearchTextFieldDocumentHandler.ListSelector(int index0)
Constructor

Parameters:
index0 - index
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable