org.noos.xing.mydoggy.TabbedContentUI Maven / Gradle / Ivy
Go to download
MyDoggy-Api contains the application program interface of MyDoggy to manage every aspects of the framework.
The newest version!
package org.noos.xing.mydoggy;
/**
* This interface let you modify ui behaviours of a content when a TabbedContentManagerUI
is used
* as current ContentManagerUI
.
*
* @author Angelo De Caro ([email protected])
* @see TabbedContentManagerUI
* @since 1.1.0
*/
public interface TabbedContentUI extends ContentUI {
}