コード例 #1
0
 /// <summary>
 /// Processes component events occurring on this component by
 /// dispatching them to any registered
 /// <code>ComponentListener</code> objects.
 /// </summary>
 protected void processComponentEvent(ComponentEvent @e)
 {
 }
コード例 #2
0
ファイル: Widget.cs プロジェクト: NALSS/SmartDashboard.NET
 public virtual void componentHidden(ComponentEvent e)
 {
 }
コード例 #3
0
ファイル: Widget.cs プロジェクト: NALSS/SmartDashboard.NET
 public virtual void componentMoved(ComponentEvent e)
 {
 }
コード例 #4
0
ファイル: Widget.cs プロジェクト: NALSS/SmartDashboard.NET
 public virtual void componentShown(ComponentEvent e)
 {
 }
コード例 #5
0
ファイル: Widget.cs プロジェクト: NALSS/SmartDashboard.NET
 public virtual void componentResized(ComponentEvent e)
 {
   this.calcBounds();
 }