KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jdesktop > jdnc > markup > Attributes


1 /*
2  * $Id: Attributes.java,v 1.2 2004/06/17 21:02:46 rameshgupta Exp $
3  *
4  * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle,
5  * Santa Clara, California 95054, U.S.A. All rights reserved.
6  */

7
8 package org.jdesktop.jdnc.markup;
9
10 /**
11  *
12  * @author Ramesh Gupta
13  * @author Amy Fowler
14  */

15 public final class Attributes {
16     // ...
17

18     /**
19      * Represents the local name of the <b><code>{@value}</code></b> attribute.
20      */

21     public static final String JavaDoc ACTION_REF = "actionRef";
22     /**
23      * Represents the local name of the <b><code>{@value}</code></b> attribute.
24      */

25     public static final String JavaDoc ACTUATE = "actuate";
26     /**
27      * Represents the local name of the <b><code>{@value}</code></b> attribute.
28      */

29     public static final String JavaDoc ACCELERATOR = "accelerator";
30     /**
31       * Represents the local name of the <b><code>{@value}</code></b> attribute.
32       */

33      public static final String JavaDoc APP = "app";
34     /**
35      * Represents the local name of the <b><code>{@value}</code></b> attribute.
36      */

37     public static final String JavaDoc BACKGROUND = "background";
38     /**
39      * Represents the local name of the <b><code>{@value}</code></b> attribute.
40      */

41     public static final String JavaDoc BINDING = "binding";
42     /**
43      * Represents the local name of the <b><code>{@value}</code></b> attribute.
44      */

45     public static final String JavaDoc COLLAPSED_ICON = "collapsedIcon";
46     /**
47      * Represents the local name of the <b><code>{@value}</code></b> attribute.
48      */

49     public static final String JavaDoc HAS_COLUMN_CONTROL = "hasColumnControl";
50     /**
51      * Represents the local name of the <b><code>{@value}</code></b> attribute.
52      */

53     public static final String JavaDoc COLUMN_DELIMITER = "columnDelimiter";
54     /**
55      * Represents the local name of the <b><code>{@value}</code></b> attribute.
56      */

57     public static final String JavaDoc COLUMN_MARGIN = "columnMargin";
58     /**
59      * Represents the local name of the <b><code>{@value}</code></b> attribute.
60      */

61     public static final String JavaDoc CONTAINER_ICON = "containerIcon";
62     /**
63      * Represents the local name of the <b><code>{@value}</code></b> attribute.
64      */

65     public static final String JavaDoc CLOSED_ICON = "closedIcon";
66     /**
67      * Represents the local name of the <b><code>{@value}</code></b> attribute.
68      */

69     public static final String JavaDoc OPEN_ICON = "openIcon";
70     /**
71      * Represents the local name of the <b><code>{@value}</code></b> attribute.
72      */

73     public static final String JavaDoc DATA = "data";
74     /**
75      * Represents the local name of the <b><code>{@value}</code></b> attribute.
76      */

77     public static final String JavaDoc DATA_SOURCE = "source";
78     /**
79      * Represents the local name of the <b><code>{@value}</code></b> attribute.
80      */

81     public static final String JavaDoc DATA_TYPE = "type";
82     /**
83      * Represents the local name of the <b><code>{@value}</code></b> attribute.
84      */

85     public static final String JavaDoc DECODE_FORMAT = "decodeFormat";
86     /**
87      * Represents the local name of the <b><code>{@value}</code></b> attribute.
88      */

89     public static final String JavaDoc DIRECTION = "direction";
90     /**
91      * Represents the local name of the <b><code>{@value}</code></b> attribute.
92      */

93     public static final String JavaDoc ENCODE_FORMAT = "encodeFormat";
94     /**
95      * Represents the local name of the <b><code>{@value}</code></b> attribute.
96      */

97     public static final String JavaDoc DELEGATE = "delegate";
98     /**
99      * Represents the local name of the <b><code>{@value}</code></b> attribute.
100      */

101     public static final String JavaDoc DESCRIPTION = "description";
102     /**
103      * Represents the local name of the <b><code>{@value}</code></b> attribute.
104      */

105     public static final String JavaDoc DISPLAY_SIZE = "displaySize";
106     /**
107      * Represents the local name of the <b><code>{@value}</code></b> attribute.
108      */

109     public static final String JavaDoc EDITABLE = "editable";
110     /**
111      * Represents the local name of the <b><code>{@value}</code></b> attribute.
112      */

113     public static final String JavaDoc IS_ENABLED = "isEnabled";
114     /**
115      * Represents the local name of the <b><code>{@value}</code></b> attribute.
116      */

117     public static final String JavaDoc IS_FIRST_ROW_HEADER = "isFirstRowHeader";
118     /**
119      * Represents the local name of the <b><code>{@value}</code></b> attribute.
120      */

121     public static final String JavaDoc IS_VISIBLE = "isVisible";
122     /**
123      * Represents the local name of the <b><code>{@value}</code></b> attribute.
124      */

125     public static final String JavaDoc ENUM_VALUES = "enumValues";
126     /**
127      * Represents the local name of the <b><code>{@value}</code></b> attribute.
128      */

129     public static final String JavaDoc EVEN_ROW_BACKGROUND = "evenRowBackground";
130     /**
131      * Represents the local name of the <b><code>{@value}</code></b> attribute.
132      */

133     public static final String JavaDoc EXPANDED_ICON = "expandedIcon";
134     /**
135      * Represents the local name of the <b><code>{@value}</code></b> attribute.
136      */

137     public static final String JavaDoc EXPANDS_ALL = "expandsAll";
138     /**
139      * Represents the local name of the <b><code>{@value}</code></b> attribute.
140      */

141     public static final String JavaDoc EXPRESSION = "expression";
142     /**
143      * Represents the local name of the <b><code>{@value}</code></b> attribute.
144      */

145     public static final String JavaDoc FONT = "font";
146     /**
147      * Represents the local name of the <b><code>{@value}</code></b> attribute.
148      */

149     public static final String JavaDoc FOREGROUND = "foreground";
150     /**
151      * Represents the local name of the <b><code>{@value}</code></b> attribute.
152      */

153     public static final String JavaDoc GRID_COLOR = "gridColor";
154     /**
155      * Represents the local name of the <b><code>{@value}</code></b> attribute.
156      */

157     public static final String JavaDoc GROUP = "group";
158     /**
159      * Represents the local name of the <b><code>{@value}</code></b> attribute.
160      */

161     public static final String JavaDoc HIGHLIGHT_COLUMN = "highlightColumn";
162     /**
163      * Represents the local name of the <b><code>{@value}</code></b> attribute.
164      */

165     //public static final String HIGHLIGHT_COLUMN_INDEX = "highlightColumnIndex";
166
/**
167      * Represents the local name of the <b><code>{@value}</code></b> attribute.
168      */

169     public static final String JavaDoc HORIZONTAL_ALIGNMENT = "horizontalAlignment";
170     /**
171      * Represents the local name of the <b><code>{@value}</code></b> attribute.
172      */

173     public static final String JavaDoc HORIZONTAL_TEXT_POSITION = "horizontalTextPosition";
174     /**
175      * Represents the local name of the <b><code>{@value}</code></b> attribute.
176      */

177     public static final String JavaDoc ICON = "icon";
178     /**
179      * Represents the local name of the <b><code>{@value}</code></b> attribute.
180      */

181     public static final String JavaDoc ICON_TEXT_GAP = "iconTextGap";
182     /**
183      * Represents the local name of the <b><code>{@value}</code></b> attribute.
184      */

185     public static final String JavaDoc ID = "id";
186     /**
187      * Represents the local name of the <b><code>{@value}</code></b> attribute.
188      */

189     public static final String JavaDoc LEAF_ICON = "leafIcon";
190     /**
191      * Represents the local name of the <b><code>{@value}</code></b> attribute.
192      */

193     public static final String JavaDoc MASK = "mask";
194     /**
195      * Represents the local name of the <b><code>{@value}</code></b> attribute.
196      */

197     public static final String JavaDoc MATCH = "match";
198     /**
199      * Represents the local name of the <b><code>{@value}</code></b> attribute.
200      */

201     public static final String JavaDoc MAXIMUM = "maximum";
202     /**
203      * Represents the local name of the <b><code>{@value}</code></b> attribute.
204      */

205     public static final String JavaDoc MAXIMUM_FIELD_SIZE = "maximumFieldSize";
206     /**
207      * Represents the local name of the <b><code>{@value}</code></b> attribute.
208      */

209     public static final String JavaDoc MAXIMUM_WIDTH = "maximumWidth";
210     /**
211      * Represents the local name of the <b><code>{@value}</code></b> attribute.
212      */

213     public static final String JavaDoc MEDIA_TYPE = "mediaType";
214     /**
215      * Represents the local name of the <b><code>{@value}</code></b> attribute.
216      */

217     public static final String JavaDoc MINIMUM = "minimum";
218     /**
219      * Represents the local name of the <b><code>{@value}</code></b> attribute.
220      */

221     public static final String JavaDoc MINIMUM_FIELD_SIZE = "minimumFieldSize";
222     /**
223      * Represents the local name of the <b><code>{@value}</code></b> attribute.
224      */

225     public static final String JavaDoc MINIMUM_WIDTH = "minimumWidth";
226     /**
227      * Represents the local name of the <b><code>{@value}</code></b> attribute.
228      */

229     public static final String JavaDoc MNEMONIC = "mnemonic";
230     /**
231      * Represents the local name of the <b><code>{@value}</code></b> attribute.
232      */

233     public static final String JavaDoc MULTI_LINE = "multiLine";
234     /**
235      * Represents the local name of the <b><code>{@value}</code></b> attribute.
236      */

237     public static final String JavaDoc NAME = "name";
238     /**
239      * Represents the local name of the <b><code>{@value}</code></b> attribute.
240      */

241     public static final String JavaDoc ODD_ROW_BACKGROUND = "oddRowBackground";
242     /**
243      * Represents the local name of the <b><code>{@value}</code></b> attribute.
244      */

245     public static final String JavaDoc ORIENTATION = "orientation";
246     /**
247      * Represents the local name of the <b><code>{@value}</code></b> attribute.
248      */

249     public static final String JavaDoc PATTERN_FILTER = "patternFilter";
250     /**
251      * Represents the local name of the <b><code>{@value}</code></b> attribute.
252      */

253     public static final String JavaDoc PATTERN_HIGHLIGHTER = "patternHighlighter";
254     /**
255      * Represents the local name of the <b><code>{@value}</code></b> attribute.
256      */

257     public static final String JavaDoc PREFERRED_SIZE = "preferredSize";
258     /**
259      * Represents the local name of the <b><code>{@value}</code></b> attribute.
260      */

261     public static final String JavaDoc PREFERRED_WIDTH = "preferredWidth";
262     /**
263      * Represents the local name of the <b><code>{@value}</code></b> attribute.
264      */

265     public static final String JavaDoc PROTOTYPE_VALUE = "prototypeValue";
266     /**
267      * Represents the local name of the <b><code>{@value}</code></b> attribute.
268      */

269     public static final String JavaDoc IS_COLUMN_HEADER_LOCKED = "isColumnHeaderLocked";
270             // table@isColumnHeaderLocked is the same as header@isEnabled
271

272
273     /**
274      * Represents the local name of the <b><code>{@value}</code></b> attribute.
275      */

276     public static final String JavaDoc IS_ROW_HEADER_LOCKED = "isRowHeaderLocked";
277     /**
278      * Represents the local name of the <b><code>{@value}</code></b> attribute.
279      */

280     public static final String JavaDoc IS_READ_ONLY = "isReadOnly";
281     /**
282      * Represents the local name of the <b><code>{@value}</code></b> attribute.
283      */

284     public static final String JavaDoc IS_REQUIRED = "isRequired";
285     /**
286      * Represents the local name of the <b><code>{@value}</code></b> attribute.
287      */

288     public static final String JavaDoc ROW_HEIGHT = "rowHeight";
289     /**
290      * Represents the local name of the <b><code>{@value}</code></b> attribute.
291      */

292     public static final String JavaDoc ROW_MARGIN = "rowMargin";
293     /**
294      * Represents the local name of the <b><code>{@value}</code></b> attribute.
295      */

296     public static final String JavaDoc SELECTED_BACKGROUND = "selectedBackground";
297     /**
298      * Represents the local name of the <b><code>{@value}</code></b> attribute.
299      */

300     public static final String JavaDoc SELECTED_FOREGROUND = "selectedForeground";
301     /**
302      * Represents the local name of the <b><code>{@value}</code></b> attribute.
303      */

304     public static final String JavaDoc SELECTION = "selection";
305     /**
306      * Represents the local name of the <b><code>{@value}</code></b> attribute.
307      */

308     public static final String JavaDoc SELECTION_MODE = "selectionMode";
309     /**
310      * Represents the local name of the <b><code>{@value}</code></b> attribute.
311      */

312     public static final String JavaDoc SHOWS_HORIZONTAL_LINES = "showsHorizontalLines";
313     /**
314      * Represents the local name of the <b><code>{@value}</code></b> attribute.
315      */

316     public static final String JavaDoc SHOWS_VERTICAL_LINES = "showsVerticalLines";
317     /**
318      * Represents the local name of the <b><code>{@value}</code></b> attribute.
319      */

320     public static final String JavaDoc SIZE = "size";
321     /**
322      * Represents the local name of the <b><code>{@value}</code></b> attribute.
323      */

324     public static final String JavaDoc SMALL_ICON = "smallIcon";
325     /**
326      * Represents the local name of the <b><code>{@value}</code></b> attribute.
327      */

328     public static final String JavaDoc SORTABLE = "sortable";
329     /**
330      * Represents the local name of the <b><code>{@value}</code></b> attribute.
331      */

332     public static final String JavaDoc SOURCE = "source";
333     /**
334      * Represents the local name of the <b><code>{@value}</code></b> attribute.
335      */

336     public static final String JavaDoc STYLE = "style";
337     /**
338      * Represents the local name of the <b><code>{@value}</code></b> attribute.
339      */

340     public static final String JavaDoc TARGET = "target";
341     /**
342      * Represents the local name of the <b><code>{@value}</code></b> attribute.
343      */

344     public static final String JavaDoc TEST_COLUMN = "testColumn";
345     /**
346      * Represents the local name of the <b><code>{@value}</code></b> attribute.
347      */

348     public static final String JavaDoc TEST_COLUMN_INDEX = "testColumnIndex";
349     /**
350      * Represents the local name of the <b><code>{@value}</code></b> attribute.
351      */

352     public static final String JavaDoc TITLE = "title";
353     /**
354      * Represents the local name of the <b><code>{@value}</code></b> attribute.
355      */

356     public static final String JavaDoc IS_TOGGLE = "isToggle";
357     /**
358      * Represents the local name of the <b><code>{@value}</code></b> attribute.
359      */

360     /**@todo aim: temporary */
361     public static final String JavaDoc TRACKS = "tracks";
362     /**
363      * Represents the local name of the <b><code>{@value}</code></b> attribute.
364      */

365     public static final String JavaDoc VALUE = "value";
366     /**
367      * Represents the local name of the <b><code>{@value}</code></b> attribute.
368      */

369     public static final String JavaDoc VERSION_STRING = "versionString";
370     /**
371      * Represents the local name of the <b><code>{@value}</code></b> attribute.
372      */

373     public static final String JavaDoc VERTICAL_ALIGNMENT = "verticalAlignment";
374     /**
375      * Represents the local name of the <b><code>{@value}</code></b> attribute.
376      */

377     public static final String JavaDoc VERTICAL_TEXT_POSITION = "verticalTextPosition";
378
379
380
381
382     // ...
383
}
384
Popular Tags