Uses of Interface
org.ujmp.core.interfaces.GUIObject
Packages that use GUIObject
Package
Description
-
Uses of GUIObject in org.ujmp.core
Fields in org.ujmp.core declared as GUIObjectMethods in org.ujmp.core that return GUIObject -
Uses of GUIObject in org.ujmp.core.interfaces
Methods in org.ujmp.core.interfaces that return GUIObjectModifier and TypeMethodDescriptionHasGUIObject.getGUIObject()
Returns an object suitable for displaying on the screen. -
Uses of GUIObject in org.ujmp.gui
Subinterfaces of GUIObject in org.ujmp.guiClasses in org.ujmp.gui that implement GUIObjectModifier and TypeClassDescriptionclass
class
class
-
Uses of GUIObject in org.ujmp.gui.actions
Fields in org.ujmp.gui.actions declared as GUIObjectModifier and TypeFieldDescriptionprivate GUIObject
AbstractObjectAction.object
private GUIObject
AbstractMatrixAction.variable
Methods in org.ujmp.gui.actions that return GUIObjectModifier and TypeMethodDescriptionfinal GUIObject
AbstractObjectAction.getGUIObject()
AbstractMatrixAction.getVariable()
Methods in org.ujmp.gui.actions with parameters of type GUIObjectConstructors in org.ujmp.gui.actions with parameters of type GUIObjectModifierConstructorDescriptionAbsAction
(JComponent c, MatrixGUIObject m, GUIObject v) AbstractMatrixAction
(JComponent c, MatrixGUIObject matrix, GUIObject v) AnnotationMenu
(JComponent c, MatrixGUIObject m, GUIObject v) CeilAction
(JComponent c, MatrixGUIObject m, GUIObject v) CenterAction
(JComponent c, MatrixGUIObject m, GUIObject v) CholAction
(JComponent c, MatrixGUIObject m, GUIObject v) ContentMenu
(JComponent c, MatrixGUIObject m, GUIObject v) ConvertAction
(JComponent c, MatrixGUIObject m, GUIObject v) CorrcoefAction
(JComponent c, MatrixGUIObject m, GUIObject v) CosAction
(JComponent c, MatrixGUIObject m, GUIObject v) CoshAction
(JComponent c, MatrixGUIObject m, GUIObject v) CumProdAction
(JComponent c, MatrixGUIObject m, GUIObject v) CumSumAction
(JComponent c, MatrixGUIObject m, GUIObject v) DeleteAction
(JComponent c, MatrixGUIObject m, GUIObject v) DiffAction
(JComponent c, MatrixGUIObject m, GUIObject v) DivideAction
(JComponent c, MatrixGUIObject m, GUIObject v) EigAction
(JComponent c, MatrixGUIObject m, GUIObject v) ExitAction
(JComponent c, GUIObject o) ExpAction
(JComponent c, MatrixGUIObject m, GUIObject v) EyeAction
(JComponent c, MatrixGUIObject m, GUIObject v) FadeInAction
(JComponent c, MatrixGUIObject m, GUIObject v) FadeOutAction
(JComponent c, MatrixGUIObject m, GUIObject v) FillAction
(JComponent c, MatrixGUIObject m, GUIObject v) FillAction
(JComponent c, MatrixGUIObject m, GUIObject v, String initialValue) FlipdimAction
(JComponent c, MatrixGUIObject m, GUIObject v) FloorAction
(JComponent c, MatrixGUIObject m, GUIObject v) GinvAction
(JComponent c, MatrixGUIObject m, GUIObject v) HyperbolicMenu
(JComponent c, MatrixGUIObject m, GUIObject v) InvAction
(JComponent c, MatrixGUIObject m, GUIObject v) Log10Action
(JComponent c, MatrixGUIObject m, GUIObject v) Log2Action
(JComponent c, MatrixGUIObject m, GUIObject v) LogAction
(JComponent c, MatrixGUIObject m, GUIObject v) LUAction
(JComponent c, MatrixGUIObject m, GUIObject v) MatrixActions
(JComponent c, MatrixGUIObject m, GUIObject v) MaxAction
(JComponent c, MatrixGUIObject m, GUIObject v) MeanAction
(JComponent c, MatrixGUIObject m, GUIObject v) MinAction
(JComponent c, MatrixGUIObject m, GUIObject v) MinusAction
(JComponent c, MatrixGUIObject m, GUIObject v) MultiplyAction
(JComponent c, MatrixGUIObject m, GUIObject v) OnesAction
(JComponent c, MatrixGUIObject m, GUIObject v) PanelActions
(JComponent c, GUIObject o) PinvAction
(JComponent c, MatrixGUIObject m, GUIObject v) PlusAction
(JComponent c, MatrixGUIObject m, GUIObject v) PowerAction
(JComponent c, MatrixGUIObject m, GUIObject v) PrincompAction
(JComponent c, MatrixGUIObject m, GUIObject v) PrintAction
(JComponent c, GUIObject o) ProdAction
(JComponent c, MatrixGUIObject m, GUIObject v) QRAction
(JComponent c, MatrixGUIObject m, GUIObject v) RandAction
(JComponent c, MatrixGUIObject m, GUIObject v) RandnAction
(JComponent c, MatrixGUIObject m, GUIObject v) ReshapeAction
(JComponent c, MatrixGUIObject m, GUIObject v) RoundAction
(JComponent c, MatrixGUIObject m, GUIObject v) SelectAction
(JComponent c, MatrixGUIObject m, GUIObject v) ShuffleAction
(JComponent c, MatrixGUIObject m, GUIObject v) SignAction
(JComponent c, MatrixGUIObject m, GUIObject v) SinAction
(JComponent c, MatrixGUIObject m, GUIObject v) SinhAction
(JComponent c, MatrixGUIObject m, GUIObject v) SortrowsAction
(JComponent c, MatrixGUIObject m, GUIObject v) SparseFromNonZeros
(JComponent c, MatrixGUIObject matrix, GUIObject v) SqrtAction
(JComponent c, MatrixGUIObject m, GUIObject v) SqueezeAction
(JComponent c, MatrixGUIObject m, GUIObject v) StatisticsMenu
(JComponent c, MatrixGUIObject m, GUIObject v) SumAction
(JComponent c, MatrixGUIObject m, GUIObject v) SVDAction
(JComponent c, MatrixGUIObject m, GUIObject v) TanAction
(JComponent c, MatrixGUIObject m, GUIObject v) TanhAction
(JComponent c, MatrixGUIObject m, GUIObject v) TextMenu
(JComponent c, MatrixGUIObject m, GUIObject v) TfIdfAction
(JComponent c, MatrixGUIObject m, GUIObject v) TransformMenu
(JComponent c, MatrixGUIObject m, GUIObject v) UniqueAction
(JComponent c, MatrixGUIObject m, GUIObject v) VarianceAction
(JComponent c, MatrixGUIObject m, GUIObject v) ZerosAction
(JComponent c, MatrixGUIObject m, GUIObject v) -
Uses of GUIObject in org.ujmp.gui.frame
Fields in org.ujmp.gui.frame declared as GUIObjectMethods in org.ujmp.gui.frame that return GUIObjectConstructors in org.ujmp.gui.frame with parameters of type GUIObject -
Uses of GUIObject in org.ujmp.gui.panels
Fields in org.ujmp.gui.panels declared as GUIObjectMethods in org.ujmp.gui.panels that return GUIObjectConstructors in org.ujmp.gui.panels with parameters of type GUIObject -
Uses of GUIObject in org.ujmp.gui.statusbar
Fields in org.ujmp.gui.statusbar declared as GUIObjectMethods in org.ujmp.gui.statusbar that return GUIObjectConstructors in org.ujmp.gui.statusbar with parameters of type GUIObject -
Uses of GUIObject in org.ujmp.gui.toolbar
Constructors in org.ujmp.gui.toolbar with parameters of type GUIObject -
Uses of GUIObject in org.ujmp.gui.util
Fields in org.ujmp.gui.util with type parameters of type GUIObjectMethods in org.ujmp.gui.util that return types with arguments of type GUIObjectMethods in org.ujmp.gui.util with parameters of type GUIObjectModifier and TypeMethodDescriptionstatic final void
FrameManager.closeFrame
(GUIObject m) static final void
static final void
FrameManager.registerFrame
(GUIObject object, JFrame frame) static final JFrame