edu.iu.cnets.klatsch.gui
Class WidgetIndex

java.lang.Object
  extended by edu.iu.cnets.klatsch.gui.Widget
      extended by edu.iu.cnets.klatsch.gui.WidgetIndex

 class WidgetIndex
extends Widget

The index widget shows us a horizontal list of the current panes.


Field Summary
 
Fields inherited from class edu.iu.cnets.klatsch.gui.Widget
parent, x1, x2, y1, y2
 
Constructor Summary
WidgetIndex(KlatschGui parent, int x1, int y1, int x2, int y2)
          Initializes a new index widget.
 
Method Summary
 void draw()
          Redraws the list of panes.
 
Methods inherited from class edu.iu.cnets.klatsch.gui.Widget
clear, in, keyPressed, keyReleased, mouseDragged, mousePressed, mouseReleased
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WidgetIndex

WidgetIndex(KlatschGui parent,
            int x1,
            int y1,
            int x2,
            int y2)
Initializes a new index widget.

Method Detail

draw

public void draw()
Redraws the list of panes.

Specified by:
draw in class Widget