Examples of FrameRenderer


Examples of edu.stanford.smi.protege.ui.FrameRenderer


  public AbstractOWLInstanceListPopupPage(String name) {
    super(name);
    list = new JList(new DefaultListModel());
    list.setCellRenderer(new FrameRenderer());
  }
View Full Code Here

Examples of edu.stanford.smi.protege.ui.FrameRenderer

    setIcon(categoryIcon);
    adjustButtons();
   
   
    final Cls icd_metaclass = getKnowledgeBase().getCls(ICDConstants.ICD_METACLASS);
    getClsTree().setCellRenderer(new FrameRenderer() {
      @Override
      protected void loadCls(Cls cls) {       
        super.loadCls(cls);
        if (cls.hasType(icd_metaclass)) {
          setMainIcon(categoryIcon);
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.