gishur.awt
Class SymbolbarSeparator

java.lang.Object
  |
  +--gishur.awt.SymbolbarElement
        |
        +--gishur.awt.SymbolbarSeparator
All Implemented Interfaces:
java.util.EventListener, java.awt.event.MouseListener, java.awt.event.MouseMotionListener

public class SymbolbarSeparator
extends SymbolbarElement

Ein Trennstrich auf der Symbolleiste.


Fields inherited from class gishur.awt.SymbolbarElement
_needs_repaint, command, label, width
 
Constructor Summary
SymbolbarSeparator()
          Konstruktor.
 
Method Summary
 void update(java.awt.Graphics g, int height)
          Zeichnet das Element neu.
 
Methods inherited from class gishur.awt.SymbolbarElement
active, disable, enable, enabled, getCommand, getLabel, getParent, getPreferredHeight, getSize, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, setActive, setCommand, setLabel, setParent, setSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SymbolbarSeparator

public SymbolbarSeparator()
Konstruktor.
Method Detail

update

public void update(java.awt.Graphics g,
                   int height)
Zeichnet das Element neu.
Overrides:
update in class SymbolbarElement
Parameters:
g - Graphics, auf das gezeichnet werden soll.
height - Höhe des zu zeichnenden Bereiches.