Uses of Interface
org.jhotdraw8.application.Application
Packages that use Application
Package
Description
Defines a programming model for document oriented applications and provides default
implementations.
Provides abstract actions for applications.
Provides actions which act on an application.
Provides editing actions for the currently focused user interface control.
Provides actions for files.
Provides actions for views.
-
Uses of Application in org.jhotdraw8.application
Subinterfaces of Application in org.jhotdraw8.applicationModifier and TypeInterfaceDescriptioninterfaceAFileBasedApplicationhandles the life-cycle ofFileBasedActivityobjects and provides windows to present them on screen.Classes in org.jhotdraw8.application that implement ApplicationModifier and TypeClassDescriptionclassAbstractApplication.classAnAbstractFileBasedApplicationhandles the life-cycle ofFileBasedActivityobjects and provides stages to present them on screen.Fields in org.jhotdraw8.application with type parameters of type ApplicationModifier and TypeFieldDescriptionprotected final @NonNull javafx.beans.property.ObjectProperty<Application> AbstractActivity.applicationMethods in org.jhotdraw8.application that return ApplicationModifier and TypeMethodDescriptiondefault @NonNull ApplicationActivity.getApplication()Gets the value of theapplicationproperty.Methods in org.jhotdraw8.application that return types with arguments of type ApplicationModifier and TypeMethodDescription@NonNull javafx.beans.property.ObjectProperty<Application> AbstractActivity.applicationProperty()@NonNull javafx.beans.property.ObjectProperty<Application> Activity.applicationProperty()The application property is maintained by theApplicationthat manages this activity.Methods in org.jhotdraw8.application with parameters of type ApplicationModifier and TypeMethodDescriptiondefault voidActivity.setApplication(@NonNull Application application) Sets the value of theapplicationproperty. -
Uses of Application in org.jhotdraw8.application.action
Fields in org.jhotdraw8.application.action declared as ApplicationModifier and TypeFieldDescriptionprotected final @NonNull ApplicationAbstractApplicationAction.appMethods in org.jhotdraw8.application.action that return ApplicationModifier and TypeMethodDescriptionfinal @NonNull ApplicationAbstractApplicationAction.getApplication()Methods in org.jhotdraw8.application.action with parameters of type ApplicationModifier and TypeMethodDescriptionprotected final voidAbstractActivityAction.onActionPerformed(@NonNull javafx.event.ActionEvent event, @NonNull Application app) protected abstract voidAbstractApplicationAction.onActionPerformed(@NonNull javafx.event.ActionEvent event, @NonNull Application app) This method is invoked when the action is not disabled and the event is not consumed.Constructors in org.jhotdraw8.application.action with parameters of type ApplicationModifierConstructorDescriptionCreates a new instance.Creates a new instance.AbstractFocusOwnerAction(@NonNull Application app, @Nullable javafx.scene.Node target) Creates a new instance. -
Uses of Application in org.jhotdraw8.application.action.app
Methods in org.jhotdraw8.application.action.app with parameters of type ApplicationModifier and TypeMethodDescriptionprotected voidAboutAction.onActionPerformed(@NonNull javafx.event.ActionEvent event, @NonNull Application app) protected voidExitAction.onActionPerformed(@NonNull javafx.event.ActionEvent event, @NonNull Application app) Constructors in org.jhotdraw8.application.action.app with parameters of type ApplicationModifierConstructorDescriptionCreates a new instance.Creates a new instance.ExitAction(Application app) Creates a new instance. -
Uses of Application in org.jhotdraw8.application.action.edit
Methods in org.jhotdraw8.application.action.edit with parameters of type ApplicationModifier and TypeMethodDescriptionprotected final voidAbstractSelectionAction.onActionPerformed(@NonNull javafx.event.ActionEvent event, @NonNull Application application) Constructors in org.jhotdraw8.application.action.edit with parameters of type ApplicationModifierConstructorDescriptionAbstractFindAction(@NonNull Application app, A view, Class<A> viewClass) Creates a new instance.AbstractSelectionAction(@NonNull Application application) Creates a new instance.AbstractSelectionAction(@NonNull Application application, @Nullable javafx.scene.Node target) Creates a new instance.Creates a new instance which acts on the currently focused component.ClearSelectionAction(@NonNull Application app, javafx.scene.Node target) Creates a new instance which acts on the specified component.Creates a new instance which acts on the currently focused component.CopyAction(@NonNull Application app, javafx.scene.Node target) Creates a new instance which acts on the specified component.CutAction(@NonNull Application app) Creates a new instance which acts on the currently focused component.CutAction(@NonNull Application app, javafx.scene.Node target) Creates a new instance which acts on the specified component.Creates a new instance which acts on the currently focused component.Creates a new instance which acts on the currently focused component.DuplicateAction(@NonNull Application app, @Nullable javafx.scene.Node target) Creates a new instance which acts on the specified component.Creates a new instance which acts on the currently focused component.PasteAction(@NonNull Application app, javafx.scene.Node target) Creates a new instance which acts on the specified component.Creates a new instance which acts on the currently focused component.SelectAllAction(@NonNull Application app, javafx.scene.Node target) Creates a new instance which acts on the specified component. -
Uses of Application in org.jhotdraw8.application.action.file
Methods in org.jhotdraw8.application.action.file with parameters of type ApplicationModifier and TypeMethodDescriptionprotected voidAbstractOpenFileAction.onActionPerformed(@NonNull javafx.event.ActionEvent evt, @NonNull Application app) protected voidClearRecentFilesMenuAction.onActionPerformed(@NonNull javafx.event.ActionEvent event, @NonNull Application app) protected voidNewFileAction.onActionPerformed(@NonNull javafx.event.ActionEvent evt, @NonNull Application app) protected voidOpenRecentFileAction.onActionPerformed(@NonNull javafx.event.ActionEvent evt, @NonNull Application app) Constructors in org.jhotdraw8.application.action.file with parameters of type ApplicationModifierConstructorDescriptionClearFileAction(@NonNull Application app, FileBasedActivity view) Creates a new instance.Creates a new instance.NewFileAction(Application app) Creates a new instance.NewFileAction(Application app, String id) Creates a new instance.OpenRecentFileAction(Application app, @NonNull URI uri, javafx.scene.input.DataFormat format) Creates a new instance. -
Uses of Application in org.jhotdraw8.application.action.view
Constructors in org.jhotdraw8.application.action.view with parameters of type ApplicationModifierConstructorDescriptionToggleViewPropertyAction(@NonNull Application app, Activity view, @Nullable Function<Activity, javafx.scene.Node> nodeGetter, String id, @NonNull Resources labels) ToggleViewPropertyAction(@NonNull Application app, Activity view, @NonNull javafx.beans.property.BooleanProperty property, String id, @NonNull Resources labels)