Uses of Class
rs.sol.soloist.server.guiconfiguration.nonvisualcompoments.GUILogicGateComponent

Packages that use GUILogicGateComponent
rs.sol.soloist.server.guiconfiguration.nonvisualcompoments Provides classes that capture widgets' layout specification. 
 

Uses of GUILogicGateComponent in rs.sol.soloist.server.guiconfiguration.nonvisualcompoments
 

Subclasses of GUILogicGateComponent in rs.sol.soloist.server.guiconfiguration.nonvisualcompoments
 class GUIAndGate
          An invisible widget that performs logical AND operation on Boolean values currently on this widget's input pins a (GUIAndGate.ipA() method) and b (GUIAndGate.ipB() method).
 class GUINotGate
          An invisible widget that performs logical NOT operation on Boolean value currently on this widget's input pin input (GUINotGate.ipInput() method).
 class GUIOrGate
          An invisible widget that performs logical OR operation on Boolean values currently on this widget's input pins a (GUIOrGate.ipA() method) and b (GUIOrGate.ipB() method).