Package com.nomagic.magicdraw.ui.browser
Interface WindowComponentContent
-
@OpenApiAll public interface WindowComponentContentThe contents of the window component. Provides the real GUI component that is added to the window component.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.awt.ComponentgetDefaultFocusComponent()Returns the component which by default will get the focus.java.awt.ComponentgetWindowComponent()Returns the window content component.
-
-
-
Method Detail
-
getWindowComponent
java.awt.Component getWindowComponent()
Returns the window content component. The returned component is shown in the window.- Returns:
- component to show in the window.
-
getDefaultFocusComponent
@CheckForNull java.awt.Component getDefaultFocusComponent()
Returns the component which by default will get the focus.- Returns:
- component to get the focus.
-
-