ix.ip2
Class IVarTool

java.lang.Object
  extended by ix.ip2.IVarTool

public class IVarTool
extends java.lang.Object

...


Nested Class Summary
(package private)  class IVarTool.ComboListener
           
(package private)  class IVarTool.OptListener
           
protected  class IVarTool.ResetHook
           
(package private)  class IVarTool.View
           
 
Field Summary
(package private)  Ip2 ip2
           
(package private)  IVarTool.View view
           
 
Constructor Summary
IVarTool(Ip2 ip2)
           
 
Method Summary
protected  void bind(java.util.Map newBindings)
           
(package private)  java.util.Set<Variable> getAllUnboundVariables()
           
(package private)  java.util.Set<Variable> getAllVariables()
           
protected  void setup()
           
 void setVisible(boolean v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ip2

Ip2 ip2

view

IVarTool.View view
Constructor Detail

IVarTool

public IVarTool(Ip2 ip2)
Method Detail

setup

protected void setup()

setVisible

public void setVisible(boolean v)

getAllVariables

java.util.Set<Variable> getAllVariables()

getAllUnboundVariables

java.util.Set<Variable> getAllUnboundVariables()

bind

protected void bind(java.util.Map newBindings)