Serialized Form


Package net.sourceforge.toscanaj.controller.db

Class net.sourceforge.toscanaj.controller.db.DatabaseException extends java.lang.Exception implements Serializable


Package net.sourceforge.toscanaj.controller.fca

Class net.sourceforge.toscanaj.controller.fca.DiagramHistory extends javax.swing.AbstractListModel implements Serializable

Serialized Fields

diagrams

java.util.List diagrams

currStartPosition

int currStartPosition

firstFutureDiagramPosition

int firstFutureDiagramPosition

nestingLevel

int nestingLevel
Stores the number of levels we nest diagrams.


observers

java.util.List observers
Stores the observers of the controller.


Package net.sourceforge.toscanaj.dbviewer

Class net.sourceforge.toscanaj.dbviewer.DatabaseViewerException extends java.lang.Exception implements Serializable

Serialized Fields

exception

java.lang.Exception exception
This can be used to get the original Exception.


Package net.sourceforge.toscanaj.gui

Class net.sourceforge.toscanaj.gui.DiagramHistoryView extends javax.swing.JList implements Serializable

Class net.sourceforge.toscanaj.gui.DiagramOrganiser extends javax.swing.JPanel implements Serializable

Serialized Fields

schema

DiagramCollection schema
Stores the conceptual schema used for accessing the available diagrams.


availableDiagramsListview

javax.swing.JList availableDiagramsListview
The listview for the available diagrams.


removeButton

javax.swing.JButton removeButton
Button to remove a diagram from the history


addButton

javax.swing.JButton addButton
Button to add a Diagram to the history


selectedDiagramsListview

DiagramHistoryView selectedDiagramsListview
The listview for the selected diagrams.

Class net.sourceforge.toscanaj.gui.ElbaMainPanel extends javax.swing.JFrame implements Serializable

Serialized Fields

eventBroker

org.tockit.events.EventBroker eventBroker
Main Controllers


databaseConnection

DatabaseConnection databaseConnection

conceptualSchema

ConceptualSchema conceptualSchema
Model


menuBar

javax.swing.JMenuBar menuBar
Controls


fileMenu

javax.swing.JMenu fileMenu

mruMenu

javax.swing.JMenu mruMenu

helpMenu

javax.swing.JMenu helpMenu

mruList

java.util.List mruList

currentFile

java.io.File currentFile

diagramEditingView

DiagramEditingView diagramEditingView
Views


connectionInformationView

DatabaseConnectionInformationView connectionInformationView

schemaDescriptionView

XMLEditorDialog schemaDescriptionView

dumpSQLMenuItem

javax.swing.JMenuItem dumpSQLMenuItem

dumpStatisticalDataMenuItem

javax.swing.JMenuItem dumpStatisticalDataMenuItem

createOptimizedSystemMenuItem

javax.swing.JMenuItem createOptimizedSystemMenuItem

saveAsFileAction

SaveFileAction saveAsFileAction

scaleGenerators

java.util.List scaleGenerators

newDiagramButton

javax.swing.JButton newDiagramButton

toolbar

javax.swing.JToolBar toolbar

saveActivity

SaveConceptualSchemaActivity saveActivity

diagramExportSettings

org.tockit.canvas.imagewriter.DiagramExportSettings diagramExportSettings

exportDiagramAction

ExportDiagramAction exportDiagramAction

lastCSCFile

java.io.File lastCSCFile

lastExportFile

java.io.File lastExportFile

checkContextAction

CheckContextConsistencyAction checkContextAction

Class net.sourceforge.toscanaj.gui.LabeledPanel extends javax.swing.JPanel implements Serializable

Class net.sourceforge.toscanaj.gui.SienaMainPanel extends javax.swing.JFrame implements Serializable

Serialized Fields

eventBroker

org.tockit.events.EventBroker eventBroker
Main Controllers


conceptualSchema

ConceptualSchema conceptualSchema
Model


menuBar

javax.swing.JMenuBar menuBar

