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)

Field Summary
static long serialVersionUID
           
 
Method Summary
 UiObject getTarget()
          Returns the UiObject that the shortcut points to
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Method Detail

getTarget

public UiObject getTarget()
Returns the UiObject that the shortcut points to

Returns:
the UiObject that the shortcut points to