Serialized Form
XDifference
int XDifference
- The X amount the current window was just dragged.
YDifference
int YDifference
- The Y amount the current window was just dragged.
playListShowing_
boolean playListShowing_
- Description of the Field
loopPaused_
boolean loopPaused_
- Description of the Field
timerRunning_
boolean timerRunning_
- Description of the Field
logVolumeScale_
boolean logVolumeScale_
- Description of the Field
showButtonBorders_
boolean showButtonBorders_
- Description of the Field
showTextures_
boolean showTextures_
- Description of the Field
looping_
boolean looping_
- Small flag when a songs are looping.
playerThread_
java.lang.Thread playerThread_
- Description of the Field
looperThread_
java.lang.Thread looperThread_
- Description of the Field
timeWatcherThread_
java.lang.Thread timeWatcherThread_
- Description of the Field
currentVolumeMultiplier_
double currentVolumeMultiplier_
- Description of the Field
songStartTime_
long songStartTime_
- Description of the Field
date
java.util.Date date
- Description of the Field
progressCount_
int progressCount_
- Description of the Field
playListFilename_
java.lang.String playListFilename_
- Description of the Field
playList
PlayList playList
- Description of the Field
playlistBackColour_
java.awt.Color playlistBackColour_
- Description of the Field
buttonBackColour_
java.awt.Color buttonBackColour_
- Description of the Field
volumeBackColour_
java.awt.Color volumeBackColour_
- Description of the Field
availableTextureNames_
java.lang.String[] availableTextureNames_
- Description of the Field
displayFont_
java.awt.Font displayFont_
- Description of the Field
displayFontBold_
java.awt.Font displayFontBold_
- Description of the Field
currVolSetting_
int currVolSetting_
- Description of the Field
playlistHeight_
int playlistHeight_
- Description of the Field
innerLeftDisplayPanelHeight_
int innerLeftDisplayPanelHeight_
- Description of the Field
innerLeftDisplayPanelWidth_
int innerLeftDisplayPanelWidth_
- Description of the Field
innerRightDisplayPanelHeight_
int innerRightDisplayPanelHeight_
- Description of the Field
innerDisplayPanelHeight_
int innerDisplayPanelHeight_
- Description of the Field
innerDisplayPanelWidth_
int innerDisplayPanelWidth_
- Description of the Field
songProgressHeight_
int songProgressHeight_
- Description of the Field
controlHeight_
int controlHeight_
- Description of the Field
volumeWidth_
int volumeWidth_
- Description of the Field
displayHeight_
int displayHeight_
- Description of the Field
displayWidth_
int displayWidth_
- Description of the Field
aboutGraphic_
java.awt.Image aboutGraphic_
- Description of the Field
backgroundTexture_
java.awt.Image backgroundTexture_
- Description of the Field
iconMiniView_
javax.swing.ImageIcon iconMiniView_
- Description of the Field
iconMiniClose_
javax.swing.ImageIcon iconMiniClose_
- Description of the Field
iconDelete_
javax.swing.ImageIcon iconDelete_
- Description of the Field
iconAdd_
javax.swing.ImageIcon iconAdd_
- Description of the Field
iconAddUrl_
javax.swing.ImageIcon iconAddUrl_
- Description of the Field
iconRefresh_
javax.swing.ImageIcon iconRefresh_
- Description of the Field
iconPlay_
javax.swing.ImageIcon iconPlay_
- Description of the Field
iconPause_
javax.swing.ImageIcon iconPause_
- Description of the Field
iconStop_
javax.swing.ImageIcon iconStop_
- Description of the Field
iconForward_
javax.swing.ImageIcon iconForward_
- Description of the Field
iconBack_
javax.swing.ImageIcon iconBack_
- Description of the Field
iconMiniPlay_
javax.swing.ImageIcon iconMiniPlay_
- Description of the Field
iconMiniPause_
javax.swing.ImageIcon iconMiniPause_
- Description of the Field
iconMiniStop_
javax.swing.ImageIcon iconMiniStop_
- Description of the Field
iconMiniForward_
javax.swing.ImageIcon iconMiniForward_
- Description of the Field
iconMiniBack_
javax.swing.ImageIcon iconMiniBack_
- Icon For going back a song.
iconVolOn_
javax.swing.ImageIcon iconVolOn_
- Unmuted Icon
iconVolOff_
javax.swing.ImageIcon iconVolOff_
- Muted Icon
iconLoop_
javax.swing.ImageIcon iconLoop_
- Description of the Field
iconSelectedLoop
javax.swing.ImageIcon iconSelectedLoop
- Description of the Field
backgroundTextureFilename_
java.lang.String backgroundTextureFilename_
- Description of the Field
panel
KPanel panel
- Description of the Field
miniDragButton
KButton miniDragButton
- Description of the Field
miniDragLabel
ColouredLabel miniDragLabel
- Description of the Field
buttonDeleteFromPlaylist
KButton buttonDeleteFromPlaylist
- Description of the Field
buttonAddToPlaylist
KButton buttonAddToPlaylist
- Description of the Field
buttonAddUrlToPlaylist
KButton buttonAddUrlToPlaylist
- Description of the Field
buttonRefreshPlaylist
KButton buttonRefreshPlaylist
- Description of the Field
button
KButton button
- Description of the Field
buttonPause
KButton buttonPause
- Description of the Field
buttonLast
KButton buttonLast
- Description of the Field
buttonNext
KButton buttonNext
- Description of the Field
miniButtonPlay
KButton miniButtonPlay
- Description of the Field
miniButtonPause
KButton miniButtonPause
- Description of the Field
miniButtonLast
KButton miniButtonLast
- Description of the Field
miniButtonNext
KButton miniButtonNext
- Description of the Field
miniButtonView_
KButton miniButtonView_
- Description of the Field
miniButtonClose_
KButton miniButtonClose_
- Description of the Field
checkBoxLoop
javax.swing.JCheckBox checkBoxLoop
- Description of the Field
checkBoxRandom
javax.swing.JCheckBox checkBoxRandom
- Description of the Field
checkBoxPlaylist
javax.swing.JCheckBox checkBoxPlaylist
- Description of the Field
checkBoxMiniView
javax.swing.JCheckBox checkBoxMiniView
- Description of the Field
songProgress
javax.swing.JProgressBar songProgress
- Description of the Field
oggBitStream_
java.io.InputStream oggBitStream_
- Description of the Field
buffer
byte[] buffer
- Description of the Field
bytes
int bytes
- Description of the Field
rate
int rate
- Description of the Field
channels
int channels
- Description of the Field
outputLine
javax.sound.sampled.SourceDataLine outputLine
- Description of the Field
songComments_
java.util.Vector songComments_
- Description of the Field
selectAllAsFavouriteSongActionListener
java.awt.event.ActionListener selectAllAsFavouriteSongActionListener
- Listener For the select all as favourite Songs menuitem. *
deselectAllAsFavouriteSongActionListener
java.awt.event.ActionListener deselectAllAsFavouriteSongActionListener
- Listener For the select all as favourite Songs menuitem. *
miniViewMouseListener
java.awt.event.MouseAdapter miniViewMouseListener
- This Listener gets the first event when the mini view title bar is
pressed so it can remember the original location of mini window.
This is in anticipation of a window drag
dragMiniViewMotionListener
java.awt.event.MouseMotionAdapter dragMiniViewMotionListener
- This Listener watches/listens where the mini window is being dragged to
so it can be repainted on the screen because the miniwindow does NOT
have a Java created titlebar so I have to mimic the window move.
deleteSelectedSongActionListener
java.awt.event.ActionListener deleteSelectedSongActionListener
- Listener For the Delete Selected Song Playlist Button. *
savePlaylistActionListener
java.awt.event.ActionListener savePlaylistActionListener
- Listener For the Save Playlist to a file Button. *
deleteAllActionListener
java.awt.event.ActionListener deleteAllActionListener
- Listener For the Delete ALL Songs from the Playlist Button. *
addSongActionListener
java.awt.event.ActionListener addSongActionListener
- Listener For the Add a Song to the Playlist Button. *
addFromPlaylistActionListener
java.awt.event.ActionListener addFromPlaylistActionListener
- Listener For the add ALL Songs from PlaylistFile Button. *
addURLActionListener
java.awt.event.ActionListener addURLActionListener
- Listener For the Add a Song from a URL Button. *
loopingRunnable_
java.lang.Runnable loopingRunnable_
- Runs the Looping of Songs in its own thread. It simply watches the playerThread_
to see when it goes null and then increments the currentItemIndex and trys
to play the next song via tryPlay(...).
timeWatcherRunnable_
java.lang.Runnable timeWatcherRunnable_
- Handles the Timer display in its own Thread.
Why not use the Timer class in the JDK??? Because it is since JDK 1.3.
playListComboBox
JCheckDropDown playListComboBox
- Description of the Field
oggSyncState_
SyncState oggSyncState_
- Description of the Field
oggStreamState_
StreamState oggStreamState_
- Description of the Field
oggPage_
Page oggPage_
- Description of the Field
oggPacket_
Packet oggPacket_
- Description of the Field
vorbisInfo
Info vorbisInfo
- Description of the Field
vorbisComment
Comment vorbisComment
- Description of the Field
vorbisDspState
DspState vorbisDspState
- Description of the Field
vorbisBlock
Block vorbisBlock
- Description of the Field
format
int format
- Description of the Field
frameSizeInBytes
int frameSizeInBytes
- Description of the Field
bufferLengthInBytes
int bufferLengthInBytes
- Description of the Field
cfgmgr_
ConfigurationManager cfgmgr_
Package ca.bc.webarts.tools |
Class ca.bc.webarts.tools.Recorder extends javax.swing.JFrame implements Serializable |
filenameLabel
javax.swing.JLabel filenameLabel
record
javax.swing.JButton record
currentDir
java.io.File currentDir
fileOut
java.io.File fileOut
filename
java.lang.String filename
filenameSuffix
int filenameSuffix
soundFileName
java.lang.String soundFileName
recordColor
java.awt.Color recordColor
stopColor
java.awt.Color stopColor
fileType
javax.sound.sampled.AudioFileFormat.Type fileType
MONO
int MONO
- See Also:
- Constant Field Values
format
javax.sound.sampled.AudioFormat format
mike
javax.sound.sampled.TargetDataLine mike
thread
java.lang.Thread thread
Class ca.bc.webarts.tools.X10Buttons extends javax.swing.JWindow implements Serializable |
XDifference_
int XDifference_
YDifference_
int YDifference_
xPosition_
int xPosition_
yPosition_
int yPosition_
appXpos
int appXpos
appYpos
int appYpos
displayRows_
int displayRows_
displayCols_
int displayCols_
numButtons_
int numButtons_
portDescriptor_
java.lang.String portDescriptor_
dragableMiniViewPanel
KPanel dragableMiniViewPanel
miniViewPanel
KPanel miniViewPanel
miniViewWindowControlPanel
KPanel miniViewWindowControlPanel
miniDragButton
KButton miniDragButton
miniButtonView_
KButton miniButtonView_
miniButtonClose_
KButton miniButtonClose_
miniButtonPanel_
KPanel miniButtonPanel_
onOffPanel_
KPanel onOffPanel_
iconMiniView_
javax.swing.ImageIcon iconMiniView_
iconMiniClose_
javax.swing.ImageIcon iconMiniClose_
IMAGE_DIR
java.lang.String IMAGE_DIR
buttonImageExtension_
java.lang.String buttonImageExtension_
buttonImagepath_
java.lang.String buttonImagepath_
miniDragLabel
ColouredLabel miniDragLabel
x10controlButton_
KButton[] x10controlButton_
onOffToggle_
ca.bc.webarts.widgets.JToggleButton onOffToggle_
houseCodes_
java.lang.String[] houseCodes_
spinnerModel_
javax.swing.SpinnerListModel spinnerModel_
houseSpinner_
javax.swing.JSpinner houseSpinner_
miniViewMouseListener
java.awt.event.MouseAdapter miniViewMouseListener
dragMiniViewMotionListener
java.awt.event.MouseMotionAdapter dragMiniViewMotionListener
Package ca.bc.webarts.widgets |
Class ca.bc.webarts.widgets.AutoButtonBar extends javax.swing.JToolBar implements Serializable |
buttonIconName
java.lang.String[] buttonIconName
buttonToolTip
java.lang.String[] buttonToolTip
codeBase
java.net.URL codeBase
tempURL
java.net.URL tempURL
fileSeperator
java.lang.String fileSeperator
toolButton
javax.swing.JButton[] toolButton
numberOfFiles
int numberOfFiles
i
int i
debug
int debug
statusBar
ca.bc.webarts.widgets.StatusBar statusBar
relImageLocator
java.lang.String relImageLocator
Class ca.bc.webarts.widgets.ClassConstants extends java.util.Hashtable implements Serializable |
currentIndex_
int currentIndex_
numConstants_
int numConstants_
enum_
java.util.Enumeration enum_
values_
java.util.Collection values_
textColour_
java.awt.Color textColour_
- Description of the Field
backColour_
java.awt.Color backColour_
- Description of the Field
labelText_
java.lang.String labelText_
- Description of the Field
fontName_
java.lang.String fontName_
- Description of the Field
fontSizes_
java.lang.String[] fontSizes_
- Description of the Field
fontSize_
java.lang.String fontSize_
- Description of the Field
fontMidpoint_
int fontMidpoint_
- Description of the Field
boldOn_
java.lang.String boldOn_
- Description of the Field
boldOff_
java.lang.String boldOff_
- Description of the Field
italicOn_
java.lang.String italicOn_
- Description of the Field
italicOff_
java.lang.String italicOff_
- Description of the Field
wrapText_
boolean wrapText_
- Description of the Field
image
java.awt.Image image
- Description of the Field
- Since:
imageHeight
int imageHeight
- Description of the Field
- Since:
imageWidth
int imageWidth
- Description of the Field
- Since:
toolkit
java.awt.Toolkit toolkit
canvas
ImageCanvas canvas
imageJarFilename_
java.lang.String imageJarFilename_
graphicFilename_
java.lang.String graphicFilename_
versionStr_
java.lang.String versionStr_
image_
java.awt.Image image_
mainPanel
javax.swing.JPanel mainPanel
titlePanel
javax.swing.JPanel titlePanel
innerPanel
javax.swing.JPanel innerPanel
graphicPanel
javax.swing.JPanel graphicPanel
textPanel
javax.swing.JPanel textPanel
buttonPanel
javax.swing.JPanel buttonPanel
topPanel
javax.swing.JPanel topPanel
htmlTitle
java.lang.String htmlTitle
tag
java.lang.String tag
vmButton
javax.swing.JButton vmButton
sysButton
javax.swing.JButton sysButton
dbButton
javax.swing.JButton dbButton
helpButton
javax.swing.JButton helpButton
closeButton
javax.swing.JButton closeButton
defaultColour
java.awt.Color defaultColour
mainBevelBorder
javax.swing.border.BevelBorder mainBevelBorder
numItems_
int numItems_
- The number of items in the list.
numItemsChecked_
int numItemsChecked_
- The number of items in the list That Are Checked..
checkedItems_
java.util.Vector checkedItems_
- A Cache of the Checked items.
Class ca.bc.webarts.widgets.JToggleButton extends KButton implements Serializable |
myButtonActionListener
java.awt.event.ActionListener myButtonActionListener
myButtonMouseAdapter
java.awt.event.MouseAdapter myButtonMouseAdapter
currentState_
boolean currentState_
flatStyle_
boolean flatStyle_
onImage_
java.lang.String onImage_
offImage_
java.lang.String offImage_
iconOn_
javax.swing.ImageIcon iconOn_
iconOff_
javax.swing.ImageIcon iconOff_
listModel_
javax.swing.DefaultListModel listModel_
- The list model used by this class.
popUpWin_
javax.swing.JWindow popUpWin_
- The JFrame that the popUpPanel_/PopUpList will live in.
popUpPanel_
javax.swing.JPanel popUpPanel_
- The JPanel that the popUpScroller_ will live in.
popUpScroller_
javax.swing.JScrollPane popUpScroller_
- The JScrollPane that the PopUpList will live in.
popUpIsShowing_
boolean popUpIsShowing_
- Flags if the popup list is showing.
popUpPosition_
java.awt.Point popUpPosition_
- The position on the screen to place the popup.
PopUpButtonPropListener_
java.beans.PropertyChangeListener PopUpButtonPropListener_
- The Property Listener for this class.
PopUpButtonActionListener_
java.awt.event.ActionListener PopUpButtonActionListener_
- The Action Listener for this class.
popUpList_
javax.swing.JList popUpList_
- The List of items that goes in the PopUp.
Class ca.bc.webarts.widgets.PrintDialog extends javax.swing.JDialog implements Serializable |
printer_
int printer_
twoUp_
boolean twoUp_
duplex_
boolean duplex_
printerName_
java.lang.String printerName_
printFilename_
java.lang.String printFilename_
printPDFCmd_
java.lang.String printPDFCmd_
printPDF2UpCmd_
java.lang.String printPDF2UpCmd_
printPDFoutDir_
java.lang.String printPDFoutDir_
printCmd_
java.lang.String printCmd_
printCmd2Up_
java.lang.String printCmd2Up_
myDebugLabel_
ColouredLabel myDebugLabel_
normalPrinterAlias_
java.lang.String normalPrinterAlias_
fastNormalPrinterAlias_
java.lang.String fastNormalPrinterAlias_
draftPrinterAlias_
java.lang.String draftPrinterAlias_
qualityPrinterAlias_
java.lang.String qualityPrinterAlias_
bestQuality
javax.swing.JRadioButton bestQuality
normalQuality
javax.swing.JRadioButton normalQuality
fastNormalQuality
javax.swing.JRadioButton fastNormalQuality
draftQuality
javax.swing.JRadioButton draftQuality
pdfQuality
javax.swing.JRadioButton pdfQuality
singleSided
javax.swing.JRadioButton singleSided
doubleSided
javax.swing.JRadioButton doubleSided
oneUp
javax.swing.JRadioButton oneUp
twoUp
javax.swing.JRadioButton twoUp
Class ca.bc.webarts.widgets.ScientificFormat extends java.text.Format implements Serializable |
sigDigit
int sigDigit
maxWidth
int maxWidth
SciNote
boolean SciNote
toolkit
java.awt.Toolkit toolkit
window
java.awt.Window window
image
java.awt.Image image
splashFinished
boolean splashFinished
Class ca.bc.webarts.widgets.StatusBar extends javax.swing.JPanel implements Serializable |
currentFileFrame
javax.swing.JInternalFrame currentFileFrame
label
javax.swing.JLabel[] label
numberOfStatusMessages
int numberOfStatusMessages
i
int i
layout
java.awt.GridBagLayout layout
c
java.awt.GridBagConstraints c
defaultFont
java.awt.Font defaultFont
currentFont
java.awt.Font currentFont
Class ca.bc.webarts.widgets.WrapperApp extends javax.swing.JFrame implements Serializable |
applet
java.applet.Applet applet
toolkit
java.awt.Toolkit toolkit
debug
int debug
Package ca.bc.webarts.widgets.dnd |
dropTarget
java.awt.dnd.DropTarget dropTarget
dragSource
java.awt.dnd.DragSource dragSource
sourceIndex
int sourceIndex
dropIndex
int dropIndex
sourceObject
java.lang.Object sourceObject
listenerList
javax.swing.event.EventListenerList listenerList
files
java.io.File[] files
Package com.jcraft.jorbis |
line
int line
message
java.lang.String message
b_ok
KButton b_ok
b_home
KButton b_home
edit
javax.swing.JEditorPane edit
startPage
java.net.URL startPage
defaultTitle
java.lang.String defaultTitle
actionListener
AboutFrame._ActionListener actionListener
loc
LocaleData loc
loc2
LocaleData loc2
p_content
KPanel p_content
b_first
KButton b_first
b_prev
KButton b_prev
b_next
KButton b_next
b_last
KButton b_last
range
int range
pos
int pos
action
int action
actionListener
ArrowButtonView._ActionListener actionListener
support
ActionSupport support
b_play
KButton b_play
b_stop
KButton b_stop
clip
AudioClip clip
p_buttons
KPanel p_buttons
gray
java.awt.Color gray
emptyBorder
javax.swing.border.Border emptyBorder
highlightBorder
javax.swing.border.Border highlightBorder
b_clear
KButton b_clear
b_dismiss
KButton b_dismiss
buffer
ScrollbackView buffer
item
ColoredString item
types
java.awt.Color[] types
- The message type-to-color mapping.
csupport
ChangeSupport csupport
documentListener
DataField._DocumentListener documentListener
inputRequired
boolean inputRequired
invalid
boolean invalid
- A state flag for representing validation state.
adjusting
boolean adjusting
l_date
KLabel l_date
l_year
KLabel l_year
l_month
KLabel l_month
b_lyear
KButton b_lyear
b_ryear
KButton b_ryear
b_lmonth
KButton b_lmonth
b_rmonth
KButton b_rmonth
cal
DateChooser.CalendarPane cal
datefmt
java.text.SimpleDateFormat datefmt
selectedDate
java.util.Calendar selectedDate
minDate
java.util.Calendar minDate
maxDate
java.util.Calendar maxDate
selectedDay
int selectedDay
firstDay
int firstDay
minDay
int minDay
maxDay
int maxDay
months
java.lang.String[] months
labels
java.lang.String[] labels
highlightColor
java.awt.Color highlightColor
disabledColor
java.awt.Color disabledColor
clipMin
boolean clipMin
clipMax
boolean clipMax
clipAllMin
boolean clipAllMin
clipAllMax
boolean clipAllMax
weekendCols
int[] weekendCols
asupport
ActionSupport asupport
dateFormat
java.text.SimpleDateFormat dateFormat
t_date
DateField t_date
b_chooser
javax.swing.JButton b_chooser
menu
javax.swing.JPopupMenu menu
chooser
DateChooser chooser
locmgr
LocaleManager locmgr
pos
java.text.ParsePosition pos
dateFormat
java.text.DateFormat dateFormat
- The formatter used to parse and format dates in this field.
date
java.util.Date date
- The current date entered in this field.
lm
LocaleManager lm
type
int type
b_close
KButton b_close
dataSource
DocumentDataSource dataSource
browser
DocumentBrowserView browser
tree
javax.swing.JTree tree
html
javax.swing.JEditorPane html
adapter
TreeModelTreeAdapter adapter
model
ITreeModel model
list
javax.swing.JList list
adapter
TreeModelListAdapter adapter
model
ITreeModel model
ignoreFiles
boolean ignoreFiles
table
TreeTable table
model
ITreeModel model
ignoreFiles
boolean ignoreFiles
tree
javax.swing.JTree tree
adapter
TreeModelTreeAdapter adapter
model
DynamicTreeModel model
ignoreFiles
boolean ignoreFiles
sortIcon
javax.swing.Icon sortIcon
l_text
javax.swing.JLabel l_text
l_icon
javax.swing.JLabel l_icon
image
javax.swing.Icon image
size
java.awt.Dimension size
b_zoomin
KButton b_zoomin
b_zoomout
KButton b_zoomout
b_zoomreset
KButton b_zoomreset
viewport
KLabel viewport
origw
int origw
origh
int origh
scale
float scale
image
java.awt.Image image
curImage
java.awt.Image curImage
scroll
javax.swing.JScrollPane scroll
waitCursor
java.awt.Cursor waitCursor
defaultCursor
java.awt.Cursor defaultCursor
opaque
boolean opaque
_dialog
KDialog _dialog
_returnValue
int _returnValue
Class kiwi.ui.KFrame extends javax.swing.JFrame implements Serializable |
_main
KPanel _main
_content
KPanel _content
propListener
KFrame._PropertyChangeListener propListener
_main
KPanel _main
propListener
KInternalFrame._PropertyChangeListener propListener
Class kiwi.ui.KLabel extends javax.swing.JLabel implements Serializable |
Class kiwi.ui.KPanel extends javax.swing.JPanel implements Serializable |
image
java.awt.Image image
opaque
boolean opaque
Class kiwi.ui.KTable extends javax.swing.JTable implements Serializable |
sorter
TableSorter sorter
sortable
boolean sortable
editable
boolean editable
realModel
javax.swing.table.TableModel realModel
i_sort
javax.swing.Icon i_sort
headerRenderer
KTable._HeaderRenderer headerRenderer
columnReordering
boolean columnReordering
c_country
javax.swing.JComboBox c_country
c_language
javax.swing.JComboBox c_language
supportedLocales
java.util.Vector supportedLocales
liveUpdate
boolean liveUpdate
plafClasses
java.lang.String[] plafClasses
plafNames
java.lang.String[] plafNames
text
java.lang.String text
- The text for this proxy.
emptyBorder
javax.swing.border.EmptyBorder emptyBorder
OFFSET
int OFFSET
model
ITreeModel model
emptyBorder
javax.swing.border.EmptyBorder emptyBorder
OFFSET
int OFFSET
model
ITreeModel model
model
ITreeModel model
highlightBackground
java.awt.Color highlightBackground
highlightForeground
java.awt.Color highlightForeground
clazz
java.lang.Class clazz
field
NumericField field
type
int type
decimals
int decimals
value
double value
maxValue
double maxValue
minValue
double minValue
hasMaxValue
boolean hasMaxValue
hasMinValue
boolean hasMinValue
grouping
boolean grouping
lm
LocaleManager lm
grouping
boolean grouping
decimals
int decimals
type
int type
paths
javax.swing.JTable paths
b_delete
KButton b_delete
b_up
KButton b_up
b_down
KButton b_down
b_new
KButton b_new
tmodel
javax.swing.table.DefaultTableModel tmodel
cellEditor
PathEditor.PathListCellEditor cellEditor
d_path
DirectorySelectorDialog d_path
sel
javax.swing.ListSelectionModel sel
loc
LocaleData loc
loc2
LocaleData loc2
timer
javax.swing.Timer timer
saveLines
int saveLines
model
ScrollbackView.FastListModel model
autoScrollsOnAdd
boolean autoScrollsOnAdd
b_cut
KButton b_cut
b_copy
KButton b_copy
b_paste
KButton b_paste
t_text
javax.swing.JTextArea t_text
- The
JTextArea
that holds the text for this component.
p_buttons
KPanel p_buttons
a_italic
javax.swing.text.SimpleAttributeSet a_italic
a_plain
javax.swing.text.SimpleAttributeSet a_plain
a_bold
javax.swing.text.SimpleAttributeSet a_bold
a_underline
javax.swing.text.SimpleAttributeSet a_underline
doc
javax.swing.text.DefaultStyledDocument doc
buffer
java.lang.StringBuffer buffer
italicf
boolean italicf
boldf
boolean boldf
underlinef
boolean underlinef
plainf
boolean plainf
proxyFactory
MarkupProxyFactory proxyFactory
delay
int delay
image
java.awt.Image image
caption
java.lang.String caption
model
StackModel model
state
java.lang.String state
icons
java.util.Hashtable icons
defaultIcon
javax.swing.Icon defaultIcon
label
javax.swing.JTextField label
meter
Thermometer meter
labelOnly
boolean labelOnly
timer
javax.swing.Timer timer
gbc
java.awt.GridBagConstraints gbc
busy
boolean busy
percent
int percent
pos
int pos
pwidth
int pwidth
pheight
int pheight
barw
int barw
thread
java.lang.Thread thread
icon
javax.swing.Icon icon
altIcon
javax.swing.Icon altIcon
state
boolean state
model
ITreeModel model
tableAdapter
TreeModelTableAdapter tableAdapter
elementViewer
UIElementViewer elementViewer
model
javax.swing.DefaultListModel model
jlist
javax.swing.JList jlist
selListener
UIElementChooser._ListSelectionListener selListener
viewpane
KPanel viewpane
support
ChangeSupport support
l_title
KLabel l_title
config
Config config
- The configuration object for the
WizardPanelSequence
that
owns this WizardPanel
.
b_prev
KButton b_prev
b_next
KButton b_next
b_cancel
KButton b_cancel
iconLabel
KLabel iconLabel
sequence
WizardPanelSequence sequence
content
KPanel content
curPanel
WizardPanel curPanel
pos
int pos
count
int count
i_next
javax.swing.Icon i_next
finish
boolean finish
support
ActionSupport support
s_next
java.lang.String s_next
s_back
java.lang.String s_back
s_finish
java.lang.String s_finish
s_cancel
java.lang.String s_cancel
actionListener
WizardView._ActionListener actionListener
p_buttons
ButtonPanel p_buttons
object
java.lang.Object object
- The problem domain object associated with this editor.
b_save
KButton b_save
b_cancel
KButton b_cancel
changesMade
boolean changesMade
keyAdapter
WorkspaceEditor._KeyListener keyAdapter
mouseAdapter
WorkspaceEditor._MouseListener mouseAdapter
focusAdapter
WorkspaceEditor._FocusListener focusAdapter
actionListener
WorkspaceEditor._ButtonListener actionListener
firstComponent
java.awt.Component firstComponent
editable
boolean editable
curFocus
javax.swing.text.JTextComponent curFocus
manager
WorkspaceManager manager
l_comment
KLabel l_comment
pane
KPanel pane
description
java.lang.String description
- The description for this set of configuration parameters.
support
ChangeSupport support
- The support object for firing
ChangeEvent
s when the object
changes.
psupport
java.beans.PropertyChangeSupport psupport
- The support object for firing PropertyChangeEvents when
a property changes.