/// <summary>
 /// Processes component events occurring on this component by
 /// dispatching them to any registered
 /// <code>ComponentListener</code> objects.
 /// </summary>
 protected void processComponentEvent(ComponentEvent @e)
 {
 }
Beispiel #2
0
 public virtual void componentHidden(ComponentEvent e)
 {
 }
Beispiel #3
0
 public virtual void componentMoved(ComponentEvent e)
 {
 }
Beispiel #4
0
 public virtual void componentShown(ComponentEvent e)
 {
 }
Beispiel #5
0
 public virtual void componentResized(ComponentEvent e)
 {
   this.calcBounds();
 }