Serialized Form


Package infomat.view

Class infomat.view.InfomatOverview extends javax.swing.JFrame implements Serializable

Serialized Fields

container

java.awt.Container container

sparsePicture

SparsePicture sparsePicture

visible

boolean visible

model

InfomatModel model

view

InfomatView view

toolbarView

ToolbarView toolbarView

WIDTH

int WIDTH

HEIGHT

int HEIGHT

oldWIDTH

int oldWIDTH

oldHEIGHT

int oldHEIGHT

forceChange

boolean forceChange

opacityChanged

boolean opacityChanged

thePanel

javax.swing.JPanel thePanel

Class infomat.view.InfomatPropertiesFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

model

InfomatModel model

allPanel

javax.swing.JPanel allPanel

apply

SmallButton apply

cancel

SmallButton cancel

Class infomat.view.InfomatView extends javax.swing.JPanel implements Serializable

Serialized Fields

sparsePicture

SparsePicture sparsePicture

columnGrid

boolean columnGrid

rowGrid

boolean rowGrid

gridChanged

boolean gridChanged

gridLayout

java.awt.GridLayout gridLayout

forceChange

boolean forceChange

rowGroupingManager

GroupingSettingsManager rowGroupingManager

colGroupingManager

GroupingSettingsManager colGroupingManager

groupFrameManager

GroupFrameManager groupFrameManager

rowFrom

int rowFrom

rowTo

int rowTo

colFrom

int colFrom

colTo

int colTo

WIDTH

int WIDTH

HEIGHT

int HEIGHT

oldWIDTH

int oldWIDTH

oldHEIGHT

int oldHEIGHT

opacity

float opacity

oldOpacity

float oldOpacity

minOpacity

float minOpacity

oldMinOpacity

float oldMinOpacity

maxOpacity

float maxOpacity

oldMaxOpacity

float oldMaxOpacity

model

InfomatModel model

mouseState

int mouseState

dragStartColObject

IObject dragStartColObject

dragStartRowObject

IObject dragStartRowObject

toolbarView

ToolbarView toolbarView

overview

InfomatOverview overview

Class infomat.view.ProgressFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

PROGRESSMFRAME_PREFERRED_SIZE

java.awt.Dimension PROGRESSMFRAME_PREFERRED_SIZE

task

java.lang.String task

progressBar

javax.swing.JProgressBar progressBar

Class infomat.view.SessionPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

model

InfomatModel model

view

InfomatView view

mainPanel

javax.swing.JPanel mainPanel

toolbarView

ToolbarView toolbarView

toolbarController

ToolbarController toolbarController

showGroupingPanel

boolean showGroupingPanel

groupingPanel

GroupingPanel groupingPanel

mousePointerInfoPanel

MousePointerInfoPanel mousePointerInfoPanel

Package infomat.view.algorithms

Class infomat.view.algorithms.AlgorithmFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

ALGORITHMFRAME_PREFERRED_SIZE

java.awt.Dimension ALGORITHMFRAME_PREFERRED_SIZE

algorithmPanel

javax.swing.JPanel algorithmPanel

algorithmSelectionPanel

AlgorithmSelectionPanel algorithmSelectionPanel

algPropertiesPanel

PropertiesPanel algPropertiesPanel

algorithm

GroupingAlgorithm algorithm

model

InfomatModel model

view

InfomatView view

rowsOrColumns

AlternatingButton rowsOrColumns

apply

javax.swing.JButton apply

cancel

javax.swing.JButton cancel

Class infomat.view.algorithms.AlgorithmSelectionPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

algFrame

AlgorithmFrame algFrame

cBox

javax.swing.JComboBox cBox

selected

java.lang.String selected

Class infomat.view.algorithms.DescriberSelectionPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

descriptionFrame

DescriptionFrame descriptionFrame

cBox

javax.swing.JComboBox cBox

selected

java.lang.String selected

Class infomat.view.algorithms.DescriptionFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

DESCRIPTIONFRAME_PREFERRED_SIZE

java.awt.Dimension DESCRIPTIONFRAME_PREFERRED_SIZE

generalReducerPanel

javax.swing.JPanel generalReducerPanel

describerSelectionPanel

DescriberSelectionPanel describerSelectionPanel

descriptionGrouper

DescriptionGrouper descriptionGrouper

describer

Describer describer

reducer

Reducer reducer

relativeReducer

RelativeReducer relativeReducer

model

InfomatModel model

view

InfomatView view

rowsOrColumns

AlternatingButton rowsOrColumns

useReducerB

AlternatingButton useReducerB

useRelativeReducerB

AlternatingButton useRelativeReducerB

apply

javax.swing.JButton apply

cancel

javax.swing.JButton cancel

Class infomat.view.algorithms.MatrixFilterFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

MATRIXFILTERFRAME_PREFERRED_SIZE

java.awt.Dimension MATRIXFILTERFRAME_PREFERRED_SIZE

model

InfomatModel model

view

InfomatView view

apply

javax.swing.JButton apply

cancel

javax.swing.JButton cancel

fileChooser

javax.swing.JFileChooser fileChooser

matrixCellFilter

IMatrixCellFilter matrixCellFilter

printOn

boolean printOn

tp

TracePrinter tp

Class infomat.view.algorithms.MatrixWeightingFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

MATRIXWEIGHTINGFRAME_PREFERRED_SIZE

java.awt.Dimension MATRIXWEIGHTINGFRAME_PREFERRED_SIZE

model

InfomatModel model

view

InfomatView view

apply

SmallButton apply

cancel

SmallButton cancel

fileChooser

javax.swing.JFileChooser fileChooser

weighter

Weighter weighter

mainPanel

javax.swing.JPanel mainPanel

infoAndButtons

javax.swing.JPanel infoAndButtons

matrixWeightingSelectionPanel

MatrixWeightingSelectionPanel matrixWeightingSelectionPanel

printOn

boolean printOn

tp

TracePrinter tp

Class infomat.view.algorithms.MatrixWeightingSelectionPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

weighterFrame

MatrixWeightingFrame weighterFrame

cBox

javax.swing.JComboBox cBox

selected

java.lang.String selected

Class infomat.view.algorithms.ReductionFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

REDUCTIONFRAME_PREFERRED_SIZE

java.awt.Dimension REDUCTIONFRAME_PREFERRED_SIZE

generalReducerPanel

javax.swing.JPanel generalReducerPanel

reducer

Reducer reducer

relativeReducer

RelativeReducer relativeReducer

propertiesPanel

PropertiesPanel propertiesPanel

model

InfomatModel model

view

InfomatView view

reductionChoiceB

AlternatingButton reductionChoiceB

rowsOrColumns

AlternatingButton rowsOrColumns

apply

javax.swing.JButton apply

cancel

javax.swing.JButton cancel

Package infomat.view.evaluation

Class infomat.view.evaluation.EvaluationSelectionPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

model

InfomatModel model

row

boolean row

cBox

javax.swing.JComboBox cBox

button

javax.swing.JButton button

selected

java.lang.String selected

groupingSelection

java.lang.String groupingSelection

settingsFrame

javax.swing.JFrame settingsFrame

first

boolean first

Package infomat.view.group

Class infomat.view.group.GroupFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

group

IObjectGroup group

grouping

IObjectGrouping grouping

row

boolean row

model

InfomatModel model

view

InfomatView view

ivectorPanel

IVectorPanel<T extends IVectorIndex> ivectorPanel

containerPanel

javax.swing.JPanel containerPanel

apply

SmallButton apply

cancel

SmallButton cancel

groupInfo

GroupFrame.GroupInfo groupInfo

Package infomat.view.grouping

Class infomat.view.grouping.GroupingPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

model

InfomatModel model

view

InfomatView view

colPanel

javax.swing.JPanel colPanel

rowPanel

javax.swing.JPanel rowPanel

colShowPanel

GroupingSelectionPanel colShowPanel

rowShowPanel

GroupingSelectionPanel rowShowPanel

colColorPanel

GroupingSelectionPanel colColorPanel

rowColorPanel

GroupingSelectionPanel rowColorPanel

Class infomat.view.grouping.GroupingSelectionPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

model

InfomatModel model

view

InfomatView view

ios

IObjectSet ios

colorPanel

boolean colorPanel

rowPanel

boolean rowPanel

cBox

javax.swing.JComboBox cBox

button

javax.swing.JButton button

selected

java.lang.String selected

settingsFrame

javax.swing.JFrame settingsFrame

Package infomat.view.grouping.settings

Class infomat.view.grouping.settings.GroupingFilePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

model

InfomatModel model

view

InfomatView view

grouping

IObjectGrouping grouping

row

boolean row

color

boolean color

load

javax.swing.JButton load

save

javax.swing.JButton save

