equal
deleted
inserted
replaced
|
1 # focus.cif |
|
2 # |
|
3 # Copyright (c) 2010 Accenture. All rights reserved. |
|
4 # This component and the accompanying materials are made available |
|
5 # under the terms of the "Eclipse Public License v1.0" |
|
6 # which accompanies this distribution, and is available |
|
7 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 # |
|
9 # Initial Contributors: |
|
10 # Accenture - Initial contribution |
|
11 # |
|
12 |
|
13 ==name focus |
|
14 |
|
15 ==short-description |
|
16 |
|
17 Display information about the focused window group. |
|
18 |
|
19 ==long-description |
|
20 |
|
21 Optionally tracks changes to the focused window group. |
|
22 |
|
23 ==see-also |
|
24 |
|
25 L<listapps|listapps>, L<activeview|activeview>, L<switchview|switchview> |
|
26 |
|
27 ==option int i id |
|
28 |
|
29 The identifier of the window group to gain focus. Window group identifiers can be found using L<listapps|listapps>. |
|
30 |
|
31 ==option string m match |
|
32 |
|
33 A pattern that matches the name of the window group to gain focus. May contain wild characters ('*' and '?'). Window group names can be found using L<listapps|listapps>. |
|
34 |
|
35 ==option bool f follow |
|
36 |
|
37 Track changes to the focused window group. |
|
38 |
|
39 ==option bool v verbose |
|
40 |
|
41 Print verbose details. |
|
42 |
|
43 ==copyright |
|
44 |
|
45 Copyright (c) 2008-2010 Accenture. All rights reserved. |
|
46 |