A C D F G H I O R S U V _

A

AbstractTableAction - Class in de.jaret.util.ui.table.addon.actions
Abstract base for table actions that listen to gloabl focus traversals.
AbstractTableAction() - Constructor for class de.jaret.util.ui.table.addon.actions.AbstractTableAction
Construct the action.

C

cellSelectionAdded(IJaretTableCell) - Method in class de.jaret.util.ui.table.addon.actions.HideColumnsTableAction
cellSelectionRemoved(IJaretTableCell) - Method in class de.jaret.util.ui.table.addon.actions.HideColumnsTableAction
columnSelectionAdded(IColumn) - Method in class de.jaret.util.ui.table.addon.actions.HideColumnsTableAction
columnSelectionRemoved(IColumn) - Method in class de.jaret.util.ui.table.addon.actions.HideColumnsTableAction
ConfigureColumnsTableAction - Class in de.jaret.util.ui.table.addon.actions
Action bringing up a dialog for configuring the tabel columns (visibility, order).
ConfigureColumnsTableAction() - Constructor for class de.jaret.util.ui.table.addon.actions.ConfigureColumnsTableAction
Construct the action.

D

de.jaret.util.ui.table.addon - package de.jaret.util.ui.table.addon
This package contains addons for the jaret table.
de.jaret.util.ui.table.addon.actions - package de.jaret.util.ui.table.addon.actions
This package contains some useful action (IWorkBenchActions) that can be used with jaret tables.
dispose() - Method in class de.jaret.util.ui.table.addon.actions.AbstractTableAction
Dispose the action.
dispose() - Method in class de.jaret.util.ui.table.addon.actions.ConfigureColumnsTableAction
Dispose the action.
dispose() - Method in class de.jaret.util.ui.table.addon.actions.FilterTableAction
Dispose the action.
dispose() - Method in class de.jaret.util.ui.table.addon.actions.HideColumnsTableAction
Dispose the action.
dispose() - Method in class de.jaret.util.ui.table.addon.actions.OptimizeAllRowHeightsTableAction
Dispose the action.

F

FilterTableAction - Class in de.jaret.util.ui.table.addon.actions
Enable/disable filters of the table.
FilterTableAction() - Constructor for class de.jaret.util.ui.table.addon.actions.FilterTableAction
Construct the action.

G

getInstance() - Static method in class de.jaret.util.ui.table.addon.ViewstateSaver
Get the singleton instance.
getStyle() - Method in class de.jaret.util.ui.table.addon.actions.FilterTableAction
Renders as checkbox holding state.

H

handleEvent(Event) - Method in class de.jaret.util.ui.table.addon.actions.AbstractTableAction
Checks for focus.in and focus.out events to hook/unhook the action to a table.
HideColumnsTableAction - Class in de.jaret.util.ui.table.addon.actions
Action that hides selected columns in a table.
HideColumnsTableAction() - Constructor for class de.jaret.util.ui.table.addon.actions.HideColumnsTableAction
Construct the action.
hook(JaretTable) - Method in class de.jaret.util.ui.table.addon.actions.AbstractTableAction
Abstract method to be implemented by subclasses.
hook(JaretTable) - Method in class de.jaret.util.ui.table.addon.actions.ConfigureColumnsTableAction
Abstract method to be implemented by subclasses.
hook(JaretTable) - Method in class de.jaret.util.ui.table.addon.actions.FilterTableAction
Abstract method to be implemented by subclasses.
hook(JaretTable) - Method in class de.jaret.util.ui.table.addon.actions.HideColumnsTableAction
Abstract method to be implemented by subclasses.
hook(JaretTable) - Method in class de.jaret.util.ui.table.addon.actions.OptimizeAllRowHeightsTableAction
Abstract method to be implemented by subclasses.
hook(JaretTable) - Method in class de.jaret.util.ui.table.addon.actions.ShowConfigurationTableAction
Abstract method to be implemented by subclasses.

I

