org.noos.xing.mydoggy.MultiSplitContentManagerUI Maven / Gradle / Ivy
Go to download
MyDoggy-Api contains the application program interface of MyDoggy to manage every aspects of the framework.
package org.noos.xing.mydoggy;
/**
* This interface represents a ui that use a component that lets the user switch between
* a group of components by clicking on a tab with a given title and/or icon. The
* position of each tab can be customized from the ui or by code.
*
* @author Angelo De Caro ([email protected])
* @since 1.4.0
*/
public interface MultiSplitContentManagerUI extends TabbedContentManagerUI {
}