com.samskivert.swing
Interface ControllerProvider
- All Known Implementing Classes:
- ControlledPanel
public interface ControllerProvider
The controller provider interface is implemented by user interface
elements that have an associated Controller. The hierarchy of the user interface
elements defines the hierarchy of controllers and at any point in the
UI element hierarchy, an element can implement controller provider and
provide a controller that will process actions received at that scope
or below.
|
Method Summary |
Controller |
getController()
Returns the controller to be used at the scope of the UI element
that implements controller provider. |
getController
Controller getController()
- Returns the controller to be used at the scope of the UI element
that implements controller provider.
Copyright © 2000-2008 Michael Bayne.
All Rights Reserved.