ID - Static variable in class de.jaret.util.ui.table.addon.actions.ConfigureColumnsTableAction
public id of the action.
ID - Static variable in class de.jaret.util.ui.table.addon.actions.FilterTableAction
public id of the action.
ID - Static variable in class de.jaret.util.ui.table.addon.actions.HideColumnsTableAction
public id of the action.
ID - Static variable in class de.jaret.util.ui.table.addon.actions.OptimizeAllRowHeightsTableAction
public id of the action.
ID - Static variable in class de.jaret.util.ui.table.addon.actions.ShowConfigurationTableAction
public id of the action.
IViewstateSaver - Interface in de.jaret.util.ui.table.addon
Interface describing a service to store the viewstate of a jaret table in an IMemento, thus alowing easy save/restore of changes to the viewstate made by the user.

O

OptimizeAllRowHeightsTableAction - Class in de.jaret.util.ui.table.addon.actions
Action that causes setting the optimal row height for all rows in a table.
OptimizeAllRowHeightsTableAction() - Constructor for class de.jaret.util.ui.table.addon.actions.OptimizeAllRowHeightsTableAction
Construct the action.

R

restoreViewstate(JaretTable, String, IMemento) - Method in interface de.jaret.util.ui.table.addon.IViewstateSaver
Restore the viewstate of a table.
restoreViewstate(JaretTable, String, IMemento) - Method in class de.jaret.util.ui.table.addon.ViewstateSaver
Restore the viewstate of a table.
rowSelectionAdded(IRow) - Method in class de.jaret.util.ui.table.addon.actions.HideColumnsTableAction
rowSelectionRemoved(IRow) - Method in class de.jaret.util.ui.table.addon.actions.HideColumnsTableAction
run() - Method in class de.jaret.util.ui.table.addon.actions.ConfigureColumnsTableAction
run() - Method in class de.jaret.util.ui.table.addon.actions.HideColumnsTableAction
run() - Method in class de.jaret.util.ui.table.addon.actions.OptimizeAllRowHeightsTableAction
run() - Method in class de.jaret.util.ui.table.addon.actions.ShowConfigurationTableAction

S

saveViewstate(JaretTable, String, IMemento) - Method in interface de.jaret.util.ui.table.addon.IViewstateSaver
Save the viewstate of a jaret table.
saveViewstate(JaretTable, String, IMemento) - Method in class de.jaret.util.ui.table.addon.ViewstateSaver
Save the viewstate of a jaret table.
setChecked(boolean) - Method in class de.jaret.util.ui.table.addon.actions.FilterTableAction
ShowConfigurationTableAction - Class in de.jaret.util.ui.table.addon.actions
Action that simply prints out the column widths on stdout.
ShowConfigurationTableAction() - Constructor for class de.jaret.util.ui.table.addon.actions.ShowConfigurationTableAction
Construct the action.

U

unHook(JaretTable) - Method in class de.jaret.util.ui.table.addon.actions.AbstractTableAction
Abstract method to be implemented by subclasses.
unHook(JaretTable) - Method in class de.jaret.util.ui.table.addon.actions.ConfigureColumnsTableAction
Abstract method to be implemented by subclasses.
unHook(JaretTable) - Method in class de.jaret.util.ui.table.addon.actions.FilterTableAction
Abstract method to be implemented by subclasses.
unHook(JaretTable) - Method in class de.jaret.util.ui.table.addon.actions.HideColumnsTableAction
Abstract method to be implemented by subclasses.
unHook(JaretTable) - Method in class de.jaret.util.ui.table.addon.actions.OptimizeAllRowHeightsTableAction
Abstract method to be implemented by subclasses.
unHook(JaretTable) - Method in class de.jaret.util.ui.table.addon.actions.ShowConfigurationTableAction
Abstract method to be implemented by subclasses.

V

ViewstateSaver - Class in de.jaret.util.ui.table.addon
Implementation of an IViewstateSaver.
ViewstateSaver() - Constructor for class de.jaret.util.ui.table.addon.ViewstateSaver
 

_

_table - Variable in class de.jaret.util.ui.table.addon.actions.AbstractTableAction
memeber to hold tghat jaret table the action is currently focussed on.

A C D F G H I O R S U V _

Copyright © 2012. All Rights Reserved.