org.noos.xing.mydoggy.plaf.ui.cmp.event
Class TabbedContentPaneEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.noos.xing.mydoggy.plaf.ui.cmp.event.TabbedContentPaneEvent
All Implemented Interfaces:
Serializable

public class TabbedContentPaneEvent
extends EventObject

See Also:
Serialized Form

Nested Class Summary
static class TabbedContentPaneEvent.ActionId
           
 
Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
TabbedContentPaneEvent(TabbedContentPane source, TabbedContentPaneEvent.ActionId actionId, org.noos.xing.mydoggy.Content content)
           
 
Method Summary
 TabbedContentPaneEvent.ActionId getActionId()
           
 org.noos.xing.mydoggy.Content getContent()
           
 TabbedContentPane getTabbedContentPane()
           
 
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

TabbedContentPaneEvent

public TabbedContentPaneEvent(TabbedContentPane source,
                              TabbedContentPaneEvent.ActionId actionId,
                              org.noos.xing.mydoggy.Content content)
Method Detail

getTabbedContentPane

public TabbedContentPane getTabbedContentPane()

getActionId

public TabbedContentPaneEvent.ActionId getActionId()

getContent

public org.noos.xing.mydoggy.Content getContent()


Copyright © 2012. All Rights Reserved.