org.noos.xing.mydoggy.DesktopContentManagerUI 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 represents a ui that use a container to create a multiple-document interface
* or a virtual desktop.
*
* @author Angelo De Caro ([email protected])
* @since 1.1.0
*/
public interface DesktopContentManagerUI extends ContentManagerUI {
}