|
|||||||||
| 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>
S - The type of component for which this object is to control flyovers.public abstract static class AbstractComponent.AbstractFlyoverFrameStrategy<S extends Component>
An abstract flyover strategy that uses flyover frames.
| Constructor Summary | |
|---|---|
AbstractComponent.AbstractFlyoverFrameStrategy(S component)
Component constructor. |
|
| Method Summary | |
|---|---|
void |
closeFlyover()
Closes the flyover for the component. |
protected abstract FlyoverFrame |
createFrame()
|
void |
openFlyover()
Shows a flyover for the component. |
| 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.AbstractFlyoverFrameStrategy(S component)
component - The component for which this object will control flyovers.
java.lang.NullPointerException - if the given component is null.| Method Detail |
|---|
public void openFlyover()
createFrame()public void closeFlyover()
protected abstract FlyoverFrame createFrame()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||