Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jac.aspects.gui.web
Class Page  view Page download Page.java

java.lang.Object
  extended byjac.aspects.gui.web.AbstractView
      extended byjac.aspects.gui.web.AbstractPage
          extended byjac.aspects.gui.web.Page
All Implemented Interfaces:
HTMLViewer, jac.aspects.gui.View, WindowListener

public class Page
extends AbstractPage
implements WindowListener

An HTML page containing a View and a close button.


Field Summary
 
Fields inherited from class jac.aspects.gui.web.AbstractPage
newWindow, view
 
Fields inherited from class jac.aspects.gui.web.AbstractView
closed, column, context, description, factory, height, isCellViewer, javascript, label, message, parameters, parentView, row, style, styleSheet, table, type, viewBorder, width
 
Constructor Summary
Page(jac.aspects.gui.View view, boolean newWindow)
           
 
Method Summary
 void genBody(java.io.PrintWriter out)
          Override this method to generate the body of an HTML page.
 void onClose()
          Called when the window is closed.
 
Methods inherited from class jac.aspects.gui.web.AbstractPage
close, genHTML
 
Methods inherited from class jac.aspects.gui.web.AbstractView
equals, eventURL, eventURL, genPage, getCloseBorder, getContext, getDescription, getFactory, getId, getId, getLabel, getMessage, getOpenBorder, getParameters, getParentView, getRootView, getStyle, getType, getViewBorder, iconElement, iconElement, isClosed, isInForm, setColumn, setContext, setDescription, setFactory, setFocus, setHeight, setLabel, setMessage, setParameters, setParentView, setRow, setStyle, setStyleSheet, setTable, setType, setViewBorder, setWidth, validate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface jac.aspects.gui.web.HTMLViewer
setStyleSheet
 
Methods inherited from interface jac.aspects.gui.View
getSubstance, refreshView, refreshViewItem
 

Constructor Detail

Page

public Page(jac.aspects.gui.View view,
            boolean newWindow)
Method Detail

genBody

public void genBody(java.io.PrintWriter out)
             throws java.io.IOException
Description copied from class: AbstractView
Override this method to generate the body of an HTML page.

Overrides:
genBody in class AbstractView

onClose

public void onClose()
Description copied from interface: WindowListener
Called when the window is closed.

Specified by:
onClose in interface WindowListener