Package org.gjt.sp.jedit

Examples of org.gjt.sp.jedit.View


    @Override
  public void stop() {
    Enumeration<View> iter = viewsWithOff.keys();
    while (iter.hasMoreElements()) {
      View v = (View) iter.nextElement();
      v.removeWindowListener(windowAdapter);
    }
    viewsWithOff.clear();
    super.stop();
  }
View Full Code Here

TOP

Related Classes of org.gjt.sp.jedit.View

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.