Serialized Form


Package net.sourceforge.bee

Class net.sourceforge.bee.Bee extends JFrame implements Serializable

Serialized Fields

desktop

JDesktopPane desktop
Bee Editor's JDesktopPane.


iOpenBook

JMenuItem iOpenBook
Describe variable iOpenBook here.


iNewBook

JMenuItem iNewBook
Describe variable iOpenBook here.


iExit

JMenuItem iExit
Describe variable iOpenBook here.


iUnicode

JMenuItem iUnicode
Describe variable iOpenBook here.


editors

Hashtable<K,V> editors
Keeps track of book editors that are active.


unicode

UnicodeCharInputPanel.UnicodeCharJDialog unicode

Class net.sourceforge.bee.BookEditor extends JInternalFrame implements Serializable

Serialized Fields

lTitle

JLabel lTitle

lAuthor

JLabel lAuthor

lDescription

JLabel lDescription

fTitle

JTextField fTitle

fAuthor

JTextField fAuthor

aDescription

JTextArea aDescription

lChapters

JList lChapters

bEdit

JButton bEdit

bUpdate

JButton bUpdate

save

JMenuItem save

saveAs

JMenuItem saveAs

close

JMenuItem close

edit

JMenuItem edit

iNew

JMenuItem iNew

iCut

JMenuItem iCut

iCopy

JMenuItem iCopy

iInsert

JMenuItem iInsert

iDelete

JMenuItem iDelete

clipboard

Object clipboard

book

Book book

savedBook

Book savedBook

bee

Bee bee

editors

Hashtable<K,V> editors

loadFile

File loadFile

content

Container content

editChapterAction

AbstractAction editChapterAction

deleteChapterAction

AbstractAction deleteChapterAction

insertChapterAction

AbstractAction insertChapterAction

copyChapterAction

AbstractAction copyChapterAction

newChapterAction

AbstractAction newChapterAction

closeAction

AbstractAction closeAction

saveAsAction

AbstractAction saveAsAction

saveAction

AbstractAction saveAction

Class net.sourceforge.bee.ChapterEditor extends JInternalFrame implements Serializable

Serialized Fields

fTitle

JTextField fTitle

fAuthor

JTextField fAuthor

aDescription

JTextArea aDescription

tQuestions

ListSelectionJTable tQuestions

tmod

ChapterTableModel tmod

bUpdate

JButton bUpdate

byID

JMenuItem byID

byText

JMenuItem byText

byRightAnswer

JMenuItem byRightAnswer

copy

JMenuItem copy

paste

JMenuItem paste

insert

JMenuItem insert

inserts

JMenuItem inserts

delete

JMenuItem delete

mUndo

JMenuItem mUndo

mNormalize

JMenuItem mNormalize

mDruid

JMenuItem mDruid

cName

String cName

clipboard

Object clipboard

undo

List<E> undo

chapter

Chapter chapter

bookEditor

BookEditor bookEditor

base

long base

druid

QuestionDruid druid

wiz

InsertMultipleFrame wiz

copyAction

AbstractAction copyAction

pasteAction

AbstractAction pasteAction

insertAction

AbstractAction insertAction

deleteAction

AbstractAction deleteAction

insertMultipleAction

AbstractAction insertMultipleAction

questionDruidAction

AbstractAction questionDruidAction

sortByIDAction

AbstractAction sortByIDAction

undoAction

AbstractAction undoAction

normalizeAction

AbstractAction normalizeAction

smallerRowsAction

AbstractAction smallerRowsAction

biggerRowsAction

AbstractAction biggerRowsAction

Class net.sourceforge.bee.ChapterTableModel extends AbstractTableModel implements Serializable

Serialized Fields

qs

Question[] qs

Class net.sourceforge.bee.InsertMultipleFrame extends JInternalFrame implements Serializable

Serialized Fields

lNumber

JLabel lNumber

fNumber

JTextField fNumber

bGenerate

JButton bGenerate

cpan

ChapterEditor cpan

Class net.sourceforge.bee.ListSelectionJTable extends JTable implements Serializable

