Serialized Form


Package org.rubato.base

Class org.rubato.base.JRubettePropertiesDialog extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

properties

RubetteProperties properties

Class org.rubato.base.RubatoException extends java.lang.Exception implements Serializable

serialVersionUID: 8095298542192044628L


Package org.rubato.composer

Class org.rubato.composer.JComposer extends javax.swing.JFrame implements Serializable

serialVersionUID: 7565581918838451751L

Serialized Fields

insets

java.awt.Insets insets

newAction

javax.swing.Action newAction

openAction

javax.swing.Action openAction

addAction

javax.swing.Action addAction

revertAction

javax.swing.Action revertAction

saveAction

javax.swing.Action saveAction

saveasAction

javax.swing.Action saveasAction

quitAction

javax.swing.Action quitAction

cutAction

javax.swing.Action cutAction

copyAction

javax.swing.Action copyAction

pasteAction

javax.swing.Action pasteAction

addRubetteAction

javax.swing.Action addRubetteAction

newNetworkAction

javax.swing.Action newNetworkAction

closeNetworkAction

javax.swing.Action closeNetworkAction

showNetworkAction

javax.swing.Action showNetworkAction

runAction

javax.swing.Action runAction

stopAction

javax.swing.Action stopAction

moduleAction

javax.swing.Action moduleAction

moduleMorphismAction

javax.swing.Action moduleMorphismAction

denotatorAction

javax.swing.Action denotatorAction

formAction

javax.swing.Action formAction

browseAction

javax.swing.Action browseAction

schemeAction

javax.swing.Action schemeAction

schemeEditAction

javax.swing.Action schemeEditAction

prefAction

javax.swing.Action prefAction

aboutAction

javax.swing.Action aboutAction

hasChanged

boolean hasChanged

statusBar

javax.swing.JLabel statusBar

statusClearAction

javax.swing.Action statusClearAction

statusTimer

javax.swing.Timer statusTimer

cursor

java.awt.Cursor cursor

allActions

java.util.LinkedList<E> allActions

bottomTabs

javax.swing.JTabbedPane bottomTabs

rightTabs

javax.swing.JTabbedPane rightTabs

networkContainer

JNetworkContainer networkContainer

rubetteList

JRubetteList rubetteList

networkList

JNetworkList networkList

problemList

JProblemList problemList

messageLog

JMessageLog messageLog

moduleBuilder

JModuleDialog moduleBuilder

moduleMorphismBuilder

JMorphismDialog moduleMorphismBuilder

denotatorBuilder

JDenotatorDialog denotatorBuilder

formBuilder

JFormDialog formBuilder

objectBrowser

ObjectBrowser objectBrowser

schemeDialog

JSchemeDialog schemeDialog

schemeEditor

JSchemeEditor schemeEditor

preferences

JPreferences preferences

userPrefs

UserPreferences userPrefs

recentFiles

RecentFiles recentFiles

aboutWindow

javax.swing.JWindow aboutWindow

progress

JProgress progress

runner

Runner runner

running

boolean running

contRun

boolean contRun

contToggleButton

javax.swing.JToggleButton contToggleButton

networkClip

NetworkClip networkClip

manager

RubetteManager manager

currentFile

java.io.File currentFile

currentDirectory

java.io.File currentDirectory

fileChooser

javax.swing.JFileChooser fileChooser

logger

java.util.logging.Logger logger

Class org.rubato.composer.JMessageLog extends javax.swing.JPanel implements Serializable

serialVersionUID: 7340698071774964726L

Serialized Fields

messageList

javax.swing.JList messageList

messageListModel

org.rubato.composer.JMessageLog.MessageListModel messageListModel

clearButton

javax.swing.JButton clearButton

errorCheck

javax.swing.JCheckBox errorCheck

warningCheck

javax.swing.JCheckBox warningCheck

infoCheck

javax.swing.JCheckBox infoCheck

checks

boolean[] checks

dateFormat

java.text.SimpleDateFormat dateFormat

Class org.rubato.composer.JNetworkList extends javax.swing.JPanel implements Serializable

serialVersionUID: 6664745520931046206L

Serialized Fields

newButton

javax.swing.JButton newButton

networkList

javax.swing.JList networkList

showAction

javax.swing.Action showAction

listModel

org.rubato.composer.JNetworkList.NetworkListModel listModel

Class org.rubato.composer.JProblemList extends javax.swing.JPanel implements Serializable

Serialized Fields

problemList

javax.swing.JList problemList

problemListModel

JProblemList.ProblemListModel problemListModel

clearButton

javax.swing.JButton clearButton

Class org.rubato.composer.JProblemList.ProblemListModel extends javax.swing.DefaultListModel implements Serializable

Class org.rubato.composer.JRubetteList extends javax.swing.JPanel implements Serializable

Serialized Fields

addButton

javax.swing.JButton addButton

editButton

javax.swing.JButton editButton

removeButton

javax.swing.JButton removeButton

rubetteList

javax.swing.JList rubetteList

rubetteDoc

javax.swing.JTextArea rubetteDoc

listModel

org.rubato.composer.RubetteListModel listModel

jcomposer

JComposer jcomposer

nameCounter

int nameCounter

Class org.rubato.composer.RubetteListModel.RubetteCellRenderer extends javax.swing.JLabel implements Serializable

Serialized Fields

emptyBorder

javax.swing.border.Border emptyBorder

groupBorder

javax.swing.border.Border groupBorder

Class org.rubato.composer.RubetteTransferHandler extends javax.swing.TransferHandler implements Serializable


Package org.rubato.composer.components

Class org.rubato.composer.components.JBooleanLabelCheckbox extends javax.swing.JTextField implements Serializable

Serialized Fields

actionEvent

java.awt.event.ActionEvent actionEvent

listenerList

javax.swing.event.EventListenerList listenerList

width

int width

Class org.rubato.composer.components.JConnectorSliders extends javax.swing.JPanel implements Serializable

Serialized Fields

inSlider

javax.swing.JSlider inSlider

inBorder

javax.swing.border.TitledBorder inBorder

outSlider

javax.swing.JSlider outSlider

outBorder

javax.swing.border.TitledBorder outBorder

Class org.rubato.composer.components.JFormTree extends javax.swing.JPanel implements Serializable

Serialized Fields

form

Form form

formTree

javax.swing.JTree formTree

withModules

boolean withModules

top

javax.swing.tree.DefaultMutableTreeNode top

treeModel

javax.swing.tree.DefaultTreeModel treeModel

path

int[] path

selectedForm

Form selectedForm

selectedModule

Module selectedModule

listenerList

javax.swing.event.EventListenerList listenerList

actionEvent

java.awt.event.ActionEvent actionEvent

Class org.rubato.composer.components.JIntegerSpinner extends javax.swing.JSpinner implements Serializable

Serialized Fields

min

int min

max

int max

Class org.rubato.composer.components.JLabelField extends javax.swing.JTextField implements Serializable

Serialized Fields

actionEvent

java.awt.event.ActionEvent actionEvent

listenerList

javax.swing.event.EventListenerList listenerList

width

int width

Class org.rubato.composer.components.JMenuTitleItem extends javax.swing.JMenuItem implements Serializable

Class org.rubato.composer.components.JModuleElementEntry extends javax.swing.JPanel implements Serializable

Serialized Fields

moduleEntry

JModuleEntry moduleEntry

simpleEntry

JSimpleEntry simpleEntry

module

Module module

Class org.rubato.composer.components.JModuleElementList extends javax.swing.JPanel implements Serializable

Serialized Fields

simpleEntry

JSimpleEntry simpleEntry

clearButton

javax.swing.JButton clearButton

addButton

javax.swing.JButton addButton

removeButton

javax.swing.JButton removeButton

upButton

javax.swing.JButton upButton

downButton

javax.swing.JButton downButton

elementList

javax.swing.JList elementList

listModel

org.rubato.composer.components.JModuleElementList.ElementListModel listModel

module

Module module

Class org.rubato.composer.components.JModuleElementList.ElementListModel extends javax.swing.DefaultListModel implements Serializable

Class org.rubato.composer.components.JModuleEntry extends javax.swing.JPanel implements Serializable

Serialized Fields

moduleLabel

JLabelField moduleLabel

selectButton

javax.swing.JButton selectButton

createButton

javax.swing.JButton createButton

module

Module module

actionEvent

java.awt.event.ActionEvent actionEvent

listenerList

javax.swing.event.EventListenerList listenerList

Class org.rubato.composer.components.JMorphismEntry extends javax.swing.JPanel implements Serializable

Serialized Fields

morphismLabel

JLabelField morphismLabel

selectButton

javax.swing.JButton selectButton

createButton

javax.swing.JButton createButton

editButton

javax.swing.JButton editButton

morphism

ModuleMorphism morphism

domain

Module domain

codomain

Module codomain

actionEvent

java.awt.event.ActionEvent actionEvent

listenerList

javax.swing.event.EventListenerList listenerList

Class org.rubato.composer.components.JSelectDenotator extends javax.swing.JPanel implements Serializable

Serialized Fields

actionEvent

java.awt.event.ActionEvent actionEvent

listenerList

javax.swing.event.EventListenerList listenerList

denotatorLabel

JLabelField denotatorLabel

createButton

javax.swing.JButton createButton

selectButton

javax.swing.JButton selectButton

form

Form form

type

int type

label

java.lang.String label

denotator

Denotator denotator

dict

RubatoDictionary dict

Class org.rubato.composer.components.JSelectFile extends javax.swing.JPanel implements Serializable

Serialized Fields

fileLabelField

JLabelField fileLabelField

browseButton

javax.swing.JButton browseButton

fileChooser

javax.swing.JFileChooser fileChooser

fileFilter

CustomFileFilter fileFilter

label

java.lang.String label

saving

boolean saving

currentDirectory

java.io.File currentDirectory

selectedFile

java.io.File selectedFile

actionEvent

java.awt.event.ActionEvent actionEvent

listenerList

javax.swing.event.EventListenerList listenerList

Class org.rubato.composer.components.JSelectForm extends javax.swing.JPanel implements Serializable

Serialized Fields

listenerList

javax.swing.event.EventListenerList listenerList

actionEvent

java.awt.event.ActionEvent actionEvent

formLabel

JLabelField formLabel

selectButton

javax.swing.JButton selectButton

createButton

javax.swing.JButton createButton

form

Form form

baseForm

Form baseForm

types

java.util.ArrayList<E> types

dict

RubatoDictionary dict

Class org.rubato.composer.components.JSelectModule extends javax.swing.JPanel implements Serializable

Serialized Fields

isring

boolean isring

ringSelect

javax.swing.JComboBox ringSelect

dimLabel

javax.swing.JLabel dimLabel

dimSpinner

JIntegerSpinner dimSpinner

modLabel

javax.swing.JLabel modLabel

modSpinner

JIntegerSpinner modSpinner

factorLabel

javax.swing.JLabel factorLabel

factorSpinner

JIntegerSpinner factorSpinner

polSwitch

javax.swing.JCheckBox polSwitch

indLabel

javax.swing.JLabel indLabel

indField

javax.swing.JTextField indField

pmodLabel

javax.swing.JLabel pmodLabel

pmodField

javax.swing.JTextField pmodField

factorView

javax.swing.JPanel factorView

factorModules

JSelectModule[] factorModules

rings

java.lang.String[] rings

Class org.rubato.composer.components.JSimpleEntry extends javax.swing.JPanel implements Serializable

Serialized Fields

listenerList

javax.swing.event.EventListenerList listenerList

actionEvent

java.awt.event.ActionEvent actionEvent

Class org.rubato.composer.components.JSimpleNumberEntry extends JSimpleEntry implements Serializable

Serialized Fields

inputFields

javax.swing.JTextField[] inputFields

module

Module module

Class org.rubato.composer.components.JSimpleProductEntry extends JSimpleEntry implements Serializable

Serialized Fields

simpleEntries

java.util.ArrayList<E> simpleEntries

module

ProductFreeModule module

Class org.rubato.composer.components.JStatusline extends javax.swing.JTextField implements Serializable

Serialized Fields

timer

javax.swing.Timer timer

Package org.rubato.composer.denobrowser

Class org.rubato.composer.denobrowser.BrowseView extends javax.swing.JPanel implements Serializable

Serialized Fields

listViews

ListView[] listViews

minLevel

int minLevel

maxLevel

int maxLevel

visibleLevels

int visibleLevels

browsePanel

javax.swing.JPanel browsePanel

scrollBar

javax.swing.JScrollBar scrollBar

Class org.rubato.composer.denobrowser.DenoListView extends ListView implements Serializable

Serialized Fields

list

javax.swing.JList list

typeLabel

javax.swing.JLabel typeLabel

formLabel

javax.swing.JLabel formLabel

denoNames

java.lang.String[] denoNames

denotators

Denotator[] denotators

parent

Denotator parent

Class org.rubato.composer.denobrowser.ListView extends javax.swing.JPanel implements Serializable

Serialized Fields

listener

ListViewListener listener

level

int level

Class org.rubato.composer.denobrowser.ModuleListView extends ListView implements Serializable

Serialized Fields

list

javax.swing.JList list

typeLabel

javax.swing.JLabel typeLabel

formLabel

javax.swing.JLabel formLabel

moduleValues

java.lang.String[] moduleValues

moduleElements

ModuleElement[] moduleElements

parent

SimpleDenotator parent

Package org.rubato.composer.dialogs

Class org.rubato.composer.dialogs.JModuleDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

selectModule

JSelectModule selectModule

createButton

javax.swing.JButton createButton

cancelButton

javax.swing.JButton cancelButton

nameField

javax.swing.JTextField nameField

naming

boolean naming

nameok

boolean nameok

module

Module module

Class org.rubato.composer.dialogs.JModuleListDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

module

Module module

moduleList

javax.swing.JList moduleList

cancelButton

javax.swing.JButton cancelButton

okButton

javax.swing.JButton okButton

Class org.rubato.composer.dialogs.JNewMacroRubetteDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

nameField

javax.swing.JTextField nameField

infoField

javax.swing.JTextField infoField

shortDescField

javax.swing.JTextField shortDescField

longDescArea

javax.swing.JTextArea longDescArea

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

ok

boolean ok

Class org.rubato.composer.dialogs.JProgress extends javax.swing.JDialog implements Serializable

Serialized Fields

progressBar

javax.swing.JProgressBar progressBar

messageList

javax.swing.JList messageList

messageListModel

org.rubato.composer.dialogs.JProgress.MessageListModel messageListModel

Class org.rubato.composer.dialogs.JProgress.MessageListModel extends javax.swing.DefaultListModel implements Serializable

Class org.rubato.composer.dialogs.JSelectDenotatorDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

infoLabel

javax.swing.JLabel infoLabel

denotatorList

javax.swing.JList denotatorList

cancelButton

javax.swing.JButton cancelButton

okButton

javax.swing.JButton okButton

value

Denotator value

listModel

org.rubato.composer.dialogs.JSelectDenotatorDialog.DenotatorListModel listModel

Class org.rubato.composer.dialogs.JSelectFormDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

infoLabel

javax.swing.JLabel infoLabel

formList

javax.swing.JList formList

cancelButton

javax.swing.JButton cancelButton

okButton

javax.swing.JButton okButton

value

Form value

listModel

org.rubato.composer.dialogs.JSelectFormDialog.FormListModel listModel

Package org.rubato.composer.dialogs.denotators

Class org.rubato.composer.dialogs.denotators.AbstractDenotatorEntry extends javax.swing.JPanel implements Serializable

Serialized Fields

actionEvent

java.awt.event.ActionEvent actionEvent

listenerList

javax.swing.event.EventListenerList listenerList

Class org.rubato.composer.dialogs.denotators.JColimitDenotatorEntry extends AbstractDenotatorEntry implements Serializable

Serialized Fields

form

ColimitForm form

comboBox

javax.swing.JComboBox comboBox

selectDenotator

JSelectDenotator selectDenotator

currentIndex

int currentIndex

dict

RubatoDictionary dict

Class org.rubato.composer.dialogs.denotators.JDenotatorDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

selectForm

JSelectForm selectForm

nameField

javax.swing.JTextField nameField

statusline

JStatusline statusline

clearButton

javax.swing.JButton clearButton

createButton

javax.swing.JButton createButton

cancelButton

javax.swing.JButton cancelButton

denotatorPanel

javax.swing.JPanel denotatorPanel

form

Form form

denotator

Denotator denotator

nameRequired

boolean nameRequired

nameok

boolean nameok

denotatorEntry

DenotatorEntry denotatorEntry

Class org.rubato.composer.dialogs.denotators.JLimitDenotatorEntry extends AbstractDenotatorEntry implements Serializable

Serialized Fields

form

LimitForm form

selectDenotator

JSelectDenotator[] selectDenotator

dict

RubatoDictionary dict

Class org.rubato.composer.dialogs.denotators.JPowerListDenotatorEntry extends AbstractDenotatorEntry implements Serializable

Serialized Fields

powerForm

PowerForm powerForm

listForm

ListForm listForm

baseForm

Form baseForm

isList

boolean isList

denoJList

javax.swing.JList denoJList

display

javax.swing.JTextArea display

addButton

javax.swing.JButton addButton

addNewButton

javax.swing.JButton addNewButton

removeButton

javax.swing.JButton removeButton

upButton

javax.swing.JButton upButton

downButton

javax.swing.JButton downButton

listModel

org.rubato.composer.dialogs.denotators.JPowerListDenotatorEntry.DenotatorListModel listModel

dict

RubatoDictionary dict

Class org.rubato.composer.dialogs.denotators.JPowerListDenotatorEntry.DenotatorListModel extends javax.swing.DefaultListModel implements Serializable

Class org.rubato.composer.dialogs.denotators.JSimpleDenotatorEntry extends AbstractDenotatorEntry implements Serializable

Serialized Fields

form

SimpleForm form

nullButton

javax.swing.JRadioButton nullButton

nonNullButton

javax.swing.JRadioButton nonNullButton

valuePanel

javax.swing.JPanel valuePanel

simpleEntry

JSimpleEntry simpleEntry

morphismEntry

JMorphismEntry morphismEntry

Package org.rubato.composer.dialogs.forms

Class org.rubato.composer.dialogs.forms.AbstractFormEntry extends javax.swing.JPanel implements Serializable

Serialized Fields

actionEvent

java.awt.event.ActionEvent actionEvent

listenerList

javax.swing.event.EventListenerList listenerList

Class org.rubato.composer.dialogs.forms.JFormDiagram extends javax.swing.JPanel implements Serializable

Serialized Fields

fromList

javax.swing.JList fromList

toList

javax.swing.JList toList

fromModel

org.rubato.composer.dialogs.forms.JFormDiagram.FormListModel fromModel

toModel

org.rubato.composer.dialogs.forms.JFormDiagram.FormListModel toModel

addButton

javax.swing.JButton addButton

addNewButton

javax.swing.JButton addNewButton

removeButton

javax.swing.JButton removeButton

upButton

javax.swing.JButton upButton

downButton

javax.swing.JButton downButton

setMorphButton

javax.swing.JButton setMorphButton

removeMorphButton

javax.swing.JButton removeMorphButton

labelField

javax.swing.JTextField labelField

diagramPanel

org.rubato.composer.dialogs.forms.JFormDiagram.DiagramPanel diagramPanel

dict

RubatoDictionary dict

selectedIndex

int selectedIndex

morphMatrix

boolean[][] morphMatrix

Class org.rubato.composer.dialogs.forms.JFormDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

nameField

javax.swing.JTextField nameField

statusline

JStatusline statusline

clearButton

javax.swing.JButton clearButton

createButton

javax.swing.JButton createButton

cancelButton

javax.swing.JButton cancelButton

formPanel

javax.swing.JPanel formPanel

selectType

javax.swing.JComboBox selectType

formEntry

FormEntry formEntry

nameFieldBg

java.awt.Color nameFieldBg

type

int type

formRef

FormReference formRef

resultForm

Form resultForm

toplevel

boolean toplevel

dict

TempDictionary dict

Class org.rubato.composer.dialogs.forms.LimitColimitFormEntry extends AbstractFormEntry implements Serializable

Serialized Fields

formDiagram

JFormDiagram formDiagram

type

int type

Class org.rubato.composer.dialogs.forms.ListPowerFormEntry extends AbstractFormEntry implements Serializable

Serialized Fields

selectForm

JSelectForm selectForm

type

int type

Class org.rubato.composer.dialogs.forms.SimpleFormEntry extends AbstractFormEntry implements Serializable

Serialized Fields

moduleEntry

JModuleEntry moduleEntry

Package org.rubato.composer.dialogs.morphisms

Class org.rubato.composer.dialogs.morphisms.JGeometryMorphismType extends JMorphismType implements Serializable

Serialized Fields

container

JMorphismContainer container

morphismsPanel

javax.swing.JPanel morphismsPanel

addButton

javax.swing.JButton addButton

buttonBox

javax.swing.Box buttonBox

applyButton

javax.swing.JButton applyButton

geometryView

JGeometryView geometryView

morphismsList

java.util.ArrayList<E> morphismsList

types

java.lang.String[] types

Class org.rubato.composer.dialogs.morphisms.JGeometryView extends javax.swing.JPanel implements Serializable

Serialized Fields

PREFERRED_SIZE

java.awt.Dimension PREFERRED_SIZE

currentSize

java.awt.Dimension currentSize

qx

double[] qx

qy

double[] qy

x_min

double x_min

y_min

double y_min

x_max

double x_max

y_max

double y_max

Class org.rubato.composer.dialogs.morphisms.JMorphismDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

domainEntry

JModuleEntry domainEntry

codomainEntry

JModuleEntry codomainEntry

morphismType

javax.swing.JComboBox morphismType

morphism

ModuleMorphism morphism

morphismPanel

javax.swing.JPanel morphismPanel

nameField

javax.swing.JTextField nameField

clearButton

javax.swing.JButton clearButton

createButton

javax.swing.JButton createButton

cancelButton

javax.swing.JButton cancelButton

jmorphismType

JMorphismType jmorphismType

domain

Module domain

codomain

Module codomain

naming

boolean naming

nameok

boolean nameok

Class org.rubato.composer.dialogs.morphisms.JMorphismListDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

morphism

ModuleMorphism morphism

domain

Module domain

codomain

Module codomain

morphismList

javax.swing.JList morphismList

cancelButton

javax.swing.JButton cancelButton

okButton

javax.swing.JButton okButton

Class org.rubato.composer.dialogs.morphisms.JMorphismType extends javax.swing.JPanel implements Serializable

Class org.rubato.composer.dialogs.morphisms.JShuffleMorphismType extends JMorphismType implements Serializable

Serialized Fields

dim

int dim

codim

int codim

jshuffle

org.rubato.composer.dialogs.morphisms.JShuffleArea jshuffle

container

JMorphismContainer container

Class org.rubato.composer.dialogs.morphisms.JSplitMorphismType extends JMorphismType implements Serializable

Serialized Fields

dim

int dim

splits

int[] splits

module

FreeModule module

ring

Ring ring

jsplit

org.rubato.composer.dialogs.morphisms.JSplitArea jsplit

morphismBox

javax.swing.Box morphismBox

morphismEntries

JMorphismEntry[] morphismEntries

container

JMorphismContainer container

Package org.rubato.composer.dialogs.scheme

Class org.rubato.composer.dialogs.scheme.JSchemeDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

evaluator

Evaluator evaluator

thread

java.lang.Thread thread

runInfo

org.rubato.composer.dialogs.scheme.JSchemeDialog.EvalRunInfo runInfo

inputArea

javax.swing.JTextArea inputArea

outputArea

javax.swing.JTextArea outputArea

errorArea

javax.swing.JTextArea errorArea

bottomPanel

javax.swing.JPanel bottomPanel

clearButton

javax.swing.JButton clearButton

initButton

javax.swing.JButton initButton

stopButton

javax.swing.JButton stopButton

ringBuffer

java.lang.String[] ringBuffer

ring_pos

int ring_pos

select_pos

int select_pos

env

Env env

rep

Repository rep

textFont

java.awt.Font textFont

Class org.rubato.composer.dialogs.scheme.JSchemeEditor extends javax.swing.JDialog implements Serializable

Serialized Fields

codeArea

javax.swing.JTextArea codeArea

errorArea

javax.swing.JTextArea errorArea

bottomPanel

javax.swing.JPanel bottomPanel

saveButton

javax.swing.JButton saveButton

rep

Repository rep

textFont

java.awt.Font textFont

Package org.rubato.composer.network

Class org.rubato.composer.network.JMacroRubetteView extends JNetwork implements Serializable

Serialized Fields

jnetwork

JNetwork jnetwork

Class org.rubato.composer.network.JNetwork extends javax.swing.JLayeredPane implements Serializable

Serialized Fields

model

NetworkModel model

jcomposer

JComposer jcomposer

rubettes

java.util.ArrayList<E> rubettes

links

java.util.ArrayList<E> links

dragLink

JLink dragLink

srcConnector

Connector srcConnector

notes

java.util.ArrayList<E> notes

highlighted

JRubette highlighted

selected

JRubette selected

panning

boolean panning

selecting

boolean selecting

savedX

int savedX

savedY

int savedY

savedViewPos

java.awt.Point savedViewPos

newViewPos

java.awt.Point newViewPos

selectionRectangle

JNetwork.JSelectionRectangle selectionRectangle

selection

java.util.ArrayList<E> selection

dropTarget

java.awt.dnd.DropTarget dropTarget

changeObservable

ChangeObservable changeObservable

currentSize

java.awt.Dimension currentSize

Class org.rubato.composer.network.JNetwork.JSelectionRectangle extends javax.swing.JPanel implements Serializable

Serialized Fields

rect

java.awt.Rectangle rect

fillColor

java.awt.Color fillColor

lineColor

java.awt.Color lineColor

Class org.rubato.composer.network.JNetworkContainer extends javax.swing.JPanel implements Serializable

Serialized Fields

jcomposer

JComposer jcomposer

networkList

JNetworkList networkList

networkTabs

javax.swing.JTabbedPane networkTabs

jnetworks

java.util.ArrayList<E> jnetworks

networkCounter

int networkCounter

Package org.rubato.composer.notes

Class org.rubato.composer.notes.JNote extends javax.swing.JPanel implements Serializable

Serialized Fields

model

NoteModel model

textArea

javax.swing.JTextArea textArea

titleField

javax.swing.JTextField titleField

lastPosX

int lastPosX

lastPosY

int lastPosY

lastMouseX

int lastMouseX

lastMouseY

int lastMouseY

moving

boolean moving

resizing

boolean resizing

fgColor

java.awt.Color fgColor

bgColor

java.awt.Color bgColor

colorChooser

javax.swing.JColorChooser colorChooser

Package org.rubato.composer.objectbrowser

Class org.rubato.composer.objectbrowser.ObjectBrowser extends javax.swing.JDialog implements Serializable

Serialized Fields

typeList

javax.swing.JList typeList

objectList

javax.swing.JList objectList

objectView

javax.swing.JEditorPane objectView

editButton

javax.swing.JButton editButton

selectedType

int selectedType

objectListBorder

javax.swing.border.TitledBorder objectListBorder

objectViewBorder

javax.swing.border.TitledBorder objectViewBorder

Package org.rubato.composer.preferences

Class org.rubato.composer.preferences.JPreferences extends javax.swing.JDialog implements Serializable

Serialized Fields

applyAction

javax.swing.Action applyAction

closeAction

javax.swing.Action closeAction

applyAndCloseAction

javax.swing.Action applyAndCloseAction

tabbedPane

javax.swing.JTabbedPane tabbedPane

prefsPanels

java.util.ArrayList<E> prefsPanels

userPrefs

UserPreferences userPrefs

Class org.rubato.composer.preferences.JPreferencesPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

userPrefs

UserPreferences userPrefs

gridbag

java.awt.GridBagLayout gridbag

c

java.awt.GridBagConstraints c

rightPadding

java.awt.Insets rightPadding

noPadding

java.awt.Insets noPadding

Class org.rubato.composer.preferences.MainPreferences extends JPreferencesPanel implements Serializable

Serialized Fields

zigzagBox

javax.swing.JComboBox zigzagBox

saveGeometryButton

javax.swing.JCheckBox saveGeometryButton

askBeforeLeavingButton

javax.swing.JCheckBox askBeforeLeavingButton

showProgressButton

javax.swing.JCheckBox showProgressButton

defaultQuantField

javax.swing.JTextField defaultQuantField

Package org.rubato.composer.rubette

Class org.rubato.composer.rubette.JLink extends javax.swing.JPanel implements Serializable

Serialized Fields

link

Link link

srcPoint

java.awt.Point srcPoint

destPoint

java.awt.Point destPoint

srcRubette

JRubette srcRubette

destRubette

JRubette destRubette

srcPos

int srcPos

destPos

int destPos

srcX

int srcX

srcY

int srcY

destX

int destX

destY

int destY

path

java.awt.geom.GeneralPath path

stroke

java.awt.Stroke stroke

CURVE_LEN

int CURVE_LEN

type

int type

Class org.rubato.composer.rubette.JRubette extends javax.swing.JPanel implements Serializable

Serialized Fields

lastMouseX

int lastMouseX

lastMouseY

int lastMouseY

lastPosX

int lastPosX

lastPosY

int lastPosY

lastX

int lastX

lastY

int lastY

moving

boolean moving

draglink

JLink draglink

draglinkType

int draglinkType

highlighted

boolean highlighted

selected

boolean selected

inselection

boolean inselection

model

RubetteModel model

nameLabel

javax.swing.JLabel nameLabel

infoLabel

javax.swing.JLabel infoLabel

viewDialog

javax.swing.JDialog viewDialog

propertiesDialog

javax.swing.JDialog propertiesDialog

renameField

javax.swing.JTextField renameField

inConnectorCount

int inConnectorCount

outConnectorCount

int outConnectorCount

inConnectors

Connector[] inConnectors

outConnectors

Connector[] outConnectors

dependents

java.util.ArrayList<E> dependents

size

java.awt.Dimension size

Package org.rubato.composer.view2d

Class org.rubato.composer.view2d.View2D extends javax.swing.JPanel implements Serializable

Serialized Fields

listenerList

javax.swing.event.EventListenerList listenerList

updateEvent

java.awt.event.ActionEvent updateEvent

newSelectionEvent

java.awt.event.ActionEvent newSelectionEvent

currentAction

Action2D currentAction

model

View2DModel model

points

java.util.ArrayList<E> points

dragMode

View2D.DragMode dragMode

tmpConfig

WindowConfig tmpConfig

lastX

int lastX

lastY

int lastY

pointerX

double pointerX

pointerY

double pointerY

currentSelection

Selection currentSelection

lastCursor

java.awt.Cursor lastCursor

addCursor

java.awt.Cursor addCursor

removeCursor

java.awt.Cursor removeCursor

infoCursor

java.awt.Cursor infoCursor

Package org.rubato.math.arith

Class org.rubato.math.arith.Complex extends java.lang.Number implements Serializable

Serialized Fields

real

double real

imag

double imag

Class org.rubato.math.arith.CString extends RingString implements Serializable

Class org.rubato.math.arith.QString extends RingString implements Serializable

Class org.rubato.math.arith.Rational extends java.lang.Number implements Serializable

Serialized Fields

num

int num

denom

int denom

Class org.rubato.math.arith.RingString extends java.lang.Object implements Serializable

Serialized Fields

dict

java.util.HashMap<K,V> dict

Class org.rubato.math.arith.RString extends RingString implements Serializable

Class org.rubato.math.arith.ZeroDivisorException extends java.lang.ArithmeticException implements Serializable

Class org.rubato.math.arith.ZnString extends RingString implements Serializable

Serialized Fields

modulus

int modulus

Class org.rubato.math.arith.ZString extends RingString implements Serializable


Package org.rubato.math.module

Class org.rubato.math.module.CElement extends RingElement implements Serializable

Serialized Fields

value

Complex value

Class org.rubato.math.module.CProperFreeElement extends ProperFreeElement implements Serializable

Serialized Fields

value

Complex[] value

module

CProperFreeModule module

Class org.rubato.math.module.CProperFreeModule extends ProperFreeModule implements Serializable

Class org.rubato.math.module.CRing extends NumberRing implements Serializable

Class org.rubato.math.module.DirectSumElement extends java.lang.Object implements Serializable

Serialized Fields

components

ModuleElement[] components

module

DirectSumModule module

ring

Ring ring

Class org.rubato.math.module.DirectSumModule extends java.lang.Object implements Serializable

Serialized Fields

components

Module[] components

ring

Ring ring

Class org.rubato.math.module.DivisionException extends java.lang.Exception implements Serializable

Class org.rubato.math.module.DomainException extends RubatoException implements Serializable

Serialized Fields

expected

Module expected

received

Module received

Class org.rubato.math.module.InverseException extends java.lang.RuntimeException implements Serializable

Class org.rubato.math.module.ModularPolynomialElement extends RingElement implements Serializable

Serialized Fields

ring

ModularPolynomialRing ring

modulus

PolynomialElement modulus

polynomial

PolynomialElement polynomial

one

PolynomialElement one

Class org.rubato.math.module.ModularPolynomialProperFreeElement extends ProperFreeElement implements Serializable

Serialized Fields

value

ModularPolynomialElement[] value

module

ModularPolynomialFreeModule module

ring

ModularPolynomialRing ring

Class org.rubato.math.module.ModularPolynomialProperFreeModule extends ProperFreeModule implements Serializable

Serialized Fields

ring

ModularPolynomialRing ring

Class org.rubato.math.module.ModularPolynomialRing extends Ring implements Serializable

Serialized Fields

coefficientRing

Ring coefficientRing

baseRing

Ring baseRing

indeterminate

java.lang.String indeterminate

modulus

PolynomialElement modulus

modulusRing

PolynomialRing modulusRing

Class org.rubato.math.module.NumberRing extends Ring implements Serializable

Class org.rubato.math.module.PolynomialElement extends RingElement implements Serializable

Serialized Fields

ring

PolynomialRing ring

coefficients

RingElement[] coefficients

Class org.rubato.math.module.PolynomialProperFreeElement extends ProperFreeElement implements Serializable

Serialized Fields

value

PolynomialElement[] value

module

PolynomialFreeModule module

ring

PolynomialRing ring

Class org.rubato.math.module.PolynomialProperFreeModule extends ProperFreeModule implements Serializable

Serialized Fields

ring

PolynomialRing ring

Class org.rubato.math.module.PolynomialRing extends Ring implements Serializable

Serialized Fields

coefficientRing

Ring coefficientRing

baseRing

Ring baseRing

indeterminate

java.lang.String indeterminate

Class org.rubato.math.module.ProductElement extends RingElement implements Serializable

Serialized Fields

factors

RingElement[] factors

ring

ProductRing ring

Class org.rubato.math.module.ProductProperFreeElement extends ProperFreeElement implements Serializable

Serialized Fields

value

ProductElement[] value

module

ProductFreeModule module

ring

ProductRing ring

Class org.rubato.math.module.ProductProperFreeModule extends ProperFreeModule implements Serializable

Serialized Fields

ring

ProductRing ring

hashcode

int hashcode

Class org.rubato.math.module.ProductRing extends Ring implements Serializable

Serialized Fields

factors

Ring[] factors

hashcode

int hashcode

Class org.rubato.math.module.ProperFreeElement extends java.lang.Object implements Serializable

Class org.rubato.math.module.ProperFreeModule extends java.lang.Object implements Serializable

Serialized Fields

dimension

int dimension

Class org.rubato.math.module.QElement extends RingElement implements Serializable

Serialized Fields

value

Rational value

Class org.rubato.math.module.QProperFreeElement extends ProperFreeElement implements Serializable

Serialized Fields

value

Rational[] value

module

QProperFreeModule module

Class org.rubato.math.module.QProperFreeModule extends ProperFreeModule implements Serializable

Class org.rubato.math.module.QRing extends NumberRing implements Serializable

Class org.rubato.math.module.QStringElement extends StringElement implements Serializable

Serialized Fields

value

QString value

Class org.rubato.math.module.QStringProperFreeElement extends ProperFreeElement implements Serializable

Serialized Fields

value

QString[] value

module

ZFreeModule module

Class org.rubato.math.module.QStringProperFreeModule extends ProperFreeModule implements Serializable

Class org.rubato.math.module.QStringRing extends StringRing implements Serializable

Class org.rubato.math.module.RElement extends RingElement implements Serializable

Serialized Fields

value

double value

Class org.rubato.math.module.RestrictedElement extends java.lang.Object implements Serializable

Serialized Fields

module

RestrictedModule module

moduleElement

ModuleElement moduleElement

Class org.rubato.math.module.RestrictedModule extends java.lang.Object implements Serializable

Serialized Fields

morphism

ModuleMorphism morphism

module

Module module

Class org.rubato.math.module.Ring extends java.lang.Object implements Serializable

Class org.rubato.math.module.RingElement extends java.lang.Object implements Serializable

Class org.rubato.math.module.RProperFreeElement extends ProperFreeElement implements Serializable

Serialized Fields

value

double[] value

module

RFreeModule module

Class org.rubato.math.module.RProperFreeModule extends ProperFreeModule implements Serializable

Class org.rubato.math.module.RRing extends NumberRing implements Serializable

Class org.rubato.math.module.RStringElement extends StringElement implements Serializable

Serialized Fields

value

RString value

Class org.rubato.math.module.RStringProperFreeElement extends ProperFreeElement implements Serializable

Serialized Fields

value

RString[] value

module

RFreeModule module

Class org.rubato.math.module.RStringProperFreeModule extends ProperFreeModule implements Serializable

Class org.rubato.math.module.RStringRing extends StringRing implements Serializable

Class org.rubato.math.module.StringElement extends RingElement implements Serializable

Class org.rubato.math.module.StringRing extends Ring implements Serializable

Class org.rubato.math.module.ZElement extends RingElement implements Serializable

Serialized Fields

value

int value

Class org.rubato.math.module.ZnElement extends RingElement implements Serializable

Serialized Fields

value

int value

modulus

int modulus

module

ZnRing module

Class org.rubato.math.module.ZnProperFreeElement extends ProperFreeElement implements Serializable

Serialized Fields

value

int[] value

modulus

int modulus

module

ZnFreeModule module

Class org.rubato.math.module.ZnProperFreeModule extends ProperFreeModule implements Serializable

Serialized Fields

modulus

int modulus

componentModule

ZnRing componentModule

Class org.rubato.math.module.ZnRing extends Ring implements Serializable

Serialized Fields

modulus

int modulus

field

boolean field

Class org.rubato.math.module.ZnStringElement extends StringElement implements Serializable

Serialized Fields

value

ZnString value

modulus

int modulus

module

Module module

Class org.rubato.math.module.ZnStringProperFreeElement extends ProperFreeElement implements Serializable

Serialized Fields

value

ZnString[] value

modulus

int modulus

module

ZnFreeModule module

Class org.rubato.math.module.ZnStringProperFreeModule extends ProperFreeModule implements Serializable

Serialized Fields

modulus

int modulus

Class org.rubato.math.module.ZnStringRing extends StringRing implements Serializable

Serialized Fields

modulus

int modulus

Class org.rubato.math.module.ZProperFreeElement extends ProperFreeElement implements Serializable

Serialized Fields

value

int[] value

module

ZProperFreeModule module

Class org.rubato.math.module.ZProperFreeModule extends ProperFreeModule implements Serializable

Class org.rubato.math.module.ZRing extends NumberRing implements Serializable

Class org.rubato.math.module.ZStringElement extends StringElement implements Serializable

Serialized Fields

value

ZString value

simpleString

java.lang.String simpleString

Class org.rubato.math.module.ZStringProperFreeElement extends ProperFreeElement implements Serializable

Serialized Fields

value

ZString[] value

module

ZFreeModule module

Class org.rubato.math.module.ZStringProperFreeModule extends ProperFreeModule implements Serializable

Class org.rubato.math.module.ZStringRing extends StringRing implements Serializable


Package org.rubato.math.module.morphism

Class org.rubato.math.module.morphism.CAbstractMorphism extends ModuleMorphism implements Serializable

Class org.rubato.math.module.morphism.CAffineMorphism extends CAbstractMorphism implements Serializable

Serialized Fields

a

Complex a

b

Complex b

Class org.rubato.math.module.morphism.CanonicalMorphism extends ModuleMorphism implements Serializable

Class org.rubato.math.module.morphism.CastMorphism extends ModuleMorphism implements Serializable

Class org.rubato.math.module.morphism.CFreeAbstractMorphism extends ModuleMorphism implements Serializable

Class org.rubato.math.module.morphism.CFreeAffineMorphism extends CFreeAbstractMorphism implements Serializable

Serialized Fields

A

CMatrix A

b

Complex[] b

Class org.rubato.math.module.morphism.CompositionException extends RubatoException implements Serializable

Class org.rubato.math.module.morphism.CompositionMorphism extends ModuleMorphism implements Serializable

Serialized Fields

f

ModuleMorphism f

g

ModuleMorphism g

Class org.rubato.math.module.morphism.ConjugationMorphism extends ModuleMorphism implements Serializable

Serialized Fields

dimension

int dimension

Class org.rubato.math.module.morphism.ConstantMorphism extends ModuleMorphism implements Serializable

Serialized Fields

value

ModuleElement value

Class org.rubato.math.module.morphism.DifferenceMorphism extends ModuleMorphism implements Serializable

Serialized Fields

f

ModuleMorphism f

g

ModuleMorphism g

Class org.rubato.math.module.morphism.DirectSumAbstractMorphism extends ModuleMorphism implements Serializable

Class org.rubato.math.module.morphism.EmbeddingMorphism extends ModuleMorphism implements Serializable

Class org.rubato.math.module.morphism.FoldingMorphism extends ModuleMorphism implements Serializable

Serialized Fields

values

java.util.HashMap<K,V> values

elements

ModuleElement[] elements

Class org.rubato.math.module.morphism.GenericAffineMorphism extends ModuleMorphism implements Serializable

Serialized Fields

ring

Ring ring

dim

int dim

codim

int codim

A

RingElement[][] A

b

RingElement[] b

Class org.rubato.math.module.morphism.GenericBasisMorphism extends ModuleMorphism implements Serializable

Serialized Fields

fi

ModuleElement[] fi

fit

ModuleElement[] fit

Class org.rubato.math.module.morphism.IdentityMorphism extends ModuleMorphism implements Serializable

Class org.rubato.math.module.morphism.MappingException extends RubatoException implements Serializable

Serialized Fields

morphism

ModuleMorphism morphism

element

ModuleElement element

Class org.rubato.math.module.morphism.ModuleMorphism extends java.lang.Object implements Serializable

Serialized Fields

domain

Module domain

codomain

Module codomain

Class org.rubato.math.module.morphism.ModuloMorphism extends ModuleMorphism implements Serializable

Serialized Fields

modulus

int modulus

dimension

int dimension

Class org.rubato.math.module.morphism.PolynomialMorphism extends ModuleMorphism implements Serializable

Serialized Fields

polynomial

PolynomialElement polynomial

Class org.rubato.math.module.morphism.PowerMorphism extends ModuleMorphism implements Serializable

Serialized Fields

f

ModuleMorphism f

exponent

int exponent

Class org.rubato.math.module.morphism.ProductMorphism extends ModuleMorphism implements Serializable

Serialized Fields

f

ModuleMorphism f

g

ModuleMorphism g

Class org.rubato.math.module.morphism.ProjectionMorphism extends ModuleMorphism implements Serializable

Serialized Fields

index

int index

Class org.rubato.math.module.morphism.QAbstractMorphism extends ModuleMorphism implements Serializable

Class org.rubato.math.module.morphism.QAffineMorphism extends QAbstractMorphism implements Serializable

Serialized Fields

a

Rational a

b

Rational b

Class org.rubato.math.module.morphism.QFreeAbstractMorphism extends ModuleMorphism implements Serializable

Class org.rubato.math.module.morphism.QFreeAffineMorphism extends QFreeAbstractMorphism implements Serializable

Serialized Fields

A

QMatrix A

b

Rational[] b

Class org.rubato.math.module.morphism.RAbstractMorphism extends ModuleMorphism implements Serializable

Class org.rubato.math.module.morphism.RAffineMorphism extends RAbstractMorphism implements Serializable

Serialized Fields

a

double a

b

double b

Class org.rubato.math.module.morphism.ReorderMorphism extends ModuleMorphism implements Serializable

Serialized Fields

ordering

int[] ordering

Class org.rubato.math.module.morphism.RFreeAbstractMorphism extends ModuleMorphism implements Serializable

Class org.rubato.math.module.morphism.RFreeAffineMorphism extends RFreeAbstractMorphism implements Serializable

Serialized Fields

A

RMatrix A

b

double[] b

Class org.rubato.math.module.morphism.ScaledMorphism extends ModuleMorphism implements Serializable

Serialized Fields

f

ModuleMorphism f

scalar

RingElement scalar

Class org.rubato.math.module.morphism.SplitMorphism extends ModuleMorphism implements Serializable

Serialized Fields

morphisms

ModuleMorphism[] morphisms

Class org.rubato.math.module.morphism.SumMorphism extends ModuleMorphism implements Serializable

Serialized Fields

f

ModuleMorphism f

g

ModuleMorphism g

Class org.rubato.math.module.morphism.TranslationMorphism extends ModuleMorphism implements Serializable

Serialized Fields

translate

ModuleElement translate

Class org.rubato.math.module.morphism.ZAbstractMorphism extends ModuleMorphism implements Serializable

Class org.rubato.math.module.morphism.ZAffineMorphism extends ZAbstractMorphism implements Serializable

Serialized Fields

a

int a

b

int b

Class org.rubato.math.module.morphism.ZFreeAbstractMorphism extends ModuleMorphism implements Serializable

Class org.rubato.math.module.morphism.ZFreeAffineMorphism extends ZFreeAbstractMorphism implements Serializable

Serialized Fields

A

ZMatrix A

b

int[] b

Class org.rubato.math.module.morphism.ZnAbstractMorphism extends ModuleMorphism implements Serializable

Serialized Fields

modulus

int modulus

Class org.rubato.math.module.morphism.ZnAffineMorphism extends ZnAbstractMorphism implements Serializable

Serialized Fields

a

int a

b

int b

Class org.rubato.math.module.morphism.ZnFreeAbstractMorphism extends ModuleMorphism implements Serializable

Serialized Fields

modulus

int modulus

Class org.rubato.math.module.morphism.ZnFreeAffineMorphism extends ZnFreeAbstractMorphism implements Serializable

Serialized Fields

A

ZnMatrix A

b

int[] b

Package org.rubato.math.yoneda

Class org.rubato.math.yoneda.AbstractConnectableYoneda extends java.lang.Object implements Serializable

Class org.rubato.math.yoneda.AutoListMorphismMap extends java.lang.Object implements Serializable

Serialized Fields

indexMap

java.util.TreeMap<K,V> indexMap

currentFactors

java.util.ArrayList<E> currentFactors

indexUpdateNecessary

boolean indexUpdateNecessary

listUpdateNecessary

boolean listUpdateNecessary

Class org.rubato.math.yoneda.ColimitDenotator extends Denotator implements Serializable

Serialized Fields

index

int index

Class org.rubato.math.yoneda.ColimitForm extends Form implements Serializable

Serialized Fields

labelMap

java.util.HashMap<K,V> labelMap

reverseLabelMap

java.lang.String[] reverseLabelMap

Class org.rubato.math.yoneda.CompoundMorphism extends Morphism implements Serializable

Serialized Fields

domain

IdentityMorphism domain

codomain

IdentityMorphism codomain

map

MorphismMap map

Class org.rubato.math.yoneda.ConstantModuleMorphismMap extends ModuleMorphismMap implements Serializable

Serialized Fields

moduleElement

ModuleElement moduleElement

domain

Module domain

codomain

Module codomain

Class org.rubato.math.yoneda.Denotator extends AbstractConnectableYoneda implements Serializable

Serialized Fields

name

NameDenotator name

form

Form form

coordinate

Morphism coordinate

frameCoordinate

Morphism frameCoordinate

Class org.rubato.math.yoneda.DenotatorReference extends Denotator implements Serializable

Class org.rubato.math.yoneda.Diagram extends java.lang.Object implements Serializable

Class org.rubato.math.yoneda.EmptyMorphismMap extends java.lang.Object implements Serializable

Serialized Fields

hashCode

int hashCode

Class org.rubato.math.yoneda.Form extends AbstractConnectableYoneda implements Serializable

Serialized Fields

name

NameDenotator name

identifier

Morphism identifier

hasHashcode

boolean hasHashcode

hashcode

int hashcode

registered

boolean registered

Class org.rubato.math.yoneda.FormDiagram extends Diagram implements Serializable

Serialized Fields

forms

Form[] forms

morphisms

java.util.ArrayList<E>[][] morphisms

Class org.rubato.math.yoneda.FormReference extends Form implements Serializable

Serialized Fields

type

int type

Class org.rubato.math.yoneda.IdentityMorphism extends Morphism implements Serializable

Class org.rubato.math.yoneda.IndexMorphismMap extends java.lang.Object implements Serializable

Serialized Fields

index

int index

factor

Denotator factor

Class org.rubato.math.yoneda.LimitDenotator extends Denotator implements Serializable

Class org.rubato.math.yoneda.LimitForm extends Form implements Serializable

Serialized Fields

labelMap

java.util.HashMap<K,V> labelMap

reverseLabelMap

java.lang.String[] reverseLabelMap

Class org.rubato.math.yoneda.ListDenotator extends Denotator implements Serializable

Class org.rubato.math.yoneda.ListForm extends Form implements Serializable

Class org.rubato.math.yoneda.ListMorphismMap extends java.lang.Object implements Serializable

Serialized Fields

list

java.util.ArrayList<E> list

Class org.rubato.math.yoneda.MathDiagram extends Diagram implements Serializable

Serialized Fields

vertexes

java.util.ArrayList<E> vertexes

arrows

java.util.ArrayList<E> arrows

Class org.rubato.math.yoneda.ModuleMorphismMap extends java.lang.Object implements Serializable

Serialized Fields

moduleMorphism

ModuleMorphism moduleMorphism

Class org.rubato.math.yoneda.Morphism extends java.lang.Object implements Serializable

Class org.rubato.math.yoneda.NameDenotator extends ListDenotator implements Serializable

Serialized Fields

nameEntry

NameEntry nameEntry

Class org.rubato.math.yoneda.NameForm extends ListForm implements Serializable

Class org.rubato.math.yoneda.PowerDenotator extends Denotator implements Serializable

Class org.rubato.math.yoneda.PowerForm extends Form implements Serializable

Class org.rubato.math.yoneda.ProperIdentityMorphism extends IdentityMorphism implements Serializable

Serialized Fields

diagram

Diagram diagram

type

int type

Class org.rubato.math.yoneda.RepresentableIdentityMorphism extends IdentityMorphism implements Serializable

Serialized Fields

module

Module module

lowValue

ModuleElement lowValue

highValue

ModuleElement highValue

Class org.rubato.math.yoneda.RubatoAddressException extends RubatoException implements Serializable

Serialized Fields

receivedAddress

Module receivedAddress

expectedAddress

Module expectedAddress

Class org.rubato.math.yoneda.RubatoFormException extends RubatoException implements Serializable

Serialized Fields

expected

Form expected

received

Form received

Class org.rubato.math.yoneda.SimpleDenotator extends Denotator implements Serializable

Class org.rubato.math.yoneda.SimpleForm extends Form implements Serializable


Package org.rubato.rubettes.alteration

Class org.rubato.rubettes.alteration.JAlterationDimensionsTable extends JPropertiesTable implements Serializable

Serialized Fields

rubette

AlterationRubette rubette

simpleFormFinder

SimpleFormFinder simpleFormFinder

simpleFormsBox

javax.swing.JComboBox simpleFormsBox

selectedForms

java.util.List<E> selectedForms

startPercentages

java.util.List<E> startPercentages

endPercentages

java.util.List<E> endPercentages

relativeToForms

java.util.List<E> relativeToForms

global

boolean global

startDegreesBuffer

java.util.List<E> startDegreesBuffer

endDegreesBuffer

java.util.List<E> endDegreesBuffer

Package org.rubato.rubettes.alteration.CG

Class org.rubato.rubettes.alteration.CG.KeyDuplicateException extends java.lang.Exception implements Serializable

Class org.rubato.rubettes.alteration.CG.KeySizeException extends java.lang.Exception implements Serializable


Package org.rubato.rubettes.bigbang.model.edits

Class org.rubato.rubettes.bigbang.model.edits.AddOrInsertOperationEdit extends javax.swing.undo.AbstractUndoableEdit implements Serializable

Serialized Fields

graph

BigBangOperationGraph graph

operation

AbstractOperation operation

startingState

java.lang.Integer startingState

isInsertion

boolean isInsertion

parallelOperation

AbstractOperation parallelOperation

Class org.rubato.rubettes.bigbang.model.edits.RemoveOperationEdit extends javax.swing.undo.AbstractUndoableEdit implements Serializable

Serialized Fields

graph

BigBangOperationGraph graph

operation

AbstractOperation operation

hasToBeReinserted

boolean hasToBeReinserted

startingState

java.lang.Integer startingState

Package org.rubato.rubettes.bigbang.model.graph

Class org.rubato.rubettes.bigbang.model.graph.BigBangOperationGraph extends edu.uci.ics.jung.graph.DirectedSparseMultigraph<CompositionState,AbstractOperation> implements Serializable

Serialized Fields

compositionStates

java.util.List<E> compositionStates

selectedCompositionState

CompositionState selectedCompositionState

insertionState

CompositionState insertionState

selectedOperation

AbstractOperation selectedOperation

allOperationsInAddedOrder

java.util.List<E> allOperationsInAddedOrder

allOperationsInLogicalOrder

java.util.List<E> allOperationsInLogicalOrder

currentlyExecutedOperationsInOrder

java.util.List<E> currentlyExecutedOperationsInOrder

currentlyReachedStatesAndTimes

java.util.Map<K,V> currentlyReachedStatesAndTimes

Package org.rubato.rubettes.bigbang.view.controller

Class org.rubato.rubettes.bigbang.view.controller.ChangeOctaveAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

panel

JBigBangPanel panel

controller

ViewController controller

up

boolean up

Class org.rubato.rubettes.bigbang.view.controller.KeyToMidiAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

panel

JBigBangPanel panel

controller

ViewController controller

pitch

int pitch

pressedNotReleased

boolean pressedNotReleased

Class org.rubato.rubettes.bigbang.view.controller.KeyToStateAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

controller

ViewController controller

stateIndex

java.lang.Integer stateIndex

Class org.rubato.rubettes.bigbang.view.controller.ToggleMainOptionsAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

controller

ViewController controller

Class org.rubato.rubettes.bigbang.view.controller.ToggleViewParametersAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

controller

ViewController controller

Package org.rubato.rubettes.bigbang.view.controller.general

Class org.rubato.rubettes.bigbang.view.controller.general.AddWindowAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

controller

ViewController controller

Class org.rubato.rubettes.bigbang.view.controller.general.AnimateButtonAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

controller

BigBangController controller

Class org.rubato.rubettes.bigbang.view.controller.general.CenterViewAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

controller

ViewController controller

Class org.rubato.rubettes.bigbang.view.controller.general.InputActiveAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

controller

ViewController controller

Class org.rubato.rubettes.bigbang.view.controller.general.InsertOperationAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

controller

BigBangController controller

compositionState

CompositionState compositionState

Class org.rubato.rubettes.bigbang.view.controller.general.LayerButtonAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

controller

ViewController controller

layerIndex

int layerIndex

Class org.rubato.rubettes.bigbang.view.controller.general.PlayButtonAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

controller

ViewController controller

Class org.rubato.rubettes.bigbang.view.controller.general.RecordButtonAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

controller

ViewController controller

Class org.rubato.rubettes.bigbang.view.controller.general.RedoAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

controller

ViewController controller

Class org.rubato.rubettes.bigbang.view.controller.general.RemoveOperationAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

controller

BigBangController controller

operation

AbstractOperation operation

Class org.rubato.rubettes.bigbang.view.controller.general.SplitButtonAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

controller

BigBangController controller

Class org.rubato.rubettes.bigbang.view.controller.general.UndoAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

controller

ViewController controller

Package org.rubato.rubettes.bigbang.view.controller.mode

Class org.rubato.rubettes.bigbang.view.controller.mode.DisplayModeAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

controller

ViewController controller

adapter

DisplayModeAdapter adapter

Package org.rubato.rubettes.bigbang.view.controller.score.actions

Class org.rubato.rubettes.bigbang.view.controller.score.actions.AddToLayerAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

controller

ViewController controller

layerIndex

int layerIndex

Class org.rubato.rubettes.bigbang.view.controller.score.actions.AddToNewLayerAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

controller

ViewController controller

Class org.rubato.rubettes.bigbang.view.controller.score.actions.AddWallpaperDimensionAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

controller

ViewController controller

Class org.rubato.rubettes.bigbang.view.controller.score.actions.AlterationAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

controller

ViewController controller

Class org.rubato.rubettes.bigbang.view.controller.score.actions.BuildSatellitesAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

controller

ViewController controller

powersetIndex

int powersetIndex

Class org.rubato.rubettes.bigbang.view.controller.score.actions.DeleteObjectsAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

controller

ViewController controller

Class org.rubato.rubettes.bigbang.view.controller.score.actions.FlattenAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

controller

ViewController controller

Class org.rubato.rubettes.bigbang.view.controller.score.actions.MoveToLayerAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

controller

ViewController controller

layerIndex

int layerIndex

Class org.rubato.rubettes.bigbang.view.controller.score.actions.MoveToNewLayerAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

controller

ViewController controller

Class org.rubato.rubettes.bigbang.view.controller.score.actions.ShowWindowPreferencesAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

controller

ViewController controller

Class org.rubato.rubettes.bigbang.view.controller.score.actions.StopWallpaperAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

controller

BigBangController controller

Package org.rubato.rubettes.bigbang.view.model

Class org.rubato.rubettes.bigbang.view.model.BigBangAdditionalView extends javax.swing.JDialog implements Serializable


Package org.rubato.rubettes.bigbang.view.player

Class org.rubato.rubettes.bigbang.view.player.JSynThreadGroup extends java.util.ArrayList<org.rubato.rubettes.bigbang.view.player.JSynThread> implements Serializable

Serialized Fields

playInNextLoop

boolean playInNextLoop

isRunning

boolean isRunning

Package org.rubato.rubettes.bigbang.view.subview

Class org.rubato.rubettes.bigbang.view.subview.JBigBangDisplay extends javax.swing.JPanel implements Serializable

Serialized Fields

contents

DisplayContents contents

modeAdapter

DisplayModeAdapter modeAdapter

timer

javax.swing.Timer timer

Class org.rubato.rubettes.bigbang.view.subview.JBigBangPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

mainOptionsPanel

JMainOptionsPanel mainOptionsPanel

display

JBigBangDisplay display

currentOctave

int currentOctave

Class org.rubato.rubettes.bigbang.view.subview.JBigBangPopupMenu extends javax.swing.JPopupMenu implements Serializable

Serialized Fields

undoItem

javax.swing.JMenuItem undoItem

redoItem

javax.swing.JMenuItem redoItem

addToMenu

javax.swing.JMenu addToMenu

moveToMenu

javax.swing.JMenu moveToMenu

deleteItem

javax.swing.JMenuItem deleteItem

buildSatellitesMenu

javax.swing.JMenu buildSatellitesMenu

flattenItem

javax.swing.JMenuItem flattenItem

satellitesAllowed

boolean satellitesAllowed

controller

ViewController controller

Class org.rubato.rubettes.bigbang.view.subview.JMainOptionsPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

viewController

ViewController viewController

bigBangController

BigBangController bigBangController

inputActiveCheckBox

javax.swing.JCheckBox inputActiveCheckBox

selectFormPanel

JSelectForm selectFormPanel

viewParametersScrollPane

JViewParametersScrollPane viewParametersScrollPane

drawingOptionsPanel

javax.swing.JPanel drawingOptionsPanel

objectBox

javax.swing.JComboBox objectBox

satelliteLevelBox

javax.swing.JComboBox satelliteLevelBox

colimitBoxLabels

java.util.List<E> colimitBoxLabels

colimitBoxes

java.util.List<E> colimitBoxes

Class org.rubato.rubettes.bigbang.view.subview.JViewParameterPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

index

int index

controller

ViewController controller

nameLabel

javax.swing.JLabel nameLabel

manualDenotatorLimitsBox

javax.swing.JCheckBox manualDenotatorLimitsBox

denotatorMin

javax.swing.JSpinner denotatorMin

denotatorMax

javax.swing.JSpinner denotatorMax

relativeBox

javax.swing.JCheckBox relativeBox

parameterMin

javax.swing.JSpinner parameterMin

parameterMax

javax.swing.JSpinner parameterMax

cyclicBox

javax.swing.JCheckBox cyclicBox

Class org.rubato.rubettes.bigbang.view.subview.JViewParametersScrollPane extends javax.swing.JScrollPane implements Serializable

Serialized Fields

viewParametersTable

javax.swing.JTable viewParametersTable

rowNameTable

javax.swing.JTable rowNameTable

Class org.rubato.rubettes.bigbang.view.subview.JWindowPreferencesDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

controller

ViewController controller

viewParametersPanel

javax.swing.JPanel viewParametersPanel

waveform

javax.swing.JComboBox waveform

midiIn

javax.swing.JComboBox midiIn

midiOut

javax.swing.JComboBox midiOut

multiTouch

javax.swing.JCheckBox multiTouch

Class org.rubato.rubettes.bigbang.view.subview.ViewParametersRowHeaderTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

valueNames

java.util.List<E> valueNames

Class org.rubato.rubettes.bigbang.view.subview.ViewParametersTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

columnNames

java.lang.String[] columnNames

data

int[] data

rowCount

int rowCount

standardValues

java.util.List<E> standardValues

Package org.rubato.rubettes.bigbang.view.subview.graph

Class org.rubato.rubettes.bigbang.view.subview.graph.JGraphPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

NORTHPANEL_HEIGHT

int NORTHPANEL_HEIGHT

bbController

BigBangController bbController

controller

ViewController controller

layout

edu.uci.ics.jung.algorithms.layout.FRLayout2<V,E> layout

graphViewer

edu.uci.ics.jung.visualization.VisualizationViewer<V,E> graphViewer

graphMouse

edu.uci.ics.jung.visualization.control.EditingModalGraphMouse<V,E> graphMouse

northPanel

javax.swing.JPanel northPanel

animateButton

javax.swing.JButton animateButton

splitButton

javax.swing.JButton splitButton

animateSlider

javax.swing.JSlider animateSlider

modeSelektor

javax.swing.JComboBox modeSelektor

statusBar

javax.swing.JLabel statusBar

pickedState

CompositionState pickedState

pickedOperation

AbstractOperation pickedOperation

Package org.rubato.rubettes.bigbang.view.subview.multitouch

Class org.rubato.rubettes.bigbang.view.subview.multitouch.MTBigBangApp extends org.mt4j.MTApplication implements Serializable

serialVersionUID: 1L

Serialized Fields

controller

ViewController controller

contents

DisplayContents contents

scene

BigBangScene scene

painter

MTPainter painter

REPAINTS_TO_SKIP

int REPAINTS_TO_SKIP

repaintNumber

int repaintNumber

modeAdapter

MTDisplayModeAdapter modeAdapter

Package org.rubato.rubettes.bigbang.view.subview.toolbars

Class org.rubato.rubettes.bigbang.view.subview.toolbars.BasicModeButtons extends java.util.ArrayList<JDisplayModeButton> implements Serializable

Serialized Fields

viewController

ViewController viewController

drawingModeButton

JDisplayModeButton drawingModeButton

Class org.rubato.rubettes.bigbang.view.subview.toolbars.JAlterationModeButton extends JDisplayModeButton implements Serializable

Class org.rubato.rubettes.bigbang.view.subview.toolbars.JAlterationPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

SLIDER_MAX

int SLIDER_MAX

compositionButtons

java.util.List<E> compositionButtons

startSlider

javax.swing.JSlider startSlider

endSlider

javax.swing.JSlider endSlider

coordinateBoxes

javax.swing.JPanel coordinateBoxes

viewController

ViewController viewController

bbController

BigBangController bbController

selectionMode

TemporaryDisplayMode selectionMode

Class org.rubato.rubettes.bigbang.view.subview.toolbars.JDisplayModeButton extends javax.swing.JButton implements Serializable

Serialized Fields

adapter

DisplayModeAdapter adapter

Class org.rubato.rubettes.bigbang.view.subview.toolbars.JLayerButton extends javax.swing.JButton implements Serializable

Serialized Fields

index

int index

controller

ViewController controller

bbController

BigBangController bbController

nameField

javax.swing.JTextField nameField

activeButton

javax.swing.JButton activeButton

audibleButton

javax.swing.JButton audibleButton

visibleButton

javax.swing.JButton visibleButton

Class org.rubato.rubettes.bigbang.view.subview.toolbars.JLayersToolBar extends javax.swing.JToolBar implements Serializable

Serialized Fields

bbController

BigBangController bbController

controller

ViewController controller

playButton

javax.swing.JButton playButton

recordButton

javax.swing.JButton recordButton

synthCheckBox

javax.swing.JCheckBox synthCheckBox

isLoopingCheckBox

javax.swing.JCheckBox isLoopingCheckBox

tempoSlider

javax.swing.JSlider tempoSlider

layerButtons

java.util.List<E> layerButtons

Class org.rubato.rubettes.bigbang.view.subview.toolbars.JMainToolBar extends javax.swing.JToolBar implements Serializable

Serialized Fields

viewController

ViewController viewController

bbController

BigBangController bbController

modeButtons

BasicModeButtons modeButtons

startWallpaperButton

javax.swing.JButton startWallpaperButton

rangeSpinners

java.util.List<E> rangeSpinners

alterationButton

javax.swing.JButton alterationButton

alterationPanel

JAlterationPanel alterationPanel

Class org.rubato.rubettes.bigbang.view.subview.toolbars.MouseModeButtons extends BasicModeButtons implements Serializable

Serialized Fields

selectionModeButton

JDisplayModeButton selectionModeButton

Class org.rubato.rubettes.bigbang.view.subview.toolbars.MultiTouchModeButtons extends BasicModeButtons implements Serializable


Package org.rubato.rubettes.builtin

Class org.rubato.rubettes.builtin.SplitRubette.FormListModel extends javax.swing.DefaultListModel implements Serializable

Serialized Fields

forms

Form[] forms

Package org.rubato.rubettes.denotex

Class org.rubato.rubettes.denotex.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class org.rubato.rubettes.denotex.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package org.rubato.rubettes.score

Class org.rubato.rubettes.score.JScoreDisplay extends javax.swing.JPanel implements Serializable

Serialized Fields

state

org.rubato.rubettes.score.JScoreDisplay.State state

currentPos

int currentPos

latency

double latency

stretch

int stretch

duration

double duration

notes

java.util.ArrayList<E> notes

width

int width

listenerList

javax.swing.event.EventListenerList listenerList

actionEvent

java.awt.event.ActionEvent actionEvent

currentSize

java.awt.Dimension currentSize

Package org.rubato.rubettes.select2d

Class org.rubato.rubettes.select2d.JElementSlider extends javax.swing.JPanel implements Serializable

Serialized Fields

slider

javax.swing.JSlider slider

minField

javax.swing.JTextField minField

maxField

javax.swing.JTextField maxField

currentField

javax.swing.JTextField currentField

actionEvent

java.awt.event.ActionEvent actionEvent

actionListeners

java.util.LinkedList<E> actionListeners

Class org.rubato.rubettes.select2d.JQElementSlider extends JElementSlider implements Serializable

Serialized Fields

min

Rational min

max

Rational max

last

Rational last

Class org.rubato.rubettes.select2d.JRElementSlider extends JElementSlider implements Serializable

Serialized Fields

min

double min

max

double max

last

double last

Class org.rubato.rubettes.select2d.JZElementSlider extends JElementSlider implements Serializable

Serialized Fields

min

int min

max

int max

last

int last

Class org.rubato.rubettes.select2d.JZnElementSlider extends JElementSlider implements Serializable

Serialized Fields

min

int min

max

int max

last

int last

modulus

int modulus

Package org.rubato.rubettes.util

Class org.rubato.rubettes.util.JPropertiesTable extends javax.swing.JTable implements Serializable

Class org.rubato.rubettes.util.ScaleMap extends java.util.HashMap<java.lang.String,double[]> implements Serializable

Serialized Fields

definitions

java.util.ArrayList<E> definitions

Package org.rubato.rubettes.wallpaper

Class org.rubato.rubettes.wallpaper.JSelectSimpleForms extends javax.swing.JDialog implements Serializable

Serialized Fields

rubette

WallpaperRubette rubette

simpleFormBoxes

java.util.List<E> simpleFormBoxes

domainPanel

javax.swing.JPanel domainPanel

codomainPanel

javax.swing.JPanel codomainPanel

okButton

javax.swing.JButton okButton

morphism

ModuleMorphism morphism

domainDimension

int domainDimension

codomainDimension

int codomainDimension

Class org.rubato.rubettes.wallpaper.JWallpaperDimensionsTable extends JPropertiesTable implements Serializable

Serialized Fields

rubette

WallpaperRubette rubette

morphisms

java.util.List<E> morphisms

rangeFroms

java.util.Map<K,V> rangeFroms

rangeTos

java.util.Map<K,V> rangeTos

coordinates

java.util.Map<K,V> coordinates

tempMorphisms

java.util.List<E> tempMorphisms

tempRangeFroms

java.util.Map<K,V> tempRangeFroms

tempRangeTos

java.util.Map<K,V> tempRangeTos

tempCoordinates

java.util.Map<K,V> tempCoordinates

Class org.rubato.rubettes.wallpaper.JWallpaperView extends JGeometryView implements Serializable

Serialized Fields

table

JWallpaperDimensionsTable table

coordinatesShown

int[] coordinatesShown

xs

java.util.List<E> xs

ys

java.util.List<E> ys

maxX

double maxX

maxY

double maxY

minX

double minX

minY

double minY

x_min

double x_min

x_max

double x_max

y_min

double y_min

y_max

double y_max

Class org.rubato.rubettes.wallpaper.JWallpaperViewPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

table

JWallpaperDimensionsTable table

view

JWallpaperView view

xCoordinateBox

javax.swing.JComboBox xCoordinateBox

yCoordinateBox

javax.swing.JComboBox yCoordinateBox

Class org.rubato.rubettes.wallpaper.MorphismCellEditor extends javax.swing.AbstractCellEditor implements Serializable

Serialized Fields

button

javax.swing.JLabel button

dialog

JMorphismDialog dialog

initialMorphism

ModuleMorphism initialMorphism

Class org.rubato.rubettes.wallpaper.NaturalNumberCellEditor extends javax.swing.DefaultCellEditor implements Serializable

Serialized Fields

textField

javax.swing.JTextField textField

bgColor

java.awt.Color bgColor

errorColor

java.awt.Color errorColor

Class org.rubato.rubettes.wallpaper.SimpleFormsCellEditor extends javax.swing.AbstractCellEditor implements Serializable

Serialized Fields

morphismsTable

JWallpaperDimensionsTable morphismsTable

button

javax.swing.JLabel button

dialog

JSelectSimpleForms dialog