Uses of Interface
org.jhotdraw8.application.resources.Resources
Packages that use Resources
Package
Description
Defines a programming model for document oriented applications and provides default
implementations.
Provides actions for files.
Provides actions for views.
-
Uses of Resources in org.jhotdraw8.application
Methods in org.jhotdraw8.application that return ResourcesModifier and TypeMethodDescriptionstatic ResourcesApplicationLabels.getGuiResources()default ResourcesApplication.getResources()Gets the value of theresourcesproperty.static ResourcesApplicationLabels.getResources()Methods in org.jhotdraw8.application that return types with arguments of type ResourcesModifier and TypeMethodDescriptionAbstractApplication.resourcesProperty()Application.resourcesProperty()Methods in org.jhotdraw8.application with parameters of type ResourcesModifier and TypeMethodDescriptionstatic voidApplicationLabels.setGuiResources(Resources labels) default voidApplication.setResources(Resources newValue) Sets the value of theresourcesproperty.static voidApplicationLabels.setResources(Resources labels) -
Uses of Resources in org.jhotdraw8.application.action.file
Constructors in org.jhotdraw8.application.action.file with parameters of type ResourcesModifierConstructorDescriptionAbstractSaveFileAction(FileBasedActivity activity, String id, boolean saveAs, Resources resources) Creates a new instance. -
Uses of Resources in org.jhotdraw8.application.action.view
Constructors in org.jhotdraw8.application.action.view with parameters of type ResourcesModifierConstructorDescriptionToggleBooleanAction(Activity activity, @Nullable String id, @Nullable Resources labels, javafx.beans.property.BooleanProperty value) ToggleViewPropertyAction(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) -
Uses of Resources in org.jhotdraw8.application.resources
Classes in org.jhotdraw8.application.resources that implement ResourcesModifier and TypeClassDescriptionclassclassclassMethods in org.jhotdraw8.application.resources that return ResourcesModifier and TypeMethodDescription@Nullable ResourcesClasspathResources.getParent()@Nullable ResourcesEmptyResources.getParent()@Nullable ResourcesModulepathResources.getParent()@Nullable ResourcesResources.getParent()static ResourcesClasspathResources.getResources(String baseName) Get the appropriate ResourceBundle subclass.static ResourcesModulepathResources.getResources(Module module, String baseName) Get the appropriate ResourceBundle subclass.static ResourcesResources.getResources(String moduleName, String resourceBundle) default ResourcesResources.getRoot()Methods in org.jhotdraw8.application.resources with parameters of type Resources