Lines Matching refs:a

9  * with the License.  You may obtain a copy of the License at
36 …<p>A wizard is a dialog which guides the user through a number of tasks (usually input of data), w…
37 …accomplish either sequentially or out-of-order. For this, a wizard is comprised of a number of tab…
38 each page representing a single <em>step</em>.</p>
40 …<p>Sequential navigation in a wizard is done via a <em>Next</em> and a <em>Back</em> button. Non-s…
41 …is done via a roadmap, which is displayed on the left hand side of the wizard dialog, lists all av…
42 …steps, and allows jumping to a certain step (where the creator of the wizard can restrict the avai…
45 …<p>A sequence of steps in a wizard dialog is called a <em>path</em>. A given wizard can support on…
51 … is more complex, and supports multiple paths, things become more complicated. In a given situation
55 …are not finally decided. In such a case, the roadmap will display future steps up to the point whe…
58 …<p>An <type>XWizardController</type> can declare a certain path as active path by calling the <mem…
92 /** enables or disables a certain button in the wizard
106 /** sets a button in the wizard as default button
108 … <p>In general, the default button in a wizard is the one which is activated when the user presses
109 …the <em>return</em> key while the focus is in a control which does not handle this key itself (suc…
120 …d will fail if in the current state of the wizard, it is not allowed to advance to a next page.</p>
133 …assume that your first wizard page contains a check box, which the user can check to enter additio…
137 …<p>If a page is disabled, it can reached neither by clicking the respective item in the wizard's r…
154 …<p>You usually call this method from within a wizard page whose state changed in a way that it aff…
174 /** activates a path
179 <p>You can only activate a path which shares the first <code>k</code> pages with the path
193 …<p>If <TRUE/>, the path will be completely activated, even if it is a conflicting path (i.e. there…