fileChooser

javax.swing.JFileChooser fileChooser

fileChooserPath

java.lang.String fileChooserPath

Class infomat.view.grouping.settings.GroupingSettingsPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

model

InfomatModel model

view

InfomatView view

rowPanel

boolean rowPanel

colorPanel

boolean colorPanel

groupingNameTextField

javax.swing.JTextField groupingNameTextField

gbc

java.awt.GridBagConstraints gbc

Class infomat.view.grouping.settings.OpacityPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

model

InfomatModel model

view

InfomatView view

groupingSettings

GroupingSettings groupingSettings

minSlider

OpacitySlider minSlider

maxSlider

OpacitySlider maxSlider

Class infomat.view.grouping.settings.OpacitySlider extends javax.swing.JPanel implements Serializable

Serialized Fields

opacitySlider

javax.swing.JSlider opacitySlider

Package infomat.view.info

Class infomat.view.info.DimensionInfoPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

model

InfomatModel model

view

InfomatView view

row

boolean row

groupLabel

DimensionInfoPanel.InfoLabel groupLabel

objectLabel

DimensionInfoPanel.InfoLabel objectLabel

titleBorder

javax.swing.border.TitledBorder titleBorder

Class infomat.view.info.DimensionInfoPanel.InfoLabel extends javax.swing.JLabel implements Serializable

Serialized Fields

title

java.lang.String title

Class infomat.view.info.MousePointerInfoPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

pixelPanel

MousePointerInfoPanel.PixelPanel pixelPanel

rowColumnPanel

MousePointerInfoPanel.RowColumnPanel rowColumnPanel

show

boolean show

Class infomat.view.info.PixelInfoFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

visible

boolean visible

container

java.awt.Container container

containerPanel

javax.swing.JPanel containerPanel

model

InfomatModel model

view

InfomatView view

rowPanel

DimensionInfoPanel rowPanel

colPanel

DimensionInfoPanel colPanel

pixelInfoPanel

PixelInfoPanel pixelInfoPanel

hold

boolean hold

Class infomat.view.info.PixelInfoPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

model

InfomatModel model

view

InfomatView view

currentRowObject

IObject currentRowObject

currentColObject

IObject currentColObject

titleBorder

javax.swing.border.TitledBorder titleBorder

cellsPanel

PixelInfoPanel.CellsPanel cellsPanel

Package infomat.view.menu

Class infomat.view.menu.Menu extends javax.swing.JMenuBar implements Serializable

Serialized Fields

mainWindow

MainWindow mainWindow

infomatModel

InfomatModel infomatModel

toolbarController

ToolbarController toolbarController

infomatView

InfomatView infomatView

fileChooser

javax.swing.JFileChooser fileChooser

directoryChooser

javax.swing.JFileChooser directoryChooser

imgFileChooser

javax.swing.JFileChooser imgFileChooser

fileChooserPath

java.lang.String fileChooserPath

printOn

boolean printOn

tp

TracePrinter tp

Class infomat.view.menu.ToolbarView extends javax.swing.JToolBar implements Serializable

Serialized Fields

controller

ToolbarController controller

model

InfomatModel model

buttons

java.util.HashMap<K,V> buttons

pressed

java.lang.String pressed

noText

java.lang.String noText

Package infomat.view.picture

Class infomat.view.picture.SparsePicture extends javax.swing.JPanel implements Serializable

Serialized Fields

view

InfomatView view

toolbarView

ToolbarView toolbarView

imageDimension

java.awt.Dimension imageDimension

partPictureArray

SparsePartPicture[][] partPictureArray

gridColor

java.awt.Color gridColor

overviewPicture

boolean overviewPicture

coordToPixelMap

DoubleHashMap coordToPixelMap

guimatrix

GUIIMatrix guimatrix

rowFrom

int rowFrom

rowTo

int rowTo

colFrom

int colFrom

colTo

int colTo

guide

Guide guide

popup

SparsePicture.PixelPopupMenu popup

dragStartColObject

IObject dragStartColObject

dragStartRowObject

IObject dragStartRowObject

Package infomat.view.pixel

Class infomat.view.pixel.PixelFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

selectionState

int selectionState

selectWhat

int selectWhat

visible

boolean visible

container

java.awt.Container container

containerPanel

javax.swing.JPanel containerPanel

model

InfomatModel model

view

InfomatView view

leftPanel

javax.swing.JPanel leftPanel

middlePanel

