|
Zest 1.5.0.201308190730 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectContributionItem
org.eclipse.zest.core.viewers.ZoomContributionViewItem
public class ZoomContributionViewItem
A contribution item that adds a combo to a toolbar or coolbar, or a list of zooms to a menu. Can only be used for one toolbar, coolbar, or menu. In order to use this item, let your workbench part implement IZoomableWorkbenchPart. If the workbench part then supplies a viewer that is zoomable, the combo or menu created by this item will be enabled.
| Field Summary | |
|---|---|
static java.lang.String |
FIT_ALL
Zooms to fit entirely within the viewport. |
static java.lang.String |
FIT_HEIGHT
Zooms to fit the height. |
static java.lang.String |
FIT_WIDTH
Zooms to fit the width. |
| Constructor Summary | |
|---|---|
ZoomContributionViewItem(IZoomableWorkbenchPart part)
Creates a new contribution item that will work on the given part service.initialZooms will be used to populate the combo or the menu. |
|
| Method Summary | |
|---|---|
void |
dispose()
|
void |
fill(CoolBar parent,
int index)
|
void |
fill(Menu menu,
int index)
|
void |
fill(ToolBar parent,
int index)
|
void |
zoomChanged(double z)
Called whenever the ZoomManager's zoom level changes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String FIT_WIDTH
public static final java.lang.String FIT_HEIGHT
public static final java.lang.String FIT_ALL
| Constructor Detail |
|---|
public ZoomContributionViewItem(IZoomableWorkbenchPart part)
partService - service used to see whether the view is zoomable.| Method Detail |
|---|
public void fill(Menu menu,
int index)
public void fill(CoolBar parent,
int index)
public void fill(ToolBar parent,
int index)
public void zoomChanged(double z)
org.eclipse.zest.core.viewers.internal.ZoomListener
zoomChanged in interface org.eclipse.zest.core.viewers.internal.ZoomListenerz - the new zoom level.public void dispose()
|
Zest 1.5.0.201308190730 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||