All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jgoodies.binding.binder.ActionBeanBinder Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 2.13.0
Show newest version
/*
 * 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 and bean property names
 * to the ObjectBinder capabilities.
 *
 * @author  Karsten Lentzsch
 * @version $Revision: 1.4 $
 */
public interface ActionBeanBinder
    extends ActionObjectBinder, BeanBinder {

    // This interface is just an abbreviation for the interfaces it extends.

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy