Class DefaultFlyoverFrame

All Implemented Interfaces:
com.globalmentor.beans.PropertyBindable, com.globalmentor.beans.PropertyConstrainable, io.clogr.Clogged, Component, CompositeComponent, ContentComponent, FlyoverFrame, Frame, InputFocusableComponent, InputFocusGroupComponent, ModalComponent<Frame.Mode>, Displayable, InfoModel, LabelModel, Model, PresentationModel, DepictedObject

public class DefaultFlyoverFrame extends AbstractFlyoverFrame
Default implementation of a flyover frame with default layout panel. A flyover frame by default is nonmodal, immovable, and not resizable. For example, with a tether bearing of 250 and a tether resource key of "myTether", a resource key will be requested using "myTether.WSW", "myTether.SWbW", "myTether.SW", etc. until all compass points are exhausted, after which a resource key of "myTether" will be requested.
Author:
Garret Wilson
  • Constructor Details

    • DefaultFlyoverFrame

      public DefaultFlyoverFrame()
      Default constructor.
    • DefaultFlyoverFrame

      public DefaultFlyoverFrame(Component component)
      Component constructor.
      Parameters:
      component - The single child component, or null if this frame should have no child component.