![JAR search and dependency download from the Maven repository](/logo.png)
com.jgoodies.binding.binder.ActionPresentationModelBinder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jgoodies-binding Show documentation
Show all versions of jgoodies-binding Show documentation
The JGoodies Binding library connects object properties to Swing user interface components.
And it helps you represent the state and behavior of a presentation independently
of the GUI components used in the interface.
/*
* Copyright (c) 2012 JGoodies Karsten Lentzsch. All Rights Reserved.
*
* This software is the proprietary information of JGoodies Karsten Lentzsch.
* Use is subject to license terms.
*
*/
package com.jgoodies.binding.binder;
/**
* Adds binding capabilities for Action names to its super interface
* PresentationModelBinder.
*
* @author Karsten Lentzsch
* @version $Revision: 1.4 $
*/
public interface ActionPresentationModelBinder
extends ActionObjectBinder, PresentationModelBinder {
// This interface is just an abbreviation for the interfaces it extends.
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy