|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.plaf.basic.BasicComboBoxEditor
cz.cuni.mff.mirovsky.CaretControlEnabledComboBoxEditor
public class CaretControlEnabledComboBoxEditor
Class CaretControlEnabledComboboxEditor extends class BasicComboBoxEditor. It adds the possibility to read and control the position of the caret.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.plaf.basic.BasicComboBoxEditor |
---|
javax.swing.plaf.basic.BasicComboBoxEditor.UIResource |
Field Summary |
---|
Fields inherited from class javax.swing.plaf.basic.BasicComboBoxEditor |
---|
editor |
Constructor Summary | |
---|---|
CaretControlEnabledComboBoxEditor()
|
Method Summary | |
---|---|
int |
getCaretPosition()
|
void |
setCaretPosition(int pos)
|
Methods inherited from class javax.swing.plaf.basic.BasicComboBoxEditor |
---|
addActionListener, focusGained, focusLost, getEditorComponent, getItem, removeActionListener, selectAll, setItem |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CaretControlEnabledComboBoxEditor()
Method Detail |
---|
public int getCaretPosition()
public void setCaretPosition(int pos)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |