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

Quick Search    Search Deep

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

java.lang.Object
  extended byjac.aspects.gui.web.AbstractView
      extended byjac.aspects.gui.web.StatusBar
All Implemented Interfaces:
HTMLViewer, jac.aspects.gui.StatusView, jac.aspects.gui.View

public class StatusBar
extends AbstractView
implements jac.aspects.gui.StatusView, HTMLViewer


Field Summary
(package private)  jac.core.rtti.MethodItem method
           
(package private)  java.lang.String position
           
 
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
StatusBar(jac.aspects.gui.ViewFactory factory, jac.aspects.gui.DisplayContext context, jac.core.rtti.MethodItem method)
           
 
Method Summary
 void genHTML(java.io.PrintWriter out)
          Generate the HTML code for the editor.
 java.lang.String getPosition()
          Get the value of position.
 void setPosition(java.lang.String v)
          Set the value of position.
 void showMessage(java.lang.String message)
           
 
Methods inherited from class jac.aspects.gui.web.AbstractView
close, equals, eventURL, eventURL, genBody, 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.View
close, getParentView, getSubstance, refreshView, refreshViewItem, setFocus
 
Methods inherited from interface jac.aspects.gui.web.HTMLViewer
setStyleSheet
 

Field Detail

method

jac.core.rtti.MethodItem method

position

java.lang.String position
Constructor Detail

StatusBar

public StatusBar(jac.aspects.gui.ViewFactory factory,
                 jac.aspects.gui.DisplayContext context,
                 jac.core.rtti.MethodItem method)
Method Detail

getPosition

public java.lang.String getPosition()
Get the value of position.

Specified by:
getPosition in interface jac.aspects.gui.StatusView

setPosition

public void setPosition(java.lang.String v)
Set the value of position.

Specified by:
setPosition in interface jac.aspects.gui.StatusView

showMessage

public void showMessage(java.lang.String message)
Specified by:
showMessage in interface jac.aspects.gui.StatusView

genHTML

public void genHTML(java.io.PrintWriter out)
Description copied from interface: HTMLViewer
Generate the HTML code for the editor.

Specified by:
genHTML in interface HTMLViewer