public class View extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ENGINE
View that shows information about the
IEngine . |
static java.lang.String |
PROPERTIES
View that shows the persistent properties of the page containing the inspected component.
|
static java.lang.String |
SPECIFICATION
View that displays the basic specification information, plus formal and informal parameters
(and related bindings), and assets.
|
static java.lang.String |
TEMPLATE
View that displays the HTML template for the component, if one exists.
|
Constructor and Description |
---|
View() |
public static final java.lang.String SPECIFICATION
public static final java.lang.String TEMPLATE
public static final java.lang.String PROPERTIES
public static final java.lang.String ENGINE
IEngine
.public View()