Package com.pepper.platform.program

Main package containing classes used for implementing and accessing Pepper Programs.

See:
          Description

Interface Summary
DataExporter Interface to be implemented by packages that are capable of exporting data
JavaSectionComponent interface to be implemented by Java components displayed in Pepper Java Sections so they can interact with the framework.
PackageInstance Interface implemented by programs that share data with other programs and that want to register for downloaded content based on mime type.
PageChangeListener Interface to capture events fired by the PageMgr when Pages are created, modified, or deleted
ProgramChangeListener This interface is used to listen for events that occur when a Keeper Application is hidden or shown.
SectionChangeListener This interface is used to listen for events that occur when a Section (a tab in the application's user interface) is changed.
 

Class Summary
AbstractPepperProgram Abstract base class for all Pepper Programs.
ActionEventWithParams This class extends ActionEvent by allowing one or more paramaters and an optional callback to be associated with the event.
CommonStrings This class is a singleton that wraps the platform message catalog: CommonStrings.properties; which lives in the platform resources directory.
JavaSection This class represents a WebSection that is capable of displaying a Java Component
PackageInfo Object to encapsulate Package information Copyright (c) 2003-2005 Pepper Computer, Inc.
PackageLocator Interface providing access to and launch of other programs.
PageChangeEvent Event fired from the PageMgr when Pages are created, modified, or deleted
PageList Linked list of Pages.
PepperProgramConfig The PepperProgramConfig class encapsulates the properties of an individual Pepper package/program.
PepperProgramProcess Subclass of PepperProgram that represents an AbstractPepperProgram instance
ProgramChangeEvent Represents a program change.
Section This class represents a Section object for a given program.
SectionEvent This event indicates that a section has been changed.
SectionList Linked list of Sections
WebSection This class represents a WebSection that is capable of browsing and displaying non-Pepper html pages.
 

Exception Summary
PepperProgramException A specialized Exception class for Pepper packages.
 

Package com.pepper.platform.program Description

Main package containing classes used for implementing and accessing Pepper Programs.



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