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 class
InstanceCompare
Stand-alone version of the Instance Compare utility.class
Main
GUI for ADAMS. -
Uses of AbstractFrameWithOptionHandling in adams.gui.application
Subclasses of AbstractFrameWithOptionHandling in adams.gui.application Modifier and Type Class Description class
AbstractApplicationFrame
Abstract 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 AbstractFrameWithOptionHandling
AbstractFrameWithOptionHandling. forName(String classname, String[] options)
Instantiates the frame with the given options.static AbstractFrameWithOptionHandling
AbstractFrameWithOptionHandling. runFrame(Class env, Class app, String[] options)
Runs the frame from the commandline.
-