| org.w3c.tools.widgets.BorderPanel org.w3c.tools.widgets.StringChoice
StringChoice | public class StringChoice extends BorderPanel (Code) | | version: $Revision: 1.2 $ author: Benoît Mahé (bmahe@w3.org) |
Constructor Summary | |
public | StringChoice() Get a "one line" String choice with no border. | public | StringChoice(int type) Get a StringChoice widget. | public | StringChoice(int type, int border) Get a StringChoice widget. | public | StringChoice(int type, int border, int thickness) Get a StringChoice widget. |
ONE_LINE | final public static int ONE_LINE(Code) | | |
TWO_LINES | final public static int TWO_LINES(Code) | | |
StringChoice | public StringChoice()(Code) | | Get a "one line" String choice with no border.
|
StringChoice | public StringChoice(int type)(Code) | | Get a StringChoice widget.
Parameters: type - The posisionning (ONE_LINE, TWO_LINES) |
StringChoice | public StringChoice(int type, int border)(Code) | | Get a StringChoice widget.
Parameters: type - The posisionning (ONE_LINE, TWO_LINES) Parameters: border - The border type (SOLID, RAISED, LOWERED, IN, OUT) |
StringChoice | public StringChoice(int type, int border, int thickness)(Code) | | Get a StringChoice widget.
Parameters: type - The posisionning (ONE_LINE, TWO_LINES) Parameters: border - The border type (SOLID, RAISED, LOWERED, IN, OUT) Parameters: thickness - The border's thickness. |
removeAll | public void removeAll()(Code) | | |
|
|