Package com.nomagic.magicdraw.ui.browser
Interface WindowComponent
- All Known Implementing Classes:
com.nomagic.magicdraw.ui.browser.AbstractBrowserRootTabTree
,BrowserTabTree
,ContainmentTree
,DiagramsTree
,ExtensionsTree
,InheritanceTree
,LockViewTree
,ProjectWindow
,SearchResultsTree
@OpenApiAll
public interface WindowComponent
Window component is a part of the MagicDraw main window - MainFrame.
-
Method Summary
Modifier and TypeMethodDescriptionReturns a contents of this window component.getInfo()
Returns an information about this window component.
-
Method Details
-
getInfo
WindowComponentInfo getInfo()Returns an information about this window component.- Returns:
- window component information.
-
getContent
WindowComponentContent getContent()Returns a contents of this window component.- Returns:
- window component contents.
-