Package com.nomagic.magicdraw.ui.browser
Interface WindowComponentContent
@OpenApiAll
public interface WindowComponentContent
The contents of the window component. Provides the real GUI component that is added to the window component.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the component which by default will get the focus.Returns the window content component.
-
Method Details
-
getWindowComponent
Component getWindowComponent()Returns the window content component. The returned component is shown in the window.- Returns:
- component to show in the window.
-
getDefaultFocusComponent
Returns the component which by default will get the focus.- Returns:
- component to get the focus.
-