Tabnine Logo
EditorPart.setFocus
Code IndexAdd Tabnine to your IDE (free)

How to use
setFocus
method
in
org.eclipse.ui.part.EditorPart

Best Java code snippets using org.eclipse.ui.part.EditorPart.setFocus (Showing top 1 results out of 315)

origin: org.eclipse/org.eclipse.jst.pagedesigner

/**
 * This method should be called from internal of the property page. Normally
 * means user did some action inside the property sheet to change current
 * selection.
 * 
 * @param selectedNode
 * @param node
 */
public void internalChangeSelection(Node selectedNode, Node innerNode) {
  getEditor().setFocus();
  _hiearchAction.refresh(selectedNode, innerNode);
  this.getSite().getActionBars().getToolBarManager().update(true);
  super.selectionChanged(null, new StructuredSelection(selectedNode));
}
org.eclipse.ui.partEditorPartsetFocus

Popular methods of EditorPart

  • dispose
  • setInput
    Sets the input to this editor. This method simply updates the internal member variable.Unlike most o
  • getAdapter
  • firePropertyChange
  • getEditorInput
  • addPropertyListener
  • getPartName
  • getSite
  • getTitle
  • internalSetPartName
  • isDirty
  • removePropertyListener
  • isDirty,
  • removePropertyListener,
  • setDefaultPartName,
  • setPartName,
  • setTitle

Popular in Java

  • Making http post requests using okhttp
  • setScale (BigDecimal)
  • runOnUiThread (Activity)
  • onRequestPermissionsResult (Fragment)
  • BorderLayout (java.awt)
    A border layout lays out a container, arranging and resizing its components to fit in five regions:
  • PrintStream (java.io)
    Fake signature of an existing Java class.
  • SimpleDateFormat (java.text)
    Formats and parses dates in a locale-sensitive manner. Formatting turns a Date into a String, and pa
  • HashMap (java.util)
    HashMap is an implementation of Map. All optional operations are supported.All elements are permitte
  • Locale (java.util)
    Locale represents a language/country/variant combination. Locales are used to alter the presentatio
  • SortedMap (java.util)
    A map that has its keys ordered. The sorting is according to either the natural ordering of its keys
  • Best plugins for Eclipse
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now