helpMenu

javax.swing.JMenu helpMenu

fileMenu

javax.swing.JMenu fileMenu

mruMenu

javax.swing.JMenu mruMenu

diagramEditingView

DiagramEditingView diagramEditingView

temporalControls

TemporalControlsPanel temporalControls

mruList

java.util.List mruList

currentFile

java.io.File currentFile

diagramExportSettings

org.tockit.canvas.imagewriter.DiagramExportSettings diagramExportSettings

exportDiagramAction

ExportDiagramAction exportDiagramAction

lastCSCFile

java.io.File lastCSCFile

lastBurmeisterFile

java.io.File lastBurmeisterFile

lastOALFile

java.io.File lastOALFile

lastCernatoFile

java.io.File lastCernatoFile

saveAsFileAction

SaveFileAction saveAsFileAction

saveActivity

SaveConceptualSchemaActivity saveActivity

pageFormat

java.awt.print.PageFormat pageFormat
The last setup for page format given by the user.


tableView

TableView tableView

rowHeader

RowHeader rowHeader

temporalControlsLabel

javax.swing.JLabel temporalControlsLabel

showExactMenuItem

javax.swing.JRadioButtonMenuItem showExactMenuItem

showAllMenuItem

javax.swing.JRadioButtonMenuItem showAllMenuItem

printMenuItem

javax.swing.JMenuItem printMenuItem

printSetupMenuItem

javax.swing.JMenuItem printSetupMenuItem

Class net.sourceforge.toscanaj.gui.ToscanaJMainPanel extends javax.swing.JFrame implements Serializable

Serialized Fields

legendMoveManipulator

org.tockit.canvas.manipulators.ItemMovementManipulator legendMoveManipulator

broker

org.tockit.events.EventBroker broker
The central event broker for the main panel


toolbar

javax.swing.JToolBar toolbar
Our toolbar.


menubar

javax.swing.JMenuBar menubar
The main menu.


splitPane

javax.swing.JSplitPane splitPane
The split main in the main area. This is stored for storing the splitter position when closing.


openFileAction

javax.swing.Action openFileAction

exportDiagramAction

ExportDiagramAction exportDiagramAction

goBackAction

javax.swing.Action goBackAction

diagramDescriptionButton

javax.swing.JButton diagramDescriptionButton

schemaDescriptionButton

javax.swing.JButton schemaDescriptionButton

diagramContextDescriptionButton

javax.swing.JButton diagramContextDescriptionButton

printMenuItem

javax.swing.JMenuItem printMenuItem

printSetupMenuItem

javax.swing.JMenuItem printSetupMenuItem

mruMenu

javax.swing.JMenu mruMenu

exitMenuItem

javax.swing.JMenuItem exitMenuItem

diagramDescriptionMenuItem

javax.swing.JMenuItem diagramDescriptionMenuItem

filterAllMenuItem

javax.swing.JRadioButtonMenuItem filterAllMenuItem

filterExactMenuItem

javax.swing.JRadioButtonMenuItem filterExactMenuItem

noNestingMenuItem

javax.swing.JRadioButtonMenuItem noNestingMenuItem

nestingLevel1MenuItem

javax.swing.JRadioButtonMenuItem nestingLevel1MenuItem

showAllMenuItem

javax.swing.JRadioButtonMenuItem showAllMenuItem

showExactMenuItem

javax.swing.JRadioButtonMenuItem showExactMenuItem

conceptualSchema

ConceptualSchema conceptualSchema
The main model member.


diagramView

DiagramView diagramView
The diagram viewing area.


diagramPreview

DiagramView diagramPreview

readingHelpDialog

ReadingHelpDialog readingHelpDialog

diagramOrganiser

DiagramOrganiser diagramOrganiser
The pane for selecting the diagrams.


fileIsOpen

boolean fileIsOpen
Flag to indicate if the save icon and menu options should be enabled


mruList

java.util.List mruList
Keeps a list of most recently files.


currentFile

java.lang.String currentFile
Stores the file name of the currently open file.


pageFormat

java.awt.print.PageFormat pageFormat
The last setup for page format given by the user.


diagramExportSettings

org.tockit.canvas.imagewriter.DiagramExportSettings diagramExportSettings
The current settings for diagram export.


leftHandPane

javax.swing.JSplitPane leftHandPane


Package net.sourceforge.toscanaj.gui.action

Class net.sourceforge.toscanaj.gui.action.CheckContextConsistencyAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

conceptualSchema

ConceptualSchema conceptualSchema

databaseConnection

DatabaseConnection databaseConnection

parent

java.awt.Frame parent

Class net.sourceforge.toscanaj.gui.action.ExportBurmeisterFormatAction extends ExportContextAction implements Serializable

Class net.sourceforge.toscanaj.gui.action.ExportContextAction extends KeyboardMappedAction implements Serializable

Serialized Fields

contextSource

ExportContextAction.ContextSource contextSource

Class net.sourceforge.toscanaj.gui.action.ExportDiagramAction extends KeyboardMappedAction implements Serializable

Serialized Fields

diagramExportSettings

org.tockit.canvas.imagewriter.DiagramExportSettings diagramExportSettings

diagramView

DiagramView diagramView

exportSettingsPanel

DiagramExportSettingsPanel exportSettingsPanel

Class net.sourceforge.toscanaj.gui.action.ExportOALFormatAction extends ExportContextAction implements Serializable

Class net.sourceforge.toscanaj.gui.action.KeyboardMappedAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

frame

java.awt.Frame frame

Class net.sourceforge.toscanaj.gui.action.OpenFileAction extends KeyboardMappedAction implements Serializable

Serialized Fields

openActivity

FileActivity openActivity

previousFile

java.io.File previousFile

postOpenActivities

java.util.List postOpenActivities

Class net.sourceforge.toscanaj.gui.action.SaveFileAction extends KeyboardMappedAction implements Serializable

Serialized Fields

activity

FileActivity activity

postSaveActivity

SimpleActivity postSaveActivity

previousFile

java.io.File previousFile

preSaveActivity

SimpleActivity preSaveActivity

Class net.sourceforge.toscanaj.gui.action.SimpleAction extends KeyboardMappedAction implements Serializable

Serialized Fields

activityList

java.util.List activityList


Package net.sourceforge.toscanaj.gui.dialog

Class net.sourceforge.toscanaj.gui.dialog.AttributeSelectionDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

connection

DatabaseConnection connection

tablesList

javax.swing.DefaultListModel tablesList

columnsList

javax.swing.DefaultListModel columnsList

tableListView

javax.swing.JList tableListView

columnListView

javax.swing.JList columnListView

eventBroker

org.tockit.events.EventBroker eventBroker

cardPanel

javax.swing.JPanel cardPanel

listSplitPane

javax.swing.JSplitPane listSplitPane

mainSplitPane

javax.swing.JSplitPane mainSplitPane

internalBroker

org.tockit.events.EventBroker internalBroker

Class net.sourceforge.toscanaj.gui.dialog.CheckDuplicateFileChooser extends javax.swing.JFileChooser implements Serializable

Class net.sourceforge.toscanaj.gui.dialog.DiagramContextDescriptionDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

contentTextArea

javax.swing.JTextArea contentTextArea

Class net.sourceforge.toscanaj.gui.dialog.DiagramExportSettingsPanel extends javax.swing.JComponent implements Serializable

Serialized Fields

diagramSettings

org.tockit.canvas.imagewriter.DiagramExportSettings diagramSettings
The data used.


widthLabel

javax.swing.JLabel widthLabel

heightLabel

javax.swing.JLabel heightLabel

widthField

javax.swing.JTextField widthField

heightField

javax.swing.JTextField heightField

saveToFileCheckBox

javax.swing.JCheckBox saveToFileCheckBox

copyToClipboardCheckBox

javax.swing.JCheckBox copyToClipboardCheckBox

