Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
A
accept(File)
- Method in class
ExampleFileFilter
Return true if this file should be shown in the directory pane, false if it shouldn't.
actionPerformed(ActionEvent)
- Method in class
DataWindow
actionPerformed(ActionEvent)
- Method in class
DataWindowFrame
actionPerformed(ActionEvent)
- Method in class
ProgramWindow
actionPerformed is called by the framework when user selects a menu item.
actionPerformed(ActionEvent)
- Method in class
TabDataView2D
actionPerformed(ActionEvent)
- Method in class
TabDataView2DControlPanel
adaptToConstraints(double, double)
- Method in class
AttributeFilterPane
Repositions both filterbuttons according to given constraints.
adaptToConstraints(double, double)
- Method in class
AttributeView
adaptToConstraints(int, int)
- Method in class
AttributeFilterPane
Repositions both filterbuttons according to given constraints.
adaptToConstraints(int, int)
- Method in class
AttributeView
adaptToConstraints(long, long)
- Method in class
AttributeFilterPane
Repositions both filterbuttons according to given constraints.
adaptToConstraints(long, long)
- Method in class
AttributeView
addAttributeView(AttributeView)
- Method in class
TabDataSet
Method adds the given AttributeView -object to TabDataSet's structures.
addConstraintToTDW2D(int, int, double, double)
- Method in class
TabDataSet
Method adds a constraint to the TabDataView2D-object.
addConstraintToTDW2D(int, int, int, int)
- Method in class
TabDataSet
Method adds a constraint to the TabCursor-object.
addConstraintToTDW2D(int, int, long, long)
- Method in class
TabDataSet
Method adds a constraint to the TabDataView2D-object.
addExtension(String)
- Method in class
ExampleFileFilter
Adds a filetype "dot" extension to filter against.
addLimitAttribute(int)
- Method in class
Column
addMouseListenerToHeaderInTable(JTable)
- Method in class
TableSorter
addTabDataView2D(TabDataView2D)
- Method in class
TabDataSet
Method adds the given TabDataView2D -object to TabDataSet's structures.
AttributeFilterPane
- class
AttributeFilterPane
.
AttributeFilterPane implements a GUI component for filtering out rows according to attribute values.
AttributeFilterPane(int, int, int, AttributeView)
- Constructor for class
AttributeFilterPane
AttributeScrollList
- class
AttributeScrollList
.
AttributeScollList implements a GUI component; a scrollable panel with union/intersect -toggle buttons.
AttributeScrollList(TabDataSet)
- Constructor for class
AttributeScrollList
AttributeTitle
- class
AttributeTitle
.
AttributeTitle is the title for AttributeView that is always visible.
AttributeTitle(int, int, String, AttributeView)
- Constructor for class
AttributeTitle
AttributeView
- class
AttributeView
.
AttributeView is the ancestor component for AttributeTitle, AttributeFilterPanel and Jakauma.
AttributeView(TabDataSet, int)
- Constructor for class
AttributeView
AttributeView(TabDataSet, int, boolean)
- Constructor for class
AttributeView
B
buildGraph()
- Method in class
Jakauma
buildSelectionGraph()
- Method in class
Jakauma
butData
- Static variable in class
TabDataView2D
C
changeCursor(int)
- Method in class
AttributeTitle
Changes the mouse cursor.
checkModel()
- Method in class
TableSorter
close()
- Method in class
TabDataFile
closes datafile
Column
- class
Column
.
Column implements one column in tabular data.
Column(int, int)
- Constructor for class
Column
Constructor creates array for data of the column.
compare(int, int)
- Method in class
TableSorter
compareRowsByColumn(int, int, int)
- Method in class
TableSorter
constraintAttrChg(int)
- Method in class
TabDataView2DControlPanel
constraintValueChg(int)
- Method in class
TabDataView2DControlPanel
D
DataSet
- class
DataSet
.
DataSet()
- Constructor for class
DataSet
DataSource
- class
DataSource
.
DataSource()
- Constructor for class
DataSource
DataView
- class
DataView
.
DataView is a base class for all the dataviews in the program.
DataView()
- Constructor for class
DataView
DataWindow
- class
DataWindow
.
DataWindow component creates a window where ascii data drom database is shown.
DataWindowFrame
- class
DataWindowFrame
.
DataWindowFrame implements DataWindow-class as a container to hold DataView-component and a DataViewControlPanel-component.
davis
- class
davis
.
davis class implements the main()-method of the program.
davis()
- Constructor for class
davis
draw(int, int, Graphics)
- Method in class
MultiShapeGlyph2D
drawFinal()
- Method in class
DataView
drawFinal is called after the final call to drawNext so that the DataView can make final adjustments to the view.
drawFinal()
- Method in class
TabDataView2D
drawFinal is called by DataView's drawing thread when all the glyphs are drawn.
drawFirst()
- Method in class
DataView
drawFirst is an abstract method which is called when the first glyph should be drawn.
drawFirst()
- Method in class
TabDataView2D
drawFirst() clears the view, draws the grid, rewinds the cursor and draws the first glyph.
drawNext()
- Method in class
DataView
drawNext is called to draw next glyph until the drawing is complete.
drawNext()
- Method in class
TabDataView2D
drawNext moves the cursor on the next row and draws a glyph using the data in the cursor.
dropLimitAttribute(int)
- Method in class
Column
E
ExampleFileFilter
- class
ExampleFileFilter
.
A convenience implementation of FileFilter that filters out all files except for those type extensions that it knows about.
ExampleFileFilter()
- Constructor for class
ExampleFileFilter
Creates a file filter.
ExampleFileFilter(String)
- Constructor for class
ExampleFileFilter
Creates a file filter that accepts files with the given extension.
ExampleFileFilter(String[])
- Constructor for class
ExampleFileFilter
Creates a file filter from the given string array.
ExampleFileFilter(String[], String)
- Constructor for class
ExampleFileFilter
Creates a file filter from the given string array and description.
ExampleFileFilter(String, String)
- Constructor for class
ExampleFileFilter
Creates a file filter that accepts the given file type.
F
fetchFirst()
- Method in class
TabDataFile
Reads first line (row) from datafile
fetchNext()
- Method in class
TabDataFile
Reads next line (row) from datafile.
findFirst(double)
- Method in class
Index
Method finds the first row which is same or bigger than given value.
findFirst(int)
- Method in class
Index
Method finds the first row which is same or bigger than given value.
findFirst(long)
- Method in class
Index
Method finds the first row which is same or bigger than given value.
G
getAttributeIndex()
- Method in class
AttributeView
getAttributeMeasurement(int)
- Method in class
TabDataSet
Method returns the measurement of the given attribute.
getAttributeName(int)
- Method in class
TabDataSet
Method returns the name of the given attribute (column).
getAttributeNumber(String)
- Method in class
TabDataSet
Method returns the number of the given attribute.
getAttributeType()
- Method in class
AttributeView
getAttributeType(int)
- Method in class
TabDataSet
Method returns the type of the given attribute: 0=long, 1=double, 2=class.
getAttrIndexes()
- Method in class
Selection
getBarCount()
- Method in class
AttributeView
getBarCount()
- Method in class
Jakauma
getBarHighLimit(int)
- Method in class
AttributeView
getBarHighLimit(int)
- Method in class
Jakauma
getBarLowLimit(int)
- Method in class
AttributeView
getBarLowLimit(int)
- Method in class
Jakauma
getBoolean(int)
- Method in class
Column
Returns the value of given row.
getBooleanValue(int, int)
- Method in class
TabDataSet
Method returns the value of the given attribute on the given row.
getClass(int)
- Method in class
Column
Returns the value of given row.
getClassValue(int, int)
- Method in class
TabDataSet
Method returns the value of the given attribute on the given row.
getColAsBoolean(int)
- Method in class
TabDataFile
getColAsClass(int)
- Method in class
TabDataFile
getColAsClassString(int)
- Method in class
TabDataFile
getColAsDouble(int)
- Method in class
TabDataFile
getColAsInt(int)
- Method in class
TabDataFile
getColAsLong(int)
- Method in class
TabDataFile
getColAsString(int)
- Method in class
TabDataFile
getColumnClass(int)
- Method in class
TableMap
getColumnCount()
- Method in class
TableMap
getColumnMeasurement(int)
- Method in class
TabDataFile
getColumnName(int)
- Method in class
TabDataFile
getColumnName(int)
- Method in class
TableMap
getColumnType()
- Method in class
Column
Method returns the type of the column.
getColumnType(int)
- Method in class
TabDataFile
getComboSelections()
- Method in class
TabDataView2DControlPanel
getCorruptedRows()
- Method in class
TabDataSet
Returns a list of the rownumbers of the corrupted rows in the data file.
getCursor()
- Method in class
TabDataSet
Method returns TabCursor object for browsing of the data.
getData()
- Method in class
DataSet
getData()
- Method in class
TabDataSet
Starts to fetch data from the tabular DataSource.
getDataSelectionArray()
- Method in class
TabDataSet
Method returns a boolean array showing all the selected rows
getDataSource()
- Method in class
DataSet
getDataState()
- Method in class
TabDataSet
Method returns the state of the data for saving the selections and constraints.
getDataStringArray()
- Method in class
TabDataSet
Method returns a 2D-String array representing the data with attributes' name's on the first row and rownumbers on the first column.
getDescription()
- Method in class
ExampleFileFilter
Returns the human readable description of this filter.
getDouble(int)
- Method in class
Column
Returns the value of given row.
getDoubleValue(int, int)
- Method in class
TabDataSet
Method returns the value of the given attribute on the given row.
getEdgeValue(boolean)
- Method in class
AttributeView
Converts attributes min and max values to strings.
getExtension(File)
- Method in class
ExampleFileFilter
Return the extension portion of the file's name .
getFileDesc()
- Method in class
TabDataFile
getGlyphInstance(int)
- Method in class
Glyph2DFactory
Gets an instance of a Glyph2D-object given the index of the glyph.
getGlyphNames()
- Method in class
Glyph2DFactory
getGraphState()
- Method in class
AttributeView
Returns the state of visibility of the Graph
getIndex(int)
- Method in class
Column
Method returns index on the column.
getIndex(int)
- Method in class
TabDataSet
Method gives index for given attribute (column).
getLeftBar()
- Method in class
AttributeFilterPane
getLeftBar()
- Method in class
AttributeView
getLeftButtonX()
- Method in class
AttributeFilterPane
getLimitAttributes()
- Method in class
Column
getLimitAttributesAsString()
- Method in class
Column
getLong(int)
- Method in class
Column
Returns the value of given row.
getLongValue(int, int)
- Method in class
TabDataSet
Method returns the value of the given attribute on the given row.
getMaxClass1()
- Method in class
Selection
Returns the upper limit of the first attribute.
getMaxClass2()
- Method in class
Selection
Returns the upper limit of the second attribute.
getMaxClassSelected()
- Method in class
Column
getMaxDouble()
- Method in class
Column
Returns the maximum value of attribute.
getMaxDouble(int)
- Method in class
TabDataSet
Method returns the minimum value of the given attribute.
getMaxDouble1()
- Method in class
Selection
Returns the upper limit of the first attribute.
getMaxDouble2()
- Method in class
Selection
Returns the upper limit of the second attribute.
getMaxDoubleSelected()
- Method in class
Column
getMaxLong()
- Method in class
Column
Returns the maximum value of attribute.
getMaxLong(int)
- Method in class
TabDataSet
Method returns the maximum value of the given attribute.
getMaxLong1()
- Method in class
Selection
Returns the upper limit of the first attribute.
getMaxLong2()
- Method in class
Selection
Returns the upper limit of the second attribute.
getMaxLongSelected()
- Method in class
Column
getMeasurement()
- Method in class
Column
Method returns the measurement of the column.
getMinClass1()
- Method in class
Selection
Returns the lower limit of the first attribute.
getMinClass2()
- Method in class
Selection
Returns the lower limit of the second attribute.
getMinClassSelected()
- Method in class
Column
getMinDouble()
- Method in class
Column
Returns the minimum value of attribute.
getMinDouble(int)
- Method in class
TabDataSet
Method returns the minimum value of the given attribute.
getMinDouble1()
- Method in class
Selection
Returns the lower limit of the first attribute.
getMinDouble2()
- Method in class
Selection
Returns the lower limit of the second attribute.
getMinDoubleSelected()
- Method in class
Column
getMinLong()
- Method in class
Column
Returns the minimum value of attribute.
getMinLong(int)
- Method in class
TabDataSet
Method returns the minimum value of the given attribute.
getMinLong1()
- Method in class
Selection
Returns the lower limit of the first attribute.
getMinLong2()
- Method in class
Selection
Returns the lower limit of the second attribute.
getMinLongSelected()
- Method in class
Column
getModel()
- Method in class
TableMap
getName()
- Method in class
Column
Method returns the name of the column.
getNameofGlyph(int)
- Method in class
Glyph2DFactory
Gets the name of one glyph type by it's zero-based index.
getNumberofAttributes()
- Method in class
TabDataSet
Method returns the number of attributes (columns) in the dataset.
getNumberofClasses()
- Method in class
Column
Method returns the number of the class values.
getNumberofClasses(int)
- Method in class
TabDataSet
Method returns the number of class values the class typed attribute contains.
getNumberOfClasses(int)
- Method in class
TabDataFile
getNumberOfCols()
- Method in class
TabDataFile
getNumberofGlyphs()
- Method in class
Glyph2DFactory
Gets the number of different Glyphs this factory knows about.
getNumberofRows()
- Method in class
TabDataSet
Method returns the number of rows in the dataset.
getNumberOfRows()
- Method in class
TabDataFile
getOpenedGraphs()
- Method in class
AttributeScrollList
Gets the status' of AttributeViews inside the scrollPane.
getPreferredSize()
- Method in class
AttributeTitle
getPropertyUsed(int)
- Method in class
MultiShapeGlyph2D
getRightBar()
- Method in class
AttributeFilterPane
getRightBar()
- Method in class
AttributeView
getRightButtonX()
- Method in class
AttributeFilterPane
getRowCount()
- Method in class
TableMap
getSelectionCount()
- Static method in class
Selection
Returns the number of the 2D-selections made.
getSelectionVector()
- Method in class
Column
Returns the selected values in a Vector.
getSelectionVector()
- Static method in class
Selection
Returns the selection Vector for saving.
getSelectionVector(int)
- Method in class
TabDataSet
Method returns the given attribute's selections made from the AttributeView.
getSelectionVectorAsString()
- Method in class
Column
Returns the selected values as a String.
getShape()
- Method in class
MultiShapeGlyph2D
getTabCursor()
- Method in class
TabDataView2D
Returns the cursor used for the data.
getTitle()
- Method in class
TabDataSet
Returns the data's title.
gettxtAttributes()
- Method in class
TabDataView2DControlPanel
getValue(int)
- Method in class
Index
Method returns the number of row in valuearray.
getValueAt(int, int)
- Method in class
TableMap
getValueAt(int, int)
- Method in class
TableSorter
getValueofClass(int)
- Method in class
Column
Method returns the value of a class value.
getValueofClass(int, int)
- Method in class
TabDataSet
Method returns the value (string) of the given class of the given attribute.
getValueOfClass(int, int)
- Method in class
TabDataFile
Glyph
- class
Glyph
.
Glyph is an abstract class for all Glyph implementations.
Glyph()
- Constructor for class
Glyph
Glyph2DFactory
- class
Glyph2DFactory
.
Glyph2DFactory is a factory-class for instantiating Glyph2D-objects.
Glyph2DFactory()
- Constructor for class
Glyph2DFactory
GlyphControlActionListener
- interface
GlyphControlActionListener
.
This is an interface that the DataViewControlPanel should implement so that it gets notifications when the control has changed some of the parameters of the Glyph and the DataView should be redrawn.
GlyphPropertyControl
- interface
GlyphPropertyControl
.
This is an interface for Glyph's privately implemented components which are used to control glyph properties.
H
hasLimitAttribute()
- Method in class
Column
I
increments()
- Method in class
Selection
Returns a boolean telling whether this selection should be incremented or not.
Index
- class
Index
.
Index is a index for one column of tabular data.
Index(double[], int)
- Constructor for class
Index
Constructor creates index on given array (column).
Index(int[], int)
- Constructor for class
Index
Constructor creates index on given array (column).
Index(long[], int)
- Constructor for class
Index
Constructor creates index on given array (column).
initBars()
- Method in class
AttributeFilterPane
Assigns barWidth and barCount.
initializeClasses(int)
- Method in class
Column
Method creates array for class values.
initLimitAttributes(int)
- Method in class
Column
initView(TabDataSet, int)
- Method in class
AttributeView
Called from both constructors.
isCellEditable(int, int)
- Method in class
TableMap
isExtensionListInDescription()
- Method in class
ExampleFileFilter
Returns whether the extension list (.jpg, .gif, etc) should show up in the human readable description.
isRowSelected(int)
- Method in class
TabDataSet
Method returns true if the given row is selected.
isSelected()
- Method in class
Column
Tells if something is selected from this column.
isSelectedValue(double)
- Method in class
Column
Tells if the given value is included in the selected values.
isSelectedValue(int)
- Method in class
Column
Tells if the given value is included in the selected values.
isSelectedValue(long)
- Method in class
Column
Tells if the given value is included in the selected values.
J
Jakauma
- class
Jakauma
.
Jakauma(int, int, int, int, AttributeView, TabDataSet)
- Constructor for class
Jakauma
L
lastActiveFrame
- Variable in class
ProgramWindow
leftButton
- Variable in class
AttributeFilterPane
loadView()
- Method in class
DataWindowFrame
Function is used to load the saved view settings for this active frame.
M
main(String[])
- Static method in class
davis
model
- Variable in class
TableMap
mouseClicked(MouseEvent)
- Method in class
AttributeFilterPane
mouseClicked(MouseEvent)
- Method in class
AttributeTitle
mouseClicked(MouseEvent)
- Method in class
Jakauma
mouseClicked(MouseEvent)
- Method in class
ProgramWindow
mouseClicked(MouseEvent)
- Method in class
TabDataView2D
mouseDragged(MouseEvent)
- Method in class
AttributeFilterPane
mouseDragged(MouseEvent)
- Method in class
AttributeTitle
mouseDragged(MouseEvent)
- Method in class
Jakauma
mouseDragged(MouseEvent)
- Method in class
TabDataView2D
mouseEntered(MouseEvent)
- Method in class
AttributeFilterPane
mouseEntered(MouseEvent)
- Method in class
AttributeTitle
mouseEntered(MouseEvent)
- Method in class
Jakauma
mouseEntered(MouseEvent)
- Method in class
ProgramWindow
mouseEntered(MouseEvent)
- Method in class
TabDataView2D
mouseExited(MouseEvent)
- Method in class
AttributeFilterPane
mouseExited(MouseEvent)
- Method in class
AttributeTitle
mouseExited(MouseEvent)
- Method in class
Jakauma
mouseExited(MouseEvent)
- Method in class
ProgramWindow
mouseExited(MouseEvent)
- Method in class
TabDataView2D
mouseMoved(MouseEvent)
- Method in class
AttributeFilterPane
mouseMoved(MouseEvent)
- Method in class
AttributeTitle
mouseMoved(MouseEvent)
- Method in class
Jakauma
mouseMoved(MouseEvent)
- Method in class
TabDataView2D
mousePressed(MouseEvent)
- Method in class
AttributeFilterPane
mousePressed(MouseEvent)
- Method in class
AttributeTitle
mousePressed(MouseEvent)
- Method in class
Jakauma
mousePressed(MouseEvent)
- Method in class
ProgramWindow
mousePressed(MouseEvent)
- Method in class
TabDataView2D
mouseReleased(MouseEvent)
- Method in class
AttributeFilterPane
mouseReleased(MouseEvent)
- Method in class
AttributeTitle
mouseReleased(MouseEvent)
- Method in class
Jakauma
mouseReleased(MouseEvent)
- Method in class
ProgramWindow
mouseReleased(MouseEvent)
- Method in class
TabDataView2D
MultiShapeGlyph2D
- class
MultiShapeGlyph2D
.
MultiShapeGlyph2D implements a two-dimensional glyph with four properties: width, height, color and shape.
N
n2sort()
- Method in class
TableSorter
newInstance(boolean, int)
- Method in class
ProgramWindow
Function creates a new instance of dataview.
O
open()
- Method in class
TabDataFile
Opens datafile and reads header
P
paint(Graphics)
- Method in class
AttributeFilterPane
paint(Graphics)
- Method in class
AttributeTitle
paint(Graphics)
- Method in class
Jakauma
programWindow
- Variable in class
DataSet
ProgramWindow
- class
ProgramWindow
.
ProgramWindow class implements the main window of the program.
ProgramWindow(String)
- Constructor for class
ProgramWindow
ProgramWindow constructor creates the window menus.
R
reallocateIndexes()
- Method in class
TableSorter
refreshDataList(Color)
- Method in class
DataWindow
Function is used to refresh the table after selections.
refreshDataView()
- Method in interface
GlyphControlActionListener
refreshDataView()
- Method in class
TabDataView2DControlPanel
removeAttributeView(AttributeView)
- Method in class
TabDataSet
Method removes the given AttributeView -object from TabDataSet's structures.
removeColSelected(double, double)
- Method in class
Column
Removes selections from the given range.
removeColSelected(int, int)
- Method in class
Column
Removes selections from the given range.
removeColSelected(long, long)
- Method in class
Column
Removes selections from the given range.
removeConstraintFromTDW2D(int)
- Method in class
TabDataSet
Method removes a constraint from the TabDataView2D-object.
removeSelectedRows()
- Method in class
TabDataSet
Removes the selection from all the selected rows.
removeSelectedRows(int)
- Method in class
TabDataSet
Removes the selections of a single attribute.
removeSelectedRows(int, double, double)
- Method in class
TabDataSet
Removes the selections of a single attribute from the given range.
removeSelectedRows(int, double, double, int, double, double)
- Method in class
TabDataSet
Removes some of the selections.
removeSelectedRows(int, double, double, int, int, int)
- Method in class
TabDataSet
Removes some of the selections.
removeSelectedRows(int, double, double, int, long, long)
- Method in class
TabDataSet
Removes some of the selections.
removeSelectedRows(int, int, int)
- Method in class
TabDataSet
Removes the selections of a single attribute from the given range.
removeSelectedRows(int, int, int, int, double, double)
- Method in class
TabDataSet
Removes some of the selections.
removeSelectedRows(int, int, int, int, int, int)
- Method in class
TabDataSet
Removes some of the selections.
removeSelectedRows(int, int, int, int, long, long)
- Method in class
TabDataSet
Removes some of the selections.
removeSelectedRows(int, long, long)
- Method in class
TabDataSet
Removes the selections of a single attribute from the given range.
removeSelectedRows(int, long, long, int, double, double)
- Method in class
TabDataSet
Removes some of the selections.
removeSelectedRows(int, long, long, int, int, int)
- Method in class
TabDataSet
Removes some of the selections.
removeSelectedRows(int, long, long, int, long, long)
- Method in class
TabDataSet
Removes some of the selections.
removeTabDataView2D(TabDataView2D)
- Method in class
TabDataSet
Method removes the given TabDataView2D -object from TabDataSet's structures.
reset()
- Static method in class
Selection
Clears the selections.
resetSelectedArea()
- Method in class
AttributeView
resetSelectedArea()
- Method in class
Jakauma
Removes all selections.
rightButton
- Variable in class
AttributeFilterPane
S
saveView()
- Method in class
DataWindowFrame
Function is used to save the view settings of active frame.
Selection
- class
Selection
.
Selection implements selections which are given to tabdataset.
Selection(int, double, double, boolean)
- Constructor for class
Selection
Selection(int, double, double, int, double, double, boolean)
- Constructor for class
Selection
Creates a new 2D-selection.
Selection(int, double, double, int, int, int, boolean)
- Constructor for class
Selection
Creates a new 2D-selection.
Selection(int, double, double, int, long, long, boolean)
- Constructor for class
Selection
Creates a new 2D-selection.
Selection(int, int, int, boolean)
- Constructor for class
Selection
Selection(int, int, int, int, double, double, boolean)
- Constructor for class
Selection
Creates a new 2D-selection.
Selection(int, int, int, int, int, int, boolean)
- Constructor for class
Selection
Creates a new 2D-selection.
Selection(int, int, int, int, long, long, boolean)
- Constructor for class
Selection
Creates a new 2D-selection.
Selection(int, long, long, boolean)
- Constructor for class
Selection
Selection(int, long, long, int, double, double, boolean)
- Constructor for class
Selection
Creates a new 2D-selection.
Selection(int, long, long, int, int, int, boolean)
- Constructor for class
Selection
Creates a new 2D-selection.
Selection(int, long, long, int, long, long, boolean)
- Constructor for class
Selection
Creates a new 2D-selection.
Selection(Vector)
- Constructor for class
Selection
Creates a new Selection and inserts the given selVec into the class structures.
selectionActive()
- Method in class
TabDataSet
Tells if something is selected from the data.
setActive(boolean)
- Method in class
AttributeTitle
Highlights (or lowlights :) the component.
setBaseColor(Color)
- Method in class
MultiShapeGlyph2D
setBaseColor(Color, boolean)
- Method in class
MultiShapeGlyph2D
setBoolean(int, boolean)
- Method in class
Column
Sets the value of attribute on given row.
setClass(int, int)
- Method in class
Column
Sets the value of attribute on given row.
setColSelected(boolean)
- Method in class
Column
Sets the Column's selection flag and possibly clears the selected values.
setColSelected(double, double)
- Method in class
Column
Adds a new selection to this column.
setColSelected(int, int)
- Method in class
Column
Adds a new selection to this column.
setColSelected(long, long)
- Method in class
Column
Adds a new selection to this column.
setComboSelections(int[])
- Method in class
TabDataView2DControlPanel
setDataButtonState(boolean)
- Method in class
TabDataView2D
Sets the data-button's state.
setDataMax(double)
- Method in interface
GlyphPropertyControl
setDataMax(int)
- Method in interface
GlyphPropertyControl
Sets the maximum value as above.
setDataMin(double)
- Method in interface
GlyphPropertyControl
setDataMin(int)
- Method in interface
GlyphPropertyControl
Sets the minimum value of the data attribute selected for the property this control represents.
setDataSource(DataSource)
- Method in class
DataSet
setDataState(Object[])
- Method in class
TabDataSet
Method sets the selections and constraints as they were received from the getDataState() -method.
setDescription(String)
- Method in class
ExampleFileFilter
Sets the human readable description of this filter.
setDouble(int, double)
- Method in class
Column
Sets the value of attribute on given row.
setExtensionListInDescription(boolean)
- Method in class
ExampleFileFilter
Determines whether the extension list (.jpg, .gif, etc) should show up in the human readable description.
setFilename(String)
- Method in class
TabDataFile
Sets filename for following open() -method
setGlyph(Glyph2D)
- Method in class
TabDataView2D
Sets the glyph to be used.
setGraphState(boolean)
- Method in class
AttributeView
Sets the graph visible/hidden
setLeftBar(int)
- Method in class
AttributeFilterPane
Sets the first unfiltered bar on the left
setLeftBar(int)
- Method in class
AttributeView
setLeftButtonX(int)
- Method in class
AttributeFilterPane
Repositions the left filterbutton
setLeftFilter(int)
- Method in class
Jakauma
setLong(int, long)
- Method in class
Column
Sets the value of attribute on given row.
setMeasurement(String)
- Method in class
Column
Method sets the measurement of the column.
setModel(TableModel)
- Method in class
TableMap
setModel(TableModel)
- Method in class
TableSorter
setName(String)
- Method in class
Column
Method sets the name of the column.
setOpenedGraphs(boolean[])
- Method in class
AttributeScrollList
Expands or collapses the AttributeViews inside the scollPane according to the array of booleans.
setProgramWindow(ProgramWindow)
- Method in class
DataSet
setPropertyUsed(int, boolean)
- Method in class
MultiShapeGlyph2D
setRightBar(int)
- Method in class
AttributeFilterPane
Sets the last unfiltered bar on the right
setRightBar(int)
- Method in class
AttributeView
setRightButtonX(int)
- Method in class
AttributeFilterPane
Repositions the right filterbutton
setRightFilter(int)
- Method in class
Jakauma
setSelected(boolean)
- Method in class
MultiShapeGlyph2D
setSelectedRows(int, double, double)
- Method in class
TabDataSet
Sets some of the rows in the set as selected.
setSelectedRows(int, double, double, int, double, double)
- Method in class
TabDataSet
Sets some of the rows in the set as selected.
setSelectedRows(int, double, double, int, int, int)
- Method in class
TabDataSet
Sets some of the rows in the set as selected.
setSelectedRows(int, double, double, int, long, long)
- Method in class
TabDataSet
Sets some of the rows in the set as selected.
setSelectedRows(int, int, int)
- Method in class
TabDataSet
Sets some of the rows in the set as selected.
setSelectedRows(int, int, int, int, double, double)
- Method in class
TabDataSet
Sets some of the rows in the set as selected.
setSelectedRows(int, int, int, int, int, int)
- Method in class
TabDataSet
Sets some of the rows in the set as selected.
setSelectedRows(int, int, int, int, long, long)
- Method in class
TabDataSet
Sets some of the rows in the set as selected.
setSelectedRows(int, long, long)
- Method in class
TabDataSet
Sets some of the rows in the set as selected.
setSelectedRows(int, long, long, int, double, double)
- Method in class
TabDataSet
Sets some of the rows in the set as selected.
setSelectedRows(int, long, long, int, int, int)
- Method in class
TabDataSet
Sets some of the rows in the set as selected.
setSelectedRows(int, long, long, int, long, long)
- Method in class
TabDataSet
Sets some of the rows in the set as selected.
setSelectionType(int)
- Method in class
TabDataSet
Method sets the selection type as union or intersection and updates the selections to the data.
setShape(int)
- Method in class
MultiShapeGlyph2D
settxtAttributes(String[])
- Method in class
TabDataView2DControlPanel
setValue(int)
- Method in class
ProgramWindow
Function shows the state of data load in titlebar.
setValueAt(Object, int, int)
- Method in class
TableMap
setValueAt(Object, int, int)
- Method in class
TableSorter
setValueofClass(int, String)
- Method in class
Column
Method is used to setting the value of a class value.
setXAxis(int)
- Method in class
TabDataView2D
Sets how X-axis is bound in the data.
setYAxis(int)
- Method in class
TabDataView2D
Sets how Y-axis is bound in the data.
showSelection(Graphics)
- Method in class
Jakauma
shuttlesort(int[], int[], int, int)
- Method in class
TableSorter
sort(Object)
- Method in class
TableSorter
sortByColumn(int)
- Method in class
TableSorter
sortByColumn(int, boolean)
- Method in class
TableSorter
startDraw()
- Method in class
DataView
startDraw() stops the drawing thread if it's active and starts a new one.
stateChanged(ChangeEvent)
- Method in class
TabDataView2D
Java framework calls stateChanged when some of the togglebuttons on this view are toggled.
stopDraw()
- Method in class
DataView
stopDraw() stops the drawing thread if it is active.
swap(int, int)
- Method in class
TableSorter
T
TabDataFile
- class
TabDataFile
.
Datafile implementation
TabDataFile()
- Constructor for class
TabDataFile
TabDataSet
- class
TabDataSet
.
TabDataSet implements a dataset for tabular data.
TabDataSet()
- Constructor for class
TabDataSet
TabDataSource
- class
TabDataSource
.
TabDataSource()
- Constructor for class
TabDataSource
TabDataView2D
- class
TabDataView2D
.
TabDataView2D provides a two-dimensional view to tabularly formatted data.
TabDataView2DControlPanel
- class
TabDataView2DControlPanel
.
Implements a control panel for TabDataView2D.
TabDataViewFactory
- class
TabDataViewFactory
.
This class instantiates DataView-objects for tabular data.
tableChanged(TableModelEvent)
- Method in class
TableMap
tableChanged(TableModelEvent)
- Method in class
TableSorter
TableMap
- class
TableMap
.
TableMap()
- Constructor for class
TableMap
TableSorter
- class
TableSorter
.
TableSorter()
- Constructor for class
TableSorter
TableSorter(TableModel)
- Constructor for class
TableSorter
toggleGraph()
- Method in class
AttributeView
Expands/collapses the component - toggles attribute visuals.
U
updateSelectionFromData()
- Method in class
AttributeView
updateSelectionFromData()
- Method in class
Jakauma
Fetches selection info from TabDataSet
updateSelectionGraph()
- Method in class
AttributeView
updateSelectionGraph()
- Method in class
Jakauma
V
VetoException
- exception
VetoException
.
VetoException()
- Constructor for class
VetoException
VetoException(String)
- Constructor for class
VetoException
W
windowActivated(WindowEvent)
- Method in class
DataWindow
windowActivated(WindowEvent)
- Method in class
DataWindowFrame
windowClosed(WindowEvent)
- Method in class
DataWindow
windowClosed(WindowEvent)
- Method in class
DataWindowFrame
windowClosing(WindowEvent)
- Method in class
DataWindow
windowClosing(WindowEvent)
- Method in class
DataWindowFrame
windowDeactivated(WindowEvent)
- Method in class
DataWindow
windowDeactivated(WindowEvent)
- Method in class
DataWindowFrame
windowDeiconified(WindowEvent)
- Method in class
DataWindow
windowDeiconified(WindowEvent)
- Method in class
DataWindowFrame
windowIconified(WindowEvent)
- Method in class
DataWindow
windowIconified(WindowEvent)
- Method in class
DataWindowFrame
windowOpened(WindowEvent)
- Method in class
DataWindow
windowOpened(WindowEvent)
- Method in class
DataWindowFrame
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES