B C D E G I J M P S U

B

BLUE - Static variable in class ui.jtunestable.JTunesHeaderRenderer
The color of the header by default if selected

C

changeFontSize(Font, float) - Static method in class ui.UiUtils
returns the font with the new size
changeFontStyle(Font, int...) - Static method in class ui.UiUtils
Changes the style of the font to be Font.BOLD, Font.ITALICS etc
createGradientTableHeader(int, int) - Static method in class ui.jtunestable.JTunesHeaderRenderer
creates the GradientPaint for a table header

D

defaultStyle - Static variable in class ui.jtunestable.JTunesTable
This sets the style of the selected row to be the default color set by the OS
Demo - Class in ui.jtunestable
 
Demo() - Constructor for class ui.jtunestable.Demo
 

E

editCellAt(int, int, EventObject) - Method in class ui.jtunestable.JTunesTable
 
editCellAt(int, int) - Method in class ui.jtunestable.JTunesTable
 

G

getDarkColor() - Method in class ui.jtunestable.GradientBackground
Get the dark color used in this gradient
getGradientHeightFactor() - Method in class ui.jtunestable.GradientBackground
get the gradientHeightFactor, this is the height of the gradient without repeats, e.g.
getGradientPaint() - Method in class ui.jtunestable.JTunesTableCellRenderer
creates the GradientPaint needed to paint the GradientBackground
getLightColor() - Method in class ui.jtunestable.GradientBackground
Get the light color used in this gradient
getSelectedColumn() - Method in class ui.jtunestable.JTunesTableHeader
Get the currently selected column
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class ui.jtunestable.JTunesHeaderRenderer
Returns the component used for drawing the header cell.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class ui.jtunestable.JTunesTableCellRenderer
Returns the component used for drawing the cell.
getTableHeaderColor() - Static method in class ui.jtunestable.JTunesHeaderRenderer
getTableHeaderColor, only shown if not gradient background
getTextGradientColor() - Method in class ui.jtunestable.GradientBackground
get the Color of text that will be shown on top of this gradient
GradientBackground - Class in ui.jtunestable
 
GradientBackground() - Constructor for class ui.jtunestable.GradientBackground
 
GRAY - Static variable in class ui.jtunestable.JTunesHeaderRenderer
The color of the header by default when unselected

I

isAscending() - Method in class ui.jtunestable.JTunesTableHeader
Whether the next column selected will be ascending
isColumnSelectionStyle() - Method in class ui.jtunestable.JTunesTableHeader
returns columnSelectionStyle
isEditTable() - Method in class ui.jtunestable.JTunesTable
true if this table can be edited
isLightToDark() - Method in class ui.jtunestable.GradientBackground
True if the gradient goes from light to dark, or dark to light
isSortTable() - Method in class ui.jtunestable.JTunesTable
true if this table can be sorted by column
iTunesBlackStyle - Static variable in class ui.jtunestable.JTunesTable
This sets the style of the selected row to be the black selection color used in iTunes

J

JTunesHeaderRenderer - Class in ui.jtunestable
 
JTunesHeaderRenderer() - Constructor for class ui.jtunestable.JTunesHeaderRenderer
Default Constructor
JTunesTable - Class in ui.jtunestable
 