useScrSizeCheckBox

javax.swing.JCheckBox useScrSizeCheckBox

forceColorCheckBox

javax.swing.JCheckBox forceColorCheckBox

backgroundColorButton

javax.swing.JButton backgroundColorButton

Class net.sourceforge.toscanaj.gui.dialog.ErrorDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

isDetailedExceptionsShown

boolean isDetailedExceptionsShown

onFirstExecute

boolean onFirstExecute

Class net.sourceforge.toscanaj.gui.dialog.ExportStatisticalDataSettingsPanel extends javax.swing.JComponent implements Serializable

Serialized Fields

filterClauseTextField

javax.swing.JTextField filterClauseTextField

includeContingentListsCheckBox

javax.swing.JCheckBox includeContingentListsCheckBox

includeIntentExtentListsCheckBox

javax.swing.JCheckBox includeIntentExtentListsCheckBox

Class net.sourceforge.toscanaj.gui.dialog.InputTextDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

optionPane

javax.swing.JOptionPane optionPane

textField

javax.swing.JTextField textField

withCancelButton

boolean withCancelButton

Class net.sourceforge.toscanaj.gui.dialog.ReadingHelpDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

textArea

javax.swing.JEditorPane textArea

Class net.sourceforge.toscanaj.gui.dialog.XMLEditorDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

textPane

javax.swing.JTextArea textPane

statusBar

javax.swing.JLabel statusBar

useDescriptionButton

javax.swing.JButton useDescriptionButton

document

org.jdom.Document document

result

org.jdom.Element result

highlighter

javax.swing.text.DefaultHighlighter highlighter

dialog

XMLEditorDialog dialog


Package net.sourceforge.toscanaj.gui.dialog.attributeselection

Class net.sourceforge.toscanaj.gui.dialog.attributeselection.ValueSetSelector extends javax.swing.JPanel implements Serializable

Serialized Fields

connection

DatabaseConnection connection

valueList

javax.swing.JList valueList


Package net.sourceforge.toscanaj.gui.temporal

Class net.sourceforge.toscanaj.gui.temporal.ArrowStyleChooser extends javax.swing.JComponent implements Serializable

Serialized Fields

style

ArrowStyle style

strokeWidthSlider

javax.swing.JSlider strokeWidthSlider

Class net.sourceforge.toscanaj.gui.temporal.TemporalControlsPanel extends javax.swing.JTabbedPane implements Serializable

Serialized Fields

context

ManyValuedContext context

sequenceColumnChooser

javax.swing.JComboBox sequenceColumnChooser

timelineColumnChooser

javax.swing.JComboBox timelineColumnChooser

addStaticTransitionsButton

javax.swing.JButton addStaticTransitionsButton

sequenceToShowChooser

javax.swing.JComboBox sequenceToShowChooser

animateTransitionsButton

javax.swing.JButton animateTransitionsButton

exportImagesButton

javax.swing.JButton exportImagesButton

diagramView

DiagramView diagramView

timeController

AnimationTimeController timeController

targetTime

double targetTime

lastAnimationTime

double lastAnimationTime

currentStep

int currentStep

speedField

NumberField speedField

fadeInField

NumberField fadeInField

holdField

NumberField holdField

fadeOutField

NumberField fadeOutField

sequenceValues

java.util.List sequenceValues

timelineValues

java.util.List timelineValues

serializeSequencesBox

javax.swing.JCheckBox serializeSequencesBox

lastImageExportFile

java.io.File lastImageExportFile

diagramExportSettings

org.tockit.canvas.imagewriter.DiagramExportSettings diagramExportSettings

firstStepButton

javax.swing.JButton firstStepButton

previousStepButton

javax.swing.JButton previousStepButton

nextStepButton

javax.swing.JButton nextStepButton

lastStepButton

javax.swing.JButton lastStepButton

stepPositionLabel

javax.swing.JLabel stepPositionLabel

startSteppingButton

