edu.washington.cs.supple.render.shortcut
Interface Shortcut
- All Superinterfaces:
- java.io.Serializable
- All Known Subinterfaces:
- PrimitiveShortcut
- All Known Implementing Classes:
- NavShortcut, UiObjectInvocationHandler
- public interface Shortcut
- extends java.io.Serializable
- Author:
- kgajos
The basic interface for all shortcuts (navigational or to primitive
functionality; long-lived or dynamic)
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
getTarget
public UiObject getTarget()
- Returns the UiObject that the shortcut points to
- Returns:
- the UiObject that the shortcut points to