public class EditorOpenFileDialog extends AlignedModal implements ActionListener
asyncAddQueue, asyncRemoveAll, asyncRemoveQueue, children, renderNode| Constructor and Description | 
|---|
EditorOpenFileDialog(java.lang.String directory)
Constructor 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TextButton | 
getCancelButton()  | 
TextButton | 
getOpenButton()  | 
java.lang.String | 
getSelectedFilename()  | 
void | 
onActionBegin(ActionEvent event)
Called when an action event begins (e.g. 
 | 
void | 
onActionEnd(ActionEvent event)
Called when an action event ends (e.g. 
 | 
void | 
show(EditorOpenFileListener listener)  | 
createRenderNode, getHorizontalAlignment, getVerticalAlignment, setHorizontalAlignment, setVerticalAlignmentclearControllerHotkeys, clearHotkeys, clearKeyboardHotkeys, getNavigation, hotkey, hotkey, navigate, setHotkey, setHotkey, setNavigation, syncWithRenderNode, unsetHotkey, unsetHotkeywithElements, withElementsadd, add, addAsync, attach, detach, get, getElementById, getFlexDirection, getHorizontalLayout, getTotalChildren, getVerticalLayout, isOverflowClipped, remove, remove, removeAll, removeAllAsync, removeAsync, setFlexDirection, setHorizontalLayout, setOverflowClipped, setStyleId, setVerticalLayout, setVisibility, setZIndexaddEffectListener, addHoverListener, applyEffect, defer, defer, equals, getId, getStyleId, getVisibility, getZIndex, hashCode, isDebugEnabled, notifyEffectListenersOnFinished, notifyHoverListenersOnBeginHover, notifyHoverListenersOnEndHover, processDeferred, removeEffectListener, removeHoverListener, setDebugEnabledclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetIdpublic EditorOpenFileDialog(java.lang.String directory)
directory - The directory of files to listpublic java.lang.String getSelectedFilename()
public void onActionBegin(ActionEvent event)
ActionListeneronActionBegin in interface ActionListenerevent - An ActionEvent instance containing the event detailspublic void onActionEnd(ActionEvent event)
ActionListeneronActionEnd in interface ActionListenerevent - An ActionEvent instance containing the event detailspublic TextButton getOpenButton()
public TextButton getCancelButton()
public void show(EditorOpenFileListener listener)