com.pallas.swing.pcombobox
Class FireKeys

java.lang.Object
  |
  +--com.pallas.swing.pcombobox.FireKeys
All Implemented Interfaces:
Async

public class FireKeys
extends java.lang.Object
implements Async

Title: $FileName: FireKeys.java$

Version:
$VerNum: 2$
Author:
$AuthorName: Rob MacGrogan$

$Description: FireKeys is intended to be executed asyncronously by AsyncCentral. Updates the selected index of a SmartComboBox and sets the caret position. $
$KeyWordsOff: $


Field Summary
private  int caretPosition
           
private  char key
           
private  FullWordComboKeySelectionModel mgr
           
private  javax.swing.ComboBoxModel model
           
 
Constructor Summary
FireKeys(FullWordComboKeySelectionModel mgr)
           
 
Method Summary
 void execute()
           
 void setValues(char key, javax.swing.ComboBoxModel model, int caretPosition)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

private char key

model

private javax.swing.ComboBoxModel model

mgr

private FullWordComboKeySelectionModel mgr

caretPosition

private int caretPosition
Constructor Detail

FireKeys

public FireKeys(FullWordComboKeySelectionModel mgr)
Method Detail

setValues

public void setValues(char key,
                      javax.swing.ComboBoxModel model,
                      int caretPosition)

execute

public void execute()
Specified by:
execute in interface Async


Copyright © 2003 Pallas Technology.