Package org.ujmp.gui.actions
Class MatrixActions
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- java.util.ArrayList<javax.swing.JComponent>
-
- org.ujmp.gui.actions.MatrixActions
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.lang.Iterable<javax.swing.JComponent>
,java.util.Collection<javax.swing.JComponent>
,java.util.List<javax.swing.JComponent>
,java.util.RandomAccess
public class MatrixActions extends java.util.ArrayList<javax.swing.JComponent>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) class
MatrixActions.AnnotationMenu
(package private) class
MatrixActions.ContentMenu
(package private) class
MatrixActions.DecompositionMenu
(package private) class
MatrixActions.HyperbolicMenu
(package private) class
MatrixActions.MissingValuesMenu
(package private) class
MatrixActions.StatisticsMenu
(package private) class
MatrixActions.TextMenu
(package private) class
MatrixActions.TransformMenu
(package private) class
MatrixActions.TrigonometricMenu
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description MatrixActions(javax.swing.JComponent c, MatrixGUIObject m, GUIObject v)
-
Method Summary
-
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MatrixActions
public MatrixActions(javax.swing.JComponent c, MatrixGUIObject m, GUIObject v)
-
-