xml.options
Class GeneralOptionPane

java.lang.Object
  extended byAbstractOptionPane
      extended byxml.options.GeneralOptionPane

public class GeneralOptionPane
extends AbstractOptionPane

See Also:
Serialized Form

Field Summary
private  javax.swing.JCheckBox closeComplete
           
private  javax.swing.JCheckBox closeCompleteOpen
           
private  javax.swing.JComboBox network
           
private  javax.swing.JComboBox showAttributes
           
private  javax.swing.JCheckBox showtextcontent
           
private  javax.swing.JCheckBox standaloneExtraSpace
           
private  javax.swing.JCheckBox validate
           
 
Constructor Summary
GeneralOptionPane()
           
 
Method Summary
protected  void _init()
           
protected  void _save()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

validate

private javax.swing.JCheckBox validate

network

private javax.swing.JComboBox network

showAttributes

private javax.swing.JComboBox showAttributes

closeCompleteOpen

private javax.swing.JCheckBox closeCompleteOpen

closeComplete

private javax.swing.JCheckBox closeComplete

standaloneExtraSpace

private javax.swing.JCheckBox standaloneExtraSpace

showtextcontent

private javax.swing.JCheckBox showtextcontent
Constructor Detail

GeneralOptionPane

public GeneralOptionPane()
Method Detail

_init

protected void _init()

_save

protected void _save()