Serialized Fields

v

Vector<E> v

Class net.sourceforge.bee.QuestionDruid extends JInternalFrame implements Serializable

Serialized Fields

qPreText

JTextField qPreText

qPostText

JTextField qPostText

aPreText

JTextField aPreText

aPostText

JTextField aPostText

bSwitch

JButton bSwitch

generate

JButton generate

clearAll

JButton clearAll

rows

int rows

tab

JTable tab

preview

JTextArea preview

rand

Random rand

chapterPanel

ChapterEditor chapterPanel

Class net.sourceforge.bee.StringTransferHandler extends TransferHandler implements Serializable

Class net.sourceforge.bee.TabDelimitedTransferHandler extends StringTransferHandler implements Serializable

Serialized Fields

rows

int[] rows

addIndex

int addIndex

addCount

int addCount

Class net.sourceforge.bee.TableQuestionHandler extends TransferHandler implements Serializable

Serialized Fields

tmod

ChapterTableModel tmod
Deprecated. 

Class net.sourceforge.bee.UnicodeCharInputPanel extends JPanel implements Serializable

Serialized Fields

hexchar

char[] hexchar

lowbutt

net.sourceforge.bee.UnicodeCharInputPanel.BigToolTipJButton[] lowbutt

pagename

JLabel pagename

preview

net.sourceforge.bee.UnicodeCharInputPanel.DisplayJButton preview

uppernibblesbg

ButtonGroup[] uppernibblesbg

upperbyte

int upperbyte

upperbytestring

String upperbytestring

eventsource

Component eventsource

postglobally

boolean postglobally

dispatchto

Component dispatchto

box

Box box

Class net.sourceforge.bee.UnicodeCharInputPanel.UnicodeCharJDialog extends JDialog implements Serializable

Serialized Fields

pan

UnicodeCharInputPanel pan

Class net.sourceforge.bee.UnicodeCharInputPanel.UnicodeCharJFrame extends JFrame implements Serializable

Serialized Fields

pan

UnicodeCharInputPanel pan

Class net.sourceforge.bee.VerificationTableCellRenderer extends DefaultTableCellRenderer implements Serializable

Serialized Fields

tmod

ChapterTableModel tmod

Class net.sourceforge.bee.WelcomeDialog extends JInternalFrame implements Serializable

Serialized Fields

p3

JPanel p3

content

Container content

newBook

JRadioButton newBook

existingBook

JRadioButton existingBook

buttonGroup

ButtonGroup buttonGroup

fTitle

JTextField fTitle

fAuthor

JTextField fAuthor

aDescription

JTextArea aDescription

chooser

JFileChooser chooser

bee

Bee bee

Package net.sourceforge.pavlov.feedback.old

Class net.sourceforge.pavlov.feedback.old.AbstractFeedbackPanel extends AbstractFeedbackPluglet implements Serializable

Serialized Fields

jPanel2

JPanel jPanel2

jLabel3

JLabel jLabel3

jLabel4

JLabel jLabel4

jScrollPane1

JScrollPane jScrollPane1

imageLabel

JLabel imageLabel

jPanel5

JPanel jPanel5

jCheckBox1

JCheckBox jCheckBox1

jLabel7

JLabel jLabel7

Package net.sourceforge.pavlov.library

Class net.sourceforge.pavlov.library.Book extends LibraryDocument implements Serializable

Serialized Fields

coverFile

String coverFile
Filename of a descriptive image of this book.


chapters

TreeMap<K,V> chapters
Contains the chapters.

Class net.sourceforge.pavlov.library.Chapter extends LibraryDocument implements Serializable

Serialized Fields

coverFile

String coverFile
Filename for a descriptive image.


questions

TreeMap<K,V> questions
Holds the questions, keyed off of Question.id

Class net.sourceforge.pavlov.library.LibraryDocument extends Object implements Serializable

Serialized Fields

name

String name
Descriptive name of this document.


author

String author
Name of the author/maintainer of this document.


description

String description
Textual description of this document's content.

Class net.sourceforge.pavlov.library.Question extends Object implements Serializable

