Class PreferencesPanelController

java.lang.Object
  extended byNSWindowController
      extended byWindowController
          extended byPreferencesPanelController

public class PreferencesPanelController
extends WindowController

See Also:
Serialized Form

Field Summary
(package private)  NSMatrix autoConnectMatrix
           
(package private)  NSMatrix autoLaunchMatrix
           
(package private)  NSMatrix autoStopMatrix
           
(package private)  NSMatrix convertAviMatrix
           
(package private)  NSTextField daemonLocationField
           
(package private)  NSTextField refreshIntervalField
           
(package private)  NSMatrix rememberPositionMatrix
           
(package private)  NSMatrix traceMatrix
           
 
Constructor Summary
PreferencesPanelController()
           
 
Method Summary
 void browseDaemonLocation(java.lang.Object sender)
           
 void cancel(java.lang.Object sender)
           
 void save(java.lang.Object sender)
           
protected  boolean shouldRememberWindowPos()
           
 void windowDidLoad()
           
 
Methods inherited from class WindowController
colorForRow, scrollViewOf, tableViewWillDisplayCell, windowWillClose
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

daemonLocationField

NSTextField daemonLocationField

refreshIntervalField

NSTextField refreshIntervalField

autoConnectMatrix

NSMatrix autoConnectMatrix

autoLaunchMatrix

NSMatrix autoLaunchMatrix

rememberPositionMatrix

NSMatrix rememberPositionMatrix

autoStopMatrix

NSMatrix autoStopMatrix

convertAviMatrix

NSMatrix convertAviMatrix

traceMatrix

NSMatrix traceMatrix
Constructor Detail

PreferencesPanelController

public PreferencesPanelController()
Method Detail

windowDidLoad

public void windowDidLoad()
Overrides:
windowDidLoad in class WindowController

shouldRememberWindowPos

protected boolean shouldRememberWindowPos()
Overrides:
shouldRememberWindowPos in class WindowController

browseDaemonLocation

public void browseDaemonLocation(java.lang.Object sender)

cancel

public void cancel(java.lang.Object sender)

save

public void save(java.lang.Object sender)