Codota Logo
TreeCheckingEvent
Code IndexAdd Codota to your IDE (free)

How to use
TreeCheckingEvent
in
it.cnr.imaa.essi.lablib.gui.checkboxtree

Best Java code snippets using it.cnr.imaa.essi.lablib.gui.checkboxtree.TreeCheckingEvent (Showing top 3 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
Dictionary d =
  • Codota Iconnew Hashtable()
  • Codota IconBundle bundle;bundle.getHeaders()
  • Codota Iconnew Properties()
  • Smart code suggestions by Codota
}
origin: nroduit/Weasis

private void treeValueChanged(TreeCheckingEvent e) {
  if (!initPathSelection) {
    TreePath path = e.getPath();
    boolean selected = e.isCheckedPath();
    Object selObject = path.getLastPathComponent();
    Object parent = null;
origin: nroduit/Weasis

private void treeValueChanged(TreeCheckingEvent e) {
  if (!initPathSelection) {
    TreePath path = e.getPath();
    Object selObject = path.getLastPathComponent();
    Object parent = null;
    if (path.getParentPath() != null) {
      parent = path.getParentPath().getLastPathComponent();
    }
    ImageViewerPlugin<DicomImageElement> container = EventManager.getInstance().getSelectedView2dContainer();
    List<ViewCanvas<DicomImageElement>> views = null;
    if (container != null) {
      views = container.getImagePanels();
    }
    if (views != null) {
      RtSet rt = rtSet;
      if (rt != null && ((selObject == nodeStructures || parent == nodeStructures)
        || (selObject == nodeIsodoses || parent == nodeIsodoses))) {
        for (ViewCanvas<DicomImageElement> v : views) {
          showGraphic(rt, getStructureSelection(), getIsoDoseSelection(), v);
        }
      }
    }
  }
}
origin: nroduit/Weasis

private void treeValueChanged(TreeCheckingEvent e) {
  if (!initPathSelection) {
    TreePath path = e.getPath();
    boolean selected = e.isCheckedPath();
    Object selObject = path.getLastPathComponent();
    Object parent = null;
it.cnr.imaa.essi.lablib.gui.checkboxtreeTreeCheckingEvent

Most used methods

  • getPath
  • isCheckedPath

Popular in Java

  • Reading from database using SQL prepared statement
  • findViewById (Activity)
  • setRequestProperty (URLConnection)
    Sets the general request property. If a property with the key already exists, overwrite its value wi
  • requestLocationUpdates (LocationManager)
  • FileNotFoundException (java.io)
    Thrown when a file specified by a program cannot be found.
  • ByteBuffer (java.nio)
    A buffer for bytes. A byte buffer can be created in either one of the following ways: * #allocate(i
  • Charset (java.nio.charset)
    A charset is a named mapping between Unicode characters and byte sequences. Every Charset can decode
  • Calendar (java.util)
    Calendar is an abstract base class for converting between a Date object and a set of integer fields
  • Dictionary (java.util)
    The Dictionary class is the abstract parent of any class, such as Hashtable, which maps keys to valu
  • JButton (javax.swing)
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now