@Retention(value=RUNTIME)
@Target(value=TYPE)
@Documented
public @interface EclipseTabDockAction
DockAction
that it should be shown
in the tabs when the EclipseTheme
is used. This annotation receives only attention when the
DefaultEclipseThemeConnector
is used.Modifier and Type | Optional Element and Description |
---|---|
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.
|
public abstract EclipseTabDockActionLocation normal
null
public abstract EclipseTabDockActionLocation selected
null
public abstract EclipseTabDockActionLocation focused
null