JTunesTable() - Constructor for class ui.jtunestable.JTunesTable
Constructs a default JTunesTable that is initialized with a default data model, a default column model, and a default selection model.
JTunesTable(int, int) - Constructor for class ui.jtunestable.JTunesTable
Constructs a JTunesTable with numRows and numColumns of empty cells using DefaultTableModel.
JTunesTable(Object[][], Object[]) - Constructor for class ui.jtunestable.JTunesTable
Constructs a JTunesTable to display the values in the two dimensional array, rowData, with column names, columnNames.
JTunesTable(TableModel) - Constructor for class ui.jtunestable.JTunesTable
Constructs a JTunesTable that is initialized with dm as the data model, a default column model, and a default selection model.
JTunesTable(TableModel, TableColumnModel, ListSelectionModel) - Constructor for class ui.jtunestable.JTunesTable
Constructs a JTunesTable that is initialized with dm as the data model, cm as the column model, and sm as the selection model.
JTunesTable(TableModel, TableColumnModel, ListSelectionModel, int) - Constructor for class ui.jtunestable.JTunesTable
Constructs a JTunesTable that is initialized with dm as the data model, cm as the column model, sm as the selection model and rowColumnSelectionStyle allows setting of the gradient background of a selected row.
JTunesTable(TableModel, TableColumnModel) - Constructor for class ui.jtunestable.JTunesTable
Constructs a JTunesTable that is initialized with dm as the data model, cm as the column model, and a default selection model.
JTunesTable(Vector, Vector) - Constructor for class ui.jtunestable.JTunesTable
Constructs a JTunesTable to display the values in the Vector of Vectors, rowData, with column names, columnNames.
JTunesTableCellRenderer - Class in ui.jtunestable
 
JTunesTableCellRenderer(int) - Constructor for class ui.jtunestable.JTunesTableCellRenderer
This creates a celll renderer, with a given row selection style
JTunesTableHeader - Class in ui.jtunestable
 
JTunesTableHeader(boolean) - Constructor for class ui.jtunestable.JTunesTableHeader
Default constructor

M

main(String[]) - Static method in class ui.jtunestable.Demo
 

P

paintComponent(Graphics) - Method in class ui.jtunestable.JTunesHeaderRenderer
Invoked by Swing to draw components.
paintComponent(Graphics) - Method in class ui.jtunestable.JTunesTableCellRenderer
Invoked by Swing to draw components.

S

setAscending(boolean) - Method in class ui.jtunestable.JTunesTableHeader
Set whether the next column sorted will be ascending
setColumnSelectionStyle(boolean) - Method in class ui.jtunestable.JTunesTableHeader
set the style of background on a column when selected
setEditTable(boolean) - Method in class ui.jtunestable.JTunesTable
Sets whether the table is editable
setFont(Font, int, int...) - Method in class ui.jtunestable.JTunesHeaderRenderer
Set font of header text
setGradientHeightFactor(double) - Method in class ui.jtunestable.GradientBackground
set the gradientHeightFactor, this is the height of the gradient without repeats, e.g.
setGradientSelectedColor(Color, Color, Color) - Method in class ui.jtunestable.GradientBackground
set All three colors needed to compose a gradient
setGradientSelectedStyle(int) - Method in class ui.jtunestable.GradientBackground
Set the Gradient style of selected rows
setGradientSelectedStyle(int) - Method in class ui.jtunestable.JTunesTableCellRenderer
Set the gradientSelectedStyle for the cell
setLightToDark(boolean) - Method in class ui.jtunestable.GradientBackground
sets whether this Gradient goes from light to dark, or dark to light
setModel(TableModel) - Method in class ui.jtunestable.JTunesTable
 
setSelectedColumn(int) - Method in class ui.jtunestable.JTunesTableHeader
Set the currently selected column
setSortTable(boolean) - Method in class ui.jtunestable.JTunesTable
set whether this table can be sorted by column
setTunesRowSelectionStyle(int) - Method in class ui.jtunestable.JTunesTable
Sets the style of the selection row
setTunesTableColumnHeaderSelectionStyle(boolean) - Method in class ui.jtunestable.JTunesTable
 
sortAllRowsBy(DefaultTableModel, int, boolean) - Method in class ui.jtunestable.JTunesTableHeader
Sort all rows in the model, by the colIndex in either ascending or descending order
sourceListBlueStyle - Static variable in class ui.jtunestable.JTunesTable
This sets the style of the selected row to be the blue gradient color used in the Finder

U

ui - package ui
 
ui.jtunestable - package ui.jtunestable
 
UiUtils - Class in ui
 
UiUtils() - Constructor for class ui.UiUtils
 

B C D E G I J M P S U

Copyright © 2007 Lauren Dempster. All Rights Reserved.