| javax.swing.JSpinner com.projity.pm.graphic.spreadsheet.editor.KeyboardFocusSpinner
KeyboardFocusSpinner | public class KeyboardFocusSpinner extends JSpinner implements KeyboardFocusable(Code) | | Extension of regular spinner to handle case of spreadsheet cell activation by keystroke
TODO figure out how to handle double clicks. The treatment I use with Simple edits doesnt work
|
processKeyBinding | protected boolean processKeyBinding(KeyStroke arg0, KeyEvent arg1, int arg2, boolean arg3)(Code) | | There is an annoying problem with the first character not being sent to the editor. The
code below sends the first dsplayable chararacter to the editor. Subsequent characters will
implicitly go to the editor.
|
requestFocus | public void requestFocus()(Code) | | |
selectAll | public void selectAll(boolean keyboard)(Code) | | |
|
|