Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
C G H I P R S

C

col_names - Variable in class com.eireneh.swing.data.HashtableTableModel
The default column names
com.eireneh.swing.data - package com.eireneh.swing.data
This is a group of GUI components.

G

getColumnClass(int) - Method in class com.eireneh.swing.data.HashtableTableModel
Get the default class
getColumnCount() - Method in class com.eireneh.swing.data.HashtableTableModel
How many Cols are there in this store
getColumnName(int) - Method in class com.eireneh.swing.data.HashtableTableModel
The name of the of the colth column
getHashtable() - Method in class com.eireneh.swing.data.HashtableTableModel
Accessor for our source data
getRowCount() - Method in class com.eireneh.swing.data.HashtableTableModel
How many Rows are there in this store
getValueAt(int, int) - Method in class com.eireneh.swing.data.HashtableTableModel
Return the Object at row, col

H

HashtableTableModel - class com.eireneh.swing.data.HashtableTableModel.
TableModel using a Hashtable internally.
HashtableTableModel(Hashtable) - Constructor for class com.eireneh.swing.data.HashtableTableModel
Create an internal store from a 2D array
hash - Variable in class com.eireneh.swing.data.HashtableTableModel
The Hashtable that we are providing an interface to

I

isCellEditable(int, int) - Method in class com.eireneh.swing.data.HashtableTableModel
Can the specified cell be changed?

P

put(Object, Object) - Method in class com.eireneh.swing.data.HashtableTableModel
An easy way to add stuff to the table

R

remove(Object) - Method in class com.eireneh.swing.data.HashtableTableModel
An easy way to add stuff to the table

S

setColumnName(int, String) - Method in class com.eireneh.swing.data.HashtableTableModel
The name of the of the colth column
setHashtable(Hashtable) - Method in class com.eireneh.swing.data.HashtableTableModel
Change the hashtable that we report on
setValueAt(Object, int, int) - Method in class com.eireneh.swing.data.HashtableTableModel
Set the Object at row, coll

C G H I P R S