|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapps.projectmanagement.component.ganttchart.InputBox
public class InputBox
The Class InputBox.
Constructor Summary | |
---|---|
InputBox(ContentSystem contentSystem,
int length,
int heigth)
Instantiates a new input box. |
Method Summary | |
---|---|
void |
clear()
Clear. |
void |
enableKeyborad(boolean enabled)
Enable keyborad. |
MultiLineTextLabel |
getInputBox()
Gets the input box. |
void |
hideKeyborad()
Hide keyborad. |
boolean |
isKeyboradOn()
Checks if is keyborad on. |
void |
setInputBoxLocation(float x,
float y)
Sets the input box location. |
void |
showKeyborad()
Show keyborad. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InputBox(ContentSystem contentSystem, int length, int heigth)
contentSystem
- the content systemlength
- the lengthheigth
- the heigthMethod Detail |
---|
public void clear()
public void enableKeyborad(boolean enabled)
enabled
- the enabledpublic MultiLineTextLabel getInputBox()
public void hideKeyborad()
public boolean isKeyboradOn()
public void setInputBoxLocation(float x, float y)
x
- the xy
- the ypublic void showKeyborad()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |