A B C D E F G H I J L M N O P R S T U V W X

A

AbstractPepperProgram - Class in com.pepper.platform.program
Abstract base class for all Pepper Programs.
AbstractPepperProgram(Integer) - Constructor for class com.pepper.platform.program.AbstractPepperProgram
Constructor that gets called by the Pepper framework when a package is launched from the Keeper.
action(String) - Method in class com.pepper.script.Bridge
the action method performs the requested action if available for this page
action(String, String) - Method in class com.pepper.script.Bridge
the action method performs the requested action if available for this page
action(String, String[]) - Method in class com.pepper.script.Bridge
Invokes the specified action for the current program; parameters are passed as a String[].
ACTION_CMD - Static variable in class com.pepper.platform.program.actions.ShowPageAction
 
ACTION_DEEP_REFRESH - Static variable in class com.pepper.platform.program.actions.CommonActionMgr
Constant for the "DeepRefresh" page action
ACTION_DELETE_PAGE - Static variable in class com.pepper.platform.program.actions.CommonActionMgr
Constant for the "DeletePage" action
ACTION_DELETE_SECTION - Static variable in class com.pepper.platform.program.actions.CommonActionMgr
Constant for the "DeleteSection" action
ACTION_MOVE_PAGE - Static variable in class com.pepper.platform.program.actions.CommonActionMgr
Constant for the "MovePage" action
ACTION_NEW_PAGE - Static variable in class com.pepper.platform.program.actions.CommonActionMgr
Constant for the "NewPage" action
ACTION_NEW_SECTION - Static variable in class com.pepper.platform.program.actions.CommonActionMgr
Constant for the "NewSection" action
ACTION_PACKAGE_QUIT - Static variable in class com.pepper.platform.program.actions.CommonActionMgr
Constant for the "PackageQuit" action
ACTION_REFRESH - Static variable in class com.pepper.platform.program.actions.CommonActionMgr
Constant for the "Refresh" page action
ACTION_RENAME_SECTION - Static variable in class com.pepper.platform.program.actions.CommonActionMgr
Constant for the "RenameSection" action
ACTION_SHOW_PAGE - Static variable in class com.pepper.platform.program.actions.CommonActionMgr
Constant for "ShowPage" action
ACTION_SORT_PAGE - Static variable in class com.pepper.platform.program.actions.CommonActionMgr
Constant for the "SortPage" command
ACTION_VIEW_BACK - Static variable in class com.pepper.platform.program.actions.CommonActionMgr
Constant for the "Back" navigation action
ACTION_VIEW_NEXT - Static variable in class com.pepper.platform.program.actions.CommonActionMgr
Constant for the "NextPage" action
ACTION_VIEW_PREV - Static variable in class com.pepper.platform.program.actions.CommonActionMgr
Constant for the "PrevPage" action
ActionEventWithParams - Class in com.pepper.platform.program
This class extends ActionEvent by allowing one or more paramaters and an optional callback to be associated with the event.
ActionEventWithParams(Object, int, String, String) - Constructor for class com.pepper.platform.program.ActionEventWithParams
Creates a new ActionEventWithParams instance.
ActionEventWithParams(Object, int, String, String[]) - Constructor for class com.pepper.platform.program.ActionEventWithParams
Creates a new ActionEventWithParams instance.
actionPerformed(ActionEvent) - Method in class com.pepper.platform.program.AbstractPepperProgram
Default actionListener implementation.
actionPerformed(ActionEvent) - Method in class com.pepper.platform.program.actions.BackAction
Handles a request to go back in the history.
actionPerformed(ActionEvent) - Method in class com.pepper.platform.program.actions.DeepRefreshAction
Handles a request to deep refresh the current page.
actionPerformed(ActionEvent) - Method in class com.pepper.platform.program.actions.DeletePageAction
Delete the checked pages or sections in a section.
actionPerformed(ActionEvent) - Method in class com.pepper.platform.program.actions.DeleteSectionAction
Action to delete the current section.
actionPerformed(ActionEvent) - Method in class com.pepper.platform.program.actions.ExportAction
Invoked to display export dialog to allow file exporting.
actionPerformed(ActionEvent) - Method in class com.pepper.platform.program.actions.ForwardAction
Action to navigate forward in History.
actionPerformed(ActionEvent) - Method in class com.pepper.platform.program.actions.ImportFilesAction
performs the action
actionPerformed(ActionEvent) - Method in class com.pepper.platform.program.actions.MovePageAction
Prompt for destination section and move the specified page(s) to the selected section.
actionPerformed(ActionEvent) - Method in class com.pepper.platform.program.actions.NewPageAction
Creates a new page in the current section.
actionPerformed(ActionEvent) - Method in class com.pepper.platform.program.actions.NewSectionAction
Creates a new section in response to the action ACTION_NEW_SECTION.
actionPerformed(ActionEvent) - Method in class com.pepper.platform.program.actions.PackageQuitAction
Action to quit the currently running package
actionPerformed(ActionEvent) - Method in class com.pepper.platform.program.actions.RefreshAction
Handles a request to refresh current page.
actionPerformed(ActionEvent) - Method in class com.pepper.platform.program.actions.RenameSectionAction
Action to rename the current section.
actionPerformed(ActionEvent) - Method in class com.pepper.platform.program.actions.ShowPageAction
Perform the action to show the page (web or pepper page) Expects a paramater on the event.
actionPerformed(ActionEvent) - Method in class com.pepper.platform.program.actions.ShowPepperPageAction
Perform the action to show the page
actionPerformed(ActionEvent) - Method in class com.pepper.platform.program.actions.ShowTabContentsAction
Handles a request to show the section tab contents page.
actionPerformed(ActionEvent) - Method in class com.pepper.platform.program.actions.SortPageAction
Sorts a section in response to the action ACTION_SORT_PAGE.
actionPerformed(ActionEvent) - Method in class com.pepper.platform.program.actions.StopAction
Handles a request to stop loading of the current page.
actionPerformed(ActionEvent) - Method in class com.pepper.platform.program.actions.ViewNavAction
Navigate to the previous or next page, as specified by the type value.
ACTIVE_JOURNEY_TYPE - Static variable in class com.pepper.platform.page.PageXML
type value for an active journey page
add(SystemTrayObject) - Method in class com.pepper.guiutils.SystemTray
Add an object to the SystemTray
add(Object) - Method in class com.pepper.platform.program.PageList
Adds an orphan page (ie doesn't belong to a section) to the end of the PageList and to the PageIndex.
add(Page, Section) - Method in class com.pepper.platform.program.PageList
Adds a page to end of the PageList and to the PageIndex with the specified section.
add(int, Page, Section) - Method in class com.pepper.platform.program.PageList
insert the item in the list and return the actual position where it was inserted (will be same as index passed in unless index was too big, in which case it will be added to the end of the list)
add(Object) - Method in class com.pepper.platform.program.SectionList
Describe add method here.
add(int, Object) - Method in class com.pepper.platform.program.SectionList
Describe add method here.
addButton(ToolBarButton) - Method in class com.pepper.guiutils.ToolBar
Add a toolbar button to the toolbar.
addButton(ToolBarButton, int, int, int, int) - Method in class com.pepper.guiutils.ToolBar
Add a toolbar button to the toolbar while specifying the margins to be used for the button being added.
addComponent(SystemTrayObject) - Method in class com.pepper.guiutils.SystemTray
Add an object with its own UI to the SystemTray
addContextMenuListener(PepperContextMenuListener) - Method in class com.pepper.guiutils.browser.JavaView
Not implemented
addContextMenuListener(PepperContextMenuListener) - Method in interface com.pepper.guiutils.browser.WebBrowserView
Add listener to handle context menus (ie right mouse);
addContextMenuListener(PepperContextMenuListener) - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
 
addEntry(PepperHistoryEvent) - Method in class com.pepper.guiutils.browser.BaseHistoryListener
 
addEntry(PepperHistoryEvent) - Method in interface com.pepper.guiutils.browser.PepperHistoryListener
Notify a listener when a new document is added to the history.
addFirst(Object) - Method in class com.pepper.platform.program.SectionList
Describe addFirst method here.
addHistoryListener(PepperHistoryListener) - Method in class com.pepper.guiutils.browser.JavaView
Not implemented
addHistoryListener(PepperHistoryListener) - Method in interface com.pepper.guiutils.browser.WebBrowserView
Add a HistoryListener
addHistoryListener(PepperHistoryListener) - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
 
addLast(Object) - Method in class com.pepper.platform.program.SectionList
Describe addLast method here.
addNetworkListener(NetworkListener) - Method in class com.pepper.platform.net.NetworkMonitor
Adds a listener for network events.
addPage(Page, PageService) - Method in class com.pepper.platform.page.SectionPage
Adds a new Page element to this section page.
addPage(Page) - Method in class com.pepper.platform.program.AbstractPepperProgram
Add and displays a Page in current Section, or simply displays a Page if it currently exists.
addPage(Section, Page, boolean) - Method in class com.pepper.platform.program.AbstractPepperProgram
Adds a Page to the specified Section.
addPage(Page) - Method in class com.pepper.platform.program.Section
Add a page to the section.
addProgressListener(PepperProgressListener) - Method in class com.pepper.guiutils.browser.JavaView
Not implemented
addProgressListener(PepperProgressListener) - Method in interface com.pepper.guiutils.browser.WebBrowserView
Add a ProgressListener for page loading status
addProgressListener(PepperProgressListener) - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
 
addSessionEntry(String, String, String) - Method in class com.pepper.platform.page.SectionPage
Add a new sessionEntry to the WebSession page
addURIContentListener(PepperURIContentListener) - Method in class com.pepper.guiutils.browser.JavaView
Not implemented
addURIContentListener(PepperURIContentListener) - Method in interface com.pepper.guiutils.browser.WebBrowserView
Add a URIContentListener to listen for specific content types, such as audio, so we can intercept and handle in Pepper UI
addURIContentListener(PepperURIContentListener) - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
 
animate(boolean) - Method in interface com.pepper.guiutils.GuiServicesProvider
Start/Stop the Keeper's busy animation
animate(boolean, boolean) - Method in interface com.pepper.guiutils.GuiServicesProvider
Start/Stop the Keeper's busy animation and optionally show the wait message splash screen
ARCH_ATTR - Static variable in class com.pepper.platform.page.PageXML
architecture attribute name.
arePagesLoaded() - Method in class com.pepper.platform.program.Section
Returns true if pages have been loaded.

B

BackAction - Class in com.pepper.platform.program.actions
Navigate Back in History
BackAction() - Constructor for class com.pepper.platform.program.actions.BackAction
Creates a new BackAction instance.
BACKUP_ATTR - Static variable in class com.pepper.platform.page.PageXML
backup attribute name.
BAK_FILE_EXT - Static variable in class com.pepper.platform.page.PageXML
Backup file extension.
BaseHistoryListener - Class in com.pepper.guiutils.browser
Base implementation of PepperHistoryListener
BaseHistoryListener(String) - Constructor for class com.pepper.guiutils.browser.BaseHistoryListener
Called by JRex
BaseProgressListener - Class in com.pepper.guiutils.browser
Base implementation of PepperProgressListener.
BaseProgressListener(String) - Constructor for class com.pepper.guiutils.browser.BaseProgressListener
Called by JRex
BLANK_PAGE_TYPE - Static variable in class com.pepper.platform.page.PageXML
type value for a Blank Page
blinkFlag(String) - Method in interface com.pepper.guiutils.GuiServicesProvider
Blink the application flag with the specified packageId in the flag panel of the Keeper
BOOKMARK_TYPE - Static variable in class com.pepper.platform.page.PageXML
type value for a Bookmark Page
Bridge - Class in com.pepper.script
This class provides a bridge between javascript and specific functions of a Pepper Package.
BrowserEvent - Class in com.pepper.guiutils.browser
Base class for browser-related events.
BrowserEvent(String, int, Object) - Constructor for class com.pepper.guiutils.browser.BrowserEvent
Constructor
BUILTIN_ATTR - Static variable in class com.pepper.platform.page.PageXML
builtin attribute name - special system/package sections and pages ( takes a boolean value ).

C

canCopy() - Method in class com.pepper.guiutils.browser.JavaView
Not implemented
canCopy() - Method in interface com.pepper.guiutils.browser.WebBrowserView
Returns true if something is selected in the browser and it can be copied to the system clipboard
canCopy() - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
 
canCut() - Method in class com.pepper.guiutils.browser.JavaView
Not implemented
canCut() - Method in interface com.pepper.guiutils.browser.WebBrowserView
Returns true if browser can cut
canCut() - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
 
canGoBack() - Method in class com.pepper.guiutils.browser.JavaView
Not implemented
canGoBack() - Method in class com.pepper.guiutils.browser.StateChangeEvent
Describe canGoBack method here.
canGoBack() - Method in interface com.pepper.guiutils.browser.WebBrowserView
Describe canGoBack method here.
canGoBack() - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
Describe canGoBack method here.
canGoForward() - Method in class com.pepper.guiutils.browser.JavaView
Not implemented
canGoForward() - Method in class com.pepper.guiutils.browser.StateChangeEvent
Describe canGoForward method here.
canGoForward() - Method in interface com.pepper.guiutils.browser.WebBrowserView
Describe canGoForward method here.
canGoForward() - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
 
canHandleContent(PepperURIContentEvent) - Method in interface com.pepper.guiutils.browser.PepperURIContentListener
Determine whether the listener can handle the content type.
canPaste() - Method in class com.pepper.guiutils.browser.JavaView
Not implemented
canPaste() - Method in interface com.pepper.guiutils.browser.WebBrowserView
Returns true if browser can paste
canPaste() - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
 
checkbox(XSLProcessorContext, ElemExtensionCall) - Static method in class com.pepper.script.Elements
 
checkURL(String) - Static method in class com.pepper.platform.util.URLUtils
 
CLASS_NAME - Static variable in class com.pepper.platform.program.PepperProgramConfig
Class Name
clear() - Method in class com.pepper.platform.program.SectionList
 
clearHistory() - Method in class com.pepper.guiutils.browser.JavaView
Not implemented
clearHistory() - Method in interface com.pepper.guiutils.browser.WebBrowserView
Clear the session history for this view
clearHistory() - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
Clear the session history
clearInternalCaches() - Method in interface com.pepper.guiutils.browser.WebBrowserContainer
Clear any internal file caches, to allow files to be replaced/reloaded.
clearInternalCaches() - Method in class com.pepper.guiutils.mozilla.MozillaContainer
Clear any internal file caches, to allow files to be replaced/reloaded.
CLIPPING_TYPE - Static variable in class com.pepper.platform.page.PageXML
type value for a clipping page
com.pepper.guiutils - package com.pepper.guiutils
Provides classes used for accessing GUI components of the Keeper.
com.pepper.guiutils.browser - package com.pepper.guiutils.browser
Contains interfaces and classes used to communicate with Pepper's Web Browsing Framework.
com.pepper.guiutils.mozilla - package com.pepper.guiutils.mozilla
Classes specific to the Mozilla/Firefox implementation of Pepper's Web Browsing Framework.
com.pepper.platform.i18n - package com.pepper.platform.i18n
Message Catalog related classes.
com.pepper.platform.net - package com.pepper.platform.net
Provides network related classes and interfaces.
com.pepper.platform.page - package com.pepper.platform.page
Provides classes and interfaces used by Pepper's Page Framework.
com.pepper.platform.program - package com.pepper.platform.program
Main package containing classes used for implementing and accessing Pepper Programs.
com.pepper.platform.program.actions - package com.pepper.platform.program.actions
Provides useful action classes that can be used from Pepper Programs and Javascript.
com.pepper.platform.util - package com.pepper.platform.util
This package provides useful utility classes.
com.pepper.script - package com.pepper.script
Provides classes used by LiveConnect and XSL.
CommonActionMgr - Class in com.pepper.platform.program.actions
This class defines constants that represent the names of common actions that are available to every package in the Keeper and from Javascript via the Bridge.
CommonStrings - Class in com.pepper.platform.program
This class is a singleton that wraps the platform message catalog: CommonStrings.properties; which lives in the platform resources directory.
compareTo(Object) - Method in class com.pepper.platform.util.NameValue
 
constructClass() - Method in class com.pepper.platform.program.PepperProgramProcess
Override class construction
contains(Object) - Method in class com.pepper.platform.program.PageList
Override to only check the page id.
contains(Object) - Method in class com.pepper.platform.program.SectionList
 
containsPackages() - Method in class com.pepper.platform.page.SectionPage
Returns true if this section contains any packages
containsPages() - Method in class com.pepper.platform.page.SectionPage
Returns true if this section contains any pages
copy() - Method in class com.pepper.guiutils.browser.JavaView
Not implemented
copy() - Method in interface com.pepper.guiutils.browser.WebBrowserView
Copy the selected text in the browser to the clipboard
copy() - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
 
copyFile(File, File, int) - Static method in class com.pepper.platform.util.FileUtils
Copies a file to another file
copyFile(File, URL, int) - Static method in class com.pepper.platform.util.FileUtils
Copies source file to destination url
copyFile(File, FileOutputStream, int) - Static method in class com.pepper.platform.util.FileUtils
Copies source file to destination output stream
copyFile(File, FileOutputStream, int, boolean, CopyListener) - Static method in class com.pepper.platform.util.FileUtils
Copies source file to destination output stream
copyFile(File, File, boolean) - Static method in class com.pepper.platform.util.FileUtils
Copy the specified file.
copyFile(File, File) - Static method in class com.pepper.platform.util.FileUtils
Copy the specified file.
copyFile(File, String, File) - Static method in class com.pepper.platform.util.FileUtils
Copies the file to the specified location.
copyFiles(File, String, File[]) - Static method in class com.pepper.platform.util.FileUtils
Copy a set of files to a specified destimation (from pepperfilechooser)
copyFileToDir(File, File, boolean) - Static method in class com.pepper.platform.util.FileUtils
Copy the specified file to the specified directory.
copyStream(InputStream, OutputStream, int) - Static method in class com.pepper.platform.util.FileUtils
Wraps the streams in buffered streams and copies the input stream to the output stream.
copyStream(InputStream, OutputStream, int, CopyListener) - Static method in class com.pepper.platform.util.FileUtils
Wraps the streams in buffered streams and copies the input stream to the output stream.
COVER - Static variable in class com.pepper.platform.program.PepperProgramConfig
Cover
COVER_EL - Static variable in class com.pepper.platform.page.PageXML
cover element name.
COVER_TYPE - Static variable in class com.pepper.platform.page.PageXML
type value for cover pages.
CREATED - Static variable in class com.pepper.platform.program.ProgramChangeEvent
Indicates that the program was created.
createNewPage(String, String, String, String, Object, boolean) - Method in class com.pepper.platform.program.AbstractPepperProgram
Creates and new Page object and permanently saves it to disk and in the specified Section.
createNewPage(String, String, String, Object) - Method in class com.pepper.platform.program.AbstractPepperProgram
Creates a new Page object that is not attached to any Section
createNewSection(String, String, boolean, boolean) - Method in class com.pepper.platform.program.AbstractPepperProgram
Create a new section and optionally load the initial url, select the section and make it transient
createNewSection(String, String, String, int, Object, boolean, String) - Method in class com.pepper.platform.program.AbstractPepperProgram
Create a new SectionPage and save it to disk.
createPage(Object, List, PageChangeListener) - Method in class com.pepper.platform.program.AbstractPepperProgram
Default no-op implementation of PackageInstance interface
createPage(String, String, String, String) - Method in class com.pepper.platform.program.actions.NewPageAction
Create a page for the specified package
createPage(Object, List, PageChangeListener) - Method in interface com.pepper.platform.program.PackageInstance
Create a page with the given data, typically called when downloaded web content matches a specified mimeType in a package's ppld file.
createView(AbstractPepperProgram, JavaSection) - Static method in class com.pepper.guiutils.browser.JavaView
Create the Java View
createView(Section) - Method in interface com.pepper.guiutils.browser.WebBrowserContainer
Create a view for the specified Section
createView(Section, int) - Method in interface com.pepper.guiutils.browser.WebBrowserContainer
Create a view for the specified WebSection with the specified window options
createView(Section, int, String) - Method in interface com.pepper.guiutils.browser.WebBrowserContainer
Create a view for the specified WebSection with the specified window options and default uri to load
createView(Section) - Method in class com.pepper.guiutils.mozilla.MozillaContainer
Create a view for the specified Section.
createView(Section, int) - Method in class com.pepper.guiutils.mozilla.MozillaContainer
Create a view for the specified Section using the specified window options
createView(Section, int, String) - Method in class com.pepper.guiutils.mozilla.MozillaContainer
Create a view for the specified Section using the specified window options and load initial uri
createWebSection(String) - Method in class com.pepper.platform.program.AbstractPepperProgram
Create new web section of type PageXML.WEB_SESSION_TYPE for this package and save it to disk.
createWebSection(String, String, boolean) - Method in class com.pepper.platform.program.AbstractPepperProgram
Create a web section and optionally load the initial url and select the section
cut() - Method in class com.pepper.guiutils.browser.JavaView
Not implemented
cut() - Method in interface com.pepper.guiutils.browser.WebBrowserView
Cut to clipboard
cut() - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
 

D

DataExporter - Interface in com.pepper.platform.program
Interface to be implemented by packages that are capable of exporting data
DATE_EL - Static variable in class com.pepper.platform.page.PageXML
date element name.
DeepRefreshAction - Class in com.pepper.platform.program.actions
Action to refresh the currently displayed Page, first clearing all cached information, including xsl transforms.
DeepRefreshAction() - Constructor for class com.pepper.platform.program.actions.DeepRefreshAction
Creates a new RefreshAction instance.
DEFAULT_BUFFER_SIZE - Static variable in class com.pepper.platform.util.FileUtils
Size (in bytes) of the buffer to use when copying files
DEFAULT_CAPACITY - Static variable in class com.pepper.platform.program.PageList
Default Capacity
DEFAULT_TYPE - Static variable in class com.pepper.platform.page.PageXML
default type attribute value
DEFAULT_TYPE_EL - Static variable in class com.pepper.platform.page.PageXML
defaultPageType element name.
DELETABLE - Static variable in class com.pepper.platform.program.PepperProgramConfig
 
DELETED_SECTION_ID - Static variable in class com.pepper.platform.program.actions.DeletePageAction
Special trash section to hold deleted pages
deleteOnClose() - Method in class com.pepper.platform.program.Section
return true if the section should be deleted when closing the package
DeletePageAction - Class in com.pepper.platform.program.actions
Implements general deletion behavior.
DeletePageAction() - Constructor for class com.pepper.platform.program.actions.DeletePageAction
 
DeleteSectionAction - Class in com.pepper.platform.program.actions
Delete Section Action to handle section deletion
DeleteSectionAction() - Constructor for class com.pepper.platform.program.actions.DeleteSectionAction
Constructor
DeleteSectionAction(Section) - Constructor for class com.pepper.platform.program.actions.DeleteSectionAction
Delete a specific section
DESC_EL - Static variable in class com.pepper.platform.page.SectionPage
 
DESCRIPTION - Static variable in class com.pepper.platform.program.PepperProgramConfig
Description
DESCRIPTION_EL - Static variable in class com.pepper.platform.page.PageXML
description element name.
deselect() - Method in class com.pepper.guiutils.ToolBarButton
Turn off the selection highlight.
destroy() - Method in class com.pepper.guiutils.browser.JavaView
Not implemented
destroy() - Method in interface com.pepper.guiutils.browser.WebBrowserContainer
Called when the package is quit
destroy() - Method in interface com.pepper.guiutils.browser.WebBrowserView
Describe destroy method here.
destroy() - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
 
destroy() - Method in class com.pepper.guiutils.mozilla.MozillaContainer
 
destroy() - Method in class com.pepper.platform.program.AbstractPepperProgram
This method is called when the program is about to be stopped.
DISPLAY_NAME - Static variable in class com.pepper.platform.program.PepperProgramConfig
Display Name
doContent(PepperURIContentEvent) - Method in interface com.pepper.guiutils.browser.PepperURIContentListener
Called when it's time to load the content.
DOCUMENTS - Static variable in class com.pepper.platform.util.Env
 
doExport(List) - Method in class com.pepper.platform.program.actions.ExportAction
Export the passed in list of files
DOWNLOAD_DOMAIN_TYPES - Static variable in class com.pepper.platform.program.PepperProgramConfig
 
DOWNLOADS - Static variable in class com.pepper.platform.util.Env
 
DOWNLOADS_TYPE - Static variable in class com.pepper.platform.page.PageXML
type value for a downloads page

E

EBOOKS - Static variable in class com.pepper.platform.util.Env
 
Elements - Class in com.pepper.script
This class implements the pepper: namespace XSL extension elements.
Elements() - Constructor for class com.pepper.script.Elements
 
enableAction(String, boolean) - Method in class com.pepper.platform.program.AbstractPepperProgram
Enable/disable an action registered via registerAction().
enablePopups(boolean) - Method in class com.pepper.guiutils.SystemTray
 
enableTabControls() - Method in class com.pepper.platform.program.AbstractPepperProgram
Packages can override to return false if they don't want to enable tab controls (new tab, move, delete, rename).
Env - Class in com.pepper.platform.util
Env contains environment helper methods.
Env() - Constructor for class com.pepper.platform.util.Env
 
equals(Object) - Method in class com.pepper.platform.util.NameValue
Compare name, value
ERR_FILE_EXT - Static variable in class com.pepper.platform.page.PageXML
Error file extension.
errorOccurred(Exception) - Method in class com.pepper.platform.program.AbstractPepperProgram
Default implemenation of the PageChangeListener interface
errorOccurred(Exception) - Method in interface com.pepper.platform.program.PageChangeListener
Fired when an error occurred during a page operation
evalXPath(String) - Method in class com.pepper.script.Bridge
Return the value of an XPath expression in the current page.
exists() - Method in interface com.pepper.platform.page.Page
Returns true if the Page exists either in the original jar file or on disk
exists() - Method in class com.pepper.platform.page.PepperPage
 
ExportAction - Class in com.pepper.platform.program.actions
Action that will display PepperImportDialog box to choose directory on USB, SD, or Hard Drive device to export a program's files to.
ExportAction(AbstractPepperProgram, DataExporter, List, int) - Constructor for class com.pepper.platform.program.actions.ExportAction
Export files from a package
ExportAction(AbstractPepperProgram, List, int) - Constructor for class com.pepper.platform.program.actions.ExportAction
Export files from a package

F

FACTORY_BUILD_EL - Static variable in class com.pepper.platform.page.PageXML
factoryBuild element name
FileImporter - Interface in com.pepper.platform.program.actions
Interface used by ImportFilesAction and implemented by a program wishing to import files.
fileURLToFile(URL) - Static method in class com.pepper.platform.util.URLUtils
This routine converts an absolute File URL to a File representing the resource
FileUtils - Class in com.pepper.platform.util
Utilities for file manipulation.
FileUtils() - Constructor for class com.pepper.platform.util.FileUtils
 
find(FindConfig) - Method in class com.pepper.guiutils.browser.JavaView
Not implemented
find(FindConfig) - Method in interface com.pepper.guiutils.browser.WebBrowserView
invoked to find text on the current page
find(FindConfig) - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
 
findAddresses(String) - Method in class com.pepper.script.Bridge
Return a list of possible address matches in the cache based on the string value passed in.
findAgain() - Method in class com.pepper.guiutils.browser.JavaView
Not implemented
findAgain() - Method in interface com.pepper.guiutils.browser.WebBrowserView
Invoked to repeat previous find
findAgain() - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
 
FindConfig - Class in com.pepper.guiutils.browser
Wrapper class that encapsulates find operations in the browser
FindConfig(String) - Constructor for class com.pepper.guiutils.browser.FindConfig
Constructor to create config for search operation.
FindConfig(String, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.pepper.guiutils.browser.FindConfig
Constructor to create config for search operation.
findElementPosition(List, int, String, String, String) - Method in class com.pepper.platform.page.SectionPage
Find the element position in the list of children
findEntry(String) - Method in interface com.pepper.guiutils.browser.WebHistory
Find the index of a history entry based on the passed in URL
findFiles(String[], String) - Method in class com.pepper.platform.page.SectionPage
Return a list of Files contained in the list of pageIds passed in with the specified elementName
findPackageInfo(String) - Static method in class com.pepper.platform.program.PackageLocator
Returns a list of com.pepper.platform.program.PackageInfo objects that match the given type
findPackageInfoByContentType(String, String) - Static method in class com.pepper.platform.program.PackageLocator
Return a List of com.pepper.platform.programPackageInfo objects (whether running or not) that support the specified mimeType and extension
findPackages(String, String) - Method in class com.pepper.platform.page.SectionPage
Returns a list of PackageInfo objects for found packages that meet the specified criteria.
findPackages(List, String, String, String, List) - Static method in class com.pepper.platform.page.SectionPage
Finds packages and adds PackageInfo objects for found packages that meet the specified criteria to the passed in results list
findPackages(String) - Static method in class com.pepper.platform.program.PackageLocator
Return name and ID of all packages in the Keeper of the given type, whether they're running or not.
findPackagesByContentType(String, String) - Static method in class com.pepper.platform.program.PackageLocator
Return name and ID of all packages in the Keeper of that support the specified mimeType and fileExtension, whether they're running or not.
findPackagesByDomain(String) - Static method in class com.pepper.platform.program.PackageLocator
Return name and ID of all packages in the Keeper of that support pages downloaded from the specified originURL
findPages(String, String) - Method in class com.pepper.platform.program.AbstractPepperProgram
Default no-op implementation of PackageInstance interface
findPages(String, String) - Method in interface com.pepper.platform.program.PackageInstance
Return the set of objects described by the type and expression.
findRunningPackage(String) - Static method in class com.pepper.platform.program.PackageLocator
Find a running package instance.
formatDate(String, int) - Static method in class com.pepper.script.Elements
Format a timestamp in the current locale's preferred date/time format.
FormElementManager - Class in com.pepper.guiutils.browser
Base class that provides access to org.w3.dom.Elements that represent html form elements in a page
FormElementManager(WebBrowserView) - Constructor for class com.pepper.guiutils.browser.FormElementManager
Creates a new FormElementManager instance.
ForwardAction - Class in com.pepper.platform.program.actions
Navigate Forward in History
ForwardAction() - Constructor for class com.pepper.platform.program.actions.ForwardAction
Creates a new ForwardAction instance.

G

GENERATE_PAGES_ATTR - Static variable in class com.pepper.platform.page.PageXML
generatePages attribute name
generateUniqueFile(File) - Static method in class com.pepper.platform.util.FileUtils
Given a file, returns a new file with a unique name if the the specified file exists.
getAction() - Method in class com.pepper.guiutils.SystemTrayObject
Return the action set using setMenuWithAction()
getAction(String) - Method in class com.pepper.platform.program.AbstractPepperProgram
Return the specified action command.
getActionCommand() - Method in class com.pepper.platform.program.actions.ProgramAbstractAction
Gets the value from the key Action.ACTION_COMMAND_KEY.
getActiveView() - Method in interface com.pepper.guiutils.browser.WebBrowserContainer
Returns the browser view that is currently displayed
getActiveView() - Method in class com.pepper.guiutils.mozilla.MozillaContainer
Returns the browser view that currently visible and active.
getAllowSharing() - Method in class com.pepper.platform.program.AbstractPepperProgram
If this is true, the package can be shared with other users.
getAllowSync() - Method in class com.pepper.platform.program.AbstractPepperProgram
If this is true, the package can be synced with other users.
getAllViews() - Method in interface com.pepper.guiutils.browser.WebBrowserContainer
Get a list of all open browser views
getAllViews() - Method in class com.pepper.guiutils.mozilla.MozillaContainer
Get a list of all open browser views
getAMPMStrs() - Method in class com.pepper.script.Bridge
Return the localized strings for AM + PM.
getArch() - Static method in class com.pepper.platform.util.Env
The current architecture Used for matching in page transformations
getAttrValue(Node, String) - Static method in class com.pepper.guiutils.browser.FormElementManager
Get the value of the specified attribute
getAttrValue(URL, String) - Static method in class com.pepper.platform.util.URLUtils
Searches the queryString of the URL for the specified attribute and will return it's value
getAttrValue(String, String) - Static method in class com.pepper.platform.util.URLUtils
Searches the queryString of the URL for the specified attribute and will return it's value
getBackup() - Method in interface com.pepper.platform.page.Page
Returns true if the Page is marked to for backup.
getBackup() - Method in class com.pepper.platform.page.PepperPage
 
getBaseDir() - Method in interface com.pepper.platform.page.Page
Returns the base directory used when constructing absolute paths from a Page's name.
getBaseDir() - Method in class com.pepper.platform.page.PepperPage
 
getBaseDir() - Method in class com.pepper.platform.program.AbstractPepperProgram
Get the base directory where the package is running from.
getBaseDirPath() - Method in class com.pepper.platform.program.AbstractPepperProgram
Return the base dir with the file separator char at the end
getBrowserContainer() - Method in class com.pepper.platform.program.AbstractPepperProgram
Return the web browser container
getButton() - Method in class com.pepper.guiutils.SystemTrayObject
Get the button to display in the tray
getCatalog() - Method in class com.pepper.script.Bridge
Get the MessageCatalog for the program
getClassName() - Method in class com.pepper.platform.program.PepperProgramConfig
Returns the package's CLASS_NAME property value.
getClientX() - Method in class com.pepper.guiutils.browser.PepperContextMenuEvent
Returns x co-ordinate where context menu should be displayed.
getClientY() - Method in class com.pepper.guiutils.browser.PepperContextMenuEvent
Returns y co-ordinate where context menu should be displayed.
getCommonActionManager() - Method in class com.pepper.platform.program.AbstractPepperProgram
Get the CommonAction manager.
getCommonBase() - Static method in class com.pepper.platform.program.AbstractPepperProgram
Returns the url string specifying the location of "common-resources.zip" If design.mode=true, this will return file://// else it will return jar:file:////design-common.zip!
getCommonResource(String) - Method in class com.pepper.platform.program.AbstractPepperProgram
Get a resource out of /common-resources.zip
getComponent(String) - Method in class com.pepper.guiutils.SystemTray
Get the underlying component assoicated with a specific SystemTrayObject
getConfig() - Method in class com.pepper.platform.program.actions.ProgramAbstractAction
Returns the PepperProgramConfig instance for this action.
getContextFlags() - Method in class com.pepper.guiutils.browser.PepperContextMenuEvent
Returns context flags for the event.
getCount() - Method in interface com.pepper.guiutils.browser.WebHistory
Returns the number of history entries in the History.
getCoverPage() - Method in class com.pepper.platform.program.PepperProgramConfig
Returns the package's COVER property value.
getCreateDate() - Method in interface com.pepper.platform.page.Page
Returns the page's create date.
getCreateDate() - Method in class com.pepper.platform.page.PepperPage
 
getCurrentPage() - Method in class com.pepper.platform.program.AbstractPepperProgram
Return the currently displayed page.
getCurrentPageInfo() - Method in class com.pepper.platform.program.AbstractPepperProgram
Return the PageInfo object for the currently displayed page.
getCurrentSection() - Method in class com.pepper.platform.program.AbstractPepperProgram
Get the currently displayed Section.
getCurrentSectionId() - Method in class com.pepper.platform.program.AbstractPepperProgram
Get the current Section id.
getCurrentSectionName() - Method in class com.pepper.platform.program.AbstractPepperProgram
Get the current Section name.
getCurrentSelfProgress() - Method in class com.pepper.guiutils.browser.ProgressChangeEventParam
Returns the current progress for request.
getCurrentTitle() - Method in class com.pepper.platform.program.WebSection
Get the current title of the section
getCurrentTotalProgress() - Method in class com.pepper.guiutils.browser.ProgressChangeEventParam
Returns the current progress for all the requests
getCurrentURL() - Method in class com.pepper.guiutils.browser.JavaView
Not implemented
getCurrentURL() - Method in interface com.pepper.guiutils.browser.WebBrowserView
Return the URL of the currently displayed page
getCurrentURL() - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
Return the URL of the currently displayed page
getCurrentURL() - Method in class com.pepper.platform.program.WebSection
 
getDataDir() - Method in class com.pepper.platform.program.AbstractPepperProgram
Get the file url for the data directory for the pagackage
getDataResource(String) - Method in class com.pepper.platform.program.AbstractPepperProgram
Returns a URL representing the specified resource contained in a package's data.zip file or in the data subdirectlry
getDaysInMonth(int, int) - Method in class com.pepper.script.Bridge
Return the number of days in the current month, according to the default Locale's default calendar.
getDefaultIcon() - Method in class com.pepper.guiutils.SystemTrayObject
Get the default icon for this object
getDefaultType() - Method in interface com.pepper.platform.page.Page
Returns the defaultPageType of this page, usually a section.
getDefaultType() - Method in class com.pepper.platform.page.PepperPage
 
getDefaultUserDirectory(int) - Static method in class com.pepper.platform.util.Env
Get user's default directory path.
getDescription() - Method in class com.pepper.platform.program.PackageInfo
Get the description of the package as defined in the ppld file
getDescription() - Method in class com.pepper.platform.program.Section
Returns the section description.
getDesignBase() - Method in class com.pepper.platform.program.AbstractPepperProgram
Gets the name of the design.zip url path.
getDesignResource(String) - Method in class com.pepper.platform.program.AbstractPepperProgram
Returns a URL representing the specified resource contained in a package's design.zip file or in the design subdirectlry
getDirs() - Static method in class com.pepper.platform.util.Env
Return the list of valid directories
getDisabledIcon() - Method in class com.pepper.guiutils.SystemTrayObject
Get the disabled icon
getDisplayName() - Method in class com.pepper.guiutils.SystemTrayObject
Get the displayName
getDisplayName() - Method in class com.pepper.platform.program.PepperProgramConfig
Returns the package's DISPLAY_NAME property value.
getDOM() - Method in class com.pepper.guiutils.browser.JavaView
Not implemented
getDOM() - Method in interface com.pepper.guiutils.browser.WebBrowserView
Get the DOM for the current page
getDOM() - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
Get the DOM for the current page
getElement(String) - Method in class com.pepper.guiutils.browser.FormElementManager
Find an element by id
getElement() - Method in class com.pepper.platform.page.SectionPage.PackageInfo
 
getElementIds() - Method in class com.pepper.guiutils.browser.FormElementManager
Returns a List of Strings id's of the form elements on the page that have an xpath attribute associated with them..
getElementManager() - Method in class com.pepper.guiutils.browser.JavaView
Not implemented
getElementManager() - Method in interface com.pepper.guiutils.browser.WebBrowserView
Get class responsible for managing html form elements on the current page
getElementManager() - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
Get the element manager
getElementsMap() - Method in class com.pepper.guiutils.browser.FormElementManager
Return a HashMap where key is Element and value is ElementInfo object.
getEntryAtIndex(int, boolean) - Method in interface com.pepper.guiutils.browser.WebHistory
Called to obtain HistoryEntry at a given index.
getEnv() - Static method in class com.pepper.platform.util.Env
This Linux-only function returns a subset of the Keeper's process environment.
getEventParam() - Method in class com.pepper.guiutils.browser.BrowserEvent
Returns the data associated with the event
getEventType() - Method in class com.pepper.guiutils.browser.BrowserEvent
Returns the type of the event.
getEventType() - Method in class com.pepper.guiutils.browser.PepperHistoryEvent
Returns the type of the event
getEventType() - Method in class com.pepper.guiutils.browser.StateChangeEvent
Returns the type of the event.
getExportDirectory() - Method in class com.pepper.guiutils.PepperImportDialog
Return the selected directory when this dialog is used in export mode
getExportFiles(String[]) - Method in interface com.pepper.platform.program.DataExporter
Get the list of Files to export based on the list of pageIds that are passed in.
getExportPages() - Method in interface com.pepper.platform.program.DataExporter
Get the list of page ids to export
getExtension(URL) - Static method in class com.pepper.platform.util.URLUtils
Get the file extension from the given url
getExtension(String) - Static method in class com.pepper.platform.util.URLUtils
Get the file extension from the given file name
getFileNameStripExtension(File) - Static method in class com.pepper.platform.util.FileUtils
Return the name of the file without the file name extension
getFileNoExtension(URL) - Static method in class com.pepper.platform.util.URLUtils
Get the file name without the extension
getFileSizes(List) - Static method in class com.pepper.platform.util.FileUtils
Return the size (in bytes) of all Files in the given list.
getFilesToAdd() - Method in class com.pepper.guiutils.PepperImportDialog
Returns list of selected files/directories to add
getFileType(File) - Static method in class com.pepper.platform.util.FileUtils
 
getFileURL(String) - Static method in class com.pepper.platform.util.Env
Returns a File URL appropriate for the specified path.
getFileURLPrefix(String) - Static method in class com.pepper.platform.util.Env
Returns a File URL prefix appropriate for the specified path.
getFindConfig() - Method in class com.pepper.guiutils.browser.JavaView
Not implemented
getFindConfig() - Method in interface com.pepper.guiutils.browser.WebBrowserView
Get current findConfig object used for find methods
getFindConfig() - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
 
getForceAutoSave() - Method in interface com.pepper.platform.page.Page
Get the state of the forceAutoSave flag.
getForceAutoSave() - Method in class com.pepper.platform.page.PepperPage
 
getGeneratedPage() - Method in class com.pepper.platform.page.PageInfo
Get the input stream that represents the page output after it is run through it's correct transformer
getGSP() - Method in class com.pepper.platform.program.AbstractPepperProgram
Return the GuiServicesProvider object that provides UI services to packages running in the Keeper.
getGSP() - Method in class com.pepper.platform.program.actions.ProgramAbstractAction
Returns the GuiServicesProvider instance for the keeper
getHistory() - Method in class com.pepper.guiutils.browser.JavaView
Not implemented
getHistory() - Method in interface com.pepper.guiutils.browser.WebBrowserView
Describe getHistory method here.
getHistory() - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
Describe getHistory method here.
getHistoryEntries() - Method in interface com.pepper.guiutils.browser.WebHistory
Get the List of HistoryEntry objects stored in the history
getHomepageList() - Method in class com.pepper.platform.page.SectionPage
Get list of page ids where homepage attribute is set to true
getIcon(String) - Method in class com.pepper.platform.program.actions.ProgramAbstractAction
Returns the Icon associated with the name from the resources.
getIcon() - Method in class com.pepper.platform.program.PepperProgramConfig
Returns the package's ICON property value.
getIconName() - Method in class com.pepper.platform.program.Section
Returns the section icon name.
getId() - Method in class com.pepper.guiutils.SystemTrayObject
Get the id of this object
getId() - Method in interface com.pepper.platform.page.Page
Returns the id of this Page.
getId() - Method in class com.pepper.platform.page.PepperPage
 
getId() - Method in class com.pepper.platform.program.Section
Returns the Id for the Section.
getImageURI() - Method in class com.pepper.guiutils.browser.PepperContextMenuEvent
Returns mage uri for the event, if any.
getIndex() - Method in class com.pepper.guiutils.browser.PepperHistoryEvent
Returns the history index of the url that was loaded.
getIndex() - Method in class com.pepper.platform.page.PageInfo
Describe getIndex method here.
getIndex(String) - Method in class com.pepper.platform.program.SectionList
Find the index of the specified section
getInfo() - Method in class com.pepper.platform.net.NetworkEvent
Return the InetInfo associated with this event.
getInitPageArg() - Method in class com.pepper.platform.program.PepperProgramProcess
Get any init page arguments
getInitPageURLArg() - Method in class com.pepper.platform.program.PepperProgramProcess
From the URL query string, get the attribute "showPage", which represents the url of the intial page to show when the package is launched
getInstance() - Static method in class com.pepper.platform.net.NetworkMonitor
Returns the singleton instance of NetworkMonitor.
getInstance() - Static method in class com.pepper.platform.program.CommonStrings
Returns the singleton platform message catalog.
getIsContentSection() - Method in class com.pepper.platform.program.Section
Describe getContentSection method here.
getJarURLPrefix(String) - Static method in class com.pepper.platform.util.Env
Returns a Jar File URL prefix appropriate for the specified path.
getJSObject() - Method in class com.pepper.guiutils.browser.JavaView
Not implemented
getJSObject() - Method in interface com.pepper.guiutils.browser.WebBrowserView
All JavaScript objects appear within Java as instances of JSObject.
getJSObject() - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
 
getLastSaveTime() - Method in interface com.pepper.platform.page.Page
Gets the timestamp that the Page was last saved via the save() method.
getLastSaveTime() - Method in class com.pepper.platform.page.PepperPage
 
getLoadFlags() - Method in class com.pepper.platform.page.PageInfo
Get the load flags to use when loading this page.
getLongDescription() - Method in class com.pepper.platform.program.actions.ProgramAbstractAction
Gets the value from the key Action.LONG_DESCRIPTION.
getMainFrame() - Method in interface com.pepper.guiutils.GuiServicesProvider
Get the main Keeper Frame
getMaximumSelfProgress() - Method in class com.pepper.guiutils.browser.ProgressChangeEventParam
Returns the maximum progress for request
getMaximumTotalProgress() - Method in class com.pepper.guiutils.browser.ProgressChangeEventParam
Returns the total progress for all the requests being monitored.
getMaxLength() - Method in interface com.pepper.guiutils.browser.WebHistory
Returns the maximum number of history entries allowed.
getMenu() - Method in class com.pepper.guiutils.SystemTrayObject
Return the menu set using setMenu() or setMenuWithAction()
getMessage(String, String) - Method in class com.pepper.platform.i18n.MessageCatalog
Returns a string based on the key and using the supplied arguments
getMessage(String, Object) - Method in class com.pepper.platform.i18n.MessageCatalog
Returns the message catalog string associated with the given key; arg1 is converted to a string and substituted for the first parameter of the message.
getMessage(String, Object, Object) - Method in class com.pepper.platform.i18n.MessageCatalog
Returns the message catalog string associated with the given key; arg1 and arg2 are converted to strings and substituted for the first two parameters of the message.
getMessage(String, Object, Object, Object) - Method in class com.pepper.platform.i18n.MessageCatalog
Returns the message catalog string associated with the given key; the argN paramaters are converted to strings and substituted for the first N parameters of the message.
getMessage(String, Object, Object, Object, Object) - Method in class com.pepper.platform.i18n.MessageCatalog
Returns the message catalog string associated with the given key; the argN paramaters are converted to strings and substituted for the first N parameters of the message.
getMessage(String, int) - Method in class com.pepper.platform.i18n.MessageCatalog
Returns the message catalog string associated with the given key; arg1 is converted to a string and substituted for the first parameter of the message.
getMessage(String, int, int) - Method in class com.pepper.platform.i18n.MessageCatalog
Returns the message catalog string associated with the given key; arg1 and arg2 are converted to strings and substituted for the first two parameters of the message.
getMessage(String, Object[]) - Method in class com.pepper.platform.i18n.MessageCatalog
Returns the message catalog string associated with the given key; the contents of the args array are converted to strings and substituted for the corresponding parameters of the message.
getMessage(String) - Method in class com.pepper.script.Bridge
Returns the specified message catalog string.
getMessageCatalog() - Method in class com.pepper.platform.program.AbstractPepperProgram
Return the package's message catalog which is the union of package-specific catalog ( PackageStrings.properties ) and the platform catalog ( CommonStrings.properties ).
getMIMEType() - Method in class com.pepper.guiutils.browser.PepperURIContentEvent
Return the MIME type of the content
getMimeTypes() - Method in class com.pepper.platform.program.PackageInfo
Get the mimeTypes supported by the application
getMnemonicKey() - Method in class com.pepper.platform.program.actions.ProgramAbstractAction
Gets the value from the key Action.MNEMONIC_KEY.
getName() - Method in class com.pepper.platform.i18n.MessageCatalog
Gets the name attribute of the CatalogI18n object.
getName() - Method in interface com.pepper.platform.page.Page
Returns the name of this Page.
getName() - Method in class com.pepper.platform.page.PepperPage
 
getName() - Method in class com.pepper.platform.program.actions.ProgramAbstractAction
Gets the value from the key Action.NAME.
getName() - Method in class com.pepper.platform.program.PackageInfo
Get the name of the package
getName() - Method in class com.pepper.platform.program.Section
Returns the display name for the section.
getName() - Method in class com.pepper.platform.util.NameValue
Returns the name.
getNewlyCreated() - Method in class com.pepper.guiutils.browser.JavaView
Returns true when the view is newly created and no pages have been loaded in it yet.
getNewlyCreated() - Method in interface com.pepper.guiutils.browser.WebBrowserView
Returns true when the view is newly created and no pages have been loaded in it yet.
getNewlyCreated() - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
Returns true when the view is newly created and no pages have been loaded in it yet.
getNewPosition() - Method in class com.pepper.platform.program.PageChangeEvent
New page position (on a reorder event)
getNewSection() - Method in class com.pepper.platform.program.PageChangeEvent
Return the new section in the case of a move event
getNewSection() - Method in class com.pepper.platform.program.SectionEvent
Returns the new section.
getNextPage() - Method in class com.pepper.platform.program.AbstractPepperProgram
Gets the next page contained in the current section
getNoCache() - Method in interface com.pepper.platform.page.Page
Get the value which controls how the page will be redisplayed when it has been previously loaded into a tab.
getNoCache() - Method in class com.pepper.platform.page.PepperPage
 
getNodeType() - Method in class com.pepper.guiutils.browser.PepperContextMenuEvent
Returns node type for the event.
getObjectProperty(String) - Method in class com.pepper.platform.program.PepperProgramConfig
Get the property as an object
getPackage(String) - Static method in class com.pepper.script.Bridge
Get the instance of Bridge for the specified package
getPackageId(Element) - Static method in class com.pepper.platform.page.SectionPage
Get the packageId out of the package element.
getPackageId() - Method in class com.pepper.platform.program.AbstractPepperProgram
Gets the Unique Package Id for this package (ie Journal-12345).
getPackageId() - Method in class com.pepper.platform.program.actions.ProgramAbstractAction
Get the packageId that this action is associated with
getPackageId() - Method in class com.pepper.platform.program.PackageInfo
Get the packageId
getPackageID() - Method in class com.pepper.script.Bridge
Returns the unique ID of the package
getPackageName() - Method in interface com.pepper.platform.page.Page
Returns the package name of this Page.
getPackageName() - Method in class com.pepper.platform.page.PepperPage
 
getPackageOwner() - Method in class com.pepper.platform.program.PepperProgramConfig
Returns the package's PackageOwner property value.
getPackageOwnerMAC() - Method in class com.pepper.platform.program.PepperProgramConfig
Returns the package's PackageOwnerMAC property value.
getPackageTitle() - Method in class com.pepper.platform.program.AbstractPepperProgram
Gets the title of the current package
getPackageTitle() - Method in class com.pepper.script.Bridge
Returns the title of the package.
getPackageVersion() - Method in interface com.pepper.platform.page.Page
Returns the package version of this Page.
getPackageVersion() - Method in class com.pepper.platform.page.PepperPage
 
getPage() - Method in class com.pepper.platform.page.PageInfo
Describe getPage method here.
getPage(String) - Method in class com.pepper.platform.program.AbstractPepperProgram
Get a specific page in the current Section
getPage(String, String) - Method in class com.pepper.platform.program.AbstractPepperProgram
Get a specific page in the specified Section
getPage() - Method in class com.pepper.platform.program.PageChangeEvent
Get the Page associated with the event
getPage(int) - Method in class com.pepper.platform.program.PageList
Returns the page specified by the given index.
getPage(String) - Method in class com.pepper.platform.program.PageList
Returns the page specified by the given id.
getPage(int) - Method in class com.pepper.platform.program.Section
Returns the page specified by the given index.
getPageArg() - Method in class com.pepper.platform.program.PageChangeEvent
Get page argument
getPageBase() - Method in class com.pepper.platform.program.AbstractPepperProgram
Get the base url used by templates.
getPageData() - Method in interface com.pepper.platform.page.Page
Returns the application specific XML page data.
getPageData() - Method in class com.pepper.platform.page.PepperPage
 
getPageData() - Method in class com.pepper.platform.page.ProxyPage
Override default behavior to query targetPackageID for the page targetPageID using PackageLocator/PackageInstance.
getPageId() - Method in class com.pepper.platform.program.PageChangeEvent
 
getPageIndex(String) - Method in class com.pepper.platform.program.PageList
Returns the page index specified by the given id.
getPageList() - Method in class com.pepper.platform.page.SectionPage
get a list of the child page elements on the section page
getPageListAsXml() - Method in class com.pepper.platform.program.PageList
Returns all of the pages in this instance as List of JDOM XML Element instances.
getPageProperties() - Method in class com.pepper.platform.program.AbstractPepperProgram
Get the Properties object that contains key/values that get set as XSL page attributes when a Pepper page is loaded
getPages() - Method in class com.pepper.platform.program.Section
Returns the PageList of this section.
getPagesLimit() - Method in class com.pepper.platform.program.PepperProgramConfig
Returns the package's PagesLimit property value.
getPageUrl() - Method in class com.pepper.platform.program.PageChangeEvent
Returns the url used to load the page or null.
getParam() - Method in class com.pepper.platform.program.ActionEventWithParams
Returns the single parameter for this action.
getParamArray() - Method in class com.pepper.platform.program.ActionEventWithParams
Returns an array of parameters for this action.
getParentPage(Page) - Method in class com.pepper.platform.program.AbstractPepperProgram
Get the parent of a page.
getParentSection() - Method in class com.pepper.platform.program.Section
Returns the parent of this section if it exists, or null.
getPepperURL(String) - Static method in class com.pepper.platform.util.Env
Returns a Pepper URL appropriate for the specified path.
getPID() - Method in class com.pepper.platform.program.AbstractPepperProgram
Get the unique process ID for the package
getPopupBlockedTrayObject() - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
 
getPositionAndName(String, StringBuffer) - Method in class com.pepper.platform.page.SectionPage
Get relative position and name of page or package element by ID.
getPowerSaveOff() - Method in interface com.pepper.guiutils.GuiServicesProvider
Get the current state of the power save setting
getPowerSleepOff() - Method in interface com.pepper.guiutils.GuiServicesProvider
Get the current state of the power sleep setting
getPPLDURL() - Method in class com.pepper.platform.program.PackageInfo
Get the url to the packages's ppld file
getPrefsPage() - Method in class com.pepper.platform.program.AbstractPepperProgram
Get the package's preferences page
getPreviousPage() - Method in class com.pepper.platform.program.AbstractPepperProgram
Gets the previous Page contained in the current Section
getPreviousSection() - Method in class com.pepper.platform.program.SectionEvent
Returns the previous section.
getProcess() - Method in class com.pepper.platform.program.actions.ProgramAbstractAction
Returns the PepperProgramProcess associated with this action, or the currently displayed PepperProgramProcess
getProcessBody() - Method in class com.pepper.platform.page.PepperPage
Returns a boolean indicating whether or not this page is setup to honor page processing attributes (eg index, secure, reference ) on an individual element basis.
getProgram() - Method in class com.pepper.platform.program.actions.ProgramAbstractAction
Returns the PepperProgram associated with this action, or the currently displayed PepperProgram
getProgram() - Method in class com.pepper.platform.program.PepperProgramProcess
Describe getProgram method here.
getProgram() - Method in class com.pepper.platform.program.ProgramChangeEvent
Returns the program.
getProgramConfig() - Method in class com.pepper.platform.program.AbstractPepperProgram
Get the configuration associated with this program
getProgramDescription() - Method in class com.pepper.platform.program.PepperProgramConfig
Returns the package's DESCRIPTION property value.
getProgramType() - Method in class com.pepper.platform.program.PepperProgramConfig
Returns the package's PROGRAM_TYPE property value.
getProgramVersion() - Method in class com.pepper.platform.program.PepperProgramConfig
Returns the package's VERSION property value.
getProperty(String) - Method in class com.pepper.platform.page.PageInfo
Get a particular value of a query string attribute
getProperty(String) - Method in class com.pepper.platform.program.AbstractPepperProgram
Subclass should implement to expose certain properties to Javascript.
getProperty(String, String) - Method in class com.pepper.platform.program.AbstractPepperProgram
Subclass should implement to expose certain properties to Javascript.
getProperty(String, String[]) - Method in class com.pepper.platform.program.AbstractPepperProgram
Subclass should implement to expose certain properties to Javascript.
getProperty(String) - Method in class com.pepper.platform.program.PepperProgramConfig
Returns the specified property value for this package.
getProperty(String) - Method in class com.pepper.script.Bridge
Get the value of a specific property from the AbstractPepperProgram used by this bridge
getProperty(String, String) - Method in class com.pepper.script.Bridge
Get the value of a specific property from the AbstractPepperProgram used by this bridge
getProperty(String, String[]) - Method in class com.pepper.script.Bridge
Get the value of a specific property from the AbstractPepperProgram used by this bridge
getQueryMap() - Method in class com.pepper.platform.page.PageInfo
Get a HashMap containing name/value pairs representing values in the query string of the url
getRecursiveDirListing(File) - Static method in class com.pepper.platform.util.FileUtils
Return a list of all files in the the given directory and any subdirectories.
getRecursiveDirListing(File, List) - Static method in class com.pepper.platform.util.FileUtils
Return a list of all files in the the given directory and any subdirectories.
getRecursiveDirListing(File, FileFilter) - Static method in class com.pepper.platform.util.FileUtils
Return a list of all files in the the given directory and any subdirectories.
getRelativeFilename(File, String) - Static method in class com.pepper.platform.util.FileUtils
Given a file and a base directory specification, return the path of the file relative to the base directory iff the file is in the base directory or one of its subdirectories; otherwise return the file's path as passed in.
getRelativeFilename(File, File) - Static method in class com.pepper.platform.util.FileUtils
 
getRelativeFiles(Collection, File) - Static method in class com.pepper.platform.util.FileUtils
Given an collection of Files, return a collection of NameValue objects where the name is the path of the file relative to the baseDir and the value is the File object itself.
getRequestName() - Method in class com.pepper.guiutils.browser.PepperProgressEvent
Returns the request URI.
getRequestName() - Method in class com.pepper.guiutils.browser.StateChangeEvent
Returns the uri of the request
getRequestStatus() - Method in class com.pepper.guiutils.browser.PepperProgressEvent
Returns the status of request.
getRequestURL() - Method in class com.pepper.guiutils.browser.PepperURIContentEvent
Return the URL of the request the event is for.
getRootAttrValue(String) - Method in interface com.pepper.platform.page.Page
Returns the value of the specified attribute on the root element (ie page, section) in the document
getRootAttrValue(String) - Method in class com.pepper.platform.page.PepperPage
 
getScreenX() - Method in class com.pepper.guiutils.browser.PepperContextMenuEvent
 
getScreenY() - Method in class com.pepper.guiutils.browser.PepperContextMenuEvent
 
getSearchField() - Method in interface com.pepper.guiutils.GuiServicesProvider
Get the search field in the Binder
getSearchString() - Method in class com.pepper.guiutils.browser.FindConfig
Returns Search String for the config.
getSection() - Method in class com.pepper.platform.page.PageInfo
Describe getSection method here.
getSection(String) - Method in class com.pepper.platform.program.AbstractPepperProgram
Returns the Section specified by the given id.
getSection() - Method in class com.pepper.platform.program.PageChangeEvent
Get the section associated with the event (if any).
getSection(int) - Method in class com.pepper.platform.program.SectionList
Describe getSection method here.
getSection(String) - Method in class com.pepper.platform.program.SectionList
Find a section by id
getSectionByName(String) - Method in class com.pepper.platform.program.AbstractPepperProgram
Returns the Section specified by the given name.
getSectionByName(String) - Method in class com.pepper.platform.program.SectionList
Find a section by name.
getSectionForPage(String) - Method in class com.pepper.platform.program.AbstractPepperProgram
Find the Section object for a given page
getSectionId() - Method in class com.pepper.platform.page.SectionPage.PackageInfo
 
getSectionId() - Method in class com.pepper.platform.program.PageChangeEvent
Get the section associated with the event (if any).
getSectionName() - Method in class com.pepper.platform.program.PepperProgramConfig
Returns the package's SECTION_NAME property value.
getSectionPage(String) - Method in class com.pepper.platform.program.AbstractPepperProgram
Get the SectionPage with the specified id
getSectionPage() - Method in class com.pepper.platform.program.Section
Return the SectionPage (if any) for the current Section.
getSectionPageMgr() - Method in class com.pepper.platform.page.PageInfo
Describe getSectionPageMgr method here.
getSections() - Method in class com.pepper.platform.program.AbstractPepperProgram
Get the sections that this program supports
getSelectedHistoryIndex() - Method in class com.pepper.guiutils.browser.JavaView
Not implemented
getSelectedHistoryIndex() - Method in interface com.pepper.guiutils.browser.WebBrowserView
 
getSelectedHistoryIndex() - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
 
getSelectedId(String) - Method in class com.pepper.script.Bridge
Calls into program to retrieve page id of the tree selection
getSelectedIndex() - Method in interface com.pepper.guiutils.browser.WebHistory
Returns the selected history entry index.
getSerialNumber() - Static method in class com.pepper.platform.util.Env
Get the serial number for this Pad
getShortDescription() - Method in class com.pepper.platform.program.actions.ProgramAbstractAction
Gets the value from the key Action.SHORT_DESCRIPTION
getShowDeleteButton() - Method in class com.pepper.platform.program.Section
get state of whether or not to show the delete button on the tab representing this section
getShowPage() - Method in class com.pepper.platform.program.PageChangeEvent
Get whether the page is requested to be shown or not
getShowProgramArg() - Method in class com.pepper.platform.program.PepperProgramProcess
Get the attribute "showProcess" from the URL query string
getStatusMessage() - Method in class com.pepper.guiutils.browser.StatusEvent
Return the status messsage
getString(String) - Method in class com.pepper.platform.i18n.MessageCatalog
Returns the message catalog string associated with the given key.
getString(String, String) - Method in class com.pepper.platform.i18n.MessageCatalog
Returns the message catalog string associated with the given key; if the specified message is not found, then the default value parameter is returned.
getSupportedPageTypes() - Method in interface com.pepper.platform.page.Page
Returns a list of supported page types that this page may contain.
getSupportedPageTypes() - Method in class com.pepper.platform.page.PepperPage
 
getSync() - Method in class com.pepper.platform.program.Section
Returns true if the section should be synced when a sync occurs
getSystemTray() - Method in interface com.pepper.guiutils.GuiServicesProvider
Get the system tray object
getSystemTrayObject(String) - Method in class com.pepper.guiutils.SystemTray
Get a particular SystemTrayObject
getTabIndex() - Method in class com.pepper.platform.program.Section
Returns the section tab index.
getTableSelection() - Method in class com.pepper.guiutils.PepperImportDialog
Get the first table selection
getTableSelections() - Method in class com.pepper.guiutils.PepperImportDialog
Get a list of selected rows in the table
getTargetNode() - Method in class com.pepper.guiutils.browser.PepperContextMenuEvent
Return the target node for this event
getTempDir() - Static method in class com.pepper.platform.util.FileUtils
Return a directory specification suitable for use as a temporary directory.
getTemplate() - Method in interface com.pepper.platform.page.Page
Returns the XSLT template of this Page.
getTemplate() - Method in class com.pepper.platform.page.PepperPage
 
getThumbImage() - Method in class com.pepper.platform.program.PepperProgramConfig
Returns the package's THUMB_IMAGE property value.
getThumbPath() - Method in class com.pepper.platform.program.PackageInfo
Get the relative path to thumbnail icon (data/thumbnails/Web-0/foo.png).
getTitle() - Method in interface com.pepper.guiutils.browser.WebHistoryEntry
Returns the title associated with history entry.
getTitle() - Method in class com.pepper.platform.program.PepperProgramConfig
Returns the package's TITLE property value.
getTooltipText() - Method in class com.pepper.guiutils.SystemTrayObject
Get the tooltip text
getTransformedPageInputStream() - Method in class com.pepper.platform.page.PageInfo
Get the input stream that represents the page output after it is run through it's correct transformer
getType() - Method in interface com.pepper.guiutils.browser.WebBrowserContainer
Get the type of Container
getType() - Method in class com.pepper.guiutils.mozilla.MozillaContainer
Get the type of Container
getType() - Method in interface com.pepper.platform.page.Page
Returns the type of this page.
getType() - Method in class com.pepper.platform.page.PepperPage
 
getType() - Method in class com.pepper.platform.program.PackageInfo
Get the type of the package as defined in the ppld file
getType() - Method in class com.pepper.platform.program.ProgramChangeEvent
Returns the type of the event.
getTypes() - Method in class com.pepper.platform.program.AbstractPepperProgram
Default no-op implementation of PackageInstance interface
getTypes() - Method in interface com.pepper.platform.program.PackageInstance
List the types of pages the program supports (eg artist/song/album for Music Library).
getUIComponent() - Method in class com.pepper.guiutils.browser.JavaView
Return the UI component associated with this view
getUIComponent() - Method in interface com.pepper.guiutils.browser.WebBrowserView
Return the UI component associated with this view
getUIComponent() - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
Get the UI Component that represents this view
getUIComponent() - Method in class com.pepper.guiutils.SystemTrayObject
Get the component to display in the tray
getUniqueId() - Method in class com.pepper.platform.program.PepperProgramConfig
Returns the package's UNIQUE_ID property value.
getURI() - Method in class com.pepper.guiutils.browser.PepperContextMenuEvent
Returns uri for the event.
getURI() - Method in interface com.pepper.guiutils.browser.WebHistoryEntry
Returns the URI associated with history entry.
getURL() - Method in class com.pepper.guiutils.browser.PepperHistoryEvent
Returns the URL that was loaded
getURL() - Method in class com.pepper.platform.page.PageInfo
get the url that this pageInfo represents
getURL() - Method in class com.pepper.platform.program.PepperProgramConfig
Return the package's URL property value.
getURLArg() - Method in class com.pepper.platform.program.PepperProgramProcess
Return the value of the url argument which represents the url used to launch this package
getURLField() - Method in interface com.pepper.guiutils.GuiServicesProvider
Get the url UI Component in the Keeper
getValue(Element) - Method in class com.pepper.guiutils.browser.FormElementManager
Get the value for a particular Element
getValue(String) - Method in class com.pepper.guiutils.browser.FormElementManager
Get the value of a particular Element named by id
getValue() - Method in class com.pepper.platform.util.NameValue
Returns the value.
getView(String) - Method in interface com.pepper.guiutils.browser.WebBrowserContainer
Returns the browser view with the specified id
getView(String) - Method in class com.pepper.guiutils.mozilla.MozillaContainer
Returns the browser view with the specified id
getViewID() - Method in class com.pepper.guiutils.browser.BrowserEvent
Returns the viewID of the WebBrowserView that generated the event.
getViewId() - Method in class com.pepper.guiutils.browser.JavaView
Get the unique identifier of this view
getViewId() - Method in interface com.pepper.guiutils.browser.WebBrowserView
Get the unique identifier of this view
getViewId() - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
Get the unique identifier of this view
getViewId() - Method in class com.pepper.platform.program.Section
Get the browser view id associated with this section
getVisibleProgram() - Method in interface com.pepper.guiutils.GuiServicesProvider
Get the currently visible AbsgtractPepperProgram in the Keeper
goBack(PepperHistoryEvent) - Method in class com.pepper.guiutils.browser.BaseHistoryListener
 
goBack() - Method in class com.pepper.guiutils.browser.JavaView
Not implemented
goBack(PepperHistoryEvent) - Method in interface com.pepper.guiutils.browser.PepperHistoryListener
Notify a listener when the browser attempts to go back one page in its history, usually because the user pressed the 'back' button.
goBack() - Method in interface com.pepper.guiutils.browser.WebBrowserView
Describe goBack method here.
goBack() - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
 
goForward(PepperHistoryEvent) - Method in class com.pepper.guiutils.browser.BaseHistoryListener
 
goForward() - Method in class com.pepper.guiutils.browser.JavaView
Not implemented
goForward(PepperHistoryEvent) - Method in interface com.pepper.guiutils.browser.PepperHistoryListener
Notify a listener when the browser attempts to go forward one page in its history, usually because the user pressed the 'forward' button.
goForward() - Method in interface com.pepper.guiutils.browser.WebBrowserView
Describe goForward method here.
goForward() - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
 
goToIndex(PepperHistoryEvent) - Method in class com.pepper.guiutils.browser.BaseHistoryListener
 
goToIndex(int) - Method in class com.pepper.guiutils.browser.JavaView
Not implemented
goToIndex(PepperHistoryEvent) - Method in interface com.pepper.guiutils.browser.PepperHistoryListener
Notify a listener when the browser attempts to visit an arbitrary page in the history, usually because the user chose that page to load from a popup or other menu.
goToIndex(int) - Method in interface com.pepper.guiutils.browser.WebBrowserView
Go to specified index in the History
goToIndex(int) - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
Go to specified history index
gsp - Variable in class com.pepper.guiutils.browser.BaseHistoryListener
 
gsp - Variable in class com.pepper.guiutils.browser.BaseProgressListener
 
GuiServicesProvider - Interface in com.pepper.guiutils
Interface that provides common GUI Services, such as reporting status messages, error messages, and showing the progress bar

H

HARDWARE_ATTR - Static variable in class com.pepper.platform.page.PageXML
hardware attribute name.
HELP_TYPE - Static variable in class com.pepper.platform.page.PageXML
type value for a help page
HIDDEN - Static variable in class com.pepper.platform.program.ProgramChangeEvent
Indicates that the program was hidden.
HIDDEN_ATTR - Static variable in class com.pepper.platform.page.PageXML
visibility attr name for pages
hideProgressBar() - Method in interface com.pepper.guiutils.GuiServicesProvider
Clears the progress bar value and clears status message
HOME - Static variable in class com.pepper.platform.util.Env
 
HOMEPAGE_ATTR - Static variable in class com.pepper.platform.page.PageXML
Homepage attr name

I

ICON - Static variable in class com.pepper.platform.program.PepperProgramConfig
Icon
ID_ATTR - Static variable in class com.pepper.platform.page.PageXML
id attribute name.
IMAGE_DIR - Static variable in class com.pepper.platform.program.actions.ProgramAbstractAction
Image Dir
ImportFilesAction - Class in com.pepper.platform.program.actions
Action that will display PepperImportDialog box to choose directory on USB, SD, or Hard Drive device to import a program's files from.
ImportFilesAction(AbstractPepperProgram, List, String, FileImporter, JComponent, int) - Constructor for class com.pepper.platform.program.actions.ImportFilesAction
Import files into the package.
init(Document) - Method in class com.pepper.guiutils.browser.FormElementManager
Initialize the elementsMap from the passed in Document
init() - Method in interface com.pepper.guiutils.browser.WebBrowserContainer
Initialize the WebBrowserContainer
init() - Method in class com.pepper.guiutils.mozilla.MozillaContainer
Initialize the Mozilla engine
init() - Method in class com.pepper.platform.net.NetworkMonitor
Start the monitor.
init(PepperProgramConfig) - Method in class com.pepper.platform.program.AbstractPepperProgram
This method is called by the program framework after a program is instantiated.
initComponent(AbstractPepperProgram, Properties) - Method in interface com.pepper.platform.program.JavaSectionComponent
initialize the component with context from the Pepper framework
initialize() - Static method in class com.pepper.platform.util.Env
Initialize frequently used booleans
initializeData(Page, String, Object) - Method in interface com.pepper.platform.page.PageInitializer
Creates a new PageTemplates instance which is used by
initPrefs() - Method in class com.pepper.platform.program.AbstractPepperProgram
Initialize preferences for the package.
initscriptbridge(XSLProcessorContext, ElemExtensionCall) - Static method in class com.pepper.script.Elements
initscriptbridge - Init script bridge page element.
insertBeforeExtension(URL, String) - Static method in class com.pepper.platform.util.URLUtils
Inserts a string into the filename before the extension of the file.
insertPage(int, Page) - Method in class com.pepper.platform.program.Section
Insert the page in the list and return position actually inserted
INVALID_INDEX - Static variable in class com.pepper.guiutils.browser.PepperHistoryEvent
 
InvalidPageException - Exception in com.pepper.platform.page
Service class used to create Page objects
isAutoSaveEnabled() - Method in interface com.pepper.platform.page.Page
Returns true if the Page has autoSave enabled.
isAutoSaveEnabled() - Method in class com.pepper.platform.page.PepperPage
 
isBlank(String) - Static method in class com.pepper.platform.util.StringUtils
Test whether the string is null or empty
isDeletable() - Method in interface com.pepper.platform.page.Page
Returns true if the Page is marked as deletable.
isDeletable() - Method in class com.pepper.platform.page.PepperPage
 
isDeletable() - Method in class com.pepper.platform.program.PepperProgramConfig
Return true if the package can be deleted.
isDestroyed() - Method in interface com.pepper.guiutils.browser.WebBrowserContainer
Returns true if container views have been destroyed
isDestroyed() - Method in class com.pepper.guiutils.mozilla.MozillaContainer
 
isEntireWord() - Method in class com.pepper.guiutils.browser.FindConfig
Returns true if search try's to match only complete word.
isFindBackwards() - Method in class com.pepper.guiutils.browser.FindConfig
Returns true search direction will be backward.
isFocusable() - Method in class com.pepper.guiutils.ToolBarButton
Override to make the button not focusable.
isHidden() - Method in interface com.pepper.platform.page.Page
Returns true if the Page is marked as hidden.
isHidden() - Method in class com.pepper.platform.page.PepperPage
 
isInitialized() - Method in interface com.pepper.guiutils.browser.WebBrowserContainer
Returns whether or not the container is initialized
isInitialized() - Method in class com.pepper.guiutils.mozilla.MozillaContainer
 
isLinuxOS() - Static method in class com.pepper.platform.util.Env
Returns true if called on a Linux system.
isLoaded() - Method in interface com.pepper.platform.page.Page
Returns true if the Page has been loaded from disk, or has had it's XML page data set directly by a call to setPageData().
isLoaded() - Method in class com.pepper.platform.page.PepperPage
 
isLoading() - Method in class com.pepper.platform.program.AbstractPepperProgram
Returns true if a page load is in progress
isLoadingDocument() - Method in class com.pepper.guiutils.browser.PepperProgressEvent
Returns true if document is loading.
isLoadingWeb() - Method in class com.pepper.platform.program.AbstractPepperProgram
Returns true if a web page is loading, false if a pepper page is loading
isMacOS() - Static method in class com.pepper.platform.util.Env
Returns true if called on an OS X system.
isMatchCase() - Method in class com.pepper.guiutils.browser.FindConfig
Returns true if search is case sensitive.
isOnline() - Method in class com.pepper.platform.net.NetworkMonitor
Indicates if the Keeper is online.
isPad() - Method in class com.pepper.script.Bridge
Checks if we are on the pad
isPad2() - Static method in class com.pepper.platform.util.Env
Returns true if called on the Pepper Pad 2.
isPad3() - Static method in class com.pepper.platform.util.Env
Returns true if called on the Pepper Pad 3.
isPad3OrLinux() - Static method in class com.pepper.platform.util.Env
Returns true if called on Pad 3 or a Linux environment that is NOT Pad2
isPadOS() - Static method in class com.pepper.platform.util.Env
Returns true if called on the Pepper Pad.
isPageTypeSupported(String) - Method in interface com.pepper.platform.page.Page
Indicates whether the specified page type may be contained by this page.
isPageTypeSupported(String) - Method in class com.pepper.platform.page.PepperPage
 
isPepperPageShowing() - Method in class com.pepper.platform.program.AbstractPepperProgram
Returns true if a pepper page is showing, false if a web page is showing
isReadOnly() - Method in interface com.pepper.platform.page.Page
Returns true if the Page is marked as read-only.
isReadOnly() - Method in class com.pepper.platform.page.PepperPage
 
isRequestPending() - Method in class com.pepper.guiutils.browser.PepperProgressEvent
Returns true if request is pending.
isSearchFrames() - Method in class com.pepper.guiutils.browser.FindConfig
Returns true if frames are searched.
isSecure() - Method in interface com.pepper.platform.page.Page
Returns true if the Page is marked as secure.
isSecure() - Method in class com.pepper.platform.page.PepperPage
 
isShowingPepperPage() - Method in class com.pepper.platform.program.WebSection
 
isSingleton() - Method in class com.pepper.platform.program.PepperProgramConfig
Return true if there should only be one instance of the package in a Keeper.
isStopping() - Method in class com.pepper.platform.program.AbstractPepperProgram
Returns true if program is in process of being destoryed/stopped
isSubFrame() - Method in interface com.pepper.guiutils.browser.WebHistoryEntry
Returns true if history entry is Sub Frame.
isVisible() - Method in class com.pepper.guiutils.browser.JavaView
Returns true if this view is currently visible
isVisible() - Method in interface com.pepper.guiutils.browser.WebBrowserView
Returns true if this view is currently visible
isVisible() - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
Returns true if this view is currently visible
isVisible() - Method in class com.pepper.platform.program.Section
Returns true if the section has a UI.
isWebSection() - Method in class com.pepper.platform.program.Section
Returns false because it's not a WebSection
isWebSection() - Method in class com.pepper.platform.program.WebSection
Override from Section so code doesn't need to do instanceof
isWindows() - Static method in class com.pepper.platform.util.Env
Returns true if called on a Window system.
isWrapFind() - Method in class com.pepper.guiutils.browser.FindConfig
Returns true if continues after end/begin(in case of backward search) of page.

J

JAVA_TYPE - Static variable in class com.pepper.platform.page.PageXML
section type for java sections
JavaSection - Class in com.pepper.platform.program
This class represents a WebSection that is capable of displaying a Java Component
JavaSection(Section, PageMgr) - Constructor for class com.pepper.platform.program.JavaSection
Creates a new Section instance with the specified parent section and PageMgr
JavaSectionComponent - Interface in com.pepper.platform.program
interface to be implemented by Java components displayed in Pepper Java Sections so they can interact with the framework.
JavaView - Class in com.pepper.guiutils.browser
This class represents a view surrounding a Java Panel, and is created by the framework when a Section is defined of type="java"
JavaView(String, String) - Constructor for class com.pepper.guiutils.browser.JavaView
Creates a new JavaView instance.
JOURNEY_TYPE - Static variable in class com.pepper.platform.page.PageXML
type value for a saved journey page

L

LARGE_ICON - Static variable in class com.pepper.platform.program.actions.ProgramAbstractAction
Large Icon
launchPackage(String, ProcessListener, String, boolean) - Static method in class com.pepper.platform.program.PackageLocator
Launch package if it's not running, call the listener once the package is done launching.
launchPackage(String, String, ProcessListener, String, boolean) - Static method in class com.pepper.platform.program.PackageLocator
Launch package if it's not running, call the listener once the package is done launching.
load() - Method in interface com.pepper.platform.page.Page
Loads the Page from disk.
load() - Method in class com.pepper.platform.page.PepperPage
 
loadPage(URL) - Method in class com.pepper.guiutils.browser.JavaView
Not implemented
loadPage(String) - Method in class com.pepper.guiutils.browser.JavaView
Not implemented
loadPage(InputStream, String) - Method in class com.pepper.guiutils.browser.JavaView
Not implemented
loadPage(URL) - Method in interface com.pepper.guiutils.browser.WebBrowserView
Loads the url
loadPage(String) - Method in interface com.pepper.guiutils.browser.WebBrowserView
Loads the string content
loadPage(InputStream, String) - Method in interface com.pepper.guiutils.browser.WebBrowserView
 
loadPage(URL) - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
Loads the url
loadPage(String) - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
Loads the string content
loadPage(InputStream, String) - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
Describe loadPage method here.
loadURI(String) - Method in class com.pepper.guiutils.browser.JavaView
Not implemented
loadURI(String, int) - Method in class com.pepper.guiutils.browser.JavaView
Not implemented
loadURI(String, int, String, InputStream, InputStream) - Method in class com.pepper.guiutils.browser.JavaView
Not implemented
loadURI(String) - Method in interface com.pepper.guiutils.browser.WebBrowserView
Loads the URI
loadURI(String, int) - Method in interface com.pepper.guiutils.browser.WebBrowserView
Load the uri with the specified load flags
loadURI(String, int, String, InputStream, InputStream) - Method in interface com.pepper.guiutils.browser.WebBrowserView
Load a uri using the specified load flags and with the specified referrer URL and POST data.
loadURI(String) - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
Loads the uri specified by the string
loadURI(String, int) - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
Load a uri using the specified load flags
loadURI(String, int, String, InputStream, InputStream) - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
Load a uri using the specified load flags and with the specified referrer URL and POST data.
log - Static variable in class com.pepper.platform.page.PepperPage
 
log - Static variable in class com.pepper.platform.program.actions.ProgramAbstractAction
 

M

main(String[]) - Static method in class com.pepper.guiutils.PepperImportDialog
Describe main method here.
MAIN_TYPE - Static variable in class com.pepper.platform.page.PageXML
type value for main TOC section.
makeJarFileURL(String, String) - Static method in class com.pepper.platform.util.URLUtils
Make a jar file url
makeJarFileURL(String, String, String) - Static method in class com.pepper.platform.util.URLUtils
Make a jar file url
makeParams() - Method in class com.pepper.platform.program.PackageInfo
Get a String[] suitable to use with LaunchPackage action.
makePepperURL(String, String, String, boolean) - Static method in class com.pepper.platform.util.Env
Creates a string representing a pepper url
makeThePepperURL(String, String, String, boolean) - Static method in class com.pepper.platform.util.Env
Make Pepper URL and return it as a URL
MAX_HISTORY_DAYS - Static variable in class com.pepper.platform.page.SectionPage
 
MAX_SESSION_ENTRIES - Static variable in class com.pepper.platform.page.SectionPage
 
MC_NAME_KEY - Static variable in class com.pepper.platform.page.PageXML
Message catalog key for preset section names in attribute values
MessageCatalog - Class in com.pepper.platform.i18n
Text catalog keyed by String for internationalized messages
MessageCatalog(String, ClassLoader) - Constructor for class com.pepper.platform.i18n.MessageCatalog
Creates a new instance of MessageCatalog using the given parameters.
MIME_TYPES - Static variable in class com.pepper.platform.program.PepperProgramConfig
 
moveElement(String, String, String, boolean) - Method in class com.pepper.platform.page.SectionPage
Move the specified element either up or down one position relative to it's parent
moveElement(String, String, String, int) - Method in class com.pepper.platform.page.SectionPage
Move the specified element either up or down one position relative to it's parent
MovePageAction - Class in com.pepper.platform.program.actions
Moves one or more pages from one section to another section.
MovePageAction() - Constructor for class com.pepper.platform.program.actions.MovePageAction
Creates a new MovePageAction instance.
MozillaBrowserView - Class in com.pepper.guiutils.mozilla
This class represents a browser view surrounding Mozilla
MozillaBrowserView(String, int) - Constructor for class com.pepper.guiutils.mozilla.MozillaBrowserView
Construct the view objec with the peerId representing the JRex native window
MozillaContainer - Class in com.pepper.guiutils.mozilla
Manager of MozillaBrowserView objects for an application
MozillaContainer(AbstractPepperProgram) - Constructor for class com.pepper.guiutils.mozilla.MozillaContainer
Constructor
MUSIC - Static variable in class com.pepper.platform.util.Env
 

N

NAME_ATTR - Static variable in class com.pepper.platform.page.PageXML
name attribute name.
NAME_EL - Static variable in class com.pepper.platform.page.SectionPage
 
NameValue - Class in com.pepper.platform.util
NameValue represents a name-value pair.
NameValue() - Constructor for class com.pepper.platform.util.NameValue
Default Constructor.
NameValue(String, Object) - Constructor for class com.pepper.platform.util.NameValue
Constructs the NameValue using the specified name and value arguments.
needsRefresh() - Method in class com.pepper.platform.program.AbstractPepperProgram
Return true if the program has been flagged as needing to refresh the current page.
NetworkEvent - Class in com.pepper.platform.net
This class represents an NetworkListener event fired from the NetworkMonitor.
NetworkListener - Interface in com.pepper.platform.net
Interface to listen for network online/offline events.
NetworkMonitor - Class in com.pepper.platform.net
Watch for network events like IP address changes and online/offline events.
NewPageAction - Class in com.pepper.platform.program.actions
Action to create a generic new data page
NewPageAction() - Constructor for class com.pepper.platform.program.actions.NewPageAction
Creates a new NewPageAction instance.
NewSectionAction - Class in com.pepper.platform.program.actions
Create a new section action
NewSectionAction() - Constructor for class com.pepper.platform.program.actions.NewSectionAction
Creates a new NewSectionAction instance.
normalize(String) - Static method in class com.pepper.platform.util.URLUtils
Return the canonical version of the given path by resolving ".." "." and "//" elements.
NUM_PAGES_EL - Static variable in class com.pepper.platform.page.PageXML
numPages element name.

O

offline(NetworkEvent) - Method in interface com.pepper.platform.net.NetworkListener
This callback indicates that the network has gone offline
online(NetworkEvent) - Method in interface com.pepper.platform.net.NetworkListener
This callback indicates that the network has come online
onLinkStatusChange(StatusEvent) - Method in class com.pepper.guiutils.browser.BaseProgressListener
 
onLinkStatusChange(StatusEvent) - Method in interface com.pepper.guiutils.browser.PepperProgressListener
Event sent when mousing over a link.
onLocationChange(PepperProgressEvent) - Method in class com.pepper.guiutils.browser.BaseProgressListener
 
onLocationChange(PepperProgressEvent) - Method in interface com.pepper.guiutils.browser.PepperProgressListener
Called when the window being watched changes the location that is currently.
onProgressChange(PepperProgressEvent) - Method in class com.pepper.guiutils.browser.BaseProgressListener
 
onProgressChange(PepperProgressEvent) - Method in interface com.pepper.guiutils.browser.PepperProgressListener
Notification that the progress has changed for one of the requests being monitored.
onSecurityChange(PepperProgressEvent) - Method in class com.pepper.guiutils.browser.BaseProgressListener
 
onSecurityChange(PepperProgressEvent) - Method in interface com.pepper.guiutils.browser.PepperProgressListener
Notification called for security progress.
onStartContent(PepperURIContentEvent) - Method in interface com.pepper.guiutils.browser.PepperURIContentListener
Gives the content listener first crack at stopping a load before it happens.
onStateChange(StateChangeEvent) - Method in class com.pepper.guiutils.browser.BaseProgressListener
 
onStateChange(StateChangeEvent) - Method in interface com.pepper.guiutils.browser.PepperProgressListener
Notification indicating the state has changed for one of the requests associated with the document loaded.
onStatusChange(StatusEvent) - Method in class com.pepper.guiutils.browser.BaseProgressListener
 
onStatusChange(StatusEvent) - Method in interface com.pepper.guiutils.browser.PepperProgressListener
Status message from a browser.
openWindow(short, String, String, String, String, boolean) - Method in class com.pepper.guiutils.browser.JavaView
Not implemented
openWindow(short, String, String, String, String, boolean) - Method in interface com.pepper.guiutils.browser.WebBrowserView
Load the specified uri in a new window
openWindow(short, String, String, String, String, boolean) - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
Load the specified uri in a new window

P

PACKAGE_LIST_EL - Static variable in class com.pepper.platform.page.PageXML
packageList element name.
PACKAGE_OWNER - Static variable in class com.pepper.platform.program.PepperProgramConfig
Package owner
PACKAGE_OWNER_MAC - Static variable in class com.pepper.platform.program.PepperProgramConfig
MAC for Package owner value
PackageInfo - Class in com.pepper.platform.program
Object to encapsulate Package information Copyright (c) 2003-2005 Pepper Computer, Inc.
PackageInfo(Element) - Constructor for class com.pepper.platform.program.PackageInfo
Constructor
PackageInstance - Interface in com.pepper.platform.program
Interface implemented by programs that share data with other programs and that want to register for downloaded content based on mime type.
PackageLocator - Class in com.pepper.platform.program
Interface providing access to and launch of other programs.
PackageLocator() - Constructor for class com.pepper.platform.program.PackageLocator
 
PackageQuitAction - Class in com.pepper.platform.program.actions
Action to handle quitting a package
PackageQuitAction() - Constructor for class com.pepper.platform.program.actions.PackageQuitAction
Constructor
PAD2_PROPERTY - Static variable in class com.pepper.platform.util.Env
 
PAD3_PROPERTY - Static variable in class com.pepper.platform.util.Env
 
PAD_CARD - Static variable in class com.pepper.platform.util.Env
Path for Pad SD/MMC card
PAD_DROPBOX - Static variable in class com.pepper.platform.util.Env
Path for Pad drop box
PAD_HOME - Static variable in class com.pepper.platform.util.Env
Path for Pad home dir
PAD_NETWORK - Static variable in class com.pepper.platform.util.Env
Path for Pad mounted network device
PAD_PROPERTY - Static variable in class com.pepper.platform.util.Env
 
PAD_USB - Static variable in class com.pepper.platform.util.Env
Path for Pad USB device
Page - Interface in com.pepper.platform.page
An interface used by packages and the binder to access and pass around package-specific XML data.
PAGE_EL - Static variable in class com.pepper.platform.page.PageXML
page element name.
PAGE_MOVED_EL - Static variable in class com.pepper.platform.page.PageXML
moved page tombstone
PAGE_REMOVED_EL - Static variable in class com.pepper.platform.page.PageXML
deleted page tombstone
pagebar(XSLProcessorContext, ElemExtensionCall) - Static method in class com.pepper.script.Elements
pagebar - pagebar extension element.
pagebarentry(XSLProcessorContext, ElemExtensionCall) - Static method in class com.pepper.script.Elements
pagebarentry - pagebarentry extension element.
pagebarnextpreventry(XSLProcessorContext, ElemExtensionCall) - Static method in class com.pepper.script.Elements
pagebarnextpreventry - pagebarentry next/prev buttons extension element.
pagebarspacer(XSLProcessorContext, ElemExtensionCall) - Static method in class com.pepper.script.Elements
pagebarspacer - pagebarspacer extension element.
PageChangeEvent - Class in com.pepper.platform.program
Event fired from the PageMgr when Pages are created, modified, or deleted
PageChangeEvent(Object, Page) - Constructor for class com.pepper.platform.program.PageChangeEvent
Creates a new PageChangeEvent instance.
PageChangeEvent(Object, Page, Section) - Constructor for class com.pepper.platform.program.PageChangeEvent
Creates a new PageChangeEvent instance.
PageChangeEvent(Object, Page, Section, boolean) - Constructor for class com.pepper.platform.program.PageChangeEvent
Creates a new PageChangeEvent instance.
PageChangeEvent(Object, Page, Section, Section, boolean) - Constructor for class com.pepper.platform.program.PageChangeEvent
Creates a new PageChangeEvent instance.
PageChangeEvent(Object, String, Section, int, boolean) - Constructor for class com.pepper.platform.program.PageChangeEvent
Constructor for a PageChangeEvent which is a "reorder" event.
PageChangeEvent(Object, String, String) - Constructor for class com.pepper.platform.program.PageChangeEvent
Creates a new PageChangeEvent instance.
PageChangeListener - Interface in com.pepper.platform.program
Interface to capture events fired by the PageMgr when Pages are created, modified, or deleted
pageCreated(PageChangeEvent) - Method in class com.pepper.platform.program.AbstractPepperProgram
Default implemenation of the PageChangeListener interface.
pageCreated(PageChangeEvent) - Method in interface com.pepper.platform.program.PageChangeListener
Notification of the saving of a newly created Page
pageDisplayed(PageChangeEvent) - Method in class com.pepper.platform.program.AbstractPepperProgram
Default implemenation of the PageChangeListener interface.
pageDisplayed(PageChangeEvent) - Method in interface com.pepper.platform.program.PageChangeListener
Notification that a Page has been completely displayed by the Browser panel.
PageInfo - Class in com.pepper.platform.page
Encapsulates info about a Page, including it's Section, it's index in the list of pages, and it's SectionPageMgr
PageInfo(SectionPageMgr, Page, int) - Constructor for class com.pepper.platform.page.PageInfo
Creates a new PageInfo instance.
PageInitializer - Interface in com.pepper.platform.page
This interface class is the...
PageList - Class in com.pepper.platform.program
Linked list of Pages.
PageList(PageIndex) - Constructor for class com.pepper.platform.program.PageList
Creates a new PageList instance.
pageModified(PageChangeEvent) - Method in class com.pepper.platform.program.AbstractPepperProgram
Default implemenation of the PageChangeListener interface.
pageModified(PageChangeEvent) - Method in interface com.pepper.platform.program.PageChangeListener
Notification of the modification of an existing Page
pageMoved(PageChangeEvent) - Method in class com.pepper.platform.program.AbstractPepperProgram
Default implemenation of the PageChangeListener interface.
pageMoved(PageChangeEvent) - Method in interface com.pepper.platform.program.PageChangeListener
Notification of the move of a Page from one Section to another
pageRemoved(PageChangeEvent) - Method in class com.pepper.platform.program.AbstractPepperProgram
Default implemenation of the PageChangeListener interface.
pageRemoved(PageChangeEvent) - Method in interface com.pepper.platform.program.PageChangeListener
Notification of the deletion of an existing page
pageReordered(PageChangeEvent) - Method in class com.pepper.platform.program.AbstractPepperProgram
Default implemenation of the PageChangeListener interface.
pageReordered(PageChangeEvent) - Method in interface com.pepper.platform.program.PageChangeListener
Fired when a page is reordered in a Section
PAGES_LIMIT - Static variable in class com.pepper.platform.program.PepperProgramConfig
New pages limit
PAGES_PATH - Static variable in class com.pepper.platform.page.PageXML
page directory name
PageXML - Class in com.pepper.platform.page
This class defines XML element and attribute names and values used in the pages.
PageXML() - Constructor for class com.pepper.platform.page.PageXML
 
parseQueryString(URL) - Static method in class com.pepper.platform.util.URLUtils
Parse a URL query string, typically in the format http://foo.com? atr1=value1&attr2=value2&attr3=value3.
parseQueryString(String) - Static method in class com.pepper.platform.util.URLUtils
Parse a URL query string, typically in the format atr1=value1&attr2=value2&attr3=value3.
paste() - Method in class com.pepper.guiutils.browser.JavaView
Not implemented
paste() - Method in interface com.pepper.guiutils.browser.WebBrowserView
paste from clipboard
paste() - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
 
PEPPER_PROTOCOL - Static variable in class com.pepper.platform.util.Env
Pepper Protocol Prefix.
PepperContextMenuEvent - Class in com.pepper.guiutils.browser
Pepper wrapper for JRex ContextMenuEvent
PepperContextMenuEvent(String, int, int, int, int, int, Node, int, String, String) - Constructor for class com.pepper.guiutils.browser.PepperContextMenuEvent
 
PepperContextMenuListener - Interface in com.pepper.guiutils.browser
Listener interface for ContextMenu events
PepperHistoryEvent - Class in com.pepper.guiutils.browser
Notification of a history event.
PepperHistoryEvent(String, int, String, int) - Constructor for class com.pepper.guiutils.browser.PepperHistoryEvent
Constructor used for creating "go to index" history events.
PepperHistoryEvent(String, int, String) - Constructor for class com.pepper.guiutils.browser.PepperHistoryEvent
Constructor
PepperHistoryListener - Interface in com.pepper.guiutils.browser
Interface implemented by classes interested in history events from the browser implementation.
PepperImportDialog - Class in com.pepper.guiutils
Customized File chooser to import/export audio, video, photos
PepperImportDialog(Frame, String, List, JComponent, boolean, int) - Constructor for class com.pepper.guiutils.PepperImportDialog
Dialog to be used for import or export
PepperImportDialog(Frame, String, List, JComponent, boolean, int, boolean) - Constructor for class com.pepper.guiutils.PepperImportDialog
 
PepperPage - Class in com.pepper.platform.page
This class implements the Page interface.
PepperPage(String, String) - Constructor for class com.pepper.platform.page.PepperPage
Creates a PepperPage using the given parameters.
PepperPage(File) - Constructor for class com.pepper.platform.page.PepperPage
Creates a PepperPage from the given File instance.
PepperPage(InputStream) - Constructor for class com.pepper.platform.page.PepperPage
Creates a PepperPage from the given InputStream instance.
PepperPage(String, String, PageService, String, Document) - Constructor for class com.pepper.platform.page.PepperPage
Instantiates a new PepperPage using the given parameters.
PepperProgramConfig - Class in com.pepper.platform.program
The PepperProgramConfig class encapsulates the properties of an individual Pepper package/program.
PepperProgramConfig(Properties) - Constructor for class com.pepper.platform.program.PepperProgramConfig
Constructs a new PepperProgramConfig object for this package with the given parameters.
PepperProgramException - Exception in com.pepper.platform.program
A specialized Exception class for Pepper packages.
PepperProgramException(String) - Constructor for exception com.pepper.platform.program.PepperProgramException
Constructs a PepperProgramException given the specified message.
PepperProgramException(Exception) - Constructor for exception com.pepper.platform.program.PepperProgramException
Constructs a PepperProgramException given the specified exception.
PepperProgramProcess - Class in com.pepper.platform.program
Subclass of PepperProgram that represents an AbstractPepperProgram instance
PepperProgramProcess(int, String, String[], List) - Constructor for class com.pepper.platform.program.PepperProgramProcess
Creates a new PepperProgramProcess instance.
PepperProgressEvent - Class in com.pepper.guiutils.browser
Notification of a progress event.
PepperProgressEvent(String, int, Object, boolean, String, int, boolean) - Constructor for class com.pepper.guiutils.browser.PepperProgressEvent
ProgressEvent constructor
PepperProgressListener - Interface in com.pepper.guiutils.browser
Interface implemented by classes interested in progress events from the browser implementation.
PepperURIContentEvent - Class in com.pepper.guiutils.browser
Status message to be displayed.
PepperURIContentEvent(String, String) - Constructor for class com.pepper.guiutils.browser.PepperURIContentEvent
Constructor
PepperURIContentEvent(String, String, String) - Constructor for class com.pepper.guiutils.browser.PepperURIContentEvent
Constructor
PepperURIContentListener - Interface in com.pepper.guiutils.browser
Interface implemented by classes interested in URI events from the browser implementation.
pepperURLToFile(URL, String) - Static method in class com.pepper.platform.util.URLUtils
This routine converts a relative pepperURL to a File representing the resource
PICTURES - Static variable in class com.pepper.platform.util.Env
 
PKG_ID_ATTR - Static variable in class com.pepper.platform.page.PageXML
packageId attribute
playSound(String) - Method in interface com.pepper.guiutils.GuiServicesProvider
Play a sound in the Keeper
populateDirectoryNames(MessageCatalog) - Static method in class com.pepper.platform.util.Env
Load default directory names for each platform from the message catalog.
popupsEnabled() - Method in class com.pepper.guiutils.SystemTray
 
powerSaveOff(boolean) - Method in interface com.pepper.guiutils.GuiServicesProvider
 
powerSleepOff(boolean) - Method in interface com.pepper.guiutils.GuiServicesProvider
 
PREBUILT_PAGES_EL - Static variable in class com.pepper.platform.page.PageXML
prebuildPagesDir element name.
print(boolean) - Method in class com.pepper.guiutils.browser.JavaView
Not implemented
print(boolean) - Method in interface com.pepper.guiutils.browser.WebBrowserView
Print the current page in the browser.
print(boolean) - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
 
processMouseEvent(MouseEvent) - Method in class com.pepper.guiutils.ToolBarButton
Highlight the button when pressed.
PROGRAM_EL - Static variable in class com.pepper.platform.page.PageXML
program element name.
PROGRAM_TYPE - Static variable in class com.pepper.platform.program.PepperProgramConfig
Program Type
ProgramAbstractAction - Class in com.pepper.platform.program.actions
Abstract base class used by most common actions in the Keeper Framework.
ProgramAbstractAction() - Constructor for class com.pepper.platform.program.actions.ProgramAbstractAction
Creates a new ProgramAbstractAction instance.
ProgramAbstractAction(String) - Constructor for class com.pepper.platform.program.actions.ProgramAbstractAction
Create a new action associated with a particular package ID
ProgramAbstractAction(String, String) - Constructor for class com.pepper.platform.program.actions.ProgramAbstractAction
Create a new action associated with a particular package ID with the specified actionName
ProgramAbstractAction(String, Icon) - Constructor for class com.pepper.platform.program.actions.ProgramAbstractAction
Create a new action with a name and icon
programChanged(ProgramChangeEvent) - Method in class com.pepper.platform.program.AbstractPepperProgram
Default no-op implementation of the ProgramChangeListener interface Called when the currently visible program changes.
programChanged(ProgramChangeEvent) - Method in interface com.pepper.platform.program.ProgramChangeListener
Called when the visible program changes
ProgramChangeEvent - Class in com.pepper.platform.program
Represents a program change.
ProgramChangeEvent(Object, AbstractPepperProgram) - Constructor for class com.pepper.platform.program.ProgramChangeEvent
Constructs the event on behalf of the source and sets the type to CREATED.
ProgramChangeEvent(Object, AbstractPepperProgram, int) - Constructor for class com.pepper.platform.program.ProgramChangeEvent
Constructs the event on behalf of the source and sets the type to CREATED.
ProgramChangeListener - Interface in com.pepper.platform.program
This interface is used to listen for events that occur when a Keeper Application is hidden or shown.
ProgressChangeEventParam - Class in com.pepper.guiutils.browser
Class containing information about the progress of a request.
ProgressChangeEventParam(int, int, int, int) - Constructor for class com.pepper.guiutils.browser.ProgressChangeEventParam
ProgressChangeEventParam constructor
PROXY_TYPE - Static variable in class com.pepper.platform.page.PageXML
type value for proxy pages
ProxyPage - Class in com.pepper.platform.page
Pepper Page that acts as a proxy to another page.
ProxyPage(String, String, String, String) - Constructor for class com.pepper.platform.page.ProxyPage
Default constructor.
purge(PepperHistoryEvent) - Method in class com.pepper.guiutils.browser.BaseHistoryListener
 
purge(PepperHistoryEvent) - Method in interface com.pepper.guiutils.browser.PepperHistoryListener
called to notify a listener when documents are removed from session history.
purgeHistory(int) - Method in interface com.pepper.guiutils.browser.WebHistory
Called to purge older HistoryEntry from history.

R

radiobutton(XSLProcessorContext, ElemExtensionCall) - Static method in class com.pepper.script.Elements
This supports radio buttons in xsl with the ability to automatically get/set values from the xml.
refresh() - Method in class com.pepper.guiutils.browser.JavaView
Not implemented
refresh() - Method in interface com.pepper.guiutils.browser.WebBrowserView
Refresh the current view
refresh() - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
 
RefreshAction - Class in com.pepper.platform.program.actions
Handle Refresh request (Page)
RefreshAction() - Constructor for class com.pepper.platform.program.actions.RefreshAction
Creates a new RefreshAction instance.
refreshCurrentPage() - Method in class com.pepper.platform.program.AbstractPepperProgram
Refresh the currently displayed page
refreshCurrentPage(boolean) - Method in class com.pepper.platform.program.AbstractPepperProgram
Refresh the currently displayed page, and optionally clear any cached XSL Transforms stored for the page.
registerAction(String, Action) - Method in class com.pepper.platform.program.AbstractPepperProgram
Register an Action with the specified name.
reload(PepperHistoryEvent) - Method in class com.pepper.guiutils.browser.BaseHistoryListener
 
reload() - Method in class com.pepper.guiutils.browser.JavaView
Not implemented
reload(PepperHistoryEvent) - Method in interface com.pepper.guiutils.browser.PepperHistoryListener
Notify a listener when the browser attempts to reload the current page, usually because the user clicked the 'reload' button.
reload() - Method in interface com.pepper.guiutils.browser.WebBrowserView
Reload the current document
reload() - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
Reload the current document
remove(String) - Method in class com.pepper.guiutils.SystemTray
Remove an object from the SystemTray
remove(String, String, boolean) - Method in class com.pepper.platform.page.SectionPage
Removes the specified element from this section page.
remove(String, String, boolean, boolean) - Method in class com.pepper.platform.page.SectionPage
Removes the specified element from this section page.
remove(String, String, String) - Method in class com.pepper.platform.page.SectionPage
Remove the element whose specified child value matches the passed in child value.
remove(String) - Method in class com.pepper.platform.program.PageList
Delete based on the pageId of the page
remove(int) - Method in class com.pepper.platform.program.PageList
Removes the specified page from the PageList and PageIndex.
remove(int, boolean) - Method in class com.pepper.platform.program.PageList
 
remove(Object) - Method in class com.pepper.platform.program.PageList
Removes the specified page from the PageList and PageIndex.
remove(int) - Method in class com.pepper.platform.program.SectionList
 
remove(Object) - Method in class com.pepper.platform.program.SectionList
 
removeAllSessions() - Method in class com.pepper.platform.page.SectionPage
Remove all web session (history) entries
removeContextMenuListener(PepperContextMenuListener) - Method in class com.pepper.guiutils.browser.JavaView
Not implemented
removeContextMenuListener(PepperContextMenuListener) - Method in interface com.pepper.guiutils.browser.WebBrowserView
Remove content listener
removeContextMenuListener(PepperContextMenuListener) - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
 
REMOVED - Static variable in class com.pepper.platform.program.ProgramChangeEvent
Indicates that the program was removed.
removeEmptySections(boolean) - Method in class com.pepper.platform.program.AbstractPepperProgram
Called during destroy to clean up empty web sections or sections marked as deleteOnClose
removeEmptyWebSections() - Method in class com.pepper.platform.program.AbstractPepperProgram
Called during destroy to clean up empty web sections
removeFileURL(String) - Static method in class com.pepper.platform.util.Env
Removes the File URL from the specified path and returns the result.
removeFirst() - Method in class com.pepper.platform.program.SectionList
 
removeHistoryListener(PepperHistoryListener) - Method in class com.pepper.guiutils.browser.JavaView
Not implemented
removeHistoryListener(PepperHistoryListener) - Method in interface com.pepper.guiutils.browser.WebBrowserView
Remove HistoryListener
removeHistoryListener(PepperHistoryListener) - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
 
removeLast() - Method in class com.pepper.platform.program.SectionList
 
removeNetworkListener(NetworkListener) - Method in class com.pepper.platform.net.NetworkMonitor
Removes a listener for network events.
removePage(Page, boolean) - Method in class com.pepper.platform.page.SectionPage
Removes the specified element from this section page.
removePage(Page, boolean, boolean) - Method in class com.pepper.platform.page.SectionPage
Removes the specified element from this section page, optionally makes a tombstone
removePage(Section, Page, boolean) - Method in class com.pepper.platform.program.AbstractPepperProgram
Remove page from specified section, and optionally show the previous page in the section.
removePepperURL(String) - Static method in class com.pepper.platform.util.Env
Returns a String by removing the Pepper URL prefix from the passed in String.
removeProgressListener(PepperProgressListener) - Method in class com.pepper.guiutils.browser.JavaView
Not implemented
removeProgressListener(PepperProgressListener) - Method in interface com.pepper.guiutils.browser.WebBrowserView
Remove ProgressListener
removeProgressListener(PepperProgressListener) - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
 
removeSessionDate(String) - Method in class com.pepper.platform.page.SectionPage
Describe removeSessionDate method here.
removeSessionEntry(String, String, String) - Method in class com.pepper.platform.page.SectionPage
Describe removeSessionEntry method here.
removeSessionHost(String, String) - Method in class com.pepper.platform.page.SectionPage
Remove the entry
removeURIContentListener(PepperURIContentListener) - Method in class com.pepper.guiutils.browser.JavaView
Not implemented
removeURIContentListener(PepperURIContentListener) - Method in interface com.pepper.guiutils.browser.WebBrowserView
Remove URIContentListener
removeURIContentListener(PepperURIContentListener) - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
 
removeView(String) - Method in interface com.pepper.guiutils.browser.WebBrowserContainer
Remove the browser view with the specified id
removeView(String) - Method in class com.pepper.guiutils.mozilla.MozillaContainer
Remove the browser view with the specified id
RenameSectionAction - Class in com.pepper.platform.program.actions
Rename Section
RenameSectionAction() - Constructor for class com.pepper.platform.program.actions.RenameSectionAction
Creates a new RenameSection instance.
reorderPackage(String, int) - Method in class com.pepper.platform.page.SectionPage
reorderPackage
reorderPage(String, int) - Method in class com.pepper.platform.page.SectionPage
reorderPage
reorderPagePackageElement(String, String, String, int) - Method in class com.pepper.platform.page.SectionPage
This method will reorder a or element to the specified "logical" position in the document, meaning, the position of the element passed in relative to the first "valid" element (page/package) found in the page.
replace(String, String, String) - Static method in class com.pepper.platform.util.StringUtils
Replaces all instances of from in str with to.
replaceFirst(String, String, String) - Static method in class com.pepper.platform.util.StringUtils
Replace the first instance of from in str with to.
requestFocus() - Method in class com.pepper.guiutils.browser.JavaView
Request focus on the main ui component
requestFocus() - Method in interface com.pepper.guiutils.browser.WebBrowserView
request the focus
requestFocus() - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
Request focus for the browser component
requestFocus() - Method in class com.pepper.guiutils.ToolBarButton
Override to make the button not focusable.

S

save() - Method in interface com.pepper.platform.page.Page
Causes the Page to be serialized to disk.
save() - Method in class com.pepper.platform.page.PepperPage
 
save() - Method in class com.pepper.platform.page.ProxyPage
Override the save method to update the page via the target package
save() - Method in class com.pepper.platform.page.SectionPage
Saves this section page.
saveData() - Method in class com.pepper.platform.program.AbstractPepperProgram
Save the current page's data using the auto-save framework.
savePage(Page, boolean) - Method in class com.pepper.platform.program.AbstractPepperProgram
Save the Page.
savePage(Page, Section, boolean) - Method in class com.pepper.platform.program.AbstractPepperProgram
Save the Page.
savePrefs(boolean) - Method in class com.pepper.platform.program.AbstractPepperProgram
Save common preferences to the preferences page.
saveTombstones() - Method in class com.pepper.platform.program.Section
return true if tombstones are enabled for this section
search(FindConfig) - Method in class com.pepper.platform.program.AbstractPepperProgram
Perform a search operation using the FindConfig object passed in.
SEARCH_AMAZON - Static variable in interface com.pepper.guiutils.GuiServicesProvider
Amazon search option
SEARCH_GOOGLE - Static variable in interface com.pepper.guiutils.GuiServicesProvider
Google search option
SEARCH_LOCAL - Static variable in interface com.pepper.guiutils.GuiServicesProvider
Local Page search option
SEARCH_YAHOO - Static variable in interface com.pepper.guiutils.GuiServicesProvider
Yahoo search option
SECTION - Static variable in class com.pepper.platform.program.PepperProgramConfig
Section
Section - Class in com.pepper.platform.program
This class represents a Section object for a given program.
Section(Section, PageMgr) - Constructor for class com.pepper.platform.program.Section
Creates a new Section instance.
SECTION_EL - Static variable in class com.pepper.platform.page.PageXML
section element name.
sectionChanged(SectionEvent) - Method in class com.pepper.platform.program.AbstractPepperProgram
Default no-op implementation of the SectionChangeListener interface
sectionChanged(SectionEvent) - Method in interface com.pepper.platform.program.SectionChangeListener
Section Change notification fired after the section change has occured in the UI
SectionChangeListener - Interface in com.pepper.platform.program
This interface is used to listen for events that occur when a Section (a tab in the application's user interface) is changed.
sectionChanging(SectionEvent) - Method in class com.pepper.platform.program.AbstractPepperProgram
Default no-op implementation of the SectionChangeListener interface
sectionChanging(SectionEvent) - Method in interface com.pepper.platform.program.SectionChangeListener
This event gets fired before the section is actually changed.
SectionEvent - Class in com.pepper.platform.program
This event indicates that a section has been changed.
SectionEvent(Object, Section, Section) - Constructor for class com.pepper.platform.program.SectionEvent
Constructs a new SectionEvent using the given parameters.
SectionList - Class in com.pepper.platform.program
Linked list of Sections
SectionList() - Constructor for class com.pepper.platform.program.SectionList
 
SectionList(PageMgr) - Constructor for class com.pepper.platform.program.SectionList
Creates a new SectionList instance.
SectionPage - Class in com.pepper.platform.page
This class represents a Section TOC Page
SectionPage(String, String) - Constructor for class com.pepper.platform.page.SectionPage
Creates a new SectionPage instance.
SectionPage.PackageInfo - Class in com.pepper.platform.page
The object encapsulates info the package xml element as well as it's section id
SectionPage.PackageInfo(String, Element) - Constructor for class com.pepper.platform.page.SectionPage.PackageInfo
 
select() - Method in class com.pepper.guiutils.ToolBarButton
Turn on the selection highlight.
selectAll() - Method in class com.pepper.guiutils.browser.JavaView
Not implemented
selectAll() - Method in interface com.pepper.guiutils.browser.WebBrowserView
Select everything on the current page
selectAll() - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
 
selectNone() - Method in class com.pepper.guiutils.browser.JavaView
Not implemented
selectNone() - Method in interface com.pepper.guiutils.browser.WebBrowserView
De-select everything on the current page
selectNone() - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
 
SESSION_ENTRY_EL - Static variable in class com.pepper.platform.page.SectionPage
 
SESSION_HISTORY_EL - Static variable in class com.pepper.platform.page.SectionPage
 
SESSION_HOST_EL - Static variable in class com.pepper.platform.page.SectionPage
 
setActiveView(WebBrowserView) - Method in interface com.pepper.guiutils.browser.WebBrowserContainer
Make the previously created view active and visible
setActiveView(WebBrowserView) - Method in class com.pepper.guiutils.mozilla.MozillaContainer
Make the passed in view visible
setAllowSharing(boolean) - Method in class com.pepper.platform.program.AbstractPepperProgram
Allow or prevent sharing this package with other users.
setAllowSync(boolean) - Method in class com.pepper.platform.program.AbstractPepperProgram
Allow or prevent syncing this package with other users.
setAutoSaveEnabled(boolean) - Method in interface com.pepper.platform.page.Page
Sets the state of the autoStateEnabled flag
setAutoSaveEnabled(boolean) - Method in class com.pepper.platform.page.PepperPage
 
setBackup(boolean) - Method in interface com.pepper.platform.page.Page
Sets or clears the backup attribute.
setBackup(boolean) - Method in class com.pepper.platform.page.PepperPage
 
setBaseDir(String) - Method in interface com.pepper.platform.page.Page
Sets the base directory used when constructing absolute paths from a Page's name.
setBaseDir(String) - Method in class com.pepper.platform.page.PepperPage
 
setCancelled(boolean) - Method in class com.pepper.guiutils.PepperImportDialog
 
setClassLoader(ClassLoader) - Method in interface com.pepper.platform.page.Page
Sets the class loader of this page.
setClassLoader(ClassLoader) - Method in class com.pepper.platform.page.PepperPage
 
setClassName(String) - Method in class com.pepper.platform.program.PepperProgramConfig
Sets the package's CLASS_NAME property value.
setCoverPage(String) - Method in class com.pepper.platform.program.PepperProgramConfig
Sets the package's COVER property value.
setCurrentProcess(int) - Method in interface com.pepper.guiutils.GuiServicesProvider
Makes the AbstractPepperProgram with the specified process id the visible program in the Keeper and selects it's flag in the flag panel.
setCurrentTitle(String) - Method in class com.pepper.platform.program.WebSection
Set the title of the section to be used by Keeper on the tab representing this section
setCurrentURL(String) - Method in class com.pepper.platform.program.WebSection
 
setDefaultType(String) - Method in class com.pepper.platform.page.PepperPage
 
setDeletable(boolean) - Method in interface com.pepper.platform.page.Page
Sets or clears the deletable attribute.
setDeletable(boolean) - Method in class com.pepper.platform.page.PepperPage
 
setDeleteOnClose(boolean) - Method in class com.pepper.platform.program.Section
set to true to have section be deleted when package is closed
setDescription(String) - Method in class com.pepper.platform.program.Section
Sets the section description.
setDisabledIcon(ImageIcon) - Method in class com.pepper.guiutils.SystemTrayObject
Set the disabled icon
setDisplayName(String) - Method in class com.pepper.guiutils.SystemTrayObject
Set the displayName
setDisplayName(String) - Method in class com.pepper.platform.program.PepperProgramConfig
Sets the package's DISPLAY_NAME property value.
setFileArray(File[]) - Method in interface com.pepper.platform.program.actions.FileImporter
Set the array of files the importer implementation needs to import
setFileList(List) - Method in interface com.pepper.platform.program.actions.FileImporter
Set the List of files the importer implementation needs to import
setForceAutoSave(boolean) - Method in interface com.pepper.platform.page.Page
If true, this will force the auto save and program framework to save the page the next time such an event is triggered, regardless if other criteria (such as modified components) is met or not.
setForceAutoSave(boolean) - Method in class com.pepper.platform.page.PepperPage
 
setGeneratedPage(GeneratedPage) - Method in class com.pepper.platform.page.PageInfo
Set the page output after it is run through it's correct transform
setHidden(boolean) - Method in interface com.pepper.platform.page.Page
Sets or clears the hidden attribute.
setHidden(boolean) - Method in class com.pepper.platform.page.PepperPage
 
setIcon(String, Icon) - Method in class com.pepper.guiutils.SystemTray
Set the Icon assoicated with a specific SystemTrayObject.
setIcon(String) - Method in class com.pepper.platform.program.PepperProgramConfig
Sets the package's ICON property value.
setIconName(String) - Method in class com.pepper.platform.program.Section
Sets the section icon name.
setId(String) - Method in interface com.pepper.platform.page.Page
Sets the id of this Page.
setId(String) - Method in class com.pepper.platform.page.PepperPage
 
setId(String) - Method in class com.pepper.platform.program.Section
Sets the unique ID for the Section.
setIndex(int) - Method in class com.pepper.platform.page.PageInfo
Describe setIndex method here.
setInitPageArg(Object) - Method in class com.pepper.platform.program.PepperProgramProcess
Set any args that need to be passed to the initial page
setInitPageURL(String) - Method in class com.pepper.platform.program.PepperProgramProcess
Override the init page url
setIsContentSection(boolean) - Method in class com.pepper.platform.program.Section
Describe setContentSection method here.
setIsLoading(boolean, boolean) - Method in class com.pepper.platform.program.AbstractPepperProgram
Set when a page load is in progress
setLastSaveTime(long) - Method in interface com.pepper.platform.page.Page
Sets the timestamp when the page was last saved.
setLastSaveTime(long) - Method in class com.pepper.platform.page.PepperPage
 
setLoadFlags(int) - Method in class com.pepper.platform.page.PageInfo
Set teh load flags to use when loading this page
setMaxLength(int) - Method in interface com.pepper.guiutils.browser.WebHistory
Sets the maximum number of history entries allowed.
setMenu(JPopupMenu) - Method in class com.pepper.guiutils.SystemTrayObject
Set menu that will be displayed when the icon is selected in the SystemTray
setMenuWithAction(JPopupMenu, Action) - Method in class com.pepper.guiutils.SystemTrayObject
Set menu that will be displayed when the icon is selected in the SystemTray.
setModified(String) - Method in class com.pepper.guiutils.browser.FormElementManager
Called by the Bridge to manually mark a particular element as modified
setModified(String) - Method in class com.pepper.script.Bridge
Manually mark a given Form Element (represented by the passed in Element id attr) as modified so that it's value is saved when the page is auto saved.
setName(String) - Method in interface com.pepper.platform.page.Page
Sets the name of this Page.
setName(String) - Method in class com.pepper.platform.page.PepperPage
 
setName(String) - Method in class com.pepper.platform.program.Section
Sets the display name for the section.
setName(String) - Method in class com.pepper.platform.util.NameValue
Sets the name.
setNeedsRefresh(boolean) - Method in class com.pepper.platform.program.AbstractPepperProgram
Mark this program as needing to refresh the current page when the program comes to the foreground.
setNewlyCreated(boolean) - Method in class com.pepper.guiutils.browser.JavaView
Set whether this view is considered newly created or not
setNewlyCreated(boolean) - Method in interface com.pepper.guiutils.browser.WebBrowserView
Set whether this view is considered newly created or not
setNewlyCreated(boolean) - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
Set whether this view is considered newly created or not
setNoCache(int) - Method in interface com.pepper.platform.page.Page
Set the value which controls how the page will be redisplayed when it has been previously loaded into a tab.
setNoCache(int) - Method in class com.pepper.platform.page.PepperPage
 
setObjectProperty(String, Object) - Method in class com.pepper.platform.program.PepperProgramConfig
Set the property as an object
setPackageActive() - Method in class com.pepper.platform.program.AbstractPepperProgram
Make this package the active package by selecting it in the flag toolbar
setPackageAttr(String, String, String) - Method in class com.pepper.platform.page.SectionPage
Find the specified package in the section and set the attribute on it
setPackageName(String) - Method in interface com.pepper.platform.page.Page
Sets the package name of this Page.
setPackageName(String) - Method in class com.pepper.platform.page.PepperPage
 
setPackageOwner(String) - Method in class com.pepper.platform.program.PepperProgramConfig
Set the package's PackageOwner property value.
setPackageOwnerMAC(String) - Method in class com.pepper.platform.program.PepperProgramConfig
Set the package's PackageOwnerMAC property value.
setPackageVersion(String) - Method in interface com.pepper.platform.page.Page
Sets the package version of this Page.
setPackageVersion(String) - Method in class com.pepper.platform.page.PepperPage
 
setPageArg(Object) - Method in class com.pepper.platform.program.PageChangeEvent
Set page argument
setPageData(Document) - Method in interface com.pepper.platform.page.Page
Sets the application specific XML page data.
setPageData(Document) - Method in class com.pepper.platform.page.PepperPage
 
setPageData(Document) - Method in class com.pepper.platform.page.ProxyPage
Override default behavior to update the target page's data.
setPageIndex(PageIndex) - Method in class com.pepper.platform.program.PageList
Sets the PageIndex instance of this list.
setPageMgr(PageMgr) - Method in class com.pepper.platform.program.Section
Set the process id that this section belongs to
setPagesLoaded(boolean) - Method in class com.pepper.platform.program.Section
Sets the the section attribute indicating whether or not pages have been loaded.
setPageUrl(String) - Method in class com.pepper.platform.program.PageChangeEvent
Sets the url used to load the page.
setParam(String) - Method in class com.pepper.platform.program.ActionEventWithParams
Sets the parameter for this action.
setParent(SystemTray) - Method in class com.pepper.guiutils.SystemTrayObject
 
setParent(MessageCatalog) - Method in class com.pepper.platform.i18n.MessageCatalog
Set the parent catalog of this message catalog.
setPopupBlockedTrayObject(SystemTrayObject) - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
 
setProcessBody(boolean) - Method in class com.pepper.platform.page.PepperPage
Sets the processBody attribute; a boolean value indicating whether or not element-specific page processing attributes ( eg index, secure, reference ) are enabled.
setProgramDescription(String) - Method in class com.pepper.platform.program.PepperProgramConfig
Sets the package's DESCRIPTION property value.
setProgramType(String) - Method in class com.pepper.platform.program.PepperProgramConfig
Sets the package's PROGRAM_TYPE property value.
setProgramVersion(String) - Method in class com.pepper.platform.program.PepperProgramConfig
Sets the package's VERSION property value.
setProgressBarIndeterminate(boolean) - Method in interface com.pepper.guiutils.GuiServicesProvider
Change the state of a running progress bar
setProgressBarMax(int) - Method in interface com.pepper.guiutils.GuiServicesProvider
Set the maximum value for a determinant progress bar
setProgressBarMin(int) - Method in interface com.pepper.guiutils.GuiServicesProvider
Set the minimum value for a determinant progress bar
setProgressBarValue(int) - Method in interface com.pepper.guiutils.GuiServicesProvider
Set the current value for a determinant progress bar
setProperties(Properties) - Method in class com.pepper.platform.program.PepperProgramConfig
Sets the properties of this PepperProgramConfig object.
setProperty(String, String) - Method in class com.pepper.platform.program.PepperProgramConfig
Sets a specified property.
setQueryMap(HashMap) - Method in class com.pepper.platform.page.PageInfo
Set the queryMap that contains name/value pairs representing values in the query string of the url
setReadOnly(boolean) - Method in interface com.pepper.platform.page.Page
Sets or clears the read-only attribute.
setReadOnly(boolean) - Method in class com.pepper.platform.page.PepperPage
 
setSaveTombstones(boolean) - Method in class com.pepper.platform.program.Section
set to true to have tombstones saved when moving/deleting the section
setSearchScope(int) - Method in interface com.pepper.guiutils.GuiServicesProvider
Set the scope of the search
setSectionName(String) - Method in class com.pepper.platform.program.PepperProgramConfig
Sets the package's SECTION_NAME property value.
setSecure(boolean) - Method in interface com.pepper.platform.page.Page
Sets or clears the secure attribute.
setSecure(boolean) - Method in class com.pepper.platform.page.PepperPage
 
setSelectedHistoryIndex(int) - Method in class com.pepper.guiutils.browser.JavaView
Not implemented
setSelectedHistoryIndex(int) - Method in interface com.pepper.guiutils.browser.WebBrowserView
 
setSelectedHistoryIndex(int) - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
 
setSelectedId(String, String) - Method in class com.pepper.script.Bridge
Calls into program to store page id of the current tree selection
setShowDeleteButton(boolean) - Method in class com.pepper.platform.program.Section
set whether or not to show the delete button on the tab representing this section
setShowingPepperPage(boolean) - Method in class com.pepper.platform.program.WebSection
 
setSupportedPageTypes(List) - Method in interface com.pepper.platform.page.Page
Sets the supported page types this page may contain.
setSupportedPageTypes(List) - Method in class com.pepper.platform.page.PepperPage
 
setSync(boolean) - Method in class com.pepper.platform.program.Section
Sets whether the section should be synced when a sync occurs
setTabIndex(int) - Method in class com.pepper.platform.program.Section
Sets the section tab index.
setTemplate(String) - Method in interface com.pepper.platform.page.Page
Sets the XSLT template of this Page.
setTemplate(String) - Method in class com.pepper.platform.page.PepperPage
 
setTemplateOverride(String) - Method in interface com.pepper.platform.page.Page
Sets a temporary template that overrides the value found in the Page.
setTemplateOverride(String) - Method in class com.pepper.platform.page.PepperPage
 
setText(String, String) - Method in class com.pepper.guiutils.SystemTray
Set the Display Text assoicated with a specific SystemTrayObject.
setThumbImage(String) - Method in class com.pepper.platform.program.PepperProgramConfig
Sets the package's THUMB_IMAGE property value.
setTitle(String) - Method in class com.pepper.platform.program.PepperProgramConfig
Sets the package's TITLE property value.
setToolTipText(String, String) - Method in class com.pepper.guiutils.SystemTray
Set the tooltip assoicated with a specific SystemTrayObject
setTooltipText(String) - Method in class com.pepper.guiutils.SystemTrayObject
Set the tooltip text.
setTransformedPageInputStream(InputStream) - Method in class com.pepper.platform.page.PageInfo
Set the input stream that represents the page output after it is run through it's correct transform
setType(String) - Method in interface com.pepper.platform.page.Page
Sets the type element of this page.
setType(String) - Method in class com.pepper.platform.page.PepperPage
 
setUniqueId(String) - Method in class com.pepper.platform.program.PepperProgramConfig
 
setURL(URL) - Method in class com.pepper.platform.page.PageInfo
set the url that this pageInfo represents
setURL(String) - Method in class com.pepper.platform.program.PepperProgramConfig
Sets the package's URL property value.
setValue(Object) - Method in class com.pepper.platform.util.NameValue
Sets the value.
setViewId(String) - Method in class com.pepper.platform.program.Section
Set the browser view id associated with
setVisible(boolean) - Method in class com.pepper.platform.program.Section
Set to true if the section has a UI, otherwise false.
showContentSectionPage() - Method in class com.pepper.platform.program.AbstractPepperProgram
Show the content section page
showContextMenu(PepperContextMenuEvent) - Method in interface com.pepper.guiutils.browser.PepperContextMenuListener
Called when the browser receives a context menu event.
showMenu() - Method in class com.pepper.guiutils.SystemTrayObject
Show the menu previously set using setMenu() above the system tray icon
showMenu(JPopupMenu, int) - Method in class com.pepper.guiutils.SystemTrayObject
Show the specified menu above the system tray icon
SHOWN - Static variable in class com.pepper.platform.program.ProgramChangeEvent
Indicates that the program was made visibile.
showNextPage() - Method in class com.pepper.platform.program.AbstractPepperProgram
This method is called when the "Next Page" button is selected.
showPage(String, String) - Method in class com.pepper.platform.program.AbstractPepperProgram
Show the page in the specified section
showPage(URL, boolean) - Method in class com.pepper.platform.program.AbstractPepperProgram
Show page with specified pepper url and optionally save the current page
showPage(PageInfo, boolean) - Method in class com.pepper.platform.program.AbstractPepperProgram
Show the Page in the Section specified by the PageInfo object passed in.
ShowPageAction - Class in com.pepper.platform.program.actions
Loads a web page or a pepper page that gets passed in as a parameter
ShowPageAction() - Constructor for class com.pepper.platform.program.actions.ShowPageAction
Creates an instance of ShowPageAction.
ShowPepperPageAction - Class in com.pepper.platform.program.actions
Action to show the specified package and load the specified pepper page.
ShowPepperPageAction(String, String, String, String) - Constructor for class com.pepper.platform.program.actions.ShowPepperPageAction
Creates an instance of ShowPepperPageAction.
ShowPepperPageAction(String, String, String, String, Object) - Constructor for class com.pepper.platform.program.actions.ShowPepperPageAction
Creates a new ShowPepperPageAction instance.
showPreviousPage() - Method in class com.pepper.platform.program.AbstractPepperProgram
This method is called when the "Prev Page" button is selected.
showProgressBar(String, boolean) - Method in interface com.pepper.guiutils.GuiServicesProvider
Show the progress bar, indicating work-in-progress.
showProgressBar(Runnable, String, boolean) - Method in interface com.pepper.guiutils.GuiServicesProvider
Show the progress bar, launch the runnable in a thread, and hide the progress bar when the thread has completed
showProgressBar(Runnable, String, boolean, boolean) - Method in interface com.pepper.guiutils.GuiServicesProvider
Optionally show a progress dialog with a stop button to allow the passed in thread to be stopped.
showProgressBar(Runnable, String, boolean, boolean, boolean) - Method in interface com.pepper.guiutils.GuiServicesProvider
Optionally show a progress dialog that can be defined as not cancellable.
showSection(String) - Method in class com.pepper.platform.program.AbstractPepperProgram
Show the specified section.
showSection(Section) - Method in class com.pepper.platform.program.AbstractPepperProgram
Show the specified section.
ShowTabContentsAction - Class in com.pepper.platform.program.actions
Show the section tab contents page.
ShowTabContentsAction() - Constructor for class com.pepper.platform.program.actions.ShowTabContentsAction
 
showWebPage(AbstractPepperProgram, String, String) - Method in interface com.pepper.guiutils.GuiServicesProvider
Shows a web page in the specified program (if web pages supported by the program, or else will launch the browser package and display the page in it
showWebPage(AbstractPepperProgram, String, String, int) - Method in interface com.pepper.guiutils.GuiServicesProvider
Shows a web page in the specified program (if web pages supported by the program, or else will launch the browser package and display the page in it.
showWebToolBar(boolean) - Method in interface com.pepper.guiutils.GuiServicesProvider
Hide or show the web toolbar
shutdown() - Method in interface com.pepper.guiutils.browser.WebBrowserContainer
Shutdown the browser and free all of it's resources
shutdown() - Method in class com.pepper.guiutils.mozilla.MozillaContainer
 
SINGLETON - Static variable in class com.pepper.platform.program.PepperProgramConfig
 
SORT_PAGES_ATTR - Static variable in class com.pepper.platform.page.PageXML
sortPages attribute name.
SortPageAction - Class in com.pepper.platform.program.actions
Sorts a page / table param can be the id of the column, or a full sort spec like sortPages="date,ascending,lower-first,*,date" ByColumnId,Order,Case,Key,DataType
SortPageAction() - Constructor for class com.pepper.platform.program.actions.SortPageAction
Creates a new SortPageAction instance.
SOUND_AOL_BUDDY_OFFLINE - Static variable in interface com.pepper.guiutils.GuiServicesProvider
AIM Buddy Offline sound.
SOUND_AOL_BUDDY_ONLINE - Static variable in interface com.pepper.guiutils.GuiServicesProvider
AIM Buddy Online sound.
SOUND_AOL_NEW_MESSAGE - Static variable in interface com.pepper.guiutils.GuiServicesProvider
AIM NewMessage sound.
SOUND_LOCAL_BUDDY_OFFLINE - Static variable in interface com.pepper.guiutils.GuiServicesProvider
Local IM Buddy Offline sound.
SOUND_LOCAL_BUDDY_ONLINE - Static variable in interface com.pepper.guiutils.GuiServicesProvider
Local IM Buddy Online sound.
SOUND_LOCAL_NEW_MESSAGE - Static variable in interface com.pepper.guiutils.GuiServicesProvider
Local IM NewMessage sound.
SOUND_SHARING_REQUEST - Static variable in interface com.pepper.guiutils.GuiServicesProvider
Sharing Request sound.
SOURCE_ID - Static variable in class com.pepper.platform.page.PageXML
Source page for web hrefs - ie which bookmark, journey
SPACE_ATTR - Static variable in class com.pepper.platform.page.PageXML
xml:space attribute name.
SRCDIR_ATTR - Static variable in class com.pepper.platform.page.PageXML
src attribute for prebuilt sections
startsWithFileURL(String) - Static method in class com.pepper.platform.util.Env
Returns true if the filePath starts with a file URL.
startsWithPepperURL(String) - Static method in class com.pepper.platform.util.Env
Returns true if the filePath starts with a Pepper URL.
StateChangeEvent - Class in com.pepper.guiutils.browser
Notification of a state transition in the browser while loading a page.
StateChangeEvent(String, int) - Constructor for class com.pepper.guiutils.browser.StateChangeEvent
StateChangeEvent constructor
StateChangeEvent(String, int, String) - Constructor for class com.pepper.guiutils.browser.StateChangeEvent
Creates a new StateChangeEvent instance.
StateChangeEvent(String, int, String, boolean, boolean) - Constructor for class com.pepper.guiutils.browser.StateChangeEvent
Creates a new StateChangeEvent instance.
status(String) - Method in class com.pepper.script.Bridge
The status method write a message into the Keeper's status area
StatusEvent - Class in com.pepper.guiutils.browser
Status message to be displayed.
StatusEvent(String, String) - Constructor for class com.pepper.guiutils.browser.StatusEvent
Constructor
StopAction - Class in com.pepper.platform.program.actions
Handle Stop page loading action
StopAction() - Constructor for class com.pepper.platform.program.actions.StopAction
 
stopInProgress() - Method in class com.pepper.platform.program.actions.StopAction
 
stopLoading() - Method in class com.pepper.guiutils.browser.JavaView
Not implemented
stopLoading() - Method in interface com.pepper.guiutils.browser.WebBrowserView
Stop loading the current document
stopLoading() - Method in class com.pepper.guiutils.mozilla.MozillaBrowserView
Stop loading the current document
StringUtils - Class in com.pepper.platform.util
Utility class for string manipulation functions.
StringUtils() - Constructor for class com.pepper.platform.util.StringUtils
 
stripPrefix(String, String) - Static method in class com.pepper.platform.util.StringUtils
Strip the prefix from a string.
stripQueryString(URL) - Static method in class com.pepper.platform.util.URLUtils
Strip the query string from a URL and return the result.
SUPPORTED_PAGE_TYPES_EL - Static variable in class com.pepper.platform.page.PageXML
supported page types element name
supportsWebPages() - Method in class com.pepper.platform.program.AbstractPepperProgram
Returns true if this package supports web pages.
SYNC_ATTR - Static variable in class com.pepper.platform.page.PageXML
Sync attribute name for a section element.
SYSTEM_ATTR - Static variable in class com.pepper.platform.page.PageXML
System attr name
SystemTray - Class in com.pepper.guiutils
This class is the panel that displays icons/buttons in SystemTray area of the ProgramStatusBar.
SystemTray() - Constructor for class com.pepper.guiutils.SystemTray
Creates a new SystemTray instance.
SystemTrayObject - Class in com.pepper.guiutils
This object encapsulates information needed to display a button in the SystemTray.
SystemTrayObject(String, String) - Constructor for class com.pepper.guiutils.SystemTrayObject
Creates a new SystemTrayObject instance.
SystemTrayObject(String, String, ImageIcon) - Constructor for class com.pepper.guiutils.SystemTrayObject
Creates a new SystemTrayObject instance.
SystemTrayObject(String, String, JComponent) - Constructor for class com.pepper.guiutils.SystemTrayObject
Creates a new SystemTrayObject instance with a component to use for the UI

T

TAB_INDEX_EL - Static variable in class com.pepper.platform.page.PageXML
tabIndex element name.
TARGET_PACKAGE_ATTR - Static variable in class com.pepper.platform.page.PageXML
target package type attr name
TARGET_PAGE_ATTR - Static variable in class com.pepper.platform.page.PageXML
target page attr name
TEMPLATE_ATTR - Static variable in class com.pepper.platform.page.PageXML
template attribute name.
TEMPLATE_EL - Static variable in class com.pepper.platform.page.PageXML
template element name.
terminate() - Method in class com.pepper.platform.program.PepperProgramProcess
First call destroy on the PepperProgram before killing the thread
textString(XSLProcessorContext, ElemExtensionCall) - Static method in class com.pepper.script.Elements
TextString extension element Returns a text message from the message catalog Format package - the id for the package that owns the strings key - name of text key in catalog args - optional list of comma separated string args for the message
textString(String, String) - Static method in class com.pepper.script.Elements
Simple method call entry point
textString(String, String, String) - Static method in class com.pepper.script.Elements
Looks up a string from a package's message catalog
THUMB_IMAGE - Static variable in class com.pepper.platform.program.PepperProgramConfig
Thumb Image
THUMB_IMAGE_EL - Static variable in class com.pepper.platform.page.PageXML
thumbImage element name.
TIME_ID - Static variable in class com.pepper.guiutils.SystemTray
 
TITLE - Static variable in class com.pepper.platform.program.PepperProgramConfig
Title
TITLE_EL - Static variable in class com.pepper.platform.page.PageXML
title element name.
TITLE_EL - Static variable in class com.pepper.platform.page.SectionPage
 
toggleFlags() - Method in interface com.pepper.guiutils.GuiServicesProvider
hide/show the package flags
toggleFullScreen() - Method in interface com.pepper.guiutils.GuiServicesProvider
toggle between fullscreen mode
toggleMedia() - Method in interface com.pepper.guiutils.GuiServicesProvider
hied/show media controls
toggleNavbar() - Method in interface com.pepper.guiutils.GuiServicesProvider
hide/show nav bar (url field and search field)
toggleTabs() - Method in interface com.pepper.guiutils.GuiServicesProvider
hide/show the package tabs
toggleToolbar() - Method in interface com.pepper.guiutils.GuiServicesProvider
hide/show global toolbar
ToolBar - Class in com.pepper.guiutils
ToolBar is intended for use by Java-based Pepper applications.
ToolBar() - Constructor for class com.pepper.guiutils.ToolBar
Create an instance of a standard toolbar for use in Pepper Java panels.
TOOLBAR_BOTTOM_MARGIN - Static variable in class com.pepper.guiutils.ToolBar
 
TOOLBAR_BUTTON_BOTTOM_MARGIN - Static variable in class com.pepper.guiutils.ToolBar
 
TOOLBAR_BUTTON_LEFT_MARGIN - Static variable in class com.pepper.guiutils.ToolBar
 
TOOLBAR_BUTTON_RIGHT_MARGIN - Static variable in class com.pepper.guiutils.ToolBar
 
TOOLBAR_BUTTON_TOP_MARGIN - Static variable in class com.pepper.guiutils.ToolBar
Margin sizes for the toolbar buttons themselves
TOOLBAR_FONT - Static variable in class com.pepper.guiutils.ToolBarButton
Font for toolbar buttons
TOOLBAR_FONT_COLOR - Static variable in class com.pepper.guiutils.ToolBarButton
Font color for toolbars
TOOLBAR_LEFT_MARGIN - Static variable in class com.pepper.guiutils.ToolBar
 
TOOLBAR_RIGHT_MARGIN - Static variable in class com.pepper.guiutils.ToolBar
 
TOOLBAR_SELECTION_BACKGROUND_COLOR - Static variable in class com.pepper.guiutils.ToolBarButton
Selection background color for toolbar buttons when pressed
TOOLBAR_SELECTION_FOREGROUND_COLOR - Static variable in class com.pepper.guiutils.ToolBarButton
Selection foreground color for toolbar buttons when pressed
TOOLBAR_TOP_MARGIN - Static variable in class com.pepper.guiutils.ToolBar
Standard margin sizes for Pepper application toolbars
ToolBarButton - Class in com.pepper.guiutils
ToolBarButton is to be used in application toolbars.
ToolBarButton(Action, String) - Constructor for class com.pepper.guiutils.ToolBarButton
Create a new instance of ToolBarButton that is associated with the specified action and is displayed as text only.
ToolBarButton(Action, Icon) - Constructor for class com.pepper.guiutils.ToolBarButton
Create a new instance of ToolBarButton that is associated with the specified action and is displayed as in icon only.
ToolBarButton(Action, Icon, String) - Constructor for class com.pepper.guiutils.ToolBarButton
Create a new instance of ToolBarButton that is associated with the specified action and is displayed as in icon with text to its right.
toString() - Method in class com.pepper.guiutils.browser.BrowserEvent
 
toString() - Method in class com.pepper.guiutils.browser.FindConfig
 
toString() - Method in class com.pepper.guiutils.browser.PepperContextMenuEvent
 
toString() - Method in class com.pepper.guiutils.browser.PepperHistoryEvent
 
toString() - Method in class com.pepper.guiutils.browser.ProgressChangeEventParam
 
toString() - Method in class com.pepper.platform.page.PepperPage
Debug method to dump contents of Page.
toString() - Method in class com.pepper.platform.program.PageList
Debug method to dump contents of a PageList as a String.
toString() - Method in class com.pepper.platform.program.PepperProgramConfig
Returns a string representation of this object.
toString() - Method in class com.pepper.platform.program.Section
Debug method to dump contents of Section to a String.
toString() - Method in class com.pepper.platform.program.SectionList
Debug method to dump contents of Section to a String.
toString() - Method in class com.pepper.platform.util.NameValue
 
trimAllWhiteSpace(String) - Static method in class com.pepper.platform.util.StringUtils
This method removes any whitespace within a string.
TYPE_ATTR - Static variable in class com.pepper.platform.page.PageXML
type attribute name.
TYPE_MOZILLA - Static variable in interface com.pepper.guiutils.browser.WebBrowserContainer
 
TYPE_NEXT - Static variable in class com.pepper.platform.program.actions.ViewNavAction
Navigate to the next page.
TYPE_PREV - Static variable in class com.pepper.platform.program.actions.ViewNavAction
Navigate to the previous page.

U

UNIQUE_ID - Static variable in class com.pepper.platform.program.PepperProgramConfig
Unique ID
unload() - Method in interface com.pepper.platform.page.Page
Causes the page to unload it's page data so that it can be freed during GC.
unload() - Method in class com.pepper.platform.page.PepperPage
 
UNUSED_TYPE - Static variable in class com.pepper.guiutils.browser.PepperURIContentEvent
Only one type of URIContentEvent, so the type field is unused
UPDATE_STATUS_ATTR - Static variable in class com.pepper.platform.page.PageXML
updateStatus attribute name
UPDATE_STATUS_NEW - Static variable in class com.pepper.platform.page.PageXML
Update status for new pages
UPDATE_STATUS_UPDATED - Static variable in class com.pepper.platform.page.PageXML
Update status for updated pages
updateSessionEntry(String, String) - Method in class com.pepper.platform.page.SectionPage
Update the title of a webSession
updateURL(String) - Method in interface com.pepper.guiutils.GuiServicesProvider
Set the url field's text
URL - Static variable in class com.pepper.platform.program.PepperProgramConfig
URL
URL_EL - Static variable in class com.pepper.platform.page.SectionPage
 
URLUtils - Class in com.pepper.platform.util
Utility methods for dealing with URLs.
URLUtils() - Constructor for class com.pepper.platform.util.URLUtils
 
USE_DEFAULT_SECTION - Static variable in class com.pepper.platform.program.AbstractPepperProgram
The default insertion index for a newly created section
UTF8_ENCODING - Static variable in class com.pepper.platform.page.PageXML
UTF-8 Encoding name.

V

VALUE_FALSE - Static variable in class com.pepper.platform.page.PageXML
boolean false string value.
VALUE_MACOS - Static variable in class com.pepper.platform.page.PageXML
arch attribute value for mac os.
VALUE_PAD - Static variable in class com.pepper.platform.page.PageXML
arch attribute value for pad.
VALUE_PAD2 - Static variable in class com.pepper.platform.page.PageXML
arch attribute value for pxa pad.
VALUE_PAD3 - Static variable in class com.pepper.platform.page.PageXML
arch attribute value for geode pad.
VALUE_PC - Static variable in class com.pepper.platform.page.PageXML
arch attribute value for MAC or Windows ie not pad.
VALUE_PRESERVE - Static variable in class com.pepper.platform.page.PageXML
XML space attribute value to preserve spaces.
VALUE_TRUE - Static variable in class com.pepper.platform.page.PageXML
boolean true string value.
VALUE_WINDOWS - Static variable in class com.pepper.platform.page.PageXML
arch attribute value for windows os.
VERSION - Static variable in class com.pepper.platform.program.PepperProgramConfig
Version
VIDEO - Static variable in class com.pepper.platform.util.Env
 
viewChange(String) - Method in interface com.pepper.guiutils.browser.WebBrowserContainer
This method will handle selection changes between views
viewChange(String) - Method in class com.pepper.guiutils.mozilla.MozillaContainer
This method will handle selection changes between views
ViewNavAction - Class in com.pepper.platform.program.actions
Action that will navigate to the next or previous page in the current section.
ViewNavAction(int) - Constructor for class com.pepper.platform.program.actions.ViewNavAction
Creates a new ViewNavAction instance.
VISIBLE_ATTR - Static variable in class com.pepper.platform.page.PageXML
visibility attr name for sections - fix these?

W

wasCancelled() - Method in class com.pepper.guiutils.PepperImportDialog
Describe wasCancelled method here.
wasDeleted() - Method in class com.pepper.platform.program.actions.DeleteSectionAction
Returns true if the section was deleted, and false if not
WEB_SESSION_TYPE - Static variable in class com.pepper.platform.page.PageXML
section type for web sections
WebBrowserContainer - Interface in com.pepper.guiutils.browser
This interface represents a container/manager of WebBrowserView objects, that are capable of displaying and navigating web content.
WebBrowserView - Interface in com.pepper.guiutils.browser
This interface encapsulates the operations that can be performed on the WebBrowser, such as loading a page, navigating through history, and adding listeners.
WebHistory - Interface in com.pepper.guiutils.browser
Interface describing WebHistory for a browser
WebHistoryEntry - Interface in com.pepper.guiutils.browser
Interface describing contents of a WebHistory entry
WebSection - Class in com.pepper.platform.program
This class represents a WebSection that is capable of browsing and displaying non-Pepper html pages.
WebSection(Section, PageMgr) - Constructor for class com.pepper.platform.program.WebSection
Creates a new Section instance with the specified parent section and PageMgr
WINDOW_CURRENT - Static variable in interface com.pepper.guiutils.browser.WebBrowserView
Window Option - Current Window
WINDOW_NEW - Static variable in interface com.pepper.guiutils.browser.WebBrowserView
Window Option - New Window
WINDOW_NEW_TAB - Static variable in interface com.pepper.guiutils.browser.WebBrowserView
Window Option - New Tab
wipedir(File) - Static method in class com.pepper.platform.util.FileUtils
Recursively delete a directory and its contents, including all subdirectories.
wipedir(File, boolean) - Static method in class com.pepper.platform.util.FileUtils
Recursively delete a directory and its contents, including all subdirectories.
writeStatus(String) - Method in interface com.pepper.guiutils.GuiServicesProvider
Write a transient status message to the status bar.
writeStatus(String, boolean, boolean) - Method in interface com.pepper.guiutils.GuiServicesProvider
write a status message to the status bar and optionally make message transient

X

XML_FILE_EXT - Static variable in class com.pepper.platform.page.PageXML
XML file extension.

A B C D E F G H I J L M N O P R S T U V W X

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