Uses of Class
com.ganteater.ae.desktop.ui.AEFrame
Packages that use AEFrame
Package
Description
Swing-based desktop front end for Anteater Engine (AE).
Swing-based recipe authoring and execution UI for the Anteater desktop application.
Swing-based desktop user interface for Anteater Engine (AE).
Desktop/Swing utility helpers used by the Anteater Editor desktop UI.
-
Uses of AEFrame in com.ganteater.ae.desktop
Methods in com.ganteater.ae.desktop that return AEFrameConstructors in com.ganteater.ae.desktop with parameters of type AEFrame -
Uses of AEFrame in com.ganteater.ae.desktop.editor
Methods in com.ganteater.ae.desktop.editor that return AEFrameConstructors in com.ganteater.ae.desktop.editor with parameters of type AEFrame -
Uses of AEFrame in com.ganteater.ae.desktop.ui
Methods in com.ganteater.ae.desktop.ui with parameters of type AEFrameModifier and TypeMethodDescriptionstatic voidOptionPane.showMessageDialog(AEFrame frame, String text, String title, int type) Constructors in com.ganteater.ae.desktop.ui with parameters of type AEFrameModifierConstructorDescriptionArrayCellEditor(AEFrame frame) ConfigurationPanel(AEFrame aeFrame) ConfigurationView(AEFrame aeFrame) EnvPropertiesTable(AEFrame aeFrame) MenuDialogFrame(AEFrame frame) MultiTaskRunDialogImpl(AEFrame frame, String theChoiceNames, Processor taskProcessor, boolean useHistory) RecipesPanel(AEFrame aeFrame) TracePanel(AEFrame frame, Processor processor, Throwable e, Node command) -
Uses of AEFrame in com.ganteater.ae.desktop.util
Constructors in com.ganteater.ae.desktop.util with parameters of type AEFrame -
Uses of AEFrame in com.ganteater.ae.maven.plugin
Constructors in com.ganteater.ae.maven.plugin with parameters of type AEFrame