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()Application.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(@NonNull 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(@NonNull FileBasedActivity activity, @NonNull String id, boolean saveAs, @NonNull 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(@NonNull Activity activity, @Nullable String id, @Nullable Resources labels, javafx.beans.property.BooleanProperty value) ToggleViewPropertyAction(@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) -
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 TypeMethodDescriptionClasspathResources.getParent()EmptyResources.getParent()ModulepathResources.getParent()Resources.getParent()ClasspathResources.getResources(@NonNull String baseName) Get the appropriate ResourceBundle subclass.ModulepathResources.getResources(@NonNull Module module, @NonNull String baseName) Get the appropriate ResourceBundle subclass.Resources.getResources(String moduleName, @NonNull String resourceBundle) Resources.getRoot()Methods in org.jhotdraw8.application.resources with parameters of type Resources