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