wt.clients.prodmgmt
Class PieWindowList.WindowEntry

java.lang.Object
  extended bywt.clients.prodmgmt.PieWindowList.WindowEntry
Enclosing class:
PieWindowList

class PieWindowList.WindowEntry
extends Object


Field Summary
private  int hashCode
           
private  PartExplorerFrame pieWindow
           
 
Constructor Summary
PieWindowList.WindowEntry(PartExplorerFrame pie_window)
           
PieWindowList.WindowEntry(PartExplorerFrame pie_window, RefreshEvent evt)
           
 
Method Summary
 boolean equals(PieWindowList.WindowEntry window_entry)
           
 boolean equals(RefreshEvent evt)
           
 PartExplorerFrame getPieWindow()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pieWindow

private PartExplorerFrame pieWindow

hashCode

private int hashCode
Constructor Detail

PieWindowList.WindowEntry

public PieWindowList.WindowEntry(PartExplorerFrame pie_window)

PieWindowList.WindowEntry

public PieWindowList.WindowEntry(PartExplorerFrame pie_window,
                                 RefreshEvent evt)
Method Detail

equals

public boolean equals(PieWindowList.WindowEntry window_entry)

equals

public boolean equals(RefreshEvent evt)

hashCode

public int hashCode()

getPieWindow

public PartExplorerFrame getPieWindow()