com.jgoodies.binding.internal
Interface IActionPresentationModel<B>

Type Parameters:
B - the type of the bean managed by this PresentationModel
All Superinterfaces:
com.jgoodies.common.internal.IActionObject, IPresentationModel<B>

public interface IActionPresentationModel<B>
extends IPresentationModel<B>, com.jgoodies.common.internal.IActionObject

Describes the features of ActionPresentationModels required for binders. The name ActionAndComponentModelProvider would better describe this interface, however, IActionPresentationModel is easier to understand as parameter in the Binders class.

Note: This class is not part of the public JGoodies Binding API. It's intended for implementation purposes only. The class's API may change at any time.

Since:
2.7
Version:
$Revision: 1.1 $
Author:
Karsten Lentzsch

Method Summary
 
Methods inherited from interface com.jgoodies.binding.internal.IPresentationModel
getComponentModel
 
Methods inherited from interface com.jgoodies.common.internal.IActionObject
getAction
 



Copyright © 2002-2013 JGoodies Software GmbH. All Rights Reserved.