com.pepper.platform.program
Class JavaSection

java.lang.Object
  extended by com.pepper.platform.program.Section
      extended by com.pepper.platform.program.JavaSection
All Implemented Interfaces:
Serializable

public class JavaSection
extends Section

This class represents a WebSection that is capable of displaying a Java Component

See Also:
Serialized Form

Constructor Summary
JavaSection(Section parentSection, com.pepper.platform.program.PageMgr pageMgr)
          Creates a new Section instance with the specified parent section and PageMgr
 
Method Summary
 
Methods inherited from class com.pepper.platform.program.Section
addPage, arePagesLoaded, deleteOnClose, getDescription, getIconName, getId, getIsContentSection, getName, getPage, getPages, getParentSection, getSectionPage, getShowDeleteButton, getSync, getTabIndex, getViewId, insertPage, isVisible, isWebSection, saveTombstones, setDeleteOnClose, setDescription, setIconName, setId, setIsContentSection, setName, setPageMgr, setPagesLoaded, setSaveTombstones, setShowDeleteButton, setSync, setTabIndex, setViewId, setVisible, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JavaSection

public JavaSection(Section parentSection,
                   com.pepper.platform.program.PageMgr pageMgr)
Creates a new Section instance with the specified parent section and PageMgr

Parameters:
parentSection - a Section value


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