Package org.bs.mdi

Examples of org.bs.mdi.View


private void setMessages(DefaultStyledDocument doc) {
  for(
      Iterator<View> i = (Iterator<View>)scenery.getDocument().getViewIterator();
      i.hasNext();
  ) {
      View view = i.next();
      if(view instanceof it.uniroma1.dptu.stan.gui.View)
    ((it.uniroma1.dptu.stan.gui.View)view).setMessages(doc);
  }
    }
View Full Code Here

TOP

Related Classes of org.bs.mdi.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.