com.superhac.JXBStreamer.Gui
Class SettingsWindow

java.lang.Object
  extended by com.superhac.JXBStreamer.Gui.SettingsWindow

public class SettingsWindow
extends java.lang.Object


Constructor Summary
SettingsWindow()
           
SettingsWindow(java.lang.String port, boolean autoDiscoveryEnabled)
           
 
Method Summary
 javax.swing.JDialog getJDialog(javax.swing.JFrame parent)
          This method initializes jDialog
 int getPort()
           
 boolean isAutoDiscoveryEnabled()
           
 boolean isResetServer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SettingsWindow

public SettingsWindow()

SettingsWindow

public SettingsWindow(java.lang.String port,
                      boolean autoDiscoveryEnabled)
Method Detail

getJDialog

public javax.swing.JDialog getJDialog(javax.swing.JFrame parent)
This method initializes jDialog

Returns:
javax.swing.JDialog

isResetServer

public boolean isResetServer()

getPort

public int getPort()

isAutoDiscoveryEnabled

public boolean isAutoDiscoveryEnabled()