kaos.kpat.gui.util
Class BindableComponent

java.lang.Object
  extended by 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
 
Method Summary
static TemplateComponentReference chooseTCR(java.util.Vector values, java.util.Vector tcrs, java.awt.Component parent)
           
 TargetTableModel.TCRBinding getBinding()
           
 javax.swing.JComponent getComponent()
           
 boolean setBinding(TargetTableModel.TCRBinding binding)
           
 void setTCRs(java.util.Vector tcrs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindableComponent

public BindableComponent(javax.swing.JComponent c)
Creates a new instance of BindableComboBox

Method Detail

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)