qflib 0.98.1

de.qfs.lib.option
Class OptionDialog.OptionButtonData

java.lang.Object
  |
  +--de.qfs.lib.gui.ModalDialog.ButtonData
        |
        +--de.qfs.lib.option.OptionDialog.OptionButtonData
Enclosing class:
OptionDialog

protected static class OptionDialog.OptionButtonData
extends ModalDialog.ButtonData

Extend the structure that encapsulates the values for a button.


Field Summary
 boolean set
          Whether to try to set the options' values.
 
Fields inherited from class de.qfs.lib.gui.ModalDialog.ButtonData
button, close, deflt, hasRetval, name, retval
 
Constructor Summary
OptionDialog.OptionButtonData()
          Create a new ButtonData.
OptionDialog.OptionButtonData(java.lang.String name, MapResourceBundle rb)
          Create a new ButtonData, reading its value from the resources.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

set

public boolean set
Whether to try to set the options' values.
Constructor Detail

OptionDialog.OptionButtonData

public OptionDialog.OptionButtonData()
Create a new ButtonData.

OptionDialog.OptionButtonData

public OptionDialog.OptionButtonData(java.lang.String name,
                                     MapResourceBundle rb)
Create a new ButtonData, reading its value from the resources.
Parameters:
name - The resource name of the button.
rb - The resources to use.

qflib 0.98.1