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
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
- Listener . *
dragMiniViewMotionListener
java.awt.event.MouseMotionAdapter dragMiniViewMotionListener
- Listener . *
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.widgets |
textColour_
java.awt.Color textColour_
backColour_
java.awt.Color backColour_
labelText_
java.lang.String labelText_
fontName_
java.lang.String fontName_
fontSizes_
java.lang.String[] fontSizes_
fontSize_
java.lang.String fontSize_
fontMidpoint_
int fontMidpoint_
boldOn_
java.lang.String boldOn_
boldOff_
java.lang.String boldOff_
italicOn_
java.lang.String italicOn_
italicOff_
java.lang.String italicOff_
wrapText_
boolean wrapText_
image_
java.awt.Image image_
- The Image to Paint.
- Since:
-
imageHeight
int imageHeight
- Class holder for the image height.
- Since:
-
imageWidth
int imageWidth
- Class holder for the image width.
- 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.
this$0
JCheckDropDown this$0
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.
toolkit
java.awt.Toolkit toolkit
- The default java awt toolkit.
window
java.awt.Window window
- The main Splash window.
image
java.awt.Image image
- The Image being displayed.
splashFinished
boolean splashFinished
- A boolen flag to signal the splash sleep thread.
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
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
kiwi.ui.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.
l_date
javax.swing.JLabel l_date
l_year
javax.swing.JLabel l_year
l_month
javax.swing.JLabel 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
kiwi.ui.ActionSupport asupport
this$0
DateChooser this$0
ww
int ww
hh
int hh
dp
int dp
x0
int x0
y0
int y0
b_close
KButton b_close
dataSource
kiwi.ui.DocumentDataSource dataSource
browser
DocumentBrowserView browser
tree
javax.swing.JTree tree
html
javax.swing.JEditorPane html
adapter
kiwi.ui.TreeModelTreeAdapter adapter
model
kiwi.ui.ITreeModel model
list
javax.swing.JList list
adapter
kiwi.ui.TreeModelListAdapter adapter
model
kiwi.ui.ITreeModel model
ignoreFiles
boolean ignoreFiles
table
TreeTable table
model
kiwi.ui.ITreeModel model
ignoreFiles
boolean ignoreFiles
tree
javax.swing.JTree tree
adapter
kiwi.ui.TreeModelTreeAdapter adapter
model
kiwi.ui.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
javax.swing.JLabel 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
_main
KPanel _main
propListener
KFrame._PropertyChangeListener propListener
_main
KPanel _main
propListener
KInternalFrame._PropertyChangeListener propListener
image
java.awt.Image image
sorter
kiwi.ui.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
this$0
KTable this$0
this$0
KTable this$0
this$0
KTable this$0
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
kiwi.ui.ITreeModel model
emptyBorder
javax.swing.border.EmptyBorder emptyBorder
OFFSET
int OFFSET
model
kiwi.ui.ITreeModel model
model
kiwi.ui.ITreeModel model
highlightBackground
java.awt.Color highlightBackground
highlightForeground
java.awt.Color highlightForeground
clazz
java.lang.Class clazz
field
NumericField field
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
kiwi.ui.dialog.DirectorySelectorDialog d_path
sel
javax.swing.ListSelectionModel sel
loc
LocaleData loc
loc2
LocaleData loc2
timer
javax.swing.Timer timer
saveLines
int saveLines
model
javax.swing.DefaultListModel 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
kiwi.ui.StackModel model
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
tip
java.lang.String tip
c
java.awt.Component c
armed
boolean armed
timestamp
long timestamp
delay
long delay
drawLoc
java.awt.Point drawLoc
model
kiwi.ui.ITreeModel model
tableAdapter
kiwi.ui.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
javax.swing.JLabel 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
javax.swing.JLabel 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
kiwi.ui.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
javax.swing.JLabel 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.