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

Quick Search    Search Deep

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

java.lang.Object
  extended byjac.aspects.gui.web.AbstractView
      extended byjac.aspects.gui.web.Method
All Implemented Interfaces:
HTMLViewer, MethodListener, jac.aspects.gui.MethodView, jac.aspects.gui.View

public class Method
extends AbstractView
implements jac.aspects.gui.MethodView, HTMLViewer, MethodListener


Field Summary
(package private)  java.lang.String icon
           
(package private)  jac.core.rtti.AbstractMethodItem method
           
(package private)  java.lang.Object substance
           
 
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
Method(java.lang.Object substance, jac.core.rtti.AbstractMethodItem method)
           
 
Method Summary
 void genHTML(java.io.PrintWriter out)
          Generate the HTML code for the editor.
protected  java.lang.String getText()
          Returns the text of the button
 void onInvoke()
          Called when a method is invoked.
 void setIcon(java.lang.String icon)
          Sets the icon.
 void setMethod(jac.core.rtti.AbstractMethodItem method)
          Sets the substance method.
 
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

substance

java.lang.Object substance

method

jac.core.rtti.AbstractMethodItem method

icon

java.lang.String icon
Constructor Detail

Method

public Method(java.lang.Object substance,
              jac.core.rtti.AbstractMethodItem method)
Method Detail

setMethod

public void setMethod(jac.core.rtti.AbstractMethodItem method)
Description copied from interface: jac.aspects.gui.MethodView
Sets the substance method.

Specified by:
setMethod in interface jac.aspects.gui.MethodView

setIcon

public void setIcon(java.lang.String icon)
Description copied from interface: jac.aspects.gui.MethodView
Sets the icon.

Specified by:
setIcon in interface jac.aspects.gui.MethodView

getText

protected java.lang.String getText()
Returns the text of the button


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

onInvoke

public void onInvoke()
Description copied from interface: MethodListener
Called when a method is invoked.

Specified by:
onInvoke in interface MethodListener