ix.ip2
Class BindingViewer
java.lang.Object
ix.ip2.BindingViewer
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
- Direct Known Subclasses:
- IVarTool.View
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 |
ip2
protected Ip2 ip2
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(Ip2 ip2,
java.util.Set vars)
getVars
public java.util.Set getVars()
setUpFrame
protected void setUpFrame()
makeButtonPanel
protected BindingViewer.ButtonPanel makeButtonPanel()
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformed
in interface java.awt.event.ActionListener
bindCommand
protected void bindCommand()
closeCommand
protected void closeCommand()
handleBindings
public abstract void handleBindings(java.util.Map newBindings)
getPossibleValues
protected java.util.Map getPossibleValues(java.util.Set vars)
resetPossibleValues
protected void resetPossibleValues()
resetPossibleValues
protected void resetPossibleValues(java.util.Map possibles)
reloadView
protected void reloadView(java.util.Set vars)