Serialized Form


Package com.pepper.guiutils

Class com.pepper.guiutils.AnimatedCanvas extends Canvas implements Serializable

Serialized Fields

theImage

Image theImage

decoder

com.pepper.guiutils.GifDecoder decoder

animateThread

Thread animateThread

stopAnim

boolean stopAnim

currentFrame

Image currentFrame

currentFrameIndex

int currentFrameIndex

gifSize

Dimension gifSize

Class com.pepper.guiutils.AnimatedPanel extends JPanel implements Serializable

Serialized Fields

decoder

com.pepper.guiutils.GifDecoder decoder

animateThread

Thread animateThread

stopAnim

boolean stopAnim

currentFrame

BufferedImage currentFrame

currentFrameIndex

int currentFrameIndex

frameCount

int frameCount

gifSize

Dimension gifSize

Class com.pepper.guiutils.BalloonBorder extends AbstractBorder implements Serializable

Serialized Fields

settings

com.pepper.guiutils.BalloonBorderSettings settings

usableArea

Rectangle usableArea

Class com.pepper.guiutils.BalloonPanel extends JPanel implements Serializable

Serialized Fields

border

com.pepper.guiutils.BalloonBorder border

balloonType

String balloonType

Class com.pepper.guiutils.CameraCapturePanel extends JPanel implements Serializable

Serialized Fields

mode

int mode

previewCanvas

com.pepper.guiutils.PreviewCanvas previewCanvas

recordButton

JButton recordButton

deleteButton

JButton deleteButton

stopRecordButton

JButton stopRecordButton

previewButton

com.pepper.guiutils.CameraCapturePanel.PreviewButton previewButton

previewAction

com.pepper.guiutils.CameraCapturePanel.PreviewAction previewAction

rewButton

JButton rewButton

ffButton

JButton ffButton

playPauseButton

JButton playPauseButton

stopButton

JButton stopButton

mailButton

JButton mailButton

saveLibraryButton

JButton saveLibraryButton

saveAction

AbstractAction saveAction

mailAction

AbstractAction mailAction

doneButton

JButton doneButton

thumbList

JList thumbList

thumbListModel

DefaultListModel thumbListModel

importer

FileImporter importer

canvasCardPanel

com.pepper.guiutils.PepperCardPanel canvasCardPanel

currentSelIndex

int currentSelIndex

program

AbstractPepperProgram program

imagePanel

com.pepper.guiutils.CameraCapturePanel.ImagePanel imagePanel

cameraOn

boolean cameraOn

recordInProgress

boolean recordInProgress

recordAction

com.pepper.guiutils.CameraCapturePanel.RecordAction recordAction

stopRecordAction

com.pepper.guiutils.CameraCapturePanel.StopRecordAction stopRecordAction

doneAction

com.pepper.guiutils.CameraCapturePanel.DoneAction doneAction

dialog

JDialog dialog

currentCaptureFiles

File[] currentCaptureFiles

cameraDir

File cameraDir

transportPanel

JPanel transportPanel

westPanel

JPanel westPanel

eastPanel

JPanel eastPanel

elapsedTimeDisplay

JLabel elapsedTimeDisplay

elapsedTime

int elapsedTime

initTime

int initTime

initLabel

String initLabel

recordingLabel

String recordingLabel

timeFormat

SimpleDateFormat timeFormat

timer

com.pepper.platform.util.PepperTimer timer

xmlFile

File xmlFile

xmlDoc

org.jdom.Document xmlDoc

Class com.pepper.guiutils.ColorComboBox extends JComboBox implements Serializable

Serialized Fields

catalog

MessageCatalog catalog

Class com.pepper.guiutils.ExcludingSelectionModel extends DefaultListSelectionModel implements Serializable

Serialized Fields

exclude

List exclude

model

ListModel model

Class com.pepper.guiutils.FindDialog extends JDialog implements Serializable

Serialized Fields

findField

JTextField findField

caseCb

JCheckBox caseCb

wrapCb

JCheckBox wrapCb

backCb

JCheckBox backCb

catalog

MessageCatalog catalog

findButton

JButton findButton

cancelButton

JButton cancelButton

Class com.pepper.guiutils.GradientPanel extends JPanel implements Serializable

