반응형
- Table, TableItem, TableColumn
- add 1000 sorted entries to a virtual table every 500 ms
- color cells and rows in table
- create a table (no columns, no headers)
- create a table (columns, headers, lines)
- create a table with column header images
- create a table with 1,000,000 items (lazy)
- create a table with 1,000,000 items (lazy, page size 64)
- create a table (lazy with a thread)
- create a table with no scroll bars
- detect a selection or check event in a table (SWT.CHECK)
- find a table cell from mouse down (SWT.FULL_SELECTION)
- find a table cell from mouse down (works for any table style)
- insert a table item (at an index)
- insert a table column (at an index)
- allow user to reorder columns by dragging or programmatically
- place arbitrary controls in a table
- print selected items in a table
- remove selected items
- resize columns as table resizes
- scroll a table one "page" at a time (set the top index)
- select an index (select and scroll)
- sort a table by column
- sort a table by column (virtual table, sort indicator)
- update table item text
- show a table with images of various sizes
- draw images on right side of table item
- show results as a bar chart in table
- draw a custom gradient selection for table
- draw multiple lines in a table item
- fixed first column horizontal scroll remaining columns
- draw different foreground colors for text in a TableItem
- make text span multiple columns
- compute the visible rows in a table
- specify custom content dimensions in a table with no columns
- specify custom content widths when a column is packed
- modify the clipping of custom background paints
- show a menu in a table header
- TableCursor
- TableEditor
- TaskBar, TaskBarItem
- Text
- add a select all menu item to the control
- detect CR in a text control (default selection)
- override Tab behavior to traverse out of a text control
- prevent CR from going to the default button
- prompt for a password (set the echo character)
- resize a text control (show about 10 characters)
- select all the text in the control
- set the selection (i-beam)
- set the selection (start, end)
- verify input (only allow digits)
- verify input in a template (YYYY/MM/DD)
- detect when the user scrolls a text control
- verify input using a regular expression
- type in one text control, output to another
- create a search text control
- display different styles of the search Text control
- implement content assist
- set contents of a password field using a char array instead of a String
- TextLayout, TextStyle
- ToolBar, ToolItem
- Tool Tips
- Tracker
- Tray, TrayItem
- Tree, TreeItem, TreeColumn
- create a tree
- create a tree (lazy)
- create a virtual tree (lazy)
- create a tree with no scroll bars
- detect a selection or check event in a tree (SWT.CHECK)
- implement standard tree check box behavior (SWT.CHECK)
- insert a tree item (at an index)
- print selected items in a tree
- limit selection to items that match a pattern
- detect mouse down in a tree item
- create a tree with columns
- make columns reorderable by dragging
- images on right side of TreeItem
- show results as a bar chart in tree
- draw a custom gradient selection for tree
- draw multiple lines in a tree item
- scroll tree when mouse at top or bottom
- search for a string in a tree (recursively)
- compute the visible rows in a tree
- show a menu in a tree header
- TreeEditor
반응형
'Program Language > JAVA' 카테고리의 다른 글
SWT Snippets : ExpandBar.. (Updating..) (0) | 2011.07.15 |
---|---|
SWT Snippets : Path.. (Updating..) (0) | 2011.07.15 |
LWJGL Eclipse에서 설정법 (0) | 2011.07.15 |
java remote debugging (자바 원격 디버깅) (0) | 2011.06.24 |
JVM (0) | 2011.05.04 |
댓글