Class MapLabelEvent

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class MapLabelEvent
    extends javafx.event.Event
    Event class for events concerning markers.
    Author:
    P.J. Meisch ([email protected]).
    See Also:
    Serialized Form
    • Field Detail

      • ANY

        public static final javafx.event.EventType<MapLabelEvent> ANY
        base event type
      • MAPLABEL_CLICKED

        public static final javafx.event.EventType<MapLabelEvent> MAPLABEL_CLICKED
        label clicked in map
      • MAPLABEL_DOUBLECLICKED

        public static final javafx.event.EventType<MapLabelEvent> MAPLABEL_DOUBLECLICKED
        label double clicked in map
      • MAPLABEL_RIGHTCLICKED

        public static final javafx.event.EventType<MapLabelEvent> MAPLABEL_RIGHTCLICKED
        label right clicked in map
      • MAPLABEL_MOUSEDOWN

        public static final javafx.event.EventType<MapLabelEvent> MAPLABEL_MOUSEDOWN
        label mouse down in map
      • MAPLABEL_MOUSEUP

        public static final javafx.event.EventType<MapLabelEvent> MAPLABEL_MOUSEUP
        label mouse up in map
      • MAPLABEL_ENTERED

        public static final javafx.event.EventType<MapLabelEvent> MAPLABEL_ENTERED
        label entered in map
      • MAPLABEL_EXITED

        public static final javafx.event.EventType<MapLabelEvent> MAPLABEL_EXITED
        label exited in map
    • Constructor Detail

      • MapLabelEvent

        public MapLabelEvent​(javafx.event.EventType<? extends MapLabelEvent> eventType,
                             MapLabel mapLabel)
    • Method Detail

      • getMapLabel

        public MapLabel getMapLabel()