Serialized Fields

color1

Color color1

color2

Color color2

sourceImage

Image sourceImage

image

BufferedImage image

gradientHeight

int gradientHeight

Class com.pepper.guiutils.GradientToolBar extends JToolBar implements Serializable

Serialized Fields

gradient

TexturePaint gradient

Class com.pepper.guiutils.IconButton extends JButton implements Serializable

Class com.pepper.guiutils.ImagePreview extends JComponent implements Serializable

Serialized Fields

file

File file

image

Image image

tempPreviewFile

File tempPreviewFile

tempPreviewFilePath

String tempPreviewFilePath

tempPreviewFileURL

URL tempPreviewFileURL

imageProcessor

com.pepper.platform.image.ImageProcessor imageProcessor

Class com.pepper.guiutils.JButtonPanel extends JPanel implements Serializable

Serialized Fields

m_list

ArrayList m_list

Class com.pepper.guiutils.MailImageDialog extends JDialog implements Serializable

Serialized Fields

defaultImageResIndex

int defaultImageResIndex

mailPanel

com.pepper.guiutils.MailImageDialog.MailPanel mailPanel

cancelled

boolean cancelled

defaultRes

String defaultRes

fromName

String fromName

fromAddress

String fromAddress

photoCaption

String photoCaption

imageCount

int imageCount

toAddresses

javax.mail.internet.InternetAddress[] toAddresses

catalog

MessageCatalog catalog

resList

Vector resList

allowScaling

boolean allowScaling

mode

int mode

Class com.pepper.guiutils.MouseOverLabel extends JLabel implements Serializable

Class com.pepper.guiutils.MusicPreview extends JPanel implements Serializable

Serialized Fields

file

File file

image

Image image

mdPanel

JPanel mdPanel

infoList

JList infoList

listModel

DefaultListModel listModel

Class com.pepper.guiutils.PepperCardLayout extends Object implements Serializable

serialVersionUID: -4328196481005934313L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

vector

Vector vector

currentCard

int currentCard

hgap

int hgap

vgap

int vgap

Class com.pepper.guiutils.PepperCardPanel extends JPanel implements Serializable

Serialized Fields

cardLayout

com.pepper.guiutils.PepperCardLayout cardLayout

Class com.pepper.guiutils.PepperComponentEvent extends EventObject implements Serializable

Serialized Fields

bounds

Rectangle bounds

isBeingDragged

boolean isBeingDragged

isMultiSelect

boolean isMultiSelect

xOffset

int xOffset

yOffset

int yOffset

Class com.pepper.guiutils.PepperImportDialog extends JDialog implements Serializable

Serialized Fields

name

String name

size

String size

date

String date

currentFS

int currentFS

importType

int importType

catalog

MessageCatalog catalog

wasCancelled

boolean wasCancelled

historyCombo

JComboBox historyCombo

theTable

modelobjects.util.swing.ModelTable theTable

tableModel

com.pepper.guiutils.PepperImportDialog.PepperTableModel tableModel

tableSelectionModel

ListSelectionModel tableSelectionModel

openAction

com.pepper.guiutils.PepperImportDialog.OpenAction openAction

addAction

com.pepper.guiutils.PepperImportDialog.AddAction addAction

ignoreSelection

boolean ignoreSelection

fileFilter

FileFilter fileFilter

filesToAdd

List filesToAdd

previewer

JComponent previewer

newFolderButton

JButton newFolderButton

usbButton

JToggleButton usbButton

usbAction

com.pepper.guiutils.PepperImportDialog.SelectFSAction usbAction

hdButton

JToggleButton hdButton

hdAction

com.pepper.guiutils.PepperImportDialog.SelectFSAction hdAction

usbFile

File usbFile

sdFile

File sdFile

buttonGroup

ButtonGroup buttonGroup

fsView

FileSystemView fsView

importMode

boolean importMode

exportDirectory

File exportDirectory

Class com.pepper.guiutils.PepperPanel extends JPanel implements Serializable

Serialized Fields

classLoader

ClassLoader classLoader

componentValue

String componentValue

support

com.pepper.guiutils.PepperComponentEventSupport support

messageCatalog

MessageCatalog messageCatalog

selected

boolean selected

actionMap

HashMap actionMap

toolBar

JToolBar toolBar

toolbarMaster

JPanel toolbarMaster

Class com.pepper.guiutils.PepperTabPanel extends JPanel implements Serializable

Serialized Fields

tabLayout

int tabLayout

scrollPane

JScrollPane scrollPane

viewport

JViewport viewport

scrollUpButton

JButton scrollUpButton

scrollDownButton

JButton scrollDownButton

tabButtonPanel

JPanel tabButtonPanel

bg

com.pepper.guiutils.TabButtonGroup bg

scrollButtonPanel

JPanel scrollButtonPanel

panelInit

boolean panelInit

buttonUI

ButtonUI buttonUI

background

Image background

backgroundColor1

Color backgroundColor1

backgroundColor2

Color backgroundColor2

changeListeners

ArrayList changeListeners

tabMap

HashMap tabMap

Class com.pepper.guiutils.PopupMenuAction extends AbstractAction implements Serializable

Serialized Fields

popupMenu

JPopupMenu popupMenu

popupShower

com.pepper.guiutils.ActionEventPopupShower popupShower

Class com.pepper.guiutils.PreviewCanvas extends Canvas implements Serializable

Serialized Fields

windowId

String windowId

Class com.pepper.guiutils.ProgramStatusBar extends com.pepper.guiutils.GradientPanel implements Serializable

Serialized Fields

m_systemTray

SystemTray m_systemTray

m_progressBar

com.pepper.guiutils.ProgramStatusBar.PepperProgressBar m_progressBar

mainPanel

JPanel mainPanel

Class com.pepper.guiutils.ProgressDialog extends JDialog implements Serializable

Serialized Fields

progressPanel

com.pepper.guiutils.ProgressDialog.ProgressPanel progressPanel

cancelAction

Action cancelAction

catalog

MessageCatalog catalog

imageIcon

ImageIcon imageIcon

includeInfoMessage

boolean includeInfoMessage

statusPanel

JPanel statusPanel

srcThread

modelobjects.framework.threads.CancellableThread srcThread

Class com.pepper.guiutils.ResizablePepperPanel extends com.pepper.guiutils.PepperPanel implements Serializable

Serialized Fields

borderThickness

int borderThickness

borderColor

Color borderColor

showBorder

boolean showBorder

resizing

boolean resizing

moving

boolean moving

selectionBorder

Border selectionBorder

plainSelectionBorder

Border plainSelectionBorder

appBorder

Border appBorder

componentYPos

String componentYPos

componentXPos

String componentXPos

componentWidth

String componentWidth

componentHeight

String componentHeight

componentZIndex

String componentZIndex

resizingEnabled

boolean resizingEnabled

movingEnabled

boolean movingEnabled

isTextComponent

boolean isTextComponent

isMusicComponent

boolean isMusicComponent

selectionCount

int selectionCount

propSheet

com.pepper.guiutils.propsheets.FormPropSheet propSheet

handleSize

int handleSize

componentId

String componentId

Class com.pepper.guiutils.ScrollingLabel extends JLabel implements Serializable

Serialized Fields

timer

Timer timer

text

String text

textHeight

int textHeight

textWidth

int textWidth

textX

int textX

textY

int textY

waitCount

int waitCount

Class com.pepper.guiutils.StyleMap extends HashMap implements Serializable

Class com.pepper.guiutils.SystemTray extends com.pepper.guiutils.GradientPanel implements Serializable

Serialized Fields

toolBar

JToolBar toolBar

timeToolBar

JToolBar timeToolBar

componentMap

HashMap componentMap
Map of objectID to UI component (JButton, etc)


trayObjectMap

HashMap trayObjectMap
Map of objectID to SystemTrayObjects


popupsEnabled

boolean popupsEnabled

timePanel

JPanel timePanel

Class com.pepper.guiutils.SystemTrayAction extends AbstractAction implements Serializable

Serialized Fields

theObject

SystemTrayObject theObject

Class com.pepper.guiutils.TabButton extends JToggleButton implements Serializable

Serialized Fields

buttonUI

ButtonUI buttonUI

timer

com.pepper.platform.util.PepperTimer timer

timerListener

com.pepper.guiutils.TabButton.TimerListener timerListener

buttonRotation

int buttonRotation

tabConfig

com.pepper.guiutils.TabConfig tabConfig

mousePoint

Point mousePoint

blinkMode

int blinkMode

Class com.pepper.guiutils.TabButtonGroup extends ButtonGroup implements Serializable

Class com.pepper.guiutils.TabButtonModel extends JToggleButton.ToggleButtonModel implements Serializable

Serialized Fields

tabInfo

com.pepper.guiutils.PepperTabPanel.TabInfo tabInfo

Class com.pepper.guiutils.TalkBalloonBorder extends com.pepper.guiutils.BalloonBorder implements Serializable

Serialized Fields

arcWidthPercent

double arcWidthPercent

arcHeightPercent

double arcHeightPercent

arrowWidth

int arrowWidth

arrowHeight

int arrowHeight

arrowHeightPercent

double arrowHeightPercent

arrowWidthPercent

double arrowWidthPercent

Class com.pepper.guiutils.TextComponentTransferHandler extends TransferHandler implements Serializable

Class com.pepper.guiutils.ThinkBalloonBorder extends com.pepper.guiutils.BalloonBorder implements Serializable

Serialized Fields

arcWidthPercent

double arcWidthPercent

arcHeightPercent

double arcHeightPercent

cloudHeight

int cloudHeight

cloudWidth

int cloudWidth

cloudHeightPercent

double cloudHeightPercent

cloudWidthPercent

double cloudWidthPercent

cloud1Percent

double cloud1Percent

cloud2Percent

double cloud2Percent

cloud3Percent

double cloud3Percent

Class com.pepper.guiutils.ToggleIconButton extends JToggleButton implements Serializable

Class com.pepper.guiutils.ToolBar extends JToolBar implements Serializable

Class com.pepper.guiutils.ToolBarButton extends JButton implements Serializable


Package com.pepper.guiutils.browser

Class com.pepper.guiutils.browser.GlobalHistory extends Object implements Serializable

serialVersionUID: -8623476116795218177L

Serialized Fields

dateList

ArrayList dateList

mostRecentList

Vector mostRecentList

Class com.pepper.guiutils.browser.GlobalHistory.DateInfo extends Object implements Serializable

serialVersionUID: 8643003461468429123L

Serialized Fields

hostMap

HashMap hostMap

date

String date

additionalData

Object additionalData

Class com.pepper.guiutils.browser.GlobalHistory.HistoryEntry extends Object implements Serializable

serialVersionUID: -8583478016501847168L

Serialized Fields

url

String url

title

String title

additionalData

Object additionalData

Package com.pepper.platform.i18n

Class com.pepper.platform.i18n.MessageCatalog extends Object implements Serializable

Serialized Fields

m_name

String m_name

parent

MessageCatalog parent

Package com.pepper.platform.net

Class com.pepper.platform.net.NetworkEvent extends EventObject implements Serializable

Serialized Fields

info

com.pepper.platform.net.NetworkInfo info

Package com.pepper.platform.page

Class com.pepper.platform.page.InvalidPageException extends Exception implements Serializable


Package com.pepper.platform.program

Class com.pepper.platform.program.ActionEventWithParams extends ActionEvent implements Serializable

Serialized Fields

parameter

String parameter

paramArray

String[] paramArray

Class com.pepper.platform.program.ActionHelper.SimpleAction extends AbstractAction implements Serializable

Class com.pepper.platform.program.ClipInfo extends HashMap implements Serializable

Class com.pepper.platform.program.CommonStrings extends MessageCatalog implements Serializable

Class com.pepper.platform.program.JavaSection extends Section implements Serializable

Class com.pepper.platform.program.KeeperFrame extends JFrame implements Serializable

Serialized Fields

robot

Robot robot

Class com.pepper.platform.program.KeeperFrame.KeeperRootPane extends JRootPane implements Serializable

Class com.pepper.platform.program.LoginEvent extends EventObject implements Serializable

Class com.pepper.platform.program.NoTabSection extends Section implements Serializable

Class com.pepper.platform.program.PageChangeEvent extends EventObject implements Serializable

Serialized Fields

m_pageId

String m_pageId

m_page

Page m_page

m_section

Section m_section

m_sectionId

String m_sectionId

m_newSection

Section m_newSection

m_showPage

boolean m_showPage

m_newPos

int m_newPos

url

String url

pageArg

Object pageArg

Class com.pepper.platform.program.PageList extends ArrayList implements Serializable

Serialized Fields

pageIndex

com.pepper.platform.program.PageIndex pageIndex

Class com.pepper.platform.program.PepperProgramException extends Exception implements Serializable

Class com.pepper.platform.program.PepperProgramProcess extends com.pepper.platform.process.PepperProcess implements Serializable

Serialized Fields

urlArg

String urlArg

initURL

String initURL

initPageArg

Object initPageArg

Class com.pepper.platform.program.ProgramChangeEvent extends EventObject implements Serializable

Serialized Fields

type

int type

program

AbstractPepperProgram program

Class com.pepper.platform.program.Section extends Object implements Serializable

Serialized Fields

m_pageList

PageList m_pageList

pagesLoaded

boolean pagesLoaded

m_name

String m_name

m_id

String m_id

m_desc

String m_desc

m_iconName

String m_iconName

m_templateFile

String m_templateFile

m_parentSection

Section m_parentSection

m_isContentSection

boolean m_isContentSection

tabIndex

int tabIndex

visible

boolean visible

viewId

String viewId

Class com.pepper.platform.program.SectionEvent extends EventObject implements Serializable

Serialized Fields

m_prevSection

Section m_prevSection

m_newSection

Section m_newSection

Class com.pepper.platform.program.SectionList extends LinkedList implements Serializable

Serialized Fields

pageMgr

com.pepper.platform.program.PageMgr pageMgr

sectionMap

HashMap sectionMap

Class com.pepper.platform.program.SectionMgr extends com.pepper.guiutils.PepperCardPanel implements Serializable

Serialized Fields

m_sectionList

SectionList m_sectionList

m_program

AbstractPepperProgram m_program

m_sectionsInitialized

boolean m_sectionsInitialized

sectionChangeListener

SectionChangeListener sectionChangeListener

Class com.pepper.platform.program.TabbedSectionMgr extends com.pepper.platform.program.SectionMgr implements Serializable

Serialized Fields

m_tabbedPane

com.pepper.guiutils.PepperTabPanel m_tabbedPane

m_tabListener

com.pepper.platform.program.TabbedSectionMgr.TabListener m_tabListener

currentSectionId

String currentSectionId

m_noTabPageMgr

com.pepper.platform.program.BrowserPageMgr m_noTabPageMgr

invisiblePageMgrs

HashMap invisiblePageMgrs

sectionPageMgrs

HashMap sectionPageMgrs

m_currentInvisibleSection

Section m_currentInvisibleSection

Class com.pepper.platform.program.WebSection extends Section implements Serializable

Serialized Fields

currentTitle

String currentTitle

currentURL

String currentURL

showingPepperPage

boolean showingPepperPage

Package com.pepper.platform.program.actions

Class com.pepper.platform.program.actions.AboutAction extends ProgramAbstractAction implements Serializable

Class com.pepper.platform.program.actions.AddPackageAction extends com.pepper.platform.program.actions.PackageAction implements Serializable

Serialized Fields

currentFile

File currentFile

chooser

JFileChooser chooser

binder

AbstractPepperProgram binder

Class com.pepper.platform.program.actions.BackAction extends com.pepper.platform.program.actions.DelegatedAction implements Serializable

Class com.pepper.platform.program.actions.CheckPackageUpdatesAction extends com.pepper.platform.program.actions.PackageAction implements Serializable

Class com.pepper.platform.program.actions.ChooseColorAction extends ProgramAbstractAction implements Serializable

Serialized Fields

elementName

String elementName

Class com.pepper.platform.program.actions.ChooseColorMenuAction extends ProgramAbstractAction implements Serializable

Serialized Fields

popupMenuAction

com.pepper.guiutils.PopupMenuAction popupMenuAction

Class com.pepper.platform.program.actions.ClearHistoryAction extends ProgramAbstractAction implements Serializable

Serialized Fields

status

int status

Class com.pepper.platform.program.actions.ClonePageAction extends ProgramAbstractAction implements Serializable

Class com.pepper.platform.program.actions.CopyAction extends com.pepper.platform.program.actions.DelegatedAction implements Serializable

Class com.pepper.platform.program.actions.DebugPageAction extends ProgramAbstractAction implements Serializable

Class com.pepper.platform.program.actions.DeepRefreshAction extends ProgramAbstractAction implements Serializable

Class com.pepper.platform.program.actions.DelegatedAction extends ProgramAbstractAction implements Serializable

Serialized Fields

appActions

HashMap appActions

defaultAction

Action defaultAction

Class com.pepper.platform.program.actions.DeleteDownloadAction extends ProgramAbstractAction implements Serializable

Class com.pepper.platform.program.actions.DeletePackageAction extends com.pepper.platform.program.actions.PackageAction implements Serializable

Class com.pepper.platform.program.actions.DeletePageAction extends ProgramAbstractAction implements Serializable

Serialized Fields

inProgress

boolean inProgress

Class com.pepper.platform.program.actions.DeleteSectionAction extends ProgramAbstractAction implements Serializable

Serialized Fields

wasDeleted

boolean wasDeleted

deleteInProgress

boolean deleteInProgress

sectionToDelete

Section sectionToDelete

Class com.pepper.platform.program.actions.DeleteWebHistoryAction extends ProgramAbstractAction implements Serializable

Class com.pepper.platform.program.actions.DeSelectAllAction extends ProgramAbstractAction implements Serializable

Class com.pepper.platform.program.actions.DownloadTargetAction extends com.pepper.platform.program.actions.DelegatedAction implements Serializable

Serialized Fields

targetURL

String targetURL

packageType

String packageType

showDownloadPage

boolean showDownloadPage

Class com.pepper.platform.program.actions.EmailPageAction extends ProgramAbstractAction implements Serializable

Serialized Fields

theProg

AbstractPepperProgram theProg

exporter

DataExporter exporter

bodyTag

String bodyTag

subjectTag

String subjectTag

mailPackageId

String mailPackageId

Class com.pepper.platform.program.actions.ExportAction extends ProgramAbstractAction implements Serializable

Serialized Fields

program

AbstractPepperProgram program

exporter

DataExporter exporter

promptForOverwrite

boolean promptForOverwrite

overwrite

boolean overwrite

numFiles

int numFiles

Class com.pepper.platform.program.actions.FindDialogAction extends ProgramAbstractAction implements Serializable

Serialized Fields

dialog

com.pepper.guiutils.FindDialog dialog

Class com.pepper.platform.program.actions.ForwardAction extends com.pepper.platform.program.actions.DelegatedAction implements Serializable

Class com.pepper.platform.program.actions.GetMorePackagesAction extends com.pepper.platform.program.actions.PepperStoreAction implements Serializable

Class com.pepper.platform.program.actions.HistoryPopupMenuAction extends com.pepper.guiutils.PopupMenuAction implements Serializable

Serialized Fields

back

boolean back

Class com.pepper.platform.program.actions.ImportFilesAction extends ProgramAbstractAction implements Serializable

Serialized Fields

filterDesc

String filterDesc

preview

boolean preview

Class com.pepper.platform.program.actions.KeepAction extends ProgramAbstractAction implements Serializable

Serialized Fields

TITLE_TEXT

String TITLE_TEXT

STATUS_TEXT

String STATUS_TEXT

KEEP_KEEPING

String KEEP_KEEPING

KEEP_KEEPING_SEL

String KEEP_KEEPING_SEL

CANCEL_TEXT

String CANCEL_TEXT

ERROR_TEXT

String ERROR_TEXT

ERROR_TEXT_SECTIONS

String ERROR_TEXT_SECTIONS

KEEP_ERROR_TEXT

String KEEP_ERROR_TEXT

pageType

String pageType

target

String target

editMode

boolean editMode

addMode

boolean addMode

bookmarkPageId

String bookmarkPageId

bookmarkPage

Page bookmarkPage

bookmarkElement

org.jdom.Element bookmarkElement

Class com.pepper.platform.program.actions.MailAction extends com.pepper.platform.program.actions.PageAction implements Serializable

Serialized Fields

addressCache

com.pepper.platform.mail.AddressCache addressCache

cancellable

boolean cancellable

theProg

AbstractPepperProgram theProg

Class com.pepper.platform.program.actions.MailAttachmentsAction extends ProgramAbstractAction implements Serializable

Serialized Fields

fileList

List fileList

inline

boolean inline

scale

boolean scale

recipients

javax.mail.internet.InternetAddress[] recipients

subject

String subject

theMessage

String theMessage

fullSize

boolean fullSize

photoRes

Dimension photoRes

sendersAddress

javax.mail.internet.InternetAddress sendersAddress

ct

modelobjects.framework.threads.CancellableThread ct

fileCount

int fileCount

mode

int mode

resolutions

Vector resolutions

Class com.pepper.platform.program.actions.MakeBackgroundAction extends ProgramAbstractAction implements Serializable

Class com.pepper.platform.program.actions.MovePackageAction extends com.pepper.platform.program.actions.PackageAction implements Serializable

Class com.pepper.platform.program.actions.MovePageAction extends com.pepper.platform.program.actions.PageAction implements Serializable

Serialized Fields

inProgress

boolean inProgress

Class com.pepper.platform.program.actions.MoveSectionDownAction extends ProgramAbstractAction implements Serializable

Class com.pepper.platform.program.actions.MoveSectionUpAction extends ProgramAbstractAction implements Serializable

Class com.pepper.platform.program.actions.NewPageAction extends ProgramAbstractAction implements Serializable

Class com.pepper.platform.program.actions.NewSectionAction extends ProgramAbstractAction implements Serializable

Class com.pepper.platform.program.actions.OpenFileAction extends ProgramAbstractAction implements Serializable

Serialized Fields

status

int status

Class com.pepper.platform.program.actions.OpenLinkAction extends ProgramAbstractAction implements Serializable

Serialized Fields

windowOpt

int windowOpt

url

String url

Class com.pepper.platform.program.actions.OpenPepperFileAction extends com.pepper.platform.program.actions.PackageAction implements Serializable

Serialized Fields

currentFile

File currentFile

chooser

JFileChooser chooser

Class com.pepper.platform.program.actions.PackageAction extends ProgramAbstractAction implements Serializable

Class com.pepper.platform.program.actions.PackageQuitAction extends ProgramAbstractAction implements Serializable

Class com.pepper.platform.program.actions.PadModeAction extends com.pepper.platform.program.actions.PackageAction implements Serializable

Serialized Fields

binder

AbstractPepperProgram binder

enabled

boolean enabled

Class com.pepper.platform.program.actions.PageAction extends ProgramAbstractAction implements Serializable

Class com.pepper.platform.program.actions.PepperStoreAction extends ProgramAbstractAction implements Serializable

Serialized Fields

productCode

String productCode

Class com.pepper.platform.program.actions.PrintAction extends ProgramAbstractAction implements Serializable

Serialized Fields

webContainer

WebBrowserContainer webContainer

Class com.pepper.platform.program.actions.PrintDOMAction extends ProgramAbstractAction implements Serializable

Class com.pepper.platform.program.actions.ProgramAbstractAction extends AbstractAction implements Serializable

Serialized Fields

packageId

String packageId

Class com.pepper.platform.program.actions.PushAction extends ProgramAbstractAction implements Serializable

Class com.pepper.platform.program.actions.RedoAction extends ProgramAbstractAction implements Serializable

Class com.pepper.platform.program.actions.RefreshAction extends ProgramAbstractAction implements Serializable

Class com.pepper.platform.program.actions.RenamePackageAction extends ProgramAbstractAction implements Serializable

Class com.pepper.platform.program.actions.RenameSectionAction extends ProgramAbstractAction implements Serializable

Class com.pepper.platform.program.actions.ReorderAction extends ProgramAbstractAction implements Serializable

Class com.pepper.platform.program.actions.SaveAttachmentsAction extends ProgramAbstractAction implements Serializable

Serialized Fields

fromPopup

boolean fromPopup

theAttachment

com.pepper.platform.program.actions.SaveAttachmentsAction.Attachment theAttachment

Class com.pepper.platform.program.actions.SelectAllAction extends ProgramAbstractAction implements Serializable

Class com.pepper.platform.program.actions.SelectSearchAction extends ProgramAbstractAction implements Serializable

Class com.pepper.platform.program.actions.SelectURLAction extends ProgramAbstractAction implements Serializable

Class com.pepper.platform.program.actions.SendToBlogAction extends ProgramAbstractAction implements Serializable

Class com.pepper.platform.program.actions.SetSearchScopeAction extends ProgramAbstractAction implements Serializable

Serialized Fields

searchType

int searchType

Class com.pepper.platform.program.actions.ShowLogAction extends ProgramAbstractAction implements Serializable

Class com.pepper.platform.program.actions.ShowMessageInPopupAction extends ProgramAbstractAction implements Serializable

Serialized Fields

program

AbstractPepperProgram program

Class com.pepper.platform.program.actions.ShowNetworkInfoAction extends ProgramAbstractAction implements Serializable

Serialized Fields

textArea

JTextArea textArea

worker

Thread worker

fout

FileWriter fout

bout

BufferedWriter bout

Class com.pepper.platform.program.actions.ShowPageAction extends ProgramAbstractAction implements Serializable

Class com.pepper.platform.program.actions.ShowPepperPageAction extends ProgramAbstractAction implements Serializable

Serialized Fields

pageId

String pageId

sectionId

String sectionId

pageArg

Object pageArg

Class com.pepper.platform.program.actions.ShowTabContentsAction extends ProgramAbstractAction implements Serializable

Class com.pepper.platform.program.actions.SortPageAction extends ProgramAbstractAction implements Serializable

Class com.pepper.platform.program.actions.StopAction extends ProgramAbstractAction implements Serializable

Serialized Fields

stopInProgress

boolean stopInProgress

Class com.pepper.platform.program.actions.SyncAction extends ProgramAbstractAction implements Serializable

Class com.pepper.platform.program.actions.TabNavAction extends ProgramAbstractAction implements Serializable

Serialized Fields

navForward

boolean navForward

Class com.pepper.platform.program.actions.TestMailSettingsAction extends ProgramAbstractAction implements Serializable

Class com.pepper.platform.program.actions.ToggleFullScreenAction extends ProgramAbstractAction implements Serializable

Serialized Fields

gsp

GuiServicesProvider gsp

Class com.pepper.platform.program.actions.UndoAction extends ProgramAbstractAction implements Serializable

Class com.pepper.platform.program.actions.UpdatePageAction extends ProgramAbstractAction implements Serializable

Serialized Fields

page

Page page

Class com.pepper.platform.program.actions.ViewMenuAction extends ProgramAbstractAction implements Serializable

Serialized Fields

uiElement

int uiElement

gsp

GuiServicesProvider gsp

Class com.pepper.platform.program.actions.ViewNavAction extends ProgramAbstractAction implements Serializable

Serialized Fields

m_type

int m_type

Class com.pepper.platform.program.actions.ViewSourceAction extends ProgramAbstractAction implements Serializable


Package com.pepper.platform.util

Class com.pepper.platform.util.NameValue extends Object implements Serializable

Serialized Fields

name

String name

value

Object value

Class com.pepper.platform.util.SortedArrayList extends ArrayList implements Serializable

Serialized Fields

comparator

Comparator comparator

Class com.pepper.platform.util.SortedVector extends Vector implements Serializable

Class com.pepper.platform.util.SplashScreen extends Window implements Serializable

Serialized Fields

splashScreenPanel

com.pepper.platform.util.SplashScreenPanel splashScreenPanel

owner

Frame owner

Class com.pepper.platform.util.SplashScreenPanel extends Panel implements Serializable

Serialized Fields

progressBar

JProgressBar progressBar

statusField

JLabel statusField

timer

com.pepper.platform.util.PepperTimer timer

timerListener

com.pepper.platform.util.SplashScreenPanel.TimerListener timerListener

startingString

String startingString

finishingString

String finishingString

messageCatalog

MessageCatalog messageCatalog



Copyright © 2006-2007 Pepper Computer, Inc. All Rights Reserved.