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 TypeMethodDescriptionjavafx.beans.property.ObjectProperty<DrawingEditor> AbstractDrawingView.editorProperty()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(DrawingEditor editor, Preferences prefs) Creates a new handler for the specified editor.DrawingEditorPreferencesHandler(DrawingEditor editor, Preferences prefs, 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(DrawingEditor editor) Creates a new instance.AlignBottomAction(DrawingEditor editor) Creates a new instance.AlignHorizontalAction(DrawingEditor editor) Creates a new instance.AlignLeftAction(DrawingEditor editor) Creates a new instance.AlignRightAction(DrawingEditor editor) Creates a new instance.AlignTopAction(DrawingEditor editor) Creates a new instance.AlignVerticalAction(DrawingEditor editor) Creates a new instance.BringForwardAction(DrawingEditor editor) Creates a new instance.BringToFrontAction(DrawingEditor editor) Creates a new instance.Creates a new instance.Creates a new instance.GroupAction(String id, DrawingEditor editor, @Nullable Supplier<Figure> groupFactory) GroupAction(DrawingEditor editor, Supplier<Figure> groupFactory) Creates a new instance.RemoveFromGroupAction(DrawingEditor editor) Creates a new instance.Creates a new instance.SelectChildrenAction(DrawingEditor editor) Creates a new instance.SelectSameAction(DrawingEditor editor) Creates a new instance.SendBackwardAction(DrawingEditor editor) Creates a new instance.SendToBackAction(DrawingEditor editor) Creates a new instance.UngroupAction(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 TypeMethodDescriptionjavafx.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 TypeMethodDescriptionjavafx.beans.property.ObjectProperty<DrawingEditor> InteractiveDrawingRenderer.editorProperty()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 TypeMethodDescriptionjavafx.beans.property.ObjectProperty<DrawingEditor> AbstractTool.drawingEditorProperty()The active editor.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(DrawingEditor editor) This implementation sets the help text on the drawing view.voidBezierCreationTool.activate(DrawingEditor editor) This implementation is empty.voidCreationTool.activate(DrawingEditor editor) This implementation is empty.voidImageCreationTool.activate(DrawingEditor editor) voidPolyCreationTool.activate(DrawingEditor editor) voidSelectionTool.activate(DrawingEditor editor) voidTextCreationTool.activate(DrawingEditor editor) This implementation is empty.voidTextEditingTool.activate(DrawingEditor editor) This implementation is empty.voidTool.activate(DrawingEditor editor) Activates the tool for the given editor.voidAbstractTool.deactivate(DrawingEditor editor) This implementation is empty.voidTool.deactivate(DrawingEditor editor) Deactivates the tool.default voidTool.setDrawingEditor(@Nullable DrawingEditor newValue) Sets the value of thedrawingEditorproperty.