[Thinlet-development] thinlet ThinletConstants.java,NONE,1.1
Brought to you by:
bajzat
|
From: <ba...@us...> - 2003-03-15 13:21:50
|
Update of /cvsroot/thinlet/thinlet
In directory sc8-pr-cvs1:/tmp/cvs-serv17764
Added Files:
ThinletConstants.java
Log Message:
no message
--- NEW FILE: ThinletConstants.java ---
package thinlet;
public interface ThinletConstants {
String NAME = "name";
String ENABLED = "enabled";
String VISIBLE = "visible";
String TOOLTIP = "tooltip";
String FONT = "font";
String FOREGROUND = "foreground";
String BACKGROUND = "background";
String WIDTH = "width";
String HEIGHT = "height";
String COLSPAN = "colspan";
String ROWSPAN = "rowspan";
String WEIGHTX = "weightx";
String WEIGHTY = "weighty";
String HALIGN = "halign";
String VALIGN = "valign";
String PROPERTY = "property";
String INIT = "init";
String LABEL = "label";
String TEXT = "text";
String ICON = "icon";
String ALIGNMENT = "alignment";
String MNEMONIC = "mnemonic";
String FOR = "for";
String BUTTON = "button";
String ACTION = "action";
String TYPE = "type";
String CHECKBOX = "checkbox";
String SELECTED = "selected";
String GROUP = "group";
String TOGGLEBUTTON = "togglebutton";
String COMBOBOX = "combobox";
String CHOICE = "choice";
String TEXTFIELD = "textfield";
String COLUMNS = "columns";
String EDITABLE = "editable";
String START = "start";
String END = "end";
String INSERT = "insert";
String REMOVE = "remove";
String CARET = "caret";
String PERFORM = "perform";
String PASSWORDFIELD = "passwordfield";
String TEXTAREA = "textarea";
String ROWS = "rows";
String WRAP = "wrap";
String TABBEDPANE = "tabbedpane";
String PLACEMENT = "placement";
String TAB = "tab";
String PANEL = "panel";
String TOP = "top";
String LEFT = "left";
String BOTTOM = "bottom";
String RIGHT = "right";
String GAP = "gap";
String BORDER = "border";
String SCROLLABLE = "scrollable";
String DESKTOP = "desktop";
String DIALOG = "dialog";
String MODAL = "modal";
String SPINBOX = "spinbox";
String PROGRESSBAR = "progressbar";
String ORIENTATION = "orientation";
String MINIMUM = "minimum";
String MAXIMUM = "maximum";
String VALUE = "value";
String SLIDER = "slider";
String UNIT = "unit";
String BLOCK = "block";
String SPLITPANE = "splitpane";
String DIVIDER = "divider";
String LIST = "list";
String SELECTION = "selection";
String LINE = "line";
String ITEM = "item";
String TABLE = "table";
String HEADER = "header";
String COLUMN = "column";
String SORT = "sort";
String ROW = "row";
String CELL = "cell";
String TREE = "tree";
String EXPAND = "expand";
String COLLAPSE = "collapse";
String NODE = "node";
String EXPANDED = "expanded";
String SEPARATOR = "separator";
String MENUBAR = "menubar";
String MENU = "menu";
String MENUITEM = "menuitem";
String ACCELERATOR = "accelerator";
String CHECKBOXMENUITEM = "checkboxmenuitem";
String POPUPMENU = "popupmenu";
String BEAN = "bean";
}
|