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 WindowComponentWindow component is a part of the MagicDraw main window - MainFrame.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WindowComponentContentgetContent()Returns a contents of this window component.WindowComponentInfogetInfo()Returns an information about this window component.
-
-
-
Method Detail
-
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.
-
-