org.reprap.gui
Class PreferencesValue

java.lang.Object
  extended by org.reprap.gui.PreferencesValue

public class PreferencesValue
extends java.lang.Object


Nested Class Summary
 class PreferencesValue.BooleanChoice
           
 
Field Summary
private  PreferencesValue.BooleanChoice boolchoiceValue
           
private  javax.swing.JTextField textfieldValue
           
 
Constructor Summary
PreferencesValue(javax.swing.JTextField l)
           
PreferencesValue(PreferencesValue.BooleanChoice b)
           
 
Method Summary
private  boolean getBoolFromString(java.lang.String strVal)
           
 java.awt.Component getObject()
           
 java.lang.String getText()
           
 void makeBoolean()
           
 void setText(java.lang.String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

textfieldValue

private javax.swing.JTextField textfieldValue

boolchoiceValue

private PreferencesValue.BooleanChoice boolchoiceValue
Constructor Detail

PreferencesValue

public PreferencesValue(javax.swing.JTextField l)

PreferencesValue

public PreferencesValue(PreferencesValue.BooleanChoice b)
Method Detail

getText

public java.lang.String getText()

setText

public void setText(java.lang.String str)

getObject

public java.awt.Component getObject()

getBoolFromString

private boolean getBoolFromString(java.lang.String strVal)

makeBoolean

public void makeBoolean()