Serialized Form


Package org.nuiton.math.matrix

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

serialVersionUID: -6838751468730930727L

Serialized Fields

name

String name

dimNames

String[] dimNames

dim

int[] dim

semantics

List<E>[] semantics

defaultValue

double defaultValue

Class org.nuiton.math.matrix.MatrixException extends 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 Object implements Serializable

serialVersionUID: -6367416559713556559L

Serialized Fields

dim

int dim

elem

int[] elem

Class org.nuiton.math.matrix.SubMatrix.ShiftConverter extends 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

List<E> $activeBindings

$bindingSources

Map<K,V> $bindingSources

$objectMap

Map<K,V> $objectMap

buttonEdit

JButton buttonEdit

delegateContext

jaxx.runtime.JAXXContext delegateContext

dimensionEdit

Boolean dimensionEdit

editArea

JScrollPane editArea

jaxxMatrixManel

JAXXMatrixEditor jaxxMatrixManel

linearModel

Boolean linearModel

linearModelShowDefault

Boolean linearModelShowDefault

table

JTable table

tableModel

MatrixTableModel tableModel

allComponentsCreated

boolean allComponentsCreated

contextInitialized

boolean contextInitialized

$previousValues

Map<K,V> $previousValues

$DataSource7

PropertyChangeListener $DataSource7

listeners

org.nuiton.util.ListenerSet<L> listeners

popupMenu

MatrixPopupMenu popupMenu

matrix

MatrixND matrix

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

serialVersionUID: 991329794990004265L

Serialized Fields

enabled

boolean enabled

visible

boolean visible

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

Serialized Fields

$activeBindings

List<E> $activeBindings

$bindingSources

Map<K,V> $bindingSources

$objectMap

Map<K,V> $objectMap

buttonEdit

JButton buttonEdit

delegateContext

jaxx.runtime.JAXXContext delegateContext

dimensionEdit

Boolean dimensionEdit

editArea

JScrollPane editArea

linearModel

Boolean linearModel

linearModelShowDefault

Boolean linearModelShowDefault

table

JTable table

tableModel

MatrixTableModel tableModel

$MatrixEditor0

MatrixPanelEditor $MatrixEditor0

allComponentsCreated

boolean allComponentsCreated

contextInitialized

boolean contextInitialized

$previousValues

Map<K,V> $previousValues

$DataSource8

PropertyChangeListener $DataSource8

matrixPanelListeners

Collection<E> matrixPanelListeners

popupMenu

MatrixPopupMenu popupMenu

matrix

MatrixND matrix

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

serialVersionUID: 368165247855055401L

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

serialVersionUID: 3349189688987885915L

Serialized Fields

matrixEditor

MatrixEditor matrixEditor
Deprecated. 

fileChooser

JFileChooser fileChooser
Deprecated. 

sendToClipBoard

JMenu sendToClipBoard
Deprecated. 

sendToFile

JMenu sendToFile
Deprecated. 

withSemantics

JCheckBoxMenuItem withSemantics
Deprecated. 

sendToClipBoardAllCopyAction

Action sendToClipBoardAllCopyAction
Deprecated. 

sendToClipBoardAllPasteAction

Action sendToClipBoardAllPasteAction
Deprecated. 

sendToClipBoardSelectionCopyAction

Action sendToClipBoardSelectionCopyAction
Deprecated. 

sendToClipBoardCurrentPasteAction

Action sendToClipBoardCurrentPasteAction
Deprecated. 

sendToFileAllCopyAction

Action sendToFileAllCopyAction
Deprecated. 

sendToFileAllPasteAction

Action sendToFileAllPasteAction
Deprecated. 

sendToFileSelectionCopyAction

Action sendToFileSelectionCopyAction
Deprecated. 

sendToFileCurrentPasteAction

Action sendToFileCurrentPasteAction
Deprecated. 

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

serialVersionUID: -7498520067143762434L

Serialized Fields

enabled

boolean enabled

m

MatrixND m

showDefault

boolean showDefault

defaultValue

double defaultValue

mappingRowSems

List<E> mappingRowSems

renderer

TableCellRenderer renderer

Class org.nuiton.math.matrix.gui.MatrixTableModelND extends 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

TableCellRenderer renderer



Copyright © 2004-2010 CodeLutin. All Rights Reserved.