org.jatha.display
Class LispInputEditor
java.lang.Object
javax.swing.plaf.basic.BasicComboBoxEditor
org.jatha.display.LispInputEditor
- All Implemented Interfaces:
- ComboBoxEditor, EventListener, FocusListener
- public class LispInputEditor
- extends BasicComboBoxEditor
LispInputEditor Is a ComboxBoxEditor for the LispInput area.
The default editor (BasicComboBoxEditor) uses a JTextField
as an editing area. This one uses a JTextArea if the number
of lines sent in is greater than 1.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
f_numberOfRows
protected int f_numberOfRows
f_numberOfColumns
protected int f_numberOfColumns
f_textComponent
protected JTextComponent f_textComponent
LispInputEditor
public LispInputEditor()
LispInputEditor
public LispInputEditor(int numberOfRows)
getEditorComponent
public Component getEditorComponent()
getItem
public Object getItem()
setItem
public void setItem(Object o)
getNumberOfTextLines
public int getNumberOfTextLines()
incrementTextLines
public void incrementTextLines(int increment)