Package mgui.interfaces.neuro
Class CorticalThicknessDataTableOptions
java.lang.Object
mgui.interfaces.InterfaceOptions
mgui.interfaces.neuro.CorticalThicknessDataTableOptions
- All Implemented Interfaces:
InterfaceObject
,NamedObject
,TreeObject
,CleanableObject
public class CorticalThicknessDataTableOptions extends InterfaceOptions
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
data_source
java.lang.String
data_table
java.lang.String
id_field
InterfacePanel
panel
-
Constructor Summary
Constructors Constructor Description CorticalThicknessDataTableOptions(InterfacePanel p)
-
Method Summary
Methods inherited from class mgui.interfaces.InterfaceOptions
clean, destroy, getName, getTreeLabel, isDestroyed, issueTreeNode, setName, setTreeNode
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
panel
-
data_source
public java.lang.String data_source -
data_table
public java.lang.String data_table -
id_field
public java.lang.String id_field
-
-
Constructor Details
-
CorticalThicknessDataTableOptions
-