-
allowDragAndDrop
boolean allowDragAndDrop
Must initialize to use drag-drop
-
stringDragSource
GridSheet.StringDragSource stringDragSource
Drag export source
-
stringDropTarget
GridSheet.StringDropTarget stringDropTarget
Drop import target
-
dragExportType
int dragExportType
Drag export type
-
dropImportType
int dropImportType
Drop import type
-
rowheight
int rowheight
default size
-
columnbuttonheight
int columnbuttonheight
default size save as rowheight
-
rowbuttonwidth
int rowbuttonwidth
default size - about 5 chars at 8 point
-
colbuttondefaultwidth
int colbuttondefaultwidth
default size - about 10 chars at 8 point
-
charwidth
int charwidth
default char size-width
-
startcol
int startcol
start column position
-
startrow
int startrow
start row position
-
currows
int currows
current # rows with data
-
curcols
int curcols
current # columns with data
-
xval
int xval
saved x/y mouse coordinates
-
yval
int yval
saved x/y mouse coordinates
-
dragging
int dragging
dragging 0-false 1-true
-
dragCol
int dragCol
draw column
-
savpos
int savpos
save position
-
selRow
int selRow
row selection
-
selColumn
int selColumn
column selection
-
gridon
boolean gridon
if grid lines are on
-
collabelson
boolean collabelson
if column labels are visible
-
rowlabelson
boolean rowlabelson
if row labels are visible
-
selectOne
boolean selectOne
single select mode
-
wayneMode
boolean wayneMode
enable special Wayne-only features?
-
wayneDoubleClick
boolean wayneDoubleClick
doubleClick support for Wayne.
-
selectRange
boolean selectRange
Make the ShiftKey select a RANGE of rows.
-
lastRow
int lastRow
last row
-
MultiSelMsgMode
int MultiSelMsgMode
Multi-Selection Mode to control what data is passed back in SELECT/DESELECT messages
when SHIFT-LMB and CTRL-LMB are
pressed
-
delimiters
java.lang.String delimiters
delimiters for Strings
-
collabjus
int collabjus
column label justification
-
scrollEndSw
boolean scrollEndSw
command line /SCROLLEND switch state
-
scrollEnd
boolean scrollEnd
set by clear(), reset by refresh()
-
defaultsel
java.awt.Color defaultsel
default selection
-
gridcolor
java.awt.Color gridcolor
grid color
-
horizontalScrollbar
java.awt.Scrollbar horizontalScrollbar
Horizontal scroll bar
-
verticalScrollbar
java.awt.Scrollbar verticalScrollbar
Vertical scroll bar
-
columns
java.util.Vector<E> columns
holds column formats
-
rows
java.util.Vector<E> rows
holds each row
-
sortIndex
int sortIndex
holds index of which subrecord to sort data on
-
sortDesc
boolean sortDesc
sort ascending or descending flag
-
outtype
int outtype
default to output format based on file type
-
curmode
int curmode
default to select by cell
-
fgHilite
boolean fgHilite
default highlighting of selections to be done by backlighting
-
full
boolean full
Draw the entire panel (grid), not just the data area
-
needsFullDraw
boolean needsFullDraw
Override full in special cases (such as when panel is in a JTabbedPane)
-
g
java.awt.Graphics g
We draw to the image in this graphics handle most of the time
-
mg
java.awt.Graphics mg
and then draw to this graphics once the image is complete
-
drawimg
java.awt.image.BufferedImage drawimg
This is the actual image we draw
-
autoSelect
boolean autoSelect
toggles auto selection
-
templateKeys
nxm.sys.lib.Keywords templateKeys
template keywords
-
refreshMode
int refreshMode
Refresh mode (set to timer by default)
-
refreshDelay
int refreshDelay
milliseconds
-
needRefresh
boolean needRefresh
Indicates if a refresh is needed.
-
inRefresh
boolean inRefresh
Indicates if currently doing a refresh
-
refreshTimer
javax.swing.Timer refreshTimer
Timer used for the refreshes
-
refreshListener
java.awt.event.ActionListener refreshListener
Called by timer when it's time to refresh