Package de.jaret.util.ui.table.addon.actions

This package contains some useful action (IWorkBenchActions) that can be used with jaret tables.

See:
          Description

Class Summary
AbstractTableAction Abstract base for table actions that listen to gloabl focus traversals.
ConfigureColumnsTableAction Action bringing up a dialog for configuring the tabel columns (visibility, order).
FilterTableAction Enable/disable filters of the table.
HideColumnsTableAction Action that hides selected columns in a table.
OptimizeAllRowHeightsTableAction Action that causes setting the optimal row height for all rows in a table.
ShowConfigurationTableAction Action that simply prints out the column widths on stdout.
 

Package de.jaret.util.ui.table.addon.actions Description

This package contains some useful action (IWorkBenchActions) that can be used with jaret tables. The actions are constructed to be simply added to menues, listening on gloabl focus traversals and activate whenever a table gains focus. See AbstractTableaction for details.



Copyright © 2012. All Rights Reserved.