Package de.offis.faint.gui.events

Examples of de.offis.faint.gui.events.EventUpdateAnnotationPanel


        currentRegionCacheInvalid = true;
        currentRegion.deleteCachedFile();
      }
     
      // update view
      mainFrame.eventDispatcher.dispatchEvent(new EventUpdateAnnotationPanel());
      classificationPanel.updateImage();
    }
View Full Code Here


        r.setUsedForTraining(false);
       
        newRegionA = null;
       
        MainController.getInstance().getFaceDB().put(r,Constants.UNKNOWN_FACE);       
        mainFrame.eventDispatcher.dispatchEvent(new EventUpdateAnnotationPanel());
        mainFrame.eventDispatcher.dispatchEvent(new EventRegionSelectionChanged(r));
      }
     
      mode = Mode.NORMAL;
    }
View Full Code Here

TOP

Related Classes of de.offis.faint.gui.events.EventUpdateAnnotationPanel

Copyright © 2018 www.massapicom. 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.