Verwendungen von Enum
com.flexganttfx.view.graphics.GraphicsBase.EditMode
Packages, die GraphicsBase.EditMode verwenden
Package
Beschreibung
The various graphics controls that are used for rendering the Gantt chart.
Classes for the graphics skin.
-
Verwendungen von GraphicsBase.EditMode in com.flexganttfx.view.graphics
Unterklassen mit Typargumenten vom Typ GraphicsBase.EditMode in com.flexganttfx.view.graphicsModifikator und TypKlasseBeschreibungstatic enumAn enumeration of possible editing states that the graphics view can be in.Methoden in com.flexganttfx.view.graphics, die GraphicsBase.EditMode zurückgebenModifikator und TypMethodeBeschreibungGraphicsBase.EditingCallbackParameter.getEditMode()final GraphicsBase.EditModeGraphicsBase.getEditMode()Returns the value ofGraphicsBase.editModeProperty().static GraphicsBase.EditModeGibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.static GraphicsBase.EditMode[]GraphicsBase.EditMode.values()Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.Methoden in com.flexganttfx.view.graphics, die Typen mit Argumenten vom Typ GraphicsBase.EditMode zurückgebenModifikator und TypMethodeBeschreibungGraphicsBase.editModeProperty()A property used to store the currently active editing mode, e.g.GraphicsBase.getEditModeCallback(Class<? extends MutableActivity> activityType, Class<? extends Layout> layoutType) Returns the edit mode callback registered for the given activity and layout types.Methodenparameter in com.flexganttfx.view.graphics mit Typargumenten vom Typ GraphicsBase.EditModeModifikator und TypMethodeBeschreibungfinal voidGraphicsBase.setEditModeCallback(Class<? extends MutableActivity> activityType, Class<? extends Layout> layoutType, Callback<GraphicsBase.EditModeCallbackParameter, GraphicsBase.EditMode> callback) Konstruktoren in com.flexganttfx.view.graphics mit Parametern vom Typ GraphicsBase.EditModeModifikatorKonstruktorBeschreibungEditingCallbackParameter(ActivityRef<?> activityRef, GraphicsBase.EditMode editMode) Creates editing callback parameters for the given activity and edit mode. -
Verwendungen von GraphicsBase.EditMode in impl.com.flexganttfx.skin.graphics
Methoden in impl.com.flexganttfx.skin.graphics, die GraphicsBase.EditMode zurückgebenModifikator und TypMethodeBeschreibungRowCanvasBehaviour.DragInfo.getEditMode()Returns the current edit mode.Methoden in impl.com.flexganttfx.skin.graphics mit Parametern vom Typ GraphicsBase.EditModeModifikator und TypMethodeBeschreibungstatic voidRowCanvasBehaviour.setCursor(GraphicsBase.EditMode editMode, Cursor cursor) Sets the cursor for the given edit mode.