|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.guiseframework.event.MouseAdapter
com.guiseframework.component.AbstractComponent.AbstractFlyoverStrategy<S>
com.guiseframework.component.AbstractComponent.AbstractFlyoverFrameStrategy<S>
com.guiseframework.component.AbstractComponent.DefaultFlyoverStrategy<S>
S - The type of component for which this object is to control flyovers.public static class AbstractComponent.DefaultFlyoverStrategy<S extends Component>
The default strategy for showing and hiding flyovers in response to mouse events. //TODO del This implementation uses flyover frames to represent flyovers. //TODO del This implementation defaults to an opacity fade effect for opening with a 500 millisecond delay.
| Constructor Summary | |
|---|---|
AbstractComponent.DefaultFlyoverStrategy(S component)
Component constructor. |
|
| Method Summary | |
|---|---|
protected FlyoverFrame |
createFrame()
|
| Methods inherited from class com.guiseframework.component.AbstractComponent.AbstractFlyoverFrameStrategy |
|---|
closeFlyover, openFlyover |
| Methods inherited from class com.guiseframework.component.AbstractComponent.AbstractFlyoverStrategy |
|---|
getComponent, getExtent, getLineExtent, getOpenEffect, getPageExtent, getStyleID, getTetherBearing, mouseEntered, mouseExited, setExtent, setLineExtent, setOpenEffect, setPageExtent, setStyleID, setTetherBearing |
| Methods inherited from class com.guiseframework.event.MouseAdapter |
|---|
mouseClicked |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.guiseframework.event.MouseListener |
|---|
mouseClicked |
| Constructor Detail |
|---|
public AbstractComponent.DefaultFlyoverStrategy(S component)
component - The component for which this object will control flyovers.
java.lang.NullPointerException - if the given component is null.| Method Detail |
|---|
protected FlyoverFrame createFrame()
createFrame in class AbstractComponent.AbstractFlyoverFrameStrategy<S extends Component>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||