ix.ip2
Class BindingViewer
java.lang.Object
ix.ip2.BindingViewer
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
public abstract class BindingViewer
- extends java.lang.Object
- implements java.awt.event.ActionListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
agent
protected IXAgent agent
vars
protected java.util.Set vars
possibleValues
protected java.util.Map possibleValues
frame
protected javax.swing.JFrame frame
contentPane
protected java.awt.Container contentPane
varPanel
protected BindingViewer.VarPanel varPanel
BindingViewer
public BindingViewer(IXAgent agent,
java.util.Set vars,
java.util.Map possibleValues)
setUpFrame
protected void setUpFrame()
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformed
in interface java.awt.event.ActionListener
handleBindings
public abstract void handleBindings(java.util.Map newBindings)
resetPossibleValues
public void resetPossibleValues(java.util.Map possibles)