|
JClass 4.5.0 API Documentation |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for writing popup field editors.
Method Summary | |
void |
addPopupListener(JCPopupListener l)
Add a JCPopupListener to the popup to inform when the value in the popup component has been committed. |
JComponent |
getEditorComponent()
Returns the component in the popup. |
boolean |
processKeyEvent(KeyEvent e)
Process key events passed from the ComboBox and returns whether or not the popup processed the key. |
void |
removePopupListener(JCPopupListener l)
Removes a JCPopupListener. |
void |
setValue(Object value)
Sets the value in the popup component. |
Method Detail |
public JComponent getEditorComponent()
public void addPopupListener(JCPopupListener l)
public void removePopupListener(JCPopupListener l)
public void setValue(Object value)
public boolean processKeyEvent(KeyEvent e)
|
Copyright© 1999-2000 KL Group Inc. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |