Serialized Form


Package org.nuiton.math.matrix.gui

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

serialVersionUID: 1L

Serialized Fields

$activeBindings

List<E> $activeBindings

$bindingSources

Map<K,V> $bindingSources

$bindings

Map<K,V> $bindings

$objectMap

Map<K,V> $objectMap

$previousValues

Map<K,V> $previousValues

allComponentsCreated

boolean allComponentsCreated

contextInitialized

boolean contextInitialized

delegateContext

jaxx.runtime.JAXXContext delegateContext

buttonEdit

JButton buttonEdit

dimensionEdit

Boolean dimensionEdit

editArea

JScrollPane editArea

linearModel

Boolean linearModel

linearModelShowDefault

Boolean linearModelShowDefault

table

JTable table

tableModel

MatrixTableModel tableModel

$MatrixEditor0

MatrixPanelEditor $MatrixEditor0

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

fileChooser

JFileChooser fileChooser

sendToClipBoard

JMenu sendToClipBoard

sendToFile

JMenu sendToFile

withSemantics

JCheckBoxMenuItem withSemantics

sendToClipBoardAllCopyAction

Action sendToClipBoardAllCopyAction

sendToClipBoardAllPasteAction

Action sendToClipBoardAllPasteAction

sendToClipBoardSelectionCopyAction

Action sendToClipBoardSelectionCopyAction

sendToClipBoardCurrentPasteAction

Action sendToClipBoardCurrentPasteAction

sendToFileAllCopyAction

Action sendToFileAllCopyAction

sendToFileAllPasteAction

Action sendToFileAllPasteAction

sendToFileSelectionCopyAction

Action sendToFileSelectionCopyAction

sendToFileCurrentPasteAction

Action sendToFileCurrentPasteAction

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.MatrixTableModelLinear.MatrixCellRenderer extends DefaultTableCellRenderer implements Serializable

serialVersionUID: 6537813058357761914L

Serialized Fields

model

MatrixTableModelLinear model

bg

Color bg

fg

Color fg

font

Font font

border

Border border

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

Class org.nuiton.math.matrix.gui.MatrixTableModelND.MatrixCellRenderer extends DefaultTableCellRenderer implements Serializable

serialVersionUID: 6537813058357761914L

Serialized Fields

model

MatrixTableModelND model

bg

Color bg

fg

Color fg

font

Font font

border

Border border

Package org.nuiton.math.matrix.viewer

Class org.nuiton.math.matrix.viewer.MatrixDimensionPanel extends JPanel implements Serializable

serialVersionUID: -1919447532660452240L

Serialized Fields

matrix

MatrixND matrix
Matrix to display (original).


subPanelList

List<E> subPanelList

Class org.nuiton.math.matrix.viewer.MatrixDimensionPanel.SemanticListModel extends DefaultListModel implements Serializable

serialVersionUID: 4384624824457446070L

Serialized Fields

semantic

List<E> semantic

Class org.nuiton.math.matrix.viewer.MatrixDimensionPanel.SubDimensionPanel extends JPanel implements Serializable

serialVersionUID: 9170588695850504050L

Serialized Fields

semanticName

String semanticName

semantic

List<E> semantic

sumAll

JToggleButton sumAll

semList

JList semList

Class org.nuiton.math.matrix.viewer.MatrixViewerPanel extends JPanel implements Serializable

serialVersionUID: -5447856858278176837L

Serialized Fields

matrixComboVisible

boolean matrixComboVisible
Matrix list combo visibility (defaut to false).


matrixRendererSolution

MatrixRendererSolution matrixRendererSolution
Matrix renderer list solution. (default to MatrixRendererSolution.RADIO_BUTTON


matrixRenderers

List<E> matrixRenderers
Matrix renderer plugins.


matrixFilters

List<E> matrixFilters
Matrix filters (used after matrix reduction).


matrices

List<E> matrices
Matrices to render (depend on MatrixViewerPanel.matrixComboVisible to true).


matrixComboBox

MatrixViewerPanel.MatrixComboBox matrixComboBox
Matrix list combo box.


dimensionPanel

MatrixDimensionPanel dimensionPanel

radioPanel

MatrixViewerPanel.RadioButtonRenderingPanel radioPanel

iconPanel

MatrixViewerPanel.IconButtonRenderingPanel iconPanel

renderingComponentContainer

JPanel renderingComponentContainer

componentForRenderers

Map<K,V> componentForRenderers
Map entre les renderers et les composants (valorisé par bouton de rendu) et utilisé par le choix du renderer.

Class org.nuiton.math.matrix.viewer.MatrixViewerPanel.IconButtonRenderingPanel extends JPanel implements Serializable

serialVersionUID: 2591696695747738619L

Serialized Fields

buttonGroup

ButtonGroup buttonGroup

Class org.nuiton.math.matrix.viewer.MatrixViewerPanel.MatrixComboBox extends JComboBox implements Serializable

serialVersionUID: -3166642639854195273L

Class org.nuiton.math.matrix.viewer.MatrixViewerPanel.MatrixComboBoxModel extends DefaultComboBoxModel implements Serializable

serialVersionUID: 4294576545040155208L

Class org.nuiton.math.matrix.viewer.MatrixViewerPanel.MatrixComboRenderer extends DefaultListCellRenderer implements Serializable

serialVersionUID: 6151127818315270895L

Class org.nuiton.math.matrix.viewer.MatrixViewerPanel.RadioButtonRenderingPanel extends JPanel implements Serializable

serialVersionUID: -6312518069621077533L

Serialized Fields

buttonGroup

ButtonGroup buttonGroup

Class org.nuiton.math.matrix.viewer.MatrixViewerPanel.RendererButtonModel extends JToggleButton.ToggleButtonModel implements Serializable

serialVersionUID: -5737246124430280412L

Serialized Fields

renderer

MatrixRenderer renderer

Package org.nuiton.math.matrix.viewer.renderer

Class org.nuiton.math.matrix.viewer.renderer.MatrixInfoTableModel extends AbstractTableModel implements Serializable

serialVersionUID: 2632133167225155487L

Serialized Fields

matrix

MatrixND matrix

Package org.nuiton.math.matrix.viewer.renderer.jfreechart

Class org.nuiton.math.matrix.viewer.renderer.jfreechart.GraphComboRenderer extends DefaultListCellRenderer implements Serializable

serialVersionUID: 5439698068065934760L

Class org.nuiton.math.matrix.viewer.renderer.jfreechart.GraphMatrixNDDataset extends org.jfree.data.general.AbstractSeriesDataset implements Serializable

serialVersionUID: -891382923646394164L

Serialized Fields

seriesNames

List<E> seriesNames
The series names.


categories

List<E> categories
The categories.


mat

MatrixND mat
Storage for the data.

Class org.nuiton.math.matrix.viewer.renderer.jfreechart.GraphRendererComboBoxModel extends DefaultComboBoxModel implements Serializable

serialVersionUID: 5084118137199817098L

Serialized Fields

rendererList

List<E> rendererList



Copyright © 2004-2011 CodeLutin. All Rights Reserved.