Uses of Class
creamtec.webcream.rendering.html.HTMLPage

Packages that use HTMLPage
creamtec.webcream.core   
creamtec.webcream.examples   
creamtec.webcream.gui   
creamtec.webcream.rendering.html   
creamtec.webcream.rendering.html.positioned   
creamtec.webcream.rendering.html.structured   
 

Uses of HTMLPage in creamtec.webcream.core
 

Methods in creamtec.webcream.core that return HTMLPage
 HTMLPage ClientAgent.getHTMLPage()
          Returns HTML Page, associated with this client
 

Methods in creamtec.webcream.core with parameters of type HTMLPage
 void WebCreamThread.emulateRequest(HTMLPage page, HttpRequestData data)
          Runs request emulation on this thread
 

Uses of HTMLPage in creamtec.webcream.examples
 

Methods in creamtec.webcream.examples with parameters of type HTMLPage
 boolean CustomControlProcessor.emulateAction(HTMLPage page, ActionData actionData)
          Called by WebCream to emulate a standard or custom action
 

Uses of HTMLPage in creamtec.webcream.gui
 

Methods in creamtec.webcream.gui with parameters of type HTMLPage
 boolean WindowUpdater.actionOverridden(HTMLPage page, ActionData actionData)
          Returns true if this action is overidden by a configuration property
static void WindowUpdater.checkActionOperation(HTMLPage page, java.lang.String key)
          Checks if an operation is configured for this action, and if it is, calls ClientAgent.beginOperation().
 boolean WindowUpdater.defaultEmulateAction(HTMLPage page, ActionData actionData)
          The default emulation logic that is executed if no custom action processors claimed the responsibility for the action.
static boolean WebCreamUIManager.dynamicEventsEnabled(HTMLPage page, java.awt.Component comp)
          Convenience method to determine if a component should be rendered with support for dynamic events Takes into account app properties but not component listeners
 boolean ActionEmulator.emulateAction(HTMLPage page, ActionData actionData)
          Called by WindowProcessor to perform user action emulation
 boolean WindowUpdater.emulateAction(HTMLPage page, ActionData actionData)
          Emulates an action such as a button click, menu item selection or tabbed pane selection change.
 void WindowUpdater.emulateRequest(HTMLPage page, HttpRequestData data)
          Emulates HTTP request.
static java.lang.String WebCreamUIManager.getComponentKeyName(HTMLPage page, java.lang.Object object)
          Returns the key that is used to identify this component in the application properties file The key format is window.Window_Title.Component_Title
static java.lang.String WebCreamUIManager.getComponentKeyName(HTMLPage page, java.lang.Object object, java.lang.String appendKey)
          Returns the key that is used to identify this component in the application properties file The key format is window.Window_Title.Component_Title
 void WindowUpdater.resizeWindow(java.awt.Window window, java.lang.String resizeString, HTMLPage page)
          Resize string should follow the format "resize:width,height"
 

Uses of HTMLPage in creamtec.webcream.rendering.html
 

Methods in creamtec.webcream.rendering.html with parameters of type HTMLPage
 void HTMLPageRenderer.afterRenderComponent(HTMLPage page, java.lang.Object obj)
          Callback method invoked after rendering a component
 void HTMLPageRenderer.appendClippingClause(HTMLPage page, java.awt.Component comp)
          Should be overriden to get clipping style clause of component in the positioning page renderers.
 void HTMLPageRenderer.appendComponentStyle(HTMLPage page, java.lang.Object obj, boolean renderingStyle)
          Can be overridden to add styles to compoents
 void HTMLPageRenderer.appendHeader(HTMLPage page, java.awt.Window window)
          Appends page header which contains the title and a link to the stylesheet
 void HTMLPageRenderer.appendStyleSheet(HTMLPage page)
          Appends stylesheet link depending on the page theme and the agent's browser
 void HTMLPageRenderer.beforeRenderComponent(HTMLPage page, java.lang.Object obj)
          Callback method invoked before rendering a component
 java.awt.image.BufferedImage SnapshotRenderer.generateIconImage(HTMLPage page, java.awt.Component comp, javax.swing.Icon icon)
          Generate and return the snapshot image of the icon
 java.awt.image.BufferedImage SnapshotRenderer.generateImage(HTMLPage page, java.awt.Component comp)
          Generate and return the snapshot image of the component
 java.lang.String SnapshotRenderer.generateImageFile(HTMLPage page, java.awt.image.BufferedImage image)
           
