|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.microedition.svg.input.InputHandler
org.netbeans.microedition.svg.input.TextInputHandler
org.netbeans.microedition.svg.input.NumPadInputHandler
public class NumPadInputHandler
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.netbeans.microedition.svg.input.InputHandler |
---|
InputHandler.CaretVisibilityListener |
Field Summary |
---|
Fields inherited from class org.netbeans.microedition.svg.input.InputHandler |
---|
BACKSPACE, BUTTON_INPUT_HANDLER, caretListeners, DOWN, FIRE, LEFT, prevVisibility, RIGHT, UP |
Constructor Summary | |
---|---|
NumPadInputHandler(javax.microedition.lcdui.Display display)
|
Method Summary | |
---|---|
protected int |
getCaretPosition(SVGComponent comp)
|
protected java.lang.String |
getText(SVGComponent comp)
|
boolean |
handleKeyPress(SVGComponent comp,
int nKeyCode)
|
protected void |
setCaretPosition(SVGComponent comp,
int position)
|
protected void |
setText(SVGComponent comp,
java.lang.String text)
|
Methods inherited from class org.netbeans.microedition.svg.input.TextInputHandler |
---|
commandAction, getDisplay, handleKeyRelease, showTextBox |
Methods inherited from class org.netbeans.microedition.svg.input.InputHandler |
---|
addVisibilityListener, fireCaretVisibilityChanged, removeVisibilityListener |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NumPadInputHandler(javax.microedition.lcdui.Display display)
Method Detail |
---|
public boolean handleKeyPress(SVGComponent comp, int nKeyCode)
handleKeyPress
in class TextInputHandler
protected void setCaretPosition(SVGComponent comp, int position)
protected void setText(SVGComponent comp, java.lang.String text)
protected int getCaretPosition(SVGComponent comp)
protected java.lang.String getText(SVGComponent comp)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |