ar.com.da.swing.dock
Class DockingPanelEvent

java.lang.Object
  extended by java.util.EventObject
      extended by ar.com.da.swing.dock.DockingPanelEvent
All Implemented Interfaces:
java.io.Serializable

public class DockingPanelEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DockingPanelEvent(java.lang.Object source, DockingData.Location location, java.awt.Component component)
           
 
Method Summary
 java.awt.Component getComponent()
           
 DockingData.Location getLocation()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DockingPanelEvent

public DockingPanelEvent(java.lang.Object source,
                         DockingData.Location location,
                         java.awt.Component component)
Method Detail

getLocation

public DockingData.Location getLocation()

getComponent

public java.awt.Component getComponent()


Copyright © 2006 null. All Rights Reserved.