org.apache.tapestry.contrib.inspector
Class View

java.lang.Object
  extended byorg.apache.commons.lang.enum.Enum
      extended byorg.apache.tapestry.contrib.inspector.View
All Implemented Interfaces:
Comparable, Serializable

public class View
extends org.apache.commons.lang.enum.Enum

Identifies different views for the inspector.

Version:
$Id: View.java,v 1.3 2004/02/19 17:37:49 hlship Exp $
Author:
Howard Lewis Ship
See Also:
Serialized Form

Field Summary
static View ENGINE
          View that shows information about the IEngine.
static View PROPERTIES
          View that shows the persistent properties of the page containing the inspected component.
static View SPECIFICATION
          View that displays the basic specification information, plus formal and informal parameters (and related bindings), and assets.
static View TEMPLATE
          View that displays the HTML template for the component, if one exists.
 
Methods inherited from class org.apache.commons.lang.enum.Enum
compareTo, equals, getEnum, getEnumList, getEnumMap, getName, hashCode, iterator, readResolve, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

SPECIFICATION

public static final View SPECIFICATION
View that displays the basic specification information, plus formal and informal parameters (and related bindings), and assets.


TEMPLATE

public static final View TEMPLATE
View that displays the HTML template for the component, if one exists.


PROPERTIES

public static final View PROPERTIES
View that shows the persistent properties of the page containing the inspected component.


ENGINE

public static final View ENGINE
View that shows information about the IEngine.