Class PaletteFocusBehavior

  • All Implemented Interfaces:
    org.eclipse.gef.common.activate.IActivatable, org.eclipse.gef.common.adapt.IAdaptable.Bound<org.eclipse.gef.mvc.fx.parts.IVisualPart<? extends javafx.scene.Node>>, org.eclipse.gef.mvc.fx.behaviors.IBehavior

    public class PaletteFocusBehavior
    extends org.eclipse.gef.mvc.fx.behaviors.FocusBehavior
    FocusBehavior for the palette.
    Author:
    Daniel Sagenschneider
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.eclipse.gef.common.adapt.IAdaptable.Bound

        org.eclipse.gef.common.adapt.IAdaptable.Bound.Impl<T extends org.eclipse.gef.common.adapt.IAdaptable>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DEFAULT_STYLE
      Default style (as can not style InfiniteCanvas via style sheets).
      • Fields inherited from class org.eclipse.gef.mvc.fx.behaviors.FocusBehavior

        FOCUS_FEEDBACK_PART_FACTORY, FOCUSED_STYLE, UNFOCUSED_STYLE
      • Fields inherited from interface org.eclipse.gef.common.activate.IActivatable

        ACTIVE_PROPERTY
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void addViewerFocusedFeedback()  
      protected void removeViewerFocusedFeedback()  
      • Methods inherited from class org.eclipse.gef.mvc.fx.behaviors.FocusBehavior

        addAnchoreds, applyFocusToVisual, doActivate, doDeactivate, getFeedbackPartFactory, getFocusModel, refreshFocusFeedback
      • Methods inherited from class org.eclipse.gef.mvc.fx.behaviors.AbstractBehavior

        activate, activeProperty, adaptableProperty, addAnchoreds, addFeedback, addFeedback, addHandles, addHandles, clearFeedback, clearHandles, deactivate, getAdaptable, getFeedback, getFeedback, getFeedbackPartFactory, getFeedbackPerTargetSet, getHandlePartFactory, getHandlePartFactory, getHandles, getHandles, getHandlesPerTargetSet, getHost, hasFeedback, hasFeedback, hasHandles, hasHandles, isActive, removeAnchoreds, removeFeedback, removeFeedback, removeFeedback, removeHandles, removeHandles, removeHandles, setAdaptable, updateHandles, updateHandles
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DEFAULT_STYLE

        public static final java.lang.String DEFAULT_STYLE
        Default style (as can not style InfiniteCanvas via style sheets).
        See Also:
        Constant Field Values
    • Constructor Detail

      • PaletteFocusBehavior

        public PaletteFocusBehavior()
    • Method Detail

      • addViewerFocusedFeedback

        protected void addViewerFocusedFeedback()
        Overrides:
        addViewerFocusedFeedback in class org.eclipse.gef.mvc.fx.behaviors.FocusBehavior
      • removeViewerFocusedFeedback

        protected void removeViewerFocusedFeedback()
        Overrides:
        removeViewerFocusedFeedback in class org.eclipse.gef.mvc.fx.behaviors.FocusBehavior