javax.swing.JButton startSteppingButton

removeTransitionsButton

javax.swing.JButton removeTransitionsButton

animating

boolean animating


Package net.sourceforge.toscanaj.parser

Class net.sourceforge.toscanaj.parser.DataFormatException extends java.lang.Exception implements Serializable


Package net.sourceforge.toscanaj.util.xmlize

Class net.sourceforge.toscanaj.util.xmlize.XMLSyntaxError extends java.lang.Exception implements Serializable


Package net.sourceforge.toscanaj.view.context

Class net.sourceforge.toscanaj.view.context.ContextTableColumnHeader extends javax.swing.JComponent implements Serializable

Serialized Fields

dialog

ContextTableEditorDialog dialog

attributes

WritableFCAElement[] attributes

Class net.sourceforge.toscanaj.view.context.ContextTableEditorDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

contextTableScaleEditorDialog

ContextTableEditorDialog contextTableScaleEditorDialog

conceptualSchema

ConceptualSchema conceptualSchema

context

ContextImplementation context

tableView

ContextTableView tableView

databaseConnection

DatabaseConnection databaseConnection

result

boolean result

onFirstLoad

boolean onFirstLoad

scaleTitleField

javax.swing.JTextField scaleTitleField

createButton

javax.swing.JButton createButton

buttonsPane

javax.swing.JPanel buttonsPane

titlePane

javax.swing.JPanel titlePane

scrollpane

javax.swing.JScrollPane scrollpane

menuButton

javax.swing.JButton menuButton

checkConsistenyMenuItem

javax.swing.JMenuItem checkConsistenyMenuItem

colHeader

ContextTableColumnHeader colHeader

rowHeader

ContextTableRowHeader rowHeader

Class net.sourceforge.toscanaj.view.context.ContextTableRowHeader extends javax.swing.JComponent implements Serializable

Serialized Fields

dialog

ContextTableEditorDialog dialog

objects

WritableFCAElement[] objects
To do:
remove and use object list from context instead.

Class net.sourceforge.toscanaj.view.context.ContextTableView extends javax.swing.JComponent implements Serializable

Serialized Fields

context

ContextImplementation context

dialog

ContextTableEditorDialog dialog


Package net.sourceforge.toscanaj.view.database

Class net.sourceforge.toscanaj.view.database.CSVImportDetailsDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

filename

java.lang.String filename

connection

DatabaseConnection connection

fieldSeparator

java.lang.String fieldSeparator

columnNameField

javax.swing.JTextField columnNameField

dataTypesComboBox

javax.swing.JComboBox dataTypesComboBox

addColumnButton

javax.swing.JButton addColumnButton

removeColumnButton

javax.swing.JButton removeColumnButton

columnsTableModel

net.sourceforge.toscanaj.view.database.CSVImportDetailsDialog.DBTypesTableModel columnsTableModel

columnsDisplayTable

javax.swing.JTable columnsDisplayTable

tableNameField

javax.swing.JTextField tableNameField

okButton

javax.swing.JButton okButton

Class net.sourceforge.toscanaj.view.database.DatabaseConnectionInformationView extends javax.swing.JDialog implements Serializable

Serialized Fields

conceptualSchema

ConceptualSchema conceptualSchema

internalBroker

org.tockit.events.EventBroker internalBroker

databaseInfo

DatabaseInfo databaseInfo

connection

DatabaseConnection connection

nextButton

javax.swing.JButton nextButton

stepLabel

javax.swing.JLabel stepLabel

currentStep

DatabaseConnectionInformationView.WizardPanel currentStep

openedDatabaseFile

java.io.File openedDatabaseFile

embeddedDbPanel

DatabaseConnectionInformationView.EmbeddedDbConnectionPanel embeddedDbPanel

jdbcDbPanel

DatabaseConnectionInformationView.JdbcConnectionPanel jdbcDbPanel

odbcDbPanel

DatabaseConnectionInformationView.OdbcConnectionPanel odbcDbPanel

