
no.tornado.databinding.uibridge.UIBridgeDescription Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of databinding Show documentation
Show all versions of databinding Show documentation
Swing Data Binding is a powerful, fast, light and simple data binding framework for Java.
The newest version!
package no.tornado.databinding.uibridge;
public class UIBridgeDescription {
public UIBridge bridge;
public Class uiClass;
public UIBridgeDescription(UIBridge bridge, Class uiClass) {
this.bridge = bridge;
this.uiClass = uiClass;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy