Package com.uic.ase.proj.xbn.output

Examples of com.uic.ase.proj.xbn.output.OWEmpty


    <P>Create an Outputter that does nothing.</P>

    <P><I>Equal to <CODE><A HREF="~JD~optr(ow,oc)~EJD~">Outputter</A>((new <A HREF="~JD~owe#owe()~EJD~">OWEmpty</A>()), (new <A HREF="~JD~oc#oc()~EJD~">OConfig</A>()))</CODE></I></P>
   **/
  public Outputter()  {
    this((new OWEmpty()), (new OConfig()));
  }
View Full Code Here

TOP

Related Classes of com.uic.ase.proj.xbn.output.OWEmpty

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.