accessDbPanel

DatabaseConnectionInformationView.AccessFileConnectionPanel accessDbPanel

excelDbPanel

DatabaseConnectionInformationView.ExcelFileConnectionPanel excelDbPanel

keySelectPanel

DatabaseConnectionInformationView.KeySelectPanel keySelectPanel

dbTypePanel

DatabaseConnectionInformationView.DatabaseTypePanel dbTypePanel

newConnectionSet

boolean newConnectionSet

Class net.sourceforge.toscanaj.view.database.DatabaseSchemaView extends javax.swing.JPanel implements Serializable

Serialized Fields

dbScheme

DatabaseSchema dbScheme

tableComboBox

javax.swing.JComboBox tableComboBox

columnComboBox

javax.swing.JComboBox columnComboBox


Package net.sourceforge.toscanaj.view.diagram

Class net.sourceforge.toscanaj.view.diagram.DiagramEditingView extends javax.swing.JPanel implements Serializable

Serialized Fields

conceptualSchema

ConceptualSchema conceptualSchema

diagramListModel

javax.swing.DefaultListModel diagramListModel

splitPane

javax.swing.JSplitPane splitPane

diagramView

DiagramView diagramView

editContextButton

javax.swing.JButton editContextButton

databaseConnection

DatabaseConnection databaseConnection

zoomInButton

javax.swing.JButton zoomInButton

zoomOutButton

javax.swing.JButton zoomOutButton

movementChooser

javax.swing.JComboBox movementChooser

editDiagramDescButton

javax.swing.JButton editDiagramDescButton

contextEditingDialog

ContextTableEditorDialog contextEditingDialog

gridIncreaseButton

javax.swing.JButton gridIncreaseButton

gridDecreaseButton

javax.swing.JButton gridDecreaseButton

gridEnabledCheckBox

javax.swing.JCheckBox gridEnabledCheckBox

parent

java.awt.Frame parent

diagramListView

LabeledPanel diagramListView

extraContextMenuActions

DiagramEditingView.DiagramAction[] extraContextMenuActions

Class net.sourceforge.toscanaj.view.diagram.DiagramView extends org.tockit.canvas.Canvas implements Serializable

Serialized Fields

diagram

Diagram2D diagram
The diagram to display.


conceptInterpreter

ConceptInterpreter conceptInterpreter

conceptInterpretationContext

ConceptInterpretationContext conceptInterpretationContext

undoManager

org.tockit.swing.undo.ExtendedUndoManager undoManager

diagramSchema

DiagramSchema diagramSchema

minimumFontSize

double minimumFontSize

screenTransformDirty

boolean screenTransformDirty

attributeLabelFactory

LabelView.LabelFactory attributeLabelFactory

objectLabelFactory

LabelView.LabelFactory objectLabelFactory


Package net.sourceforge.toscanaj.view.manyvaluedcontext

Class net.sourceforge.toscanaj.view.manyvaluedcontext.ManyValuedAttributeDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

nameTextField

javax.swing.JTextField nameTextField

cancelButton

javax.swing.JButton cancelButton

editTypeButton

javax.swing.JButton editTypeButton

changeButton

javax.swing.JButton changeButton

property

WritableManyValuedAttribute property

parent

java.awt.Frame parent

typeBox

javax.swing.JComboBox typeBox

context

ManyValuedContext context

Class net.sourceforge.toscanaj.view.manyvaluedcontext.ObjectDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

objectName

javax.swing.JTextField objectName

closeButton

javax.swing.JButton closeButton

changeButton

javax.swing.JButton changeButton

parent

java.awt.Frame parent

dialog

javax.swing.JDialog dialog

object

WritableFCAElement object

Class net.sourceforge.toscanaj.view.manyvaluedcontext.RowHeader extends javax.swing.JTable implements Serializable

Class net.sourceforge.toscanaj.view.manyvaluedcontext.TableRowHeaderResizer extends javax.swing.event.MouseInputAdapter implements Serializable

