public class CustomizationUtil
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static ActionGroup |
correctActionGroup(ActionGroup group,
CustomActionsSchema schema,
java.lang.String defaultGroupName,
java.lang.String rootGroupName,
boolean force) |
static ActionUrl |
getActionUrl(javax.swing.tree.TreePath treePath,
int actionType) |
static javax.swing.tree.TreePath |
getPathByUserObjects(javax.swing.JTree tree,
javax.swing.tree.TreePath treePath) |
static javax.swing.tree.TreePath |
getTreePath(javax.swing.JTree tree,
ActionUrl url) |
static java.awt.event.MouseListener |
installPopupHandler(javax.swing.JComponent component,
java.lang.String groupId,
java.lang.String place) |
static void |
optimizeSchema(javax.swing.JTree tree,
CustomActionsSchema schema) |
public static ActionGroup correctActionGroup(ActionGroup group, CustomActionsSchema schema, java.lang.String defaultGroupName, java.lang.String rootGroupName, boolean force)
public static void optimizeSchema(javax.swing.JTree tree, CustomActionsSchema schema)
public static javax.swing.tree.TreePath getPathByUserObjects(javax.swing.JTree tree, javax.swing.tree.TreePath treePath)
public static ActionUrl getActionUrl(javax.swing.tree.TreePath treePath, int actionType)
public static javax.swing.tree.TreePath getTreePath(javax.swing.JTree tree, ActionUrl url)
public static java.awt.event.MouseListener installPopupHandler(javax.swing.JComponent component, java.lang.String groupId, java.lang.String place)