| org.eclipse.ui.examples.javaeditor.JavaActionContributor
JavaActionContributor | public class JavaActionContributor extends TextEditorActionContributor (Code) | | Contributes interesting Java actions to the desktop's Edit menu and the toolbar.
|
fContentAssistProposal | protected RetargetTextEditorAction fContentAssistProposal(Code) | | |
fContentAssistTip | protected RetargetTextEditorAction fContentAssistTip(Code) | | |
fTogglePresentation | protected TextEditorAction fTogglePresentation(Code) | | |
JavaActionContributor | public JavaActionContributor()(Code) | | Default constructor.
|
dispose | public void dispose()(Code) | | |
init | public void init(IActionBars bars)(Code) | | |
setActiveEditor | public void setActiveEditor(IEditorPart part)(Code) | | |
|
|