Package org.luwrain.popups
Class FilePopup
java.lang.Object
org.luwrain.popups.SimpleEditPopup
org.luwrain.popups.EditListPopup
org.luwrain.popups.FilePopup
- All Implemented Interfaces:
ClipboardTranslator.Provider
,EmbeddedEditLines
,RegionTextQueryTranslator.Provider
,Area
,HotPoint
,HotPointControl
,Lines
,Popup
,PopupClosingTranslator.Provider
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
protected static class
Nested classes/interfaces inherited from class org.luwrain.popups.EditListPopup
EditListPopup.Appearance, EditListPopup.Item
Nested classes/interfaces inherited from interface org.luwrain.core.Popup
Popup.Position
-
Field Summary
Fields inherited from class org.luwrain.popups.EditListPopup
appearance, model
Fields inherited from class org.luwrain.popups.SimpleEditPopup
clipboardTranslator, closing, edit, luwrain, name, popupFlags, pos, prefix, regionPoint, regionTextQueryTranslator, text
-
Constructor Summary
ConstructorDescriptionFilePopup
(Luwrain luwrain, String name, String prefix, FileAcceptance acceptance, File startFrom, File defaultDir, Set<FilePopup.Flags> flags, Set<Popup.Flags> popupFlags) -
Method Summary
Methods inherited from class org.luwrain.popups.EditListPopup
onInputEvent, onMoveDown, onMoveUp, onTab
Methods inherited from class org.luwrain.popups.SimpleEditPopup
beginHotPointTrans, endHotPointTrans, getAreaActions, getAreaName, getEmbeddedEditLine, getHotPointX, getHotPointY, getLine, getLineCount, getLuwrainObject, getPopupFlags, getTextAfterHotPoint, getTextBeforeHotPoint, isPopupActive, onAltLeft, onAltRight, onAreaQuery, onCancel, onClipboardCopy, onClipboardCopyAll, onDeleteRegion, onEnd, onHome, onMoveLeft, onMoveRight, onRegionTextQuery, onSystemEvent, setEmbeddedEditLine, setHotPointX, setHotPointY, setText, text, wasCancelled
-
Field Details
-
defaultDir
-
acceptance
-
-
Constructor Details
-
FilePopup
public FilePopup(Luwrain luwrain, String name, String prefix, FileAcceptance acceptance, File startFrom, File defaultDir, Set<FilePopup.Flags> flags, Set<Popup.Flags> popupFlags)
-
-
Method Details
-
result
-
getSpeakableText
- Overrides:
getSpeakableText
in classEditListPopup
-
onOk
public boolean onOk()- Specified by:
onOk
in interfacePopupClosingTranslator.Provider
- Overrides:
onOk
in classSimpleEditPopup
-