Package snap.viewx
Class DevPaneFiles
java.lang.Object
snap.props.PropObject
snap.view.ViewOwner
snap.viewx.DevPaneFiles
- All Implemented Interfaces:
PropChange.DoChange
A DevPane tab for inspecting Graphics.
-
Field Summary
Fields inherited from class snap.view.ViewOwner
Action, DragDrop, DragEnter, DragEvents, DragExit, DragGesture, DragOver, KeyEvents, KeyPress, KeyRelease, KeyType, MouseDrag, MouseEnter, MouseEvents, MouseExit, MouseMove, MousePress, MouseRelease, Showing_Prop, WinClose
Fields inherited from class snap.props.PropObject
_pcs, EMPTY_OBJECT
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the root dir url string.Returns the selected directory.Returns the selected file.Returns the selected file info.protected void
Called when ViewOwner is first shown.protected void
initUI()
Initialize UI.protected void
resetUI()
Reset UI.protected void
Respond UI.void
setRootUrlString
(String aString) Sets the root dir url string.void
setSelFile
(WebFile aFile) Sets the selected file or directory.Methods inherited from class snap.view.ViewOwner
addKeyActionFilter, addKeyActionHandler, addViewEventHandler, beep, cancelReset, createUI, createUIForClass, dispatchEventToOwner, enableEvents, fireActionEventForObject, getEnv, getFirstFocus, getImage, getNative, getToggleGroup, getUI, getUI, getUISource, getView, getView, getViewBoolValue, getViewFloatValue, getViewIntValue, getViewItems, getViewSelIndex, getViewSelItem, getViewStringValue, getViewText, getViewValue, getWindow, initWindow, invokeResetUI, invokeRespondUI, isEventThread, isSendEventDisabled, isShowing, isUISet, isViewDisabled, isViewEnabled, isViewVisible, isWindowSet, isWindowVisible, requestFocus, resetLater, runDelayed, runLater, setFirstFocus, setSendEventDisabled, setShowing, setViewDisabled, setViewEnabled, setViewItems, setViewItems, setViewSelIndex, setViewSelItem, setViewText, setViewValue, setViewVisible, setWindowVisible
Methods inherited from class snap.props.PropObject
addDeepChangeListener, addPropChangeListener, addPropChangeListener, clone, firePropChange, firePropChange, firePropChange, getPropDefault, getPropForName, getPropParent, getPropSet, getPropsForArchival, getPropsForArchivalExtra, getPropsString, getPropValue, initProps, isPropDefault, processPropChange, removeDeepChangeListener, removePropChangeListener, removePropChangeListener, setPropsString, setPropValue, setPropValues, toString, toStringProps
-
Field Details
-
_selFile
-
SelFile_Prop
- See Also:
-
-
Constructor Details
-
DevPaneFiles
public DevPaneFiles()Constructor.
-
-
Method Details
-
getRootUrlString
Returns the root dir url string. -
setRootUrlString
Sets the root dir url string. -
getSelFile
Returns the selected file. -
setSelFile
Sets the selected file or directory. -
getSelDir
Returns the selected directory. -
getSelFileInfoString
Returns the selected file info. -
initUI
protected void initUI()Initialize UI. -
initShowing
protected void initShowing()Description copied from class:ViewOwner
Called when ViewOwner is first shown.- Overrides:
initShowing
in classViewOwner
-
resetUI
protected void resetUI()Reset UI. -
respondUI
Respond UI.
-