|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@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.
| 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. |
public abstract EclipseTabDockActionLocation normal
nullpublic abstract EclipseTabDockActionLocation selected
nullpublic abstract EclipseTabDockActionLocation focused
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||