Package edu.stanford.smi.protege.util

Examples of edu.stanford.smi.protege.util.LazyTreeNode.reload()


    GraphComponent graphComponent = tab.getInferredGraphComponent();
    graphComponent.getVisualisedObjectManager().hideAll();
    graphComponent.getVisualisedObjectManager().showObjects(objs);
    // Make sure that we refresh the inferred hierarchy
    LazyTreeNode node = (LazyTreeNode) inferredHierarchy.getModel().getRoot();
    node.reload();
  }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.