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