| org.eclipse.ui.examples.javaeditor.PresentationAction
PresentationAction | public class PresentationAction extends TextEditorAction (Code) | | A toolbar action which toggles the presentation model of the
connected text editor. The editor shows either the highlight range
only or always the whole document.
|
Method Summary | |
public void | run() | public void | update() |
PresentationAction | public PresentationAction()(Code) | | Constructs and updates the action.
|
update | public void update()(Code) | | |
|
|