Package org.teamapps.ux.application
Interface ApplicationDesktop
public interface ApplicationDesktop
-
Method Summary
Modifier and Type Method Description ComponentgetApplicationsListingComponent()voidremoveTopLevelComponent(Component component)voidshowTopLevelComponent(java.lang.String originatingAppName, org.teamapps.icons.Icon icon, java.lang.String title, Component component)
-
Method Details
-
getApplicationsListingComponent
Component getApplicationsListingComponent() -
showTopLevelComponent
void showTopLevelComponent(java.lang.String originatingAppName, org.teamapps.icons.Icon icon, java.lang.String title, Component component) -
removeTopLevelComponent
-