org.noos.xing.mydoggy.DockableUI 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 the super interface for of all dockable ui parts.
*
* @author Angelo De Caro ([email protected])
* @see org.noos.xing.mydoggy.TabbedContentUI
* @see org.noos.xing.mydoggy.DesktopContentUI
* @since 1.4.0
*/
public interface DockableUI extends Observable {
}