com.sas.util
Interface ContextInterface
- All Known Implementing Classes:
- TreeView, TreeView
public interface ContextInterface
ContextInterface is an interface for objects that need to provide a context
based on some positional data.
getContext
java.lang.Object getContext(int x,
int y)
- Get the context based on x and y data.
- Parameters:
x
- the x position of the contexty
- the y position of the context
- Returns:
- the context based on the specified x and y data
Copyright © 2009 SAS Institute Inc. All Rights Reserved.