public class UiEditorContainersView extends AlignedContainer implements ActionListener, EditorNewFileListener, EditorOpenFileListener
asyncAddQueue, asyncRemoveAll, asyncRemoveQueue, children, renderNode
Constructor and Description |
---|
UiEditorContainersView(UiEditor uiEditor,
UiTheme inGameUiTheme) |
Modifier and Type | Method and Description |
---|---|
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 |
onCancelNewFile() |
void |
onCancelOpenFile() |
void |
onNewFile(EditorNewFileDialog dialog) |
void |
onOpenFile(EditorOpenFileDialog dialog) |
void |
onResize(int width,
int height) |
createRenderNode, getHorizontalAlignment, getVerticalAlignment, setHorizontalAlignment, setVerticalAlignment
withElements, withElements
add, add, addAsync, attach, detach, get, getElementById, getFlexDirection, getHorizontalLayout, getTotalChildren, getVerticalLayout, isOverflowClipped, remove, remove, removeAll, removeAllAsync, removeAsync, setFlexDirection, setHorizontalLayout, setOverflowClipped, setStyleId, setVerticalLayout, setVisibility, setZIndex, syncWithRenderNode
addEffectListener, addHoverListener, applyEffect, defer, defer, equals, getId, getStyleId, getVisibility, getZIndex, hashCode, isDebugEnabled, notifyEffectListenersOnFinished, notifyHoverListenersOnBeginHover, notifyHoverListenersOnEndHover, processDeferred, removeEffectListener, removeHoverListener, setDebugEnabled
public void onResize(int width, int height)
public void onActionBegin(ActionEvent event)
ActionListener
onActionBegin
in interface ActionListener
event
- An ActionEvent
instance containing the event detailspublic void onActionEnd(ActionEvent event)
ActionListener
onActionEnd
in interface ActionListener
event
- An ActionEvent
instance containing the event detailspublic void onOpenFile(EditorOpenFileDialog dialog)
onOpenFile
in interface EditorOpenFileListener
public void onCancelOpenFile()
onCancelOpenFile
in interface EditorOpenFileListener
public void onNewFile(EditorNewFileDialog dialog)
onNewFile
in interface EditorNewFileListener
public void onCancelNewFile()
onCancelNewFile
in interface EditorNewFileListener