static java.lang.String JavaScript.getCommonScripts(HTMLPage page)
           
 java.awt.Rectangle HTMLPageRenderer.getComponentRect(HTMLPage page, java.awt.Component comp)
          Should be overriden to get rectangle of component in the positioning page renderers.
static java.lang.String ColorFontMap.getComponentStyle(HTMLPage page, java.awt.Component comp)
          Returns an HTML representation of the component formatting properties as they should appear in "style" property
static java.lang.String ColorFontMap.getContainerStyle(HTMLPage page, java.awt.Component comp)
          Returns the container formatting properties such as the background color
static java.lang.String JavaScript.getIncludeTree(HTMLPage page)
           
static java.lang.String JavaScript.getInitializeTreeDocument(HTMLPage page)
           
static java.lang.String JavaScript.getMenuOnMouseOver(HTMLPage page, java.lang.String name, int leftOffset)
           
 java.lang.String DefaultMenuBarRenderer.getMenuStyle(HTMLPage page)
           
static java.lang.String JavaScript.getShowSubMenu(HTMLPage page)
           
static java.lang.String JavaScript.getUpdateTreeData(HTMLPage page, java.lang.String treeName)
           
 void DefaultMenuBarRenderer.insertLayer(HTMLPage page)
           
abstract  void AbstractHTMLComponentRenderer.renderComponent(HTMLPage page, java.lang.Object component)
          Derived classes must override this method to render component into HTML page.
 void DefaultComponentRenderer.renderComponent(HTMLPage page, java.lang.Object comp)
          Renders a given component into the page
 void DefaultFillerRenderer.renderComponent(HTMLPage page, java.lang.Object component)
          Overrides default implementation to render the given component into the page
 void DefaultJComboBoxRenderer.renderComponent(HTMLPage page, java.lang.Object component)
          Overrides default implementation to render the given component into the page
 void DefaultJDesktopPaneRenderer.renderComponent(HTMLPage page, java.lang.Object component)
           
 void DefaultJEditorPaneRenderer.renderComponent(HTMLPage page, java.lang.Object component)
          Overrides default implementation to render the given component into the page
 void DefaultJInternalFrameRenderer.renderComponent(HTMLPage page, java.lang.Object component)
           
 void DefaultJLabelRenderer.renderComponent(HTMLPage page, java.lang.Object component)
           
 void DefaultJListRenderer.renderComponent(HTMLPage page, java.lang.Object component)
           
 void DefaultJMenuBarRenderer.renderComponent(HTMLPage page, java.lang.Object component)
           
 void DefaultJProgressBarRenderer.renderComponent(HTMLPage page, java.lang.Object component)
          Overrides default implementation to render the given component into the page
 void DefaultJRadioButtonRenderer.renderComponent(HTMLPage page, java.lang.Object component)
          Overrides default implementation to render the given component into the page
 void DefaultJScrollBarRenderer.renderComponent(HTMLPage page, java.lang.Object component)
          Overrides default implementation to render the given component into the page
 void DefaultJScrollPaneRenderer.renderComponent(HTMLPage page, java.lang.Object component)
          Overrides default implementation to render the given component into the page
 void DefaultJSeparatorRenderer.renderComponent(HTMLPage page, java.lang.Object component)
          Overrides default implementation to render the given component into the page
 void DefaultJSliderRenderer.renderComponent(HTMLPage page, java.lang.Object component)
          Overrides default implementation to render the given component into the page
 void DefaultJSplitPaneRenderer.renderComponent(HTMLPage page, java.lang.Object component)
           
 void DefaultJTabbedPaneRenderer.renderComponent(HTMLPage page, java.lang.Object component)
           
 void DefaultJTableRenderer.renderComponent(HTMLPage page, java.lang.Object component)
           
 void DefaultJTextAreaRenderer.renderComponent(HTMLPage page, java.lang.Object component)
          Renders a given component into the page
 void DefaultJTextFieldRenderer.renderComponent(HTMLPage page, java.lang.Object component)
          Renders a given component into the page
 void DefaultJToggleButtonRenderer.renderComponent(HTMLPage page, java.lang.Object component)
          Overrides default implementation to render the given component into the page
 void DefaultJTreeRenderer.renderComponent(HTMLPage page, java.lang.Object component)
           
 void DefaultListRenderer.renderComponent(HTMLPage page, java.lang.Object component)
           
 void DefaultMenuBarRenderer.renderComponent(HTMLPage page, java.lang.Object component)
           
 void HTMLComponentRenderer.renderComponent(HTMLPage page, java.lang.Object component)
          Implementations must append HTML code corresponding to the component to the HTML page
 void SnapshotRenderer.renderComponent(HTMLPage page, java.lang.Object component)
          Generates an image and makes the component draw itself into it.
 void WYSIWYGEditor.renderComponent(HTMLPage page, java.lang.Object component)
          Renders a given component into the page
