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
Nested ClassesModifier and TypeClassDescriptionstatic enumprotected static classNested classes/interfaces inherited from class org.luwrain.popups.EditListPopup
EditListPopup.Appearance, EditListPopup.ItemNested classes/interfaces inherited from interface org.luwrain.core.Popup
Popup.Position -
Field Summary
FieldsFields inherited from class org.luwrain.popups.EditListPopup
appearance, modelFields inherited from class org.luwrain.popups.SimpleEditPopup
clipboardTranslator, closing, edit, luwrain, name, popupFlags, pos, prefix, regionPoint, regionTextQueryTranslator, text -
Constructor Summary
ConstructorsConstructorDescriptionFilePopup(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, onTabMethods 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:
getSpeakableTextin classEditListPopup
-
onOk
public boolean onOk()- Specified by:
onOkin interfacePopupClosingTranslator.Provider- Overrides:
onOkin classSimpleEditPopup
-