Serialized Fields

pane

javax.swing.JScrollPane pane

viewport

javax.swing.JViewport viewport

rowHeader

javax.swing.JTable rowHeader

corner

java.awt.Component corner

view

javax.swing.JTable view

enabled

boolean enabled

active

boolean active

startX

int startX

startWidth

int startWidth

minWidth

int minWidth

maxWidth

int maxWidth

size

java.awt.Dimension size

oldCursor

java.awt.Cursor oldCursor

Class net.sourceforge.toscanaj.view.manyvaluedcontext.TableView extends javax.swing.JTable implements Serializable

Serialized Fields

context

ManyValuedContext context


Package net.sourceforge.toscanaj.view.scales

Class net.sourceforge.toscanaj.view.scales.AttributeListScaleGeneratorDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

result

boolean result

useAllCombinations

boolean useAllCombinations

scaleTitleField

javax.swing.JTextField scaleTitleField

createButton

javax.swing.JButton createButton

removeButton

javax.swing.JButton removeButton

buttonsPane

javax.swing.JPanel buttonsPane

titlePane

javax.swing.JPanel titlePane

optionsPane

javax.swing.JPanel optionsPane

tableButtonsPane

javax.swing.JPanel tableButtonsPane

scrollpane

javax.swing.JScrollPane scrollpane

table

javax.swing.JTable table

Class net.sourceforge.toscanaj.view.scales.CrossordinalScaleEditorDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

result

boolean result

titleEditor

javax.swing.JTextField titleEditor

createButton

javax.swing.JButton createButton

leftPanel

OrdinalScaleGeneratorPanel leftPanel

rightPanel

OrdinalScaleGeneratorPanel rightPanel

Class net.sourceforge.toscanaj.view.scales.NominalScaleEditorDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

columnUsed

Column columnUsed

result

boolean result

selectedTableColumnPair

TableColumnPair selectedTableColumnPair

databaseConnection

DatabaseConnection databaseConnection

columnValuesListView

javax.swing.JList columnValuesListView

attributeListView

javax.swing.JList attributeListView

columnValuesListModel

javax.swing.DefaultListModel columnValuesListModel

attributeListModel

javax.swing.DefaultListModel attributeListModel

cancelButton

javax.swing.JButton cancelButton

createButton

javax.swing.JButton createButton

scaleTitleField

javax.swing.JTextField scaleTitleField

columnChooser

javax.swing.JComboBox columnChooser

databaseSchema

DatabaseSchema databaseSchema

andButton

javax.swing.JButton andButton

orButton

javax.swing.JButton orButton

notButton

javax.swing.JButton notButton

Class net.sourceforge.toscanaj.view.scales.NumberField extends javax.swing.JTextField implements Serializable

Serialized Fields

formatter

java.text.NumberFormat formatter

Class net.sourceforge.toscanaj.view.scales.OrdinalScaleEditorDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

titleEditor

javax.swing.JTextField titleEditor

okButton

javax.swing.JButton okButton

scalePanel

OrdinalScaleGeneratorPanel scalePanel

databaseSchema

DatabaseSchema databaseSchema

connection

DatabaseConnection connection

result

boolean result

Class net.sourceforge.toscanaj.view.scales.OrdinalScaleGeneratorPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

result

boolean result

addButton

javax.swing.JButton addButton

addField

NumberField addField

dividersList

javax.swing.JList dividersList

typeChooser

javax.swing.JComboBox typeChooser

columnChooser

javax.swing.JComboBox columnChooser

avgLabel

javax.swing.JLabel avgLabel

minLabel

javax.swing.JLabel minLabel

maxLabel

javax.swing.JLabel maxLabel

dividersModel

javax.swing.DefaultListModel dividersModel

column

Column column

databaseSchema

DatabaseSchema databaseSchema

connection

DatabaseConnection connection


Package org.tockit.datatype

Class org.tockit.datatype.ConversionException extends java.lang.Exception implements Serializable



The ToscanaJ project