|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PromptView
Method Summary | |
---|---|
String |
getDefaultPrompt()
Return the default prompt |
String |
getInBlockPrompt()
Return the block prompt |
void |
setDefaultPrompt(String defaultPrompt)
Defines the default prompt |
void |
setInBlockPrompt(String inBlockPrompt)
Defines the prompt when the user is creating a block |
void |
setInputParsingManager(InputParsingManager inputParsingManager)
|
void |
updatePrompt()
Update the prompt |
Methods inherited from interface com.artenum.rosetta.interfaces.ui.GuiComponent |
---|
setBackground, setFont, setForeground, setVisible |
Method Detail |
---|
void setDefaultPrompt(String defaultPrompt)
defaultPrompt
- the default promptvoid setInBlockPrompt(String inBlockPrompt)
inBlockPrompt
- the block promptString getDefaultPrompt()
String getInBlockPrompt()
void updatePrompt()
void setInputParsingManager(InputParsingManager inputParsingManager)
inputParsingManager
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |