congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
ToggleBreadcrumbAction.setChecked
Code IndexAdd Tabnine to your IDE (free)

How to use
setChecked
method
in
org.eclipse.jdt.internal.ui.javaeditor.ToggleBreadcrumbAction

Best Java code snippets using org.eclipse.jdt.internal.ui.javaeditor.ToggleBreadcrumbAction.setChecked (Showing top 4 results out of 315)

origin: org.eclipse.scout.sdk.deps/org.eclipse.jdt.ui

@Override
public void propertyChange(PropertyChangeEvent event) {
  if (event.getProperty().equals(getPreferenceKey()))
    setChecked(Boolean.valueOf(event.getNewValue().toString()).booleanValue());
}
origin: org.eclipse.jdt/org.eclipse.jdt.ui

@Override
public void propertyChange(PropertyChangeEvent event) {
  if (event.getProperty().equals(getPreferenceKey()))
    setChecked(Boolean.valueOf(event.getNewValue().toString()).booleanValue());
}
origin: org.eclipse.jdt/org.eclipse.jdt.ui

public void update() {
  if (fStore == null) {
    fStore= JavaPlugin.getDefault().getPreferenceStore();
    fStore.addPropertyChangeListener(this);
  }
  String key= getPreferenceKey();
  setChecked(key != null && fStore.getBoolean(key));
  setEnabled(true);
}
origin: org.eclipse.scout.sdk.deps/org.eclipse.jdt.ui

public void update() {
  if (fStore == null) {
    fStore= JavaPlugin.getDefault().getPreferenceStore();
    fStore.addPropertyChangeListener(this);
  }
  String key= getPreferenceKey();
  setChecked(key != null && fStore.getBoolean(key));
  setEnabled(true);
}
org.eclipse.jdt.internal.ui.javaeditorToggleBreadcrumbActionsetChecked

Popular methods of ToggleBreadcrumbAction

  • <init>
    Constructs and updates the action.
  • dispose
    Dispose this action
  • getPreferenceKey
    Returns the preference key for the breadcrumb. The value depends on the current perspective.
  • isChecked
  • setActionDefinitionId
  • setEnabled
  • update

Popular in Java

  • Start an intent from android
  • notifyDataSetChanged (ArrayAdapter)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • getSystemService (Context)
  • LinkedList (java.util)
    Doubly-linked list implementation of the List and Dequeinterfaces. Implements all optional list oper
  • ReentrantLock (java.util.concurrent.locks)
    A reentrant mutual exclusion Lock with the same basic behavior and semantics as the implicit monitor
  • JButton (javax.swing)
  • JFileChooser (javax.swing)
  • Table (org.hibernate.mapping)
    A relational table
  • Option (scala)
  • Top 12 Jupyter Notebook Extensions
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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