org.apache.tapestry.contrib.inspector
Class View

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

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

Identifies different views for the inspector.

Version:
$Id: View.java 243791 2004-02-19 17:38:13Z hlship $
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.
 
Method Summary
 
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.