Searched refs:getViewer (Results 1 - 12 of 12) sorted by relevance

/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DViewerCloseCommand.java35 getViewer().close();
H A DZoomableViewerZoomToFitHeightCommand.java38 ((ZoomableViewer) getViewer()).zoomToFitHeight();
H A DZoomableViewerZoomToFitWidthCommand.java38 ((ZoomableViewer) getViewer()).zoomToFitWidth();
H A DViewerFocusCommand.java38 getViewer().gainFocus();
41 getViewer().loseFocus();
H A DViewerCommand.java43 public Viewer getViewer() { method in class:ViewerCommand
50 ((JComponent)getViewer().
H A DViewerRangeCommand.java49 return((ContainerViewer) getViewer());
H A DViewerZoomCommand.java40 getViewer().zoomToLevel(newZoomLevel.floatValue());
H A DViewerZoomInCommand.java40 getViewer().zoomInByRatio(zoomRatio.floatValue());
H A DViewerSetBooleanPropertyCommand.java61 writeMethod = getViewer().getClass().getMethod(methodName, sig);
75 writeMethod.invoke(getViewer(), args);
H A DViewerSetPropertyCommand.java65 writeMethod = getViewer().getClass().getMethod(methodName, sig);
84 writeMethod.invoke(getViewer(), args);
H A DViewerViewletsCommand.java61 return((ContainerViewer) getViewer());
H A DGraphViewer.java766 ((GraphViewer)getViewer()).externalLayoutGraph(command);
784 GraphViewer graphViewer = (GraphViewer)getViewer();
1467 ((GraphViewer) getViewer()).insertNewViewlet(getViewletType(), index);
1508 ((GraphViewer)getViewer()).addImage(filename);
1759 ((GraphViewer)getViewer()).setBackground(file);

Completed in 88 milliseconds