Uses of Interface
org.ujmp.core.interfaces.GUIObject
-
Packages that use GUIObject Package Description org.ujmp.core org.ujmp.core.interfaces org.ujmp.gui org.ujmp.gui.actions org.ujmp.gui.frame org.ujmp.gui.menu org.ujmp.gui.panels org.ujmp.gui.statusbar org.ujmp.gui.toolbar org.ujmp.gui.util -
-
Uses of GUIObject in org.ujmp.core
Fields in org.ujmp.core declared as GUIObject Modifier and Type Field Description protected GUIObject
AbstractMatrix. guiObject
Methods in org.ujmp.core that return GUIObject Modifier and Type Method Description GUIObject
AbstractMatrix. getGUIObject()
-
Uses of GUIObject in org.ujmp.core.interfaces
Methods in org.ujmp.core.interfaces that return GUIObject Modifier and Type Method Description GUIObject
HasGUIObject. getGUIObject()
Returns an object suitable for displaying on the screen. -
Uses of GUIObject in org.ujmp.gui
Subinterfaces of GUIObject in org.ujmp.gui Modifier and Type Interface Description interface
MatrixGUIObject
Classes in org.ujmp.gui that implement GUIObject Modifier and Type Class Description class
AbstractGUIObject
class
AbstractMatrixGUIObject
class
DefaultMatrixGUIObject
-
Uses of GUIObject in org.ujmp.gui.actions
Fields in org.ujmp.gui.actions declared as GUIObject Modifier and Type Field Description private GUIObject
AbstractObjectAction. object
private GUIObject
AbstractMatrixAction. variable
Methods in org.ujmp.gui.actions that return GUIObject Modifier and Type Method Description GUIObject
AbstractObjectAction. getGUIObject()
GUIObject
AbstractMatrixAction. getVariable()
Methods in org.ujmp.gui.actions with parameters of type GUIObject Modifier and Type Method Description void
AbstractObjectAction. setGUIObject(GUIObject o)
-
Uses of GUIObject in org.ujmp.gui.frame
Fields in org.ujmp.gui.frame declared as GUIObject Modifier and Type Field Description private GUIObject
AbstractFrame. guiObject
Methods in org.ujmp.gui.frame that return GUIObject Modifier and Type Method Description GUIObject
AbstractFrame. getObject()
Constructors in org.ujmp.gui.frame with parameters of type GUIObject Constructor Description AbstractFrame(GUIObject o, javax.swing.JComponent component)
-
Uses of GUIObject in org.ujmp.gui.menu
Constructors in org.ujmp.gui.menu with parameters of type GUIObject Constructor Description MatrixMenu(javax.swing.JComponent component, MatrixGUIObject o, GUIObject owner)
MatrixMenuBar(javax.swing.JComponent component, MatrixGUIObject o, GUIObject owner)
UJMPFileMenu(javax.swing.JComponent component, GUIObject object)
UJMPImportMenu(javax.swing.JComponent c, GUIObject o)
UJMPLinkMenu(javax.swing.JComponent c, GUIObject o)
UJMPNewMenu(javax.swing.JComponent c, GUIObject o)
-
Uses of GUIObject in org.ujmp.gui.panels
Fields in org.ujmp.gui.panels declared as GUIObject Modifier and Type Field Description private GUIObject
AbstractPanel. guiObject
Methods in org.ujmp.gui.panels that return GUIObject Modifier and Type Method Description GUIObject
AbstractPanel. getGUIObject()
Constructors in org.ujmp.gui.panels with parameters of type GUIObject Constructor Description AbstractMatrixPanel(GUIObject o)
AbstractPanel(GUIObject o)
-
Uses of GUIObject in org.ujmp.gui.statusbar
Fields in org.ujmp.gui.statusbar declared as GUIObject Modifier and Type Field Description private GUIObject
StatusBar. guiObject
Methods in org.ujmp.gui.statusbar that return GUIObject Modifier and Type Method Description GUIObject
StatusBar. getObject()
Constructors in org.ujmp.gui.statusbar with parameters of type GUIObject Constructor Description StatusBar(GUIObject o)
-
Uses of GUIObject in org.ujmp.gui.toolbar
Constructors in org.ujmp.gui.toolbar with parameters of type GUIObject Constructor Description DefaultToolbar(javax.swing.JComponent c, GUIObject o)
-
Uses of GUIObject in org.ujmp.gui.util
Fields in org.ujmp.gui.util with type parameters of type GUIObject Modifier and Type Field Description private static java.util.Map<GUIObject,javax.swing.JFrame>
FrameManager. frames
Methods in org.ujmp.gui.util that return types with arguments of type GUIObject Modifier and Type Method Description static java.util.Map<GUIObject,javax.swing.JFrame>
FrameManager. getFrames()
Methods in org.ujmp.gui.util with parameters of type GUIObject Modifier and Type Method Description static void
FrameManager. closeFrame(GUIObject m)
static void
FrameManager. hideFrame(GUIObject m)
static void
FrameManager. registerFrame(GUIObject object, javax.swing.JFrame frame)
static javax.swing.JFrame
FrameManager. showFrame(GUIObject o)
-