Class WindowController

java.lang.Object
  extended byNSWindowController
      extended byWindowController
Direct Known Subclasses:
AddServerPanelController, AviConverterWindowController, DaemonOptionsPanelController, Ed2kLinkPanelController, MainWindowController, NewConnectionPanelController, PreferencesPanelController, PreviewWindowController, SearchWindowController

public class WindowController
extends NSWindowController

All WindowController descendants must be delegates of their window.

See Also:
Serialized Form

Constructor Summary
protected WindowController(java.lang.String name)
           
protected WindowController(java.lang.String name, boolean value)
           
 
Method Summary
protected  NSColor colorForRow(NSTableView aTableView, int rowIndex)
           
protected  NSScrollView scrollViewOf(NSView view)
           
protected  boolean shouldRememberWindowPos()
           
 void tableViewWillDisplayCell(NSTableView aTableView, java.lang.Object aCell, NSTableColumn aTableColumn, int rowIndex)
           
 void windowDidLoad()
           
 void windowWillClose(NSNotification aNotification)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowController

protected WindowController(java.lang.String name)

WindowController

protected WindowController(java.lang.String name,
                           boolean value)
Method Detail

scrollViewOf

protected NSScrollView scrollViewOf(NSView view)

shouldRememberWindowPos

protected boolean shouldRememberWindowPos()

windowDidLoad

public void windowDidLoad()

windowWillClose

public void windowWillClose(NSNotification aNotification)

colorForRow

protected NSColor colorForRow(NSTableView aTableView,
                              int rowIndex)

tableViewWillDisplayCell

public void tableViewWillDisplayCell(NSTableView aTableView,
                                     java.lang.Object aCell,
                                     NSTableColumn aTableColumn,
                                     int rowIndex)