Uses of Class
adams.gui.core.AbstractFrameWithOptionHandling
-
Packages that use AbstractFrameWithOptionHandling Package Description adams.gui adams.gui.application adams.gui.core -
-
Uses of AbstractFrameWithOptionHandling in adams.gui
Subclasses of AbstractFrameWithOptionHandling in adams.gui Modifier and Type Class Description classInstanceCompareStand-alone version of the Instance Compare utility.classMainGUI for ADAMS. -
Uses of AbstractFrameWithOptionHandling in adams.gui.application
Subclasses of AbstractFrameWithOptionHandling in adams.gui.application Modifier and Type Class Description classAbstractApplicationFrameAbstract frame class for applications. -
Uses of AbstractFrameWithOptionHandling in adams.gui.core
Methods in adams.gui.core that return AbstractFrameWithOptionHandling Modifier and Type Method Description static AbstractFrameWithOptionHandlingAbstractFrameWithOptionHandling. forName(String classname, String[] options)Instantiates the frame with the given options.static AbstractFrameWithOptionHandlingAbstractFrameWithOptionHandling. runFrame(Class env, Class app, String[] options)Runs the frame from the commandline.
-