public abstract class ClientPathTreeSelectionAction<C extends ClientContext,T extends PathTree> extends ClientTreeSelectionAction<C,T>
ClientPathTree
.
It implements all helper methods defined in PathTreeAdapter
.Constructor and Description |
---|
ClientPathTreeSelectionAction(C clientCtx,
T tree,
NlsActionKey nls) |
ClientPathTreeSelectionAction(C clientCtx,
T tree,
NlsActionKey nls,
ActionValidator validator) |
ClientPathTreeSelectionAction(C clientCtx,
T tree,
NlsActionKey nls,
IconKey iconKey) |
ClientPathTreeSelectionAction(C clientCtx,
T tree,
NlsActionKey nls,
IconKey iconKey,
ActionValidator validator) |
Modifier and Type | Method and Description |
---|---|
protected java.io.File |
getSelectedFile() |
protected PathTreeNode |
getSelectedNode() |
protected boolean |
isArchive() |
protected boolean |
isDirectory() |
protected boolean |
isLeafNode() |
protected boolean |
isRootNode() |
checkEnableCondition, getSelectionPath, getTree
actionFailed, getClientContext, getSessionId, isConnectionSensitive, isLoggedIn, isOffline, isOnline, setConnectionSensitive
actionConfirmed, actionDenied, actionFired, actionPerformed, actionSucceeded, fire, getApplicationContext, getButtonText, getIcon, getLogChannel, getMenuText, getName, getPressedIcon, getTipText, isForced, isHandleError, isLogDebug, isLogVerbose, isPermitted, logDebug, logDump, logError, logError, logFatal, logInfo, logVerbose, logWarning, performAvailabilityCheck, setBusyAnimationEnabled, setHandleError, setIcon, setIcon, setLogChannel, setName, setPressedIcon, setPressedIcon, setText, setTipText, setValidator, showError, showError, showError, showInfo, showInfo, showWarning, showWarning, toString
public ClientPathTreeSelectionAction(C clientCtx, T tree, NlsActionKey nls)
public ClientPathTreeSelectionAction(C clientCtx, T tree, NlsActionKey nls, ActionValidator validator)
public ClientPathTreeSelectionAction(C clientCtx, T tree, NlsActionKey nls, IconKey iconKey)
public ClientPathTreeSelectionAction(C clientCtx, T tree, NlsActionKey nls, IconKey iconKey, ActionValidator validator)
protected final PathTreeNode getSelectedNode()
protected final java.io.File getSelectedFile()
protected final boolean isRootNode()
protected final boolean isLeafNode()
protected final boolean isDirectory()
protected final boolean isArchive()
Copyright © 2013 EsprIT-Systems. All Rights Reserved.