xbneditor
Class SampParamDialog

java.lang.Object
  |
  +--xbneditor.SampParamDialog

public class SampParamDialog
extends java.lang.Object

The main GUI, this class is a dialog box that controls the inputs for stochastic sampling methods, including forward sampling with likelihood weighting, logic sampling, self-importance sampling, and adaptive importance sampling.


Constructor Summary
SampParamDialog(javax.swing.JFrame frame, boolean modal)
          Creates a new dialog with a specifed parent frame.
 
Method Summary
 void show()
          Makes the dialog visible.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampParamDialog

public SampParamDialog(javax.swing.JFrame frame,
                       boolean modal)
Creates a new dialog with a specifed parent frame.
Parameters:
frame - the parent frame that is displaying this dialog
modal - a boolean stating whether the dialog is modal or not
Method Detail

show

public void show()
Makes the dialog visible.