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.


Method Summary
 java.lang.Object getContext(int x, int y)
          Get the context based on x and y data.
 

Method Detail

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 context
y - 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.