kaos.kpat.gui.util
Class BindableComponent
java.lang.Object
kaos.kpat.gui.util.BindableComponent
public class BindableComponent
- extends java.lang.Object
- Author:
- jlott
Constructor Summary |
BindableComponent(javax.swing.JComponent c)
Creates a new instance of BindableComboBox |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BindableComponent
public BindableComponent(javax.swing.JComponent c)
- Creates a new instance of BindableComboBox
setBinding
public boolean setBinding(TargetTableModel.TCRBinding binding)
getBinding
public TargetTableModel.TCRBinding getBinding()
getComponent
public javax.swing.JComponent getComponent()
setTCRs
public void setTCRs(java.util.Vector tcrs)
chooseTCR
public static TemplateComponentReference chooseTCR(java.util.Vector values,
java.util.Vector tcrs,
java.awt.Component parent)