All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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.

There is a newer version: 1.6.0
Show 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 {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy