|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pepper.platform.program.Section
com.pepper.platform.program.WebSection
public class WebSection
This class represents a WebSection that is capable of browsing and displaying non-Pepper html pages. It has a reference to the viewId of the WebBrowserView that it corresponds to.
Constructor Summary | |
---|---|
WebSection(Section parentSection,
com.pepper.platform.program.PageMgr pageMgr)
Creates a new Section instance
with the specified parent section and PageMgr |
Method Summary | |
---|---|
String |
getCurrentTitle()
Get the current title of the section |
String |
getCurrentURL()
|
boolean |
isShowingPepperPage()
|
boolean |
isWebSection()
Override from Section so code doesn't need to do instanceof |
void |
setCurrentTitle(String title)
Set the title of the section to be used by Keeper on the tab representing this section |
void |
setCurrentURL(String url)
|
void |
setShowingPepperPage(boolean state)
|
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, 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 |
---|
public WebSection(Section parentSection, com.pepper.platform.program.PageMgr pageMgr)
Section
instance
with the specified parent section and PageMgr
parentSection
- a Section
valueMethod Detail |
---|
public boolean isShowingPepperPage()
public void setShowingPepperPage(boolean state)
public void setCurrentTitle(String title)
title
- a String
valuepublic String getCurrentTitle()
String
valuepublic void setCurrentURL(String url)
public String getCurrentURL()
public boolean isWebSection()
isWebSection
in class Section
boolean
value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |