|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.infonode.tabbedpanel.hover.TabbedPanelHoverAction
public class TabbedPanelHoverAction
TabbedPanelHoverAction is an action that makes it easy to change properties for
a hovered TabbedPanel. The action is meant to be set as a HoverListener
for the entire tabbed panel, the tab area, the tab area components area and/or the
content area in their corresponding properties objects.
This hover action contains a TabbedPanelProperties object that will be added as super object to the hovered tabbed panel and then automatically removed when the area is no longer hovered.
TabbedPanel,
TabbedPanelProperties,
TabAreaProperties,
TabAreaComponentsProperties,
TabbedPanelContentPanelProperties| Field Summary | |
|---|---|
private TabbedPanelProperties |
props
|
| Constructor Summary | |
|---|---|
TabbedPanelHoverAction()
Creates a TabbedPanelHoverAction containing an empty TabbedPanelProperties object. |
|
TabbedPanelHoverAction(TabbedPanelProperties props)
Creates a TabbedPanelHoverAction with the given TabbedPanelProperties object. |
|
| Method Summary | |
|---|---|
TabbedPanelProperties |
getTabbedPanelProperties()
Gets the TabbedPanelProperties object for this action. |
void |
mouseEntered(HoverEvent event)
Called when the mouse enters the hoverable component |
void |
mouseExited(HoverEvent event)
Called when the mouse exits the hoverable component |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private TabbedPanelProperties props
| Constructor Detail |
|---|
public TabbedPanelHoverAction()
public TabbedPanelHoverAction(TabbedPanelProperties props)
props - reference to a TabbedPanelProperties object| Method Detail |
|---|
public TabbedPanelProperties getTabbedPanelProperties()
public void mouseEntered(HoverEvent event)
HoverListener
mouseEntered in interface HoverListenerevent - the hover eventpublic void mouseExited(HoverEvent event)
HoverListener
mouseExited in interface HoverListenerevent - the hover event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||