bibliothek.extension.gui.dock.theme.eclipse
Annotation Type EclipseTabDockAction


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Documented
public @interface EclipseTabDockAction

Marks a DockAction that it should be shown in the tabs when the EclipseTheme is used. This annotation receives only attention when the DefaultEclipseThemeConnector is used.

Author:
Benjamin Sigg

Optional Element Summary
 EclipseTabDockActionLocation focused
          The location of the action if the tab is selected and focused.
 EclipseTabDockActionLocation normal
          The location of the action if the tab is neither selected nor focused.
 EclipseTabDockActionLocation selected
          The location of the action if the tab is selected.
 

normal

public abstract EclipseTabDockActionLocation normal
The location of the action if the tab is neither selected nor focused.

Returns:
behavior if the tab is not selected, not null
Default:
bibliothek.extension.gui.dock.theme.eclipse.EclipseTabDockActionLocation.TAB

selected

public abstract EclipseTabDockActionLocation selected
The location of the action if the tab is selected.

Returns:
behavior if the tab is selected, not null
Default:
bibliothek.extension.gui.dock.theme.eclipse.EclipseTabDockActionLocation.TAB

focused

public abstract EclipseTabDockActionLocation focused
The location of the action if the tab is selected and focused.

Returns:
behavior if the tab is selected and focused, not null
Default:
bibliothek.extension.gui.dock.theme.eclipse.EclipseTabDockActionLocation.TAB