cz.cuni.mff.mirovsky
Class CaretControlEnabledComboBoxEditor

java.lang.Object
  extended by javax.swing.plaf.basic.BasicComboBoxEditor
      extended by cz.cuni.mff.mirovsky.CaretControlEnabledComboBoxEditor
All Implemented Interfaces:
java.awt.event.FocusListener, java.util.EventListener, javax.swing.ComboBoxEditor

public class CaretControlEnabledComboBoxEditor
extends javax.swing.plaf.basic.BasicComboBoxEditor

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

CaretControlEnabledComboBoxEditor

public CaretControlEnabledComboBoxEditor()
Method Detail

getCaretPosition

public int getCaretPosition()

setCaretPosition

public void setCaretPosition(int pos)