CITS2200
Class WindowLinked

java.lang.Object
  extended by CITS2200.WindowLinked

public class WindowLinked
extends Object

Window for linked representations of lists


Field Summary
 Link link
          the Link the window refers too
 
Constructor Summary
WindowLinked()
          create a new empty window
WindowLinked(Link l)
          create a new window
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

link

public Link link
the Link the window refers too

Constructor Detail

WindowLinked

public WindowLinked()
create a new empty window


WindowLinked

public WindowLinked(Link l)
create a new window