Serialized Form


Package org.nuiton.math.matrix

Class org.nuiton.math.matrix.AbstractMatrixND extends java.lang.Object implements Serializable

serialVersionUID: -6838751468730930727L

Serialized Fields

name

java.lang.String name

dimNames

java.lang.String[] dimNames

dim

int[] dim

semantics

java.util.List<E>[] semantics

defaultValue

double defaultValue

Class org.nuiton.math.matrix.MatrixException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1917420713781767581L

Class org.nuiton.math.matrix.MatrixNDImpl extends AbstractMatrixND implements Serializable

serialVersionUID: 1L

Serialized Fields

matrix

BasicMatrix matrix

Class org.nuiton.math.matrix.SubMatrix extends AbstractMatrixND implements Serializable

serialVersionUID: 4092234115185263506L

Serialized Fields

matrix

MatrixND matrix

converter

SubMatrix.DimensionConverter converter

Class org.nuiton.math.matrix.SubMatrix.MappingConverter extends java.lang.Object implements Serializable

serialVersionUID: -6367416559713556559L

Serialized Fields

dim

int dim

elem

int[] elem

Class org.nuiton.math.matrix.SubMatrix.ShiftConverter extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

dim

int dim

start

int start

nb

int nb

Package org.nuiton.math.matrix.gui

Class org.nuiton.math.matrix.gui.JAXXMatrixEditor extends MatrixEditor implements Serializable

Serialized Fields

$activeBindings

java.util.List<E> $activeBindings

$bindingSources

java.util.Map<K,V> $bindingSources

$objectMap

java.util.Map<K,V> $objectMap

buttonEdit

javax.swing.JButton buttonEdit

delegateContext

jaxx.runtime.JAXXContext delegateContext

dimensionEdit

java.lang.Boolean dimensionEdit

editArea

javax.swing.JScrollPane editArea

jaxxMatrixManel

JAXXMatrixEditor jaxxMatrixManel

linearModel

java.lang.Boolean linearModel

linearModelShowDefault

java.lang.Boolean linearModelShowDefault

table

javax.swing.JTable table

tableModel

MatrixTableModel tableModel

allComponentsCreated

boolean allComponentsCreated

contextInitialized

boolean contextInitialized

$previousValues

java.util.Map<K,V> $previousValues

$DataSource7

java.beans.PropertyChangeListener $DataSource7

listeners

org.nuiton.util.ListenerSet<L> listeners

popupMenu

MatrixPopupMenu popupMenu

matrix

MatrixND matrix

Class org.nuiton.math.matrix.gui.MatrixEditor extends javax.swing.JPanel implements Serializable

serialVersionUID: 991329794990004265L

Serialized Fields

enabled

boolean enabled

visible

boolean visible

Class org.nuiton.math.matrix.gui.MatrixPanelEditor extends MatrixEditor implements Serializable

serialVersionUID: 2097859265435050946L

Serialized Fields

listeners

org.nuiton.util.ListenerSet<L> listeners

table

javax.swing.JTable table

m

MatrixND m

tableModel

MatrixTableModel tableModel

editArea

javax.swing.JScrollPane editArea

popupMenu

MatrixPopupMenu popupMenu

linearModel

boolean linearModel
if true, use linear representation of matrix


linearModelShowDefault

boolean linearModelShowDefault
if false don't show default value in matrix (ex: 0)


enabled

boolean enabled
Deprecated. since 2.0.0 : duplicate field from parent for nothing!
Boolean to authorize table editing.


visible

boolean visible
Deprecated. since 2.0.0 : duplicate field from parent for nothing!
Boolean to show matrix.


dimensionEdit

boolean dimensionEdit
Boolean to autorize matrice dimension changes.


bEdit

javax.swing.JButton bEdit

Class org.nuiton.math.matrix.gui.MatrixPanelEvent extends java.util.EventObject implements Serializable

serialVersionUID: 368165247855055401L

Class org.nuiton.math.matrix.gui.MatrixPopupMenu extends javax.swing.JPopupMenu implements Serializable

serialVersionUID: 3349189688987885915L

Serialized Fields

matrixEditor

MatrixEditor matrixEditor
Deprecated. 

fileChooser

javax.swing.JFileChooser fileChooser
Deprecated. 

sendToClipBoard

javax.swing.JMenu sendToClipBoard
Deprecated. 

sendToFile

javax.swing.JMenu sendToFile
Deprecated. 

withSemantics

javax.swing.JCheckBoxMenuItem withSemantics
Deprecated. 

sendToClipBoardAllCopyAction

javax.swing.Action sendToClipBoardAllCopyAction
Deprecated. 

sendToClipBoardAllPasteAction

javax.swing.Action sendToClipBoardAllPasteAction
Deprecated. 

sendToClipBoardSelectionCopyAction

javax.swing.Action sendToClipBoardSelectionCopyAction
Deprecated. 

sendToClipBoardCurrentPasteAction

javax.swing.Action sendToClipBoardCurrentPasteAction
Deprecated. 

sendToFileAllCopyAction

javax.swing.Action sendToFileAllCopyAction
Deprecated. 

sendToFileAllPasteAction

javax.swing.Action sendToFileAllPasteAction
Deprecated. 

sendToFileSelectionCopyAction

javax.swing.Action sendToFileSelectionCopyAction
Deprecated. 

sendToFileCurrentPasteAction

javax.swing.Action sendToFileCurrentPasteAction
Deprecated. 

Class org.nuiton.math.matrix.gui.MatrixTableModelLinear extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: -7498520067143762434L

Serialized Fields

enabled

boolean enabled

m

MatrixND m

showDefault

boolean showDefault

defaultValue

double defaultValue

mappingRowSems

java.util.List<E> mappingRowSems

renderer

javax.swing.table.TableCellRenderer renderer

Class org.nuiton.math.matrix.gui.MatrixTableModelND extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: 983978774901981167L

Serialized Fields

m

MatrixND m

addRow

int addRow
nombre de ligne ajouté


addCol

int addCol
nombre de colone ajouté


multRowCol

int[] multRowCol

enabled

boolean enabled
par defaut, la matrice est editable.


renderer

javax.swing.table.TableCellRenderer renderer



Copyright © 2004-2009 CodeLutin. All Rights Reserved.