Uses of Interface
org.jhotdraw8.draw.DrawingEditor
Packages that use DrawingEditor
Package
Description
Defines a programming model for structured drawing editors and provides default
implementations.
-
Uses of DrawingEditor in org.jhotdraw8.draw
Classes in org.jhotdraw8.draw that implement DrawingEditorModifier and TypeClassDescriptionclassclassSimpleDrawingEditor.Methods in org.jhotdraw8.draw that return DrawingEditorModifier and TypeMethodDescriptiondefault @Nullable DrawingEditorDrawingView.getEditor()Gets the value of theeditorproperty.EditorActivity.getEditor()Methods in org.jhotdraw8.draw that return types with arguments of type DrawingEditorModifier and TypeMethodDescription@NonNull javafx.beans.property.ObjectProperty<DrawingEditor> AbstractDrawingView.editorProperty()@NonNull javafx.beans.property.ObjectProperty<DrawingEditor> DrawingView.editorProperty()The drawing editor.Methods in org.jhotdraw8.draw with parameters of type DrawingEditorModifier and TypeMethodDescriptiondefault voidDrawingView.setEditor(@Nullable DrawingEditor newValue) Sets the value of theeditorproperty.Constructors in org.jhotdraw8.draw with parameters of type DrawingEditorModifierConstructorDescriptionDrawingEditorPreferencesHandler(@NonNull DrawingEditor editor, @NonNull Preferences prefs) Creates a new handler for the specified editor.DrawingEditorPreferencesHandler(@NonNull DrawingEditor editor, @NonNull Preferences prefs, @NonNull String prefix) Creates a new handler for the specified editor. -
Uses of DrawingEditor in org.jhotdraw8.draw.action
Methods in org.jhotdraw8.draw.action that return DrawingEditorConstructors in org.jhotdraw8.draw.action with parameters of type DrawingEditorModifierConstructorDescriptionCreates an action which acts on the selected figures on the current view of the specified editor.AddToGroupAction(@NonNull DrawingEditor editor) Creates a new instance.AlignBottomAction(@NonNull DrawingEditor editor) Creates a new instance.Creates a new instance.AlignLeftAction(@NonNull DrawingEditor editor) Creates a new instance.AlignRightAction(@NonNull DrawingEditor editor) Creates a new instance.AlignTopAction(@NonNull DrawingEditor editor) Creates a new instance.AlignVerticalAction(@NonNull DrawingEditor editor) Creates a new instance.BringForwardAction(@NonNull DrawingEditor editor) Creates a new instance.BringToFrontAction(@NonNull DrawingEditor editor) Creates a new instance.Creates a new instance.Creates a new instance.GroupAction(String id, @NonNull DrawingEditor editor, @Nullable Supplier<Figure> groupFactory) GroupAction(@NonNull DrawingEditor editor, Supplier<Figure> groupFactory) Creates a new instance.Creates a new instance.Creates a new instance.Creates a new instance.SelectSameAction(@NonNull DrawingEditor editor) Creates a new instance.SendBackwardAction(@NonNull DrawingEditor editor) Creates a new instance.SendToBackAction(@NonNull DrawingEditor editor) Creates a new instance.UngroupAction(@NonNull DrawingEditor editor) Creates a new instance. -
Uses of DrawingEditor in org.jhotdraw8.draw.inspector
Methods in org.jhotdraw8.draw.inspector that return DrawingEditorMethods in org.jhotdraw8.draw.inspector that return types with arguments of type DrawingEditorModifier and TypeMethodDescription@NonNull javafx.beans.property.ObjectProperty<DrawingEditor> ToolsToolbar.drawingEditor()Methods in org.jhotdraw8.draw.inspector with parameters of type DrawingEditorConstructors in org.jhotdraw8.draw.inspector with parameters of type DrawingEditor -
Uses of DrawingEditor in org.jhotdraw8.draw.render
Methods in org.jhotdraw8.draw.render that return types with arguments of type DrawingEditorModifier and TypeMethodDescription@NonNull javafx.beans.property.ObjectProperty<DrawingEditor> InteractiveDrawingRenderer.editorProperty()@NonNull javafx.beans.property.ObjectProperty<DrawingEditor> InteractiveHandleRenderer.editorProperty() -
Uses of DrawingEditor in org.jhotdraw8.draw.tool
Methods in org.jhotdraw8.draw.tool that return DrawingEditorModifier and TypeMethodDescriptiondefault @Nullable DrawingEditorTool.getDrawingEditor()Gets the value of thedrawingEditorproperty.Methods in org.jhotdraw8.draw.tool that return types with arguments of type DrawingEditorModifier and TypeMethodDescription@NonNull javafx.beans.property.ObjectProperty<DrawingEditor> AbstractTool.drawingEditorProperty()The active editor.@NonNull javafx.beans.property.ObjectProperty<DrawingEditor> Tool.drawingEditorProperty()The currently active drawing editor.Methods in org.jhotdraw8.draw.tool with parameters of type DrawingEditorModifier and TypeMethodDescriptionvoidAbstractTool.activate(@NonNull DrawingEditor editor) This implementation sets the help text on the drawing view.voidBezierCreationTool.activate(@NonNull DrawingEditor editor) This implementation is empty.voidCreationTool.activate(@NonNull DrawingEditor editor) This implementation is empty.voidImageCreationTool.activate(@NonNull DrawingEditor editor) voidPolyCreationTool.activate(@NonNull DrawingEditor editor) voidSelectionTool.activate(@NonNull DrawingEditor editor) voidTextCreationTool.activate(@NonNull DrawingEditor editor) This implementation is empty.voidTextEditingTool.activate(@NonNull DrawingEditor editor) This implementation is empty.voidTool.activate(DrawingEditor editor) Activates the tool for the given editor.voidAbstractTool.deactivate(@NonNull DrawingEditor editor) This implementation is empty.voidTool.deactivate(@NonNull DrawingEditor editor) Deactivates the tool.default voidTool.setDrawingEditor(@Nullable DrawingEditor newValue) Sets the value of thedrawingEditorproperty.