public abstract class ViewObject
extends java.lang.Object
Selectable objects are featured on these views:
Modifier and Type | Class and Description |
---|---|
static class |
ViewObject.Type
Represents values describing various types of selectable view objects.
|
Constructor and Description |
---|
ViewObject() |
Modifier and Type | Method and Description |
---|---|
abstract ViewObject.Type |
getBaseType()
Returns the real implementation type of the
ViewObject . |
public abstract ViewObject.Type getBaseType()
ViewObject
.ViewObject.Type ViewObjectType
, either a
USER_OBJECT
or a
UNKNOWN_OBJECT
.