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 javafx.beans.property.ObjectProperty<Application> AbstractActivity.applicationMethods in org.jhotdraw8.application that return ApplicationModifier and TypeMethodDescriptiondefault ApplicationActivity.getApplication()Gets the value of theapplicationproperty.Methods in org.jhotdraw8.application that return types with arguments of type ApplicationModifier and TypeMethodDescriptionjavafx.beans.property.ObjectProperty<Application> AbstractActivity.applicationProperty()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(Application application) Sets the value of theapplicationproperty. -
Uses of Application in org.jhotdraw8.application.action
Fields in org.jhotdraw8.application.action declared as ApplicationMethods in org.jhotdraw8.application.action that return ApplicationMethods in org.jhotdraw8.application.action with parameters of type ApplicationModifier and TypeMethodDescriptionprotected final voidAbstractActivityAction.onActionPerformed(javafx.event.ActionEvent event, Application app) protected abstract voidAbstractApplicationAction.onActionPerformed(javafx.event.ActionEvent event, 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(Application app, @Nullable javafx.scene.Node target) Creates a new instance.ScreenMenuBarProxyAction(Application app, String id) -
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(javafx.event.ActionEvent event, Application app) protected voidExitAction.onActionPerformed(javafx.event.ActionEvent event, Application app) Constructors in org.jhotdraw8.application.action.app with parameters of type ApplicationModifierConstructorDescriptionAboutAction(Application app) Creates 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(javafx.event.ActionEvent event, Application application) Constructors in org.jhotdraw8.application.action.edit with parameters of type ApplicationModifierConstructorDescriptionAbstractFindAction(Application app, A view, Class<A> viewClass) Creates a new instance.AbstractSelectionAction(Application application) Creates a new instance.AbstractSelectionAction(Application application, @Nullable javafx.scene.Node target) Creates a new instance.Creates a new instance which acts on the currently focused component.ClearSelectionAction(Application app, javafx.scene.Node target) Creates a new instance which acts on the specified component.CopyAction(Application app) Creates a new instance which acts on the currently focused component.CopyAction(Application app, javafx.scene.Node target) Creates a new instance which acts on the specified component.CutAction(Application app) Creates a new instance which acts on the currently focused component.CutAction(Application app, javafx.scene.Node target) Creates a new instance which acts on the specified component.DeleteAction(Application app) Creates a new instance which acts on the currently focused component.Creates a new instance which acts on the currently focused component.DuplicateAction(Application app, @Nullable javafx.scene.Node target) Creates a new instance which acts on the specified component.PasteAction(Application app) Creates a new instance which acts on the currently focused component.PasteAction(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(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(javafx.event.ActionEvent evt, Application app) protected voidClearRecentFilesMenuAction.onActionPerformed(javafx.event.ActionEvent event, Application app) protected voidNewFileAction.onActionPerformed(javafx.event.ActionEvent evt, Application app) protected voidOpenRecentFileAction.onActionPerformed(javafx.event.ActionEvent evt, Application app) Constructors in org.jhotdraw8.application.action.file with parameters of type ApplicationModifierConstructorDescriptionClearFileAction(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, URI uri, @Nullable 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(Application app, Activity view, @Nullable Function<Activity, javafx.scene.Node> nodeGetter, String id, Resources labels) ToggleViewPropertyAction(Application app, Activity view, javafx.beans.property.BooleanProperty property, String id, Resources labels)