Serialized Form


Package ca.bc.webarts

Class ca.bc.webarts.jOggPlayer implements Serializable

Serialized Fields

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

Class ca.bc.webarts.widgets.ColouredLabel implements Serializable

Serialized Fields

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_

Class ca.bc.webarts.widgets.ImageCanvas implements Serializable

Serialized Fields

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:
 

Class ca.bc.webarts.widgets.JAboutBox implements Serializable

Serialized Fields

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

Class ca.bc.webarts.widgets.JCheckDropDown implements Serializable

Serialized Fields

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.JCheckDropDown.CheckBoxRenderer implements Serializable

Serialized Fields

this$0

JCheckDropDown this$0

Class ca.bc.webarts.widgets.PopUpButton implements Serializable

Serialized Fields

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.Splash implements Serializable

Serialized Fields

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

Class ca.bc.webarts.widgets.dnd.DnDList implements Serializable

Serialized Fields

dropTarget

java.awt.dnd.DropTarget dropTarget

dragSource

java.awt.dnd.DragSource dragSource

sourceIndex

int sourceIndex

dropIndex

int dropIndex

sourceObject

java.lang.Object sourceObject

Class ca.bc.webarts.widgets.dnd.FileDropBean implements Serializable

Serialized Fields

listenerList

javax.swing.event.EventListenerList listenerList

Class ca.bc.webarts.widgets.dnd.FileDropEvent implements Serializable

Serialized Fields

files

java.io.File[] files


Package com.jcraft.jorbis

Class com.jcraft.jorbis.JOrbisException implements Serializable


Package kiwi.text

Class kiwi.text.ParsingException implements Serializable

Serialized Fields

line

int line

message

java.lang.String message


Package kiwi.ui

Class kiwi.ui.AboutFrame implements Serializable

Serialized Fields

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

Class kiwi.ui.ArrowButtonView implements Serializable

Serialized Fields

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

Class kiwi.ui.AudioClipViewer implements Serializable

Serialized Fields

b_play

KButton b_play

b_stop

KButton b_stop

clip

AudioClip clip

Class kiwi.ui.BooleanCellRenderer implements Serializable

Class kiwi.ui.ButtonPanel implements Serializable

Serialized Fields

p_buttons

KPanel p_buttons

Class kiwi.ui.ColoredCellRenderer implements Serializable

Serialized Fields

gray

java.awt.Color gray

Class kiwi.ui.ColorSwatchCellRenderer implements Serializable

Serialized Fields

emptyBorder

javax.swing.border.Border emptyBorder

highlightBorder

javax.swing.border.Border highlightBorder

Class kiwi.ui.ConsoleFrame implements Serializable

Serialized Fields

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.

Class kiwi.ui.ContentPanel implements Serializable

Class kiwi.ui.DateChooser implements Serializable

Serialized Fields

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

Class kiwi.ui.DateChooser.CalendarPane implements Serializable

Serialized Fields

this$0

DateChooser this$0

ww

int ww

hh

int hh

dp

int dp

x0

int x0

y0

int y0

Class kiwi.ui.DocumentBrowserFrame implements Serializable

Serialized Fields

b_close

KButton b_close

dataSource

kiwi.ui.DocumentDataSource dataSource

browser

DocumentBrowserView browser

Class kiwi.ui.DocumentBrowserView implements Serializable

Serialized Fields

tree

javax.swing.JTree tree

html

javax.swing.JEditorPane html

adapter

kiwi.ui.TreeModelTreeAdapter adapter

model

kiwi.ui.ITreeModel model

Class kiwi.ui.FilesystemListView implements Serializable

Serialized Fields

list

javax.swing.JList list

adapter

kiwi.ui.TreeModelListAdapter adapter

model

kiwi.ui.ITreeModel model

ignoreFiles

boolean ignoreFiles

Class kiwi.ui.FilesystemTableView implements Serializable

Serialized Fields

table

TreeTable table

model

kiwi.ui.ITreeModel model

ignoreFiles

boolean ignoreFiles

Class kiwi.ui.FilesystemTreeView implements Serializable

Serialized Fields

tree

javax.swing.JTree tree

adapter

kiwi.ui.TreeModelTreeAdapter adapter

model

kiwi.ui.DynamicTreeModel model

ignoreFiles

boolean ignoreFiles

Class kiwi.ui.HeaderCellRenderer implements Serializable

Serialized Fields

sortIcon

javax.swing.Icon sortIcon

l_text

javax.swing.JLabel l_text

l_icon

javax.swing.JLabel l_icon

Class kiwi.ui.ImagePanel implements Serializable

Serialized Fields

image

javax.swing.Icon image

size

java.awt.Dimension size

Class kiwi.ui.ImageView implements Serializable

Serialized Fields

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

Class kiwi.ui.KButton implements Serializable

Class kiwi.ui.KDesktopPane implements Serializable

Serialized Fields

opaque

boolean opaque

Class kiwi.ui.KFrame implements Serializable

Serialized Fields

_main

KPanel _main

propListener

KFrame._PropertyChangeListener propListener

Class kiwi.ui.KInternalFrame implements Serializable

Serialized Fields

_main

KPanel _main

propListener

KInternalFrame._PropertyChangeListener propListener

Class kiwi.ui.KLabel implements Serializable

Class kiwi.ui.KPanel implements Serializable

Serialized Fields

image

java.awt.Image image

Class kiwi.ui.KTable implements Serializable

Serialized Fields

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

Class kiwi.ui.KTable._HeaderRenderer implements Serializable

Serialized Fields

this$0

KTable this$0

Class kiwi.ui.KTable._SelectionModel implements Serializable

Serialized Fields

this$0

KTable this$0

Class kiwi.ui.KTable._TableHeader implements Serializable

Serialized Fields

this$0

KTable this$0

Class kiwi.ui.KToggleButton implements Serializable

Class kiwi.ui.LocaleChooser implements Serializable

Serialized Fields

c_country

javax.swing.JComboBox c_country

c_language

javax.swing.JComboBox c_language

supportedLocales

java.util.Vector supportedLocales

Class kiwi.ui.LookAndFeelChooser implements Serializable

Serialized Fields

liveUpdate

boolean liveUpdate

plafClasses

java.lang.String[] plafClasses

plafNames

java.lang.String[] plafNames

Class kiwi.ui.MarkupProxy implements Serializable

Serialized Fields

text

java.lang.String text
The text for this proxy.

Class kiwi.ui.ModelListCellRenderer implements Serializable

Serialized Fields

emptyBorder

javax.swing.border.EmptyBorder emptyBorder

OFFSET

int OFFSET

model

kiwi.ui.ITreeModel model

Class kiwi.ui.ModelTableCellRenderer implements Serializable

Serialized Fields

emptyBorder

javax.swing.border.EmptyBorder emptyBorder

OFFSET

int OFFSET

model

kiwi.ui.ITreeModel model

Class kiwi.ui.ModelTreeCellRenderer implements Serializable

Serialized Fields

model

kiwi.ui.ITreeModel model

highlightBackground

java.awt.Color highlightBackground

highlightForeground

java.awt.Color highlightForeground

Class kiwi.ui.NoAppropriateEditorException implements Serializable

Serialized Fields

clazz

java.lang.Class clazz

Class kiwi.ui.NumericCellEditor implements Serializable

Serialized Fields

field

NumericField field

Class kiwi.ui.NumericTableCellRenderer implements Serializable

Serialized Fields

lm

LocaleManager lm

grouping

boolean grouping

decimals

int decimals

type

int type

Class kiwi.ui.PathEditor implements Serializable

Serialized Fields

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

Class kiwi.ui.RepeaterButton implements Serializable

Serialized Fields

timer

javax.swing.Timer timer

Class kiwi.ui.ScrollbackView implements Serializable

Serialized Fields

saveLines

int saveLines

model

javax.swing.DefaultListModel model

autoScrollsOnAdd

boolean autoScrollsOnAdd

Class kiwi.ui.SimpleEditor implements Serializable

Serialized Fields

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

Class kiwi.ui.SimpleStyledEditor implements Serializable

Serialized Fields

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

Class kiwi.ui.SplashScreen implements Serializable

Serialized Fields

delay

int delay

image

java.awt.Image image

caption

java.lang.String caption

Class kiwi.ui.StackView implements Serializable

Serialized Fields

model

kiwi.ui.StackModel model

Class kiwi.ui.StatusBar implements Serializable

Serialized Fields

label

javax.swing.JTextField label

meter

Thermometer meter

labelOnly

boolean labelOnly

timer

javax.swing.Timer timer

gbc

java.awt.GridBagConstraints gbc

busy

boolean busy

Class kiwi.ui.TextureViewer implements Serializable

Class kiwi.ui.Thermometer implements Serializable

Serialized Fields

percent

int percent

pos

int pos

pwidth

int pwidth

pheight

int pheight

barw

int barw

thread

java.lang.Thread thread

Class kiwi.ui.ToggleIndicator implements Serializable

Serialized Fields

icon

javax.swing.Icon icon

altIcon

javax.swing.Icon altIcon

state

boolean state

Class kiwi.ui.ToolTipWindow implements Serializable

Serialized Fields

tip

java.lang.String tip

c

java.awt.Component c

armed

boolean armed

timestamp

long timestamp

delay

long delay

drawLoc

java.awt.Point drawLoc

Class kiwi.ui.TreeTable implements Serializable

Serialized Fields

model

kiwi.ui.ITreeModel model

tableAdapter

kiwi.ui.TreeModelTableAdapter tableAdapter

Class kiwi.ui.UIElementChooser implements Serializable

Serialized Fields

elementViewer

UIElementViewer elementViewer

model

javax.swing.DefaultListModel model

jlist

javax.swing.JList jlist

selListener

UIElementChooser._ListSelectionListener selListener

viewpane

KPanel viewpane

Class kiwi.ui.WizardPanel implements Serializable

Serialized Fields

support

ChangeSupport support

l_title

javax.swing.JLabel l_title

config

Config config
The configuration object for the WizardPanelSequence that owns this WizardPanel.

Class kiwi.ui.WizardView implements Serializable

Serialized Fields

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

Class kiwi.ui.WorkspaceEditor implements Serializable

Serialized Fields

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


Package kiwi.util

Class kiwi.util.AssertionException implements Serializable

Class kiwi.util.Config implements Serializable

Serialized Fields

description

java.lang.String description
The description for this set of configuration parameters.

support

ChangeSupport support
The support object for firing ChangeEvents when the object changes.

Class kiwi.util.NotImplementedException implements Serializable

Class kiwi.util.ResourceNotFoundException implements Serializable


Package org.jconfig

Class org.jconfig.ConfigurationManagerException implements Serializable