java.lang.Object
org.autogui.swing.GuiSwingViewFilePathField
- All Implemented Interfaces:
GuiSwingElement,GuiSwingView
a swing view for
GuiReprValueFilePathField
swing-value
GuiSwingViewFilePathField.PropertyFilePathPane.getSwingViewValue():
selected path as Path or File
updating is caused by SearchTextFieldFilePath.setFile(Path) -> editingRunner ->
SearchTextField.updateFieldInEvent(boolean,boolean) ->
SearchTextField.setCurrentSearchedItems(List, PopupCategorized.CategorizedMenuItem) ->
GuiSwingViewFilePathField.PropertyFilePathPane.selectSearchedItemFromModel(PopupCategorized.CategorizedMenuItem)
history-value
supported.string-transfer
SearchTextFieldFilePath.FileTransferHandler.
reading and writing a file path string.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classNested classes/interfaces inherited from interface org.autogui.swing.GuiSwingView
GuiSwingView.ContextRefreshAction, GuiSwingView.SettingsWindowClient, GuiSwingView.SpecifierManager, GuiSwingView.SpecifierManagerDefault, GuiSwingView.ToStringCopyAction, GuiSwingView.ValuePane<ValueType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateView(GuiMappingContext context, Supplier<GuiReprValue.ObjectSpecifier> parentSpecifier) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.autogui.swing.GuiSwingView
isComponentResizable
-
Constructor Details
-
GuiSwingViewFilePathField
public GuiSwingViewFilePathField()
-
-
Method Details
-
createView
public JComponent createView(GuiMappingContext context, Supplier<GuiReprValue.ObjectSpecifier> parentSpecifier) - Specified by:
createViewin interfaceGuiSwingView
-