javax.swing.JPanel middlePanel

rightPanel

javax.swing.JPanel rightPanel

controlPanel

PixelFrame.ControlPanel controlPanel

selectionPanel

PixelFrame.SelectionPanel selectionPanel

gatherPanel

PixelFrame.GatherPanel gatherPanel

currentPixelPanel

PixelPanel currentPixelPanel

selectedPixelPanel

PixelPanel selectedPixelPanel

gatheredPixelPanel

PixelPanel gatheredPixelPanel

removePanel

PixelFrame.RemovePanel removePanel

viewSelected

boolean viewSelected

viewGathered

boolean viewGathered

viewRemove

boolean viewRemove

Class infomat.view.pixel.PixelPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

model

InfomatModel model

view

InfomatView view

pane

javax.swing.JTabbedPane pane

cells

IVectorPanel<T extends IVectorIndex> cells

rows

IVectorPanel<T extends IVectorIndex> rows

columns

IVectorPanel<T extends IVectorIndex> columns

currentRowGrouping

IObjectGrouping currentRowGrouping

currentColumnGrouping

IObjectGrouping currentColumnGrouping

Package infomat.view.selector

Class infomat.view.selector.SelectorFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

model

InfomatModel model

view

InfomatView view

mainPanel

javax.swing.JPanel mainPanel

visible

boolean visible

rowPanel

SimpleSelectionPanel rowPanel

colPanel

SimpleSelectionPanel colPanel

Class infomat.view.selector.SimpleSelectionPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

selected

boolean selected

all

javax.swing.JCheckBox all

overview

javax.swing.JCheckBox overview

mainview

javax.swing.JCheckBox mainview

Package infomat.view.similarity

Class infomat.view.similarity.SimilarityFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

model

InfomatModel model

similarityManager

SimilarityManager similarityManager

mainPanel

javax.swing.JPanel mainPanel

visible

boolean visible

rowSimPanel

SimilarityPanel rowSimPanel

colSimPanel

SimilarityPanel colSimPanel

Class infomat.view.similarity.SimilarityPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

model

InfomatModel model

row

boolean row

similarityManager

SimilarityManager similarityManager

propertiesPanel

PropertiesPanel propertiesPanel

cBox

javax.swing.JComboBox cBox

selected

java.lang.String selected

simNames

java.util.Vector<E> simNames

nameSimMap

java.util.HashMap<K,V> nameSimMap

Package infomat.view.sorter

Class infomat.view.sorter.SorterFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

model

InfomatModel model

view

InfomatView view

Class infomat.view.sorter.SorterPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

model

InfomatModel model

view

InfomatView view

currentIoging

IObjectGrouping currentIoging

rowPanel

boolean rowPanel

groupingNameTextField

javax.swing.JTextField groupingNameTextField

gbc

java.awt.GridBagConstraints gbc

changeGroupingPanel

SorterPanel.ChangeGroupingPanel changeGroupingPanel

ginfo

SorterPanel.GroupingInfo ginfo

sortingChoicePanel

SorterPanel.SortingChoicePanel sortingChoicePanel

sorterMethodPanel

SorterPanel.SorterMethodPanel sorterMethodPanel

gheader

SorterPanel.GroupsHeader gheader

groups

SorterPanel.Groups groups

groupMeasureMap

java.util.HashMap<K,V> groupMeasureMap

Package infomat.view.tools

Class infomat.view.tools.EvaluationFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

ALGORITHMFRAME_PREFERRED_SIZE

java.awt.Dimension ALGORITHMFRAME_PREFERRED_SIZE

Class infomat.view.tools.ExportTextFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

ALGORITHMFRAME_PREFERRED_SIZE

java.awt.Dimension ALGORITHMFRAME_PREFERRED_SIZE

infomatModel

InfomatModel infomatModel

mainWindow

MainWindow mainWindow

rowsOrColumns

javax.swing.JButton rowsOrColumns

useRelative

javax.swing.JButton useRelative

apply

javax.swing.JButton apply

cancel

javax.swing.JButton cancel

fileChooser

javax.swing.JFileChooser fileChooser

gtio

IObjectGroupingTextResult gtio

Class infomat.view.tools.MatrixSummaryFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

ALGORITHMFRAME_PREFERRED_SIZE

java.awt.Dimension ALGORITHMFRAME_PREFERRED_SIZE

model

InfomatModel model

view

InfomatView view

rowsOrColumns

javax.swing.JButton rowsOrColumns