Serialized Fields

id

String id
Chapter-unique string identifier.


text

String text
Question's text.


rightAnswer

String rightAnswer
The right answer.


wrongAnswers

Vector<E> wrongAnswers
List of wrong answers.


hints

Vector<E> hints
Hints to display if question is answered incorrectly.


soundFile

String soundFile
URL of audio to play for this question.


imageFile

String imageFile
URL of image to display for this question.


Package net.sourceforge.pavlov.pluglets.feedback

Class net.sourceforge.pavlov.pluglets.feedback.AbstractFeedbackPluglet extends JDialog implements Serializable

Serialized Fields

last

AnswerEvent last

rb

ResourceBroker rb

mi

JCheckBoxMenuItem mi

Class net.sourceforge.pavlov.pluglets.feedback.SequencedImagePluglet extends AbstractFeedbackPluglet implements Serializable

Serialized Fields

rights

SequencedMediaDirectory rights
The directory containing the sequence of images.


Package net.sourceforge.pavlov.pluglets.feedback.charts

Class net.sourceforge.pavlov.pluglets.feedback.charts.ChartPanel extends JLabel implements Serializable

Serialized Fields

chart

Chart chart

graf

Graphics2D graf

chartChanged

boolean chartChanged
True when the chart's data has changed.

Class net.sourceforge.pavlov.pluglets.feedback.charts.JChartFeedbackPluglet extends AbstractFeedbackPluglet implements Serializable

Serialized Fields

foo

JMenuBar foo
This pluglet's JMenuBar.


help

HelpSystem help
This pluglet's HelpSystem.


hmm

ChartPanel hmm

axisChart

AxisChart axisChart

xAxisLabels

String[] xAxisLabels

xAxisTitle

String xAxisTitle

yAxisTitle

String yAxisTitle

title

String title

dataSeries

DataSeries dataSeries

data

double[][] data

legendLabels

String[] legendLabels

paints

Paint[] paints

strokes

Stroke[] strokes

shapes

Shape[] shapes

axisChartDataSet

AxisChartDataSet axisChartDataSet

chartProperties

ChartProperties chartProperties

axisProperties

AxisProperties axisProperties

legendProperties

LegendProperties legendProperties

Class net.sourceforge.pavlov.pluglets.feedback.charts.JPieChartFeedbackPluglet extends AbstractFeedbackPluglet implements Serializable

Serialized Fields

foo

JMenuBar foo
This pluglet's JMenuBar.


help

HelpSystem help
This pluglet's HelpSystem.


hmm

ChartPanel hmm
The ChartPanel to display the PieChart in.


pieChart

PieChart2D pieChart

title

String title

data

double[] data

legendLabels

String[] legendLabels

paints

Paint[] paints

pieChartDataSet

PieChartDataSet pieChartDataSet

chartProperties

ChartProperties chartProperties

pieChart2DProperties

PieChart2DProperties pieChart2DProperties

legendProperties

LegendProperties legendProperties

labels

String[] labels

Package net.sourceforge.pavlov.pluglets.feedback.random

Class net.sourceforge.pavlov.pluglets.feedback.random.AudioFeedback extends AbstractFeedbackPanel implements Serializable

Serialized Fields

rights

int rights
Describe variable rights here.


ifac

RandomRightWrongAudioFactory ifac
Describe variable ifac here.


correct

String correct

incorrect

String incorrect

Class net.sourceforge.pavlov.pluglets.feedback.random.RandomImage extends AbstractFeedbackPanel implements Serializable

Serialized Fields

size

int size
Describe variable size here.


logo

Icon logo
Describe variable logo here.


rights

int rights
Describe variable rights here.


ifac

RandomImageFactory ifac
Describe variable ifac here.


mode

DefaultVisualFeedbackMode mode
Describe variable mode here.


beginner

BeginnerFeedbackMode beginner
Describe variable beginner here.


intermed

IntermediateFeedbackMode intermed
Describe variable intermed here.


expert

ExpertFeedbackMode expert
Describe variable expert here.


cacheObject

CacheObject cacheObject
Describe variable cacheObject here.


screenSize

Dimension screenSize
Describe variable screenSize here.


scroller

JScrollPane scroller
Describe variable scroller here.


refreshItem

JMenuItem refreshItem
Describe variable refreshItem here.


chooseItem

JMenuItem chooseItem
Describe variable chooseItem here.


begin

JMenuItem begin
Describe variable begin here.


inter

JMenuItem inter
Describe variable inter here.


adv

JMenuItem adv
Describe variable adv here.


pix

HashtableJRadioButtonMenu pix
Describe variable pix here.


menu

JMenuBar menu
Describe variable menu here.


bg

ButtonGroup bg

cat

Category cat

Package net.sourceforge.pavlov.pluglets.feedback.rightWrong

Class net.sourceforge.pavlov.pluglets.feedback.rightWrong.MediaDirectoryPluglet extends AbstractFeedbackPluglet implements Serializable

Serialized Fields

rights

SequencedMediaDirectory rights
Directory containing sequenced media for correct responses.


wrongs

SequencedMediaDirectory wrongs
Directory containing sequenced media for incorrect responses.


Package net.sourceforge.pavlov.pluglets.feedback.velocity

Class net.sourceforge.pavlov.pluglets.feedback.velocity.VelocityPluglet extends JFrameView implements Serializable

Serialized Fields

name

String name

baseURL

URL baseURL

Package net.sourceforge.pavlov.randommedia

Class net.sourceforge.pavlov.randommedia.ImageCache extends MediaCache implements Serializable

Serialized Fields

last

CacheObject last

Class net.sourceforge.pavlov.randommedia.MediaCache extends Stack<Object> implements Serializable

Serialized Fields

maxPriorityBound

int maxPriorityBound

normPriorityBound

int normPriorityBound

numLoading

int numLoading

maxLoading

int maxLoading

provider

RandomURLProvider provider

cat

Category cat

Class net.sourceforge.pavlov.randommedia.SoundList extends MediaCache implements Serializable


Package net.sourceforge.pavlov.startup

Class net.sourceforge.pavlov.startup.StartupWindow extends Window implements Serializable

Serialized Fields

aboutImage

ImageIcon aboutImage
Image to show.


label

JLabel label
JLabel to show image in.


mainapp

JFrame mainapp

text

String text
Progress status message text.


pbar

JProgressBar pbar
Describe variable pbar here.


progress

int progress
Describe variable progress here.


Package net.sourceforge.pavlov.swing

Class net.sourceforge.pavlov.swing.HashtableJRadioButtonMenu extends JMenu implements Serializable

Serialized Fields

_items

Hashtable<K,V> _items

Class net.sourceforge.pavlov.swing.HelpSystem extends JMenu implements Serializable

Serialized Fields

pane

Container pane
Describe variable pane here.


browsers

Hashtable<K,V> browsers
Describe variable browsers here.

Class net.sourceforge.pavlov.swing.HTMLInternalFrame extends JDialog implements Serializable

Serialized Fields

html

JEditorPane html

reload

boolean reload

myURL

URL myURL

urls

Vector<E> urls

urlBox

JComboBox urlBox

Package net.sourceforge.pavlov.user

Class net.sourceforge.pavlov.user.ChapterStatistics extends Object implements Serializable

Serialized Fields

nQuestions

int nQuestions
Number of questions in the chapter.


nAnswered

int nAnswered
Number of questions in the chapter that have been answered.


nOnceRights

int nOnceRights
Number of questions answered correctly at least once.


nOnlyWrongs

int nOnlyWrongs
Number of questions answered only wrong.


totAnswers

int totAnswers
Total number of answers.


totRights

int totRights
Total number of right answers.


rightsVersusNumberOfQuestions

double rightsVersusNumberOfQuestions
Percentage of questions answered right at least once divided by number of questions in chapter.


onlyWrongsVersusNumberOfQuestions

double onlyWrongsVersusNumberOfQuestions
Percentage of questions answered at least once, but with no correct answers divided by number of questions in the chapter.


rightsVersusNumberOfAnswers

double rightsVersusNumberOfAnswers
Percentage of right answers.


frequency

double frequency
Percentage of questions that have been answered.


Package net.sourceforge.sillyview

Class net.sourceforge.sillyview.HTMLPane extends JEditorPane implements Serializable

Serialized Fields

dString

String dString

converter

LookAndFeelToCSS converter

initialized

boolean initialized

cat

Category cat

autodump

boolean autodump

lastLookAndFeel

LookAndFeel lastLookAndFeel

lastUI

TextUI lastUI

Class net.sourceforge.sillyview.HTMLPaneView extends HTMLPane implements Serializable

Serialized Fields

mod

WidgetModel mod
The model this view gets its data from.

Class net.sourceforge.sillyview.JFrameView extends JFrame implements Serializable

Serialized Fields

jPanel

JPanelView jPanel

Class net.sourceforge.sillyview.JInternalFrameView extends JInternalFrame implements Serializable

Serialized Fields

jPanel

JPanelView jPanel
Describe variable jPanel here.

Class net.sourceforge.sillyview.JPanelView extends Box implements Serializable

Serialized Fields

cat

Category cat

title

String title
This panel's title.


lab

JLabel lab
If data displayed as a JLabel, this is that JLabel.


ed

JEditorPane ed
If data displayed in a JEditorPane, this is that JEditorPane.


comp

Object comp
The component that the data is displayed in.


mod

WidgetModel mod
The model this view gets its data from.


Package net.sourceforge.steelme

Class net.sourceforge.steelme.FontChooserPanel extends JPanel implements Serializable

Serialized Fields

jLabel2

JLabel jLabel2

jLabel3

JLabel jLabel3

jComboBox1

JComboBox jComboBox1

jCheckBox1

JCheckBox jCheckBox1

jCheckBox2

JCheckBox jCheckBox2

jLabel5

JLabel jLabel5

jList2

JComboBox jList2

Class net.sourceforge.steelme.ThemeAwareTextArea extends JTextArea implements Serializable

Class net.sourceforge.steelme.ThemeEditor extends JFrame implements Serializable

Serialized Fields

cat

Category cat

cp1

Color cp1

cp2

Color cp2

cp3

Color cp3

cs1

Color cs1

cs2

Color cs2

cs3

Color cs3

font

Font font

ct1

Color ct1

ct2

Color ct2

cw

Color cw

cb

Color cb

def

SteelmeTheme def

target

JRootPane target

jLabel1

JLabel jLabel1

jPanel1

JPanel jPanel1

jLabel6

JLabel jLabel6

p1

ThemeResistantJButton p1

jLabel7

JLabel jLabel7

s1

ThemeResistantJButton s1

jLabel9

JLabel jLabel9

p2

ThemeResistantJButton p2

jLabel8

JLabel jLabel8

s2

ThemeResistantJButton s2

jLabel10

JLabel jLabel10

p3

ThemeResistantJButton p3

jLabel11

JLabel jLabel11

s3

ThemeResistantJButton s3

jLabel12

JLabel jLabel12

t1

ThemeResistantJButton t1

jLabel13

JLabel jLabel13

t2

ThemeResistantJButton t2

jLabel14

JLabel jLabel14

w

ThemeResistantJButton w

jLabel15

JLabel jLabel15

b

ThemeResistantJButton b

jLabel18

JLabel jLabel18

jTextField1

JTextField jTextField1

jLabel19

JLabel jLabel19

fontChooser

FontChooserPanel fontChooser

jPanel3

JPanel jPanel3

save

JButton save

apply

JButton apply

done

JButton done

Class net.sourceforge.steelme.ThemeMenu extends JMenu implements Serializable

Serialized Fields

targ

JComponent targ

editor

JMenuItem editor

reload

JMenuItem reload

themeDir

File themeDir

Class net.sourceforge.steelme.ThemeResistantJButton extends JButton implements Serializable

Class net.sourceforge.steelme.ThemeResistantJMenuItem extends JMenuItem implements Serializable