|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.slashie.libjcsi.textcomponents.TextComponent
net.slashie.libjcsi.textcomponents.TextBox
net.slashie.libjcsi.textcomponents.DialogBox
public class DialogBox
Allows easy creation of a self-sizing box to display information which needs answering input from the user.
| Field Summary |
|---|
| Fields inherited from class net.slashie.libjcsi.textcomponents.TextBox |
|---|
BEOL |
| Constructor Summary | |
|---|---|
DialogBox(ConsoleSystemInterface si,
int lines,
java.lang.String args)
Creates the box |
|
| Method Summary |
|---|
| Methods inherited from class net.slashie.libjcsi.textcomponents.TextBox |
|---|
clear, draw, setBorder, setHeight, setText, setTitle |
| Methods inherited from class net.slashie.libjcsi.textcomponents.TextComponent |
|---|
clearBox, drawBorder, getForeColor, getHeight, getWidth, hasBorder, setBorderColor, setBorderColor, setBounds, setForeColor, setForeColor, setPosition, setWidth |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DialogBox(ConsoleSystemInterface si,
int lines,
java.lang.String args)
si - the ConsoleSystemInterface to be attached tolines - the number of desired lines for the output portion of the boxargs - the text to be displayed as output in the box
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||