apply

javax.swing.JButton apply

cancel

javax.swing.JButton cancel

Class infomat.view.tools.RowColumnPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

model

InfomatModel model

view

InfomatView view

pane

javax.swing.JTabbedPane pane

rows

IVectorPanel<T extends IVectorIndex> rows

columns

IVectorPanel<T extends IVectorIndex> columns

currentRowGrouping

IObjectGrouping currentRowGrouping

currentColumnGrouping

IObjectGrouping currentColumnGrouping

Class infomat.view.tools.SearchFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

SEARCHPANELS_PREFERRED_SIZE

java.awt.Dimension SEARCHPANELS_PREFERRED_SIZE

SEARCHFRAME_PREFERRED_SIZE

java.awt.Dimension SEARCHFRAME_PREFERRED_SIZE

model

InfomatModel model

view

InfomatView view

framePanel

javax.swing.JPanel framePanel

searchPanel

RowColumnPanel searchPanel

searchTextField

javax.swing.JTextField searchTextField

addRowsB

SmallButton addRowsB

addColsB

SmallButton addColsB

setRowsB

SmallButton setRowsB

setColsB

SmallButton setColsB

resultPanel

RowColumnPanel resultPanel

searchB

SmallButton searchB

searcher

Searcher searcher

propertiesPanel

PropertiesPanel propertiesPanel

listOrTextStrings

java.lang.String[] listOrTextStrings

listOrTextBox

javax.swing.JComboBox listOrTextBox

usePanel

javax.swing.JPanel usePanel

groupingApplyB

SmallButton groupingApplyB

rowOrColumnStrings

java.lang.String[] rowOrColumnStrings

rowOrColumnBox

javax.swing.JComboBox rowOrColumnBox

queryOrResultStrings

java.lang.String[] queryOrResultStrings

queryOrResultBox

javax.swing.JComboBox queryOrResultBox

oneOrTwoStrings

java.lang.String[] oneOrTwoStrings

oneOrTwoBox

javax.swing.JComboBox oneOrTwoBox

shownOrColorStrings

java.lang.String[] shownOrColorStrings

shownOrColorBox

javax.swing.JComboBox shownOrColorBox

rowsOrColumns

AlternatingButton rowsOrColumns

apply

SmallButton apply

cancel

SmallButton cancel

load

SmallButton load

save

SmallButton save

fromIOToStrings

SmallButton fromIOToStrings

fromStringsToIO

SmallButton fromStringsToIO

stoplistToIO

SmallButton stoplistToIO

stringsPanel

IVectorPanel<T extends IVectorIndex> stringsPanel

iobjectsPanel

IVectorPanel<T extends IVectorIndex> iobjectsPanel

fileChooser

javax.swing.JFileChooser fileChooser

fileChooserPath

java.lang.String fileChooserPath

Class infomat.view.tools.StoplistFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

STOPLISTPANELS_PREFERRED_SIZE

java.awt.Dimension STOPLISTPANELS_PREFERRED_SIZE

STOPLISTFRAME_PREFERRED_SIZE

java.awt.Dimension STOPLISTFRAME_PREFERRED_SIZE

stoplist

Stoplist stoplist

stoplistPanel

javax.swing.JPanel stoplistPanel

propertiesPanel

PropertiesPanel propertiesPanel

model

InfomatModel model

view

InfomatView view

rowsOrColumns

AlternatingButton rowsOrColumns

apply

StoplistFrame.SmallButton apply

cancel

StoplistFrame.SmallButton cancel

load

StoplistFrame.SmallButton load

save

StoplistFrame.SmallButton save

fromIOToStrings

StoplistFrame.SmallButton fromIOToStrings

fromStringsToIO

StoplistFrame.SmallButton fromStringsToIO

stoplistToIO

StoplistFrame.SmallButton stoplistToIO

stringsPanel

IVectorPanel<T extends IVectorIndex> stringsPanel

iobjectsPanel

IVectorPanel<T extends IVectorIndex> iobjectsPanel

fileChooser

javax.swing.JFileChooser fileChooser

fileChooserPath

java.lang.String fileChooserPath

Package infomat.view.util

Class infomat.view.util.ActionSelectionPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

apply

SmallButton apply

cBox

javax.swing.JComboBox cBox

actionName

java.lang.String actionName

actionNames

java.util.Vector<E> actionNames

selected

java.lang.String selected

font

java.awt.Font font

Class infomat.view.util.AlternatingButton extends javax.swing.JButton implements Serializable

Serialized Fields

strings

java.lang.String[] strings

currentStringNumber

int currentStringNumber

Class infomat.view.util.FileViewer extends javax.swing.JFrame implements Serializable

Serialized Fields

FILEVIEWER_PREFERRED_SIZE

java.awt.Dimension FILEVIEWER_PREFERRED_SIZE

Class infomat.view.util.SmallButton extends javax.swing.JButton implements Serializable


Package infomat.view.vector

Class infomat.view.vector.IVectorIndexPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

number

int number

index

IVectorIndex index

value

float value

selectable

boolean selectable

model

InfomatModel model

cb

javax.swing.JCheckBox cb

locationB

SmallButton locationB

showValue

boolean showValue

smallestHeight

int smallestHeight

Class infomat.view.vector.IVectorPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

model

InfomatModel model

originalVec

IVector<T extends IVectorIndex> originalVec

vec

IVector<T extends IVectorIndex> vec

panelVec

java.util.Vector<E> panelVec

selectable

boolean selectable

selAllB

SmallButton selAllB

deselAllB

SmallButton deselAllB

invSelB

SmallButton invSelB

rmB

SmallButton rmB

fileable

boolean fileable

loadB

SmallButton loadB

saveB

SmallButton saveB

loadable

boolean loadable

saveable

boolean saveable

fileChooserPath

java.lang.String fileChooserPath

fileChooser

javax.swing.JFileChooser fileChooser

fileType

int fileType

textFileable

boolean textFileable

textLoadB

SmallButton textLoadB

textSaveB

SmallButton textSaveB

textLoadable

boolean textLoadable

textSaveable

boolean textSaveable

textFileChooserPath

java.lang.String textFileChooserPath

textFileChooser

javax.swing.JFileChooser textFileChooser

orderable

boolean orderable

normOB

SmallButton normOB

orderActionSelectionPanel

ActionSelectionPanel orderActionSelectionPanel

selectionActionSelectionPanel

ActionSelectionPanel selectionActionSelectionPanel

numberOfItemsPanel

IVectorPanel.NumberOfItemsPanel numberOfItemsPanel

showValues

boolean showValues

stoplist

Stoplist stoplist

restrictionGroup

IObjectGroup restrictionGroup

similarity

ISimilarity similarity

fontSize

int fontSize

font

java.awt.Font font

Package mro.util

Class mro.util.UniqueIdentifierException extends java.lang.Exception implements Serializable


Package mro.util.measures

Class mro.util.measures.MeasureNameConflictException extends java.lang.Exception implements Serializable

Class mro.util.measures.MeasureNotFoundException extends java.lang.Exception implements Serializable


Package mro.util.measures.dialog

Class mro.util.measures.dialog.MeasuresFrame extends javax.swing.JFrame implements Serializable

Class mro.util.measures.dialog.MeasuresPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

measures

Measures measures

fileable

boolean fileable

filePanel

MeasuresPanel.FilePanel filePanel

infoPanel

MeasuresPanel.InfoPanel infoPanel

buttonMeasureMap

java.util.HashMap<K,V> buttonMeasureMap

measureBorderColor

java.awt.Color measureBorderColor

fileChooser

javax.swing.JFileChooser fileChooser

fileChooserPath

java.lang.String fileChooserPath

measureMeasureGroupSorter

MeasuresPanel.MeasureMeasureGroupSorter measureMeasureGroupSorter

Package mro.util.properties

Class mro.util.properties.PropertyNameConflictException extends java.lang.Exception implements Serializable

Class mro.util.properties.PropertyNotFoundException extends java.lang.Exception implements Serializable


Package mro.util.properties.dialog

Class mro.util.properties.dialog.PropertiesFrame extends javax.swing.JFrame implements Serializable

Class mro.util.properties.dialog.PropertiesPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

hasProperties

HasProperties hasProperties

filePanel

PropertiesPanel.FilePanel filePanel

infoPanel

PropertiesPanel.InfoPanel infoPanel

buttonPropertyMap

java.util.HashMap<K,V> buttonPropertyMap

propertyBorderColor

java.awt.Color propertyBorderColor

fileChooser

javax.swing.JFileChooser fileChooser

fileChooserPath

java.lang.String fileChooserPath

propertyPropertyGroupSorter

PropertiesPanel.PropertyPropertyGroupSorter propertyPropertyGroupSorter