com.primix.tapestry.inspector
Class View
java.lang.Object
|
+--com.primix.tapestry.util.Enum
|
+--com.primix.tapestry.inspector.View
- All Implemented Interfaces:
- java.io.Serializable
- public class View
- extends Enum
Identifies different views for the inspector.
- Version:
- $Id: View.java,v 1.9 2001/05/02 14:15:16 hship Exp $
- Author:
- Howard Ship
- See Also:
- Serialized Form
Field Summary |
static View |
ENGINE
View that shows information about the IEngine . |
static View |
LOGGING
View for controlling logging of the application as it runs. |
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
.
LOGGING
public static final View LOGGING
- View for controlling logging of the application as it runs.