public abstract class ClientTreeSelectionAction<C extends ClientContext,T extends javax.swing.JTree> extends ClientAction<C>
Constructor and Description |
---|
ClientTreeSelectionAction(C clientCtx,
T tree,
NlsActionKey nls) |
ClientTreeSelectionAction(C clientCtx,
T tree,
NlsActionKey nls,
ActionValidator validator) |
ClientTreeSelectionAction(C clientCtx,
T tree,
NlsActionKey nls,
IconKey iconKey) |
ClientTreeSelectionAction(C clientCtx,
T tree,
NlsActionKey nls,
IconKey iconKey,
ActionValidator validator) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
checkEnableCondition()
This condition is evaluated automatically after construction.
|
javax.swing.tree.TreePath |
getSelectionPath() |
T |
getTree() |
actionFailed, getClientContext, getSessionId, isConnectionSensitive, isLoggedIn, isOffline, isOnline, setConnectionSensitive
actionConfirmed, actionDenied, actionFired, actionPerformed, actionPrepare, 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 ClientTreeSelectionAction(C clientCtx, T tree, NlsActionKey nls)
public ClientTreeSelectionAction(C clientCtx, T tree, NlsActionKey nls, ActionValidator validator)
public ClientTreeSelectionAction(C clientCtx, T tree, NlsActionKey nls, IconKey iconKey)
public ClientTreeSelectionAction(C clientCtx, T tree, NlsActionKey nls, IconKey iconKey, ActionValidator validator)
public T getTree()
protected boolean checkEnableCondition()
ZAction
checkEnableCondition
in class ClientAction<C extends ClientContext>
public final javax.swing.tree.TreePath getSelectionPath()
Copyright © 2014 EsprIT-Systems. All Rights Reserved.