org.noos.xing.mydoggy.DockableUI Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mydoggy-api Show documentation
Show all versions of mydoggy-api Show documentation
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 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 {
}