Eclipse Platform
2.0

org.eclipse.jface.viewers
Interface IInputProvider

All Known Subinterfaces:
IInputSelectionProvider
All Known Implementing Classes:
Viewer

public interface IInputProvider

Interface common to all objects that provide an input.


Method Summary
 Object getInput()
          Returns the input.
 

Method Detail

getInput

public Object getInput()
Returns the input.

Returns:
the input object

Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.