Skip to main content
summaryrefslogtreecommitdiffstats
blob: 1c901ba31b20da5931bb2c297aca6b7bceb366f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50

Sorting:
   - Forward / Reverse
   - Multi-column sort
   - Draggable Columns

Filter Box:
   - filter on "follow"
   - shown in status bar

Column Filter:
   - right-click column filter
   - alt-click header
   - filter
   - shown in status bar

Search:
   - follow
   - regular expression .*un.*tt.*
   - shown in status bar

Table Customization
   - Right-click - table customization / or allow kickoff via other mechanisms
   - Hide Columns
   - Order Columns
   - View Sorters/Filters (change in table)
   - Table Default versus Current Table View
   - Savable
      - Save personal
      - Save global
      - Namespace (can use multiple in same application)
      - NOTE: Don't have to provide saving / customization for simple uses

Right-click 
   - View table report
   - View Cell
   - Copy Cell
   - Copy Column
   - Clear All Filters
   - Clear All Sorters

Status Bar:
   - # loaded - # shown - # selected + filters/sorts


Plugin - Right-click Run-As
   - Download Zip from presentation site or eclipse.org/osee/xviewer
   - Future downloadable from Nebula project
   - org.eclipse.nebula.widgets.xviewer.test - example of use
   

Back to the top