[operations] [attributes] [fields] [template] [definition]
[implementation] [documentation]
To use the search tool you need to use a browser which supports JAVA (c)

[next] [prev] [superclass] [next peer] [prev peer] [subclass] [index] [hierarchy]

HasGoTo

mixes in with Object

HasGoTo



Operations

Get list of all operations

GoTo
GoToVia


Attributes

Get list of all attributes

CanGoTo


Fields

No fields are defined by HasGoTo or any of its superclasses.


Instance template

Class HasGoTo cannot be instantiated.


Class definition


Define Class HasGoTo;
    mixes in with Object;
    
    attribute CanGoTo: Boolean, readOnly;
    operation GoTo(), noFail, noMethod;
    operation GoToVia(zoomBackSpot: Viewable), noFail;
end class;