Class DebugSwitchCell

java.lang.Object
  |
  +--DebugSwitchCell

public class DebugSwitchCell
extends java.lang.Object


Field Summary
private  java.awt.CheckboxMenuItem DebugCheckbox
           
private  boolean Switch
           
private  java.lang.String Type
           
 
Constructor Summary
(package private) DebugSwitchCell()
           
(package private) DebugSwitchCell(java.lang.String label, java.lang.String type, boolean x)
           
 
Method Summary
 boolean DebugOn()
           
 java.awt.CheckboxMenuItem getDebugCheckbox()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

Type

private java.lang.String Type

Switch

private boolean Switch

DebugCheckbox

private java.awt.CheckboxMenuItem DebugCheckbox
Constructor Detail

DebugSwitchCell

DebugSwitchCell()

DebugSwitchCell

DebugSwitchCell(java.lang.String label,
                java.lang.String type,
                boolean x)
Method Detail

DebugOn

public boolean DebugOn()

getDebugCheckbox

public java.awt.CheckboxMenuItem getDebugCheckbox()