JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.nomagic.magicdraw.actions
Interface BrowserAction
All Known Implementing Classes:
DefaultBrowserAction
,
DefaultBrowserStateAction
@OpenApiAll public interface
BrowserAction
The interface for all browser actions. Browser action is used in browser tree and can use selected nodes from tree.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
setTree
(
Tree
tree)
Set tree for this action.
Method Detail
setTree
void setTree(
Tree
tree)
Set tree for this action. MagicDraw will set specific browser for configured actions in browser. You do not need to call this method explicitly by yourself.
Parameters:
tree
- the specific instance of tree.
Skip navigation links
Overview
Package
Class
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method