Uses of Interface
org.jhotdraw8.application.controls.urichooser.URIChooser
Packages that use URIChooser
Package
Description
Provides abstract actions for applications.
Provides actions which act on an application.
Provides actions for files.
-
Uses of URIChooser in org.jhotdraw8.application.action
Methods in org.jhotdraw8.application.action that return URIChooserModifier and TypeMethodDescriptionprotected @Nullable URIChooserAbstractSaveUnsavedChangesAction.getChooser(FileBasedActivity view) Methods in org.jhotdraw8.application.action with parameters of type URIChooserModifier and TypeMethodDescriptionprotected voidAbstractSaveUnsavedChangesAction.saveViewToURI(FileBasedActivity v, URI uri, @Nullable URIChooser chooser, javafx.scene.input.DataFormat dataFormat, WorkState<Void> workState) -
Uses of URIChooser in org.jhotdraw8.application.action.app
Methods in org.jhotdraw8.application.action.app that return URIChooserModifier and TypeMethodDescriptionprotected @Nullable URIChooserExitAction.getChooser(FileBasedActivity view) -
Uses of URIChooser in org.jhotdraw8.application.action.file
Fields in org.jhotdraw8.application.action.file with type parameters of type URIChooserModifier and TypeFieldDescriptionstatic final org.jhotdraw8.fxcollection.typesafekey.Key<Supplier<URIChooser>> ExportFileAction.EXPORT_CHOOSER_FACTORY_KEYstatic final org.jhotdraw8.fxcollection.typesafekey.Key<URIChooser> ExportFileAction.EXPORT_CHOOSER_KEYstatic final org.jhotdraw8.fxcollection.typesafekey.Key<Supplier<URIChooser>> AbstractOpenFileAction.OPEN_CHOOSER_FACTORY_KEYstatic final org.jhotdraw8.fxcollection.typesafekey.Key<URIChooser> AbstractOpenFileAction.OPEN_CHOOSER_KEYstatic final org.jhotdraw8.fxcollection.typesafekey.Key<Supplier<URIChooser>> AbstractSaveFileAction.SAVE_CHOOSER_FACTORY_KEYstatic final org.jhotdraw8.fxcollection.typesafekey.Key<URIChooser> AbstractSaveFileAction.SAVE_CHOOSER_KEYMethods in org.jhotdraw8.application.action.file that return URIChooserModifier and TypeMethodDescriptionprotected @Nullable URIChooserAbstractOpenFileAction.getChooser(FileBasedActivity view) protected URIChooserAbstractSaveFileAction.getChooser(FileBasedActivity view) protected URIChooserExportFileAction.getChooser(FileBasedActivity view) Methods in org.jhotdraw8.application.action.file with parameters of type URIChooserModifier and TypeMethodDescriptionprotected voidAbstractOpenFileAction.openActivityFromURI(FileBasedActivity v, URI uri, URIChooser chooser, WorkState<Void> workState) -
Uses of URIChooser in org.jhotdraw8.application.controls.urichooser
Classes in org.jhotdraw8.application.controls.urichooser that implement URIChooserModifier and TypeClassDescriptionclassFileURIChooser.classFileURIChooser.