abstract  void HTMLPageRenderer.renderContainer(HTMLPage page, java.awt.Container container)
          Must be overridden by subclasses to actually insert the logic of rendering
static void StandardPagesRenderer.renderFileOpenDialog(HTMLPage page, java.awt.Window window)
          Renders an HTML window that corresponds to JFileChooser
 void DefaultJLabelRenderer.renderImage(HTMLPage page, javax.swing.Icon icon, boolean onlyImage, java.awt.Component comp)
           
 boolean DefaultComponentRenderer.renderKnownComponent(HTMLPage page, java.lang.Object comp)
           
 boolean DefaultJComponentRenderer.renderKnownComponent(HTMLPage page, java.lang.Object comp)
           
 void LayoutRenderer.renderLayout(HTMLPage page, java.awt.Container container)
          Renders a container according to its layout
 void RenderContext.setFill(HTMLPage page, boolean horizontal, boolean vertical)
          Sets the fill properties for layout rendering (used for structured rendering)
 void SnapshotRenderer.writeJpegImage(HTMLPage page, java.lang.String fileName, java.awt.image.BufferedImage image)
          Persist the image into the file on disk
 

Constructors in creamtec.webcream.rendering.html with parameters of type HTMLPage
HTMLPage(HTMLPage page)
          Creates a page that has the same indents as the given page and is associated with the same client agent
 

Uses of HTMLPage in creamtec.webcream.rendering.html.positioned
 

Subclasses of HTMLPage in creamtec.webcream.rendering.html.positioned
 class PositionedHTMLPage
          Extends HTML page to provide additional characteristics for rendering positioned components.
 

Methods in creamtec.webcream.rendering.html.positioned with parameters of type HTMLPage
 void PositionedPageRenderer.appendClippingClause(HTMLPage page, java.awt.Component comp)
          Appends the clipping clause to component style
 void PositionedPageRenderer.appendComponentStyle(HTMLPage page, java.lang.Object obj, boolean renderingStyle)
          Appends component style to the given page.
 void PositionedPageRenderer.appendWidthHeight(java.awt.Component comp, HTMLPage page, java.awt.Rectangle rect)
           
 java.awt.Rectangle PositionedPageRenderer.getComponentRect(HTMLPage page, java.awt.Component comp)
          Returns the component rectangle
 java.lang.String PositionedPageRenderer.getCssClassName(java.awt.Component comp, HTMLPage page)
           
 javax.swing.border.TitledBorder PositionedPageRenderer.getTitledBorder(HTMLPage page, java.awt.Container container)
           
 void PositionedPageRenderer.renderContainer(HTMLPage page, java.awt.Container container)
          Renders a container into the page using fixed positioning.
 

Uses of HTMLPage in creamtec.webcream.rendering.html.structured
 

Methods in creamtec.webcream.rendering.html.structured with parameters of type HTMLPage
 void StructuredPageRenderer.renderContainer(HTMLPage page, java.awt.Container cont)
          Renders a container according to its layout.
 void StructuredLayoutRenderer.renderLayout(HTMLPage page, java.awt.Container cont)
          Renders the container according to its layout
 



Copyright © 2000-2006 CreamTec LLC. All Rights Reserved.