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

org.noos.xing.mydoggy.plaf.ui.cmp.DockableOwner Maven / Gradle / Ivy

The newest version!
package org.noos.xing.mydoggy.plaf.ui.cmp;

import org.noos.xing.mydoggy.Dockable;

import java.awt.*;

/**
 * @author Angelo De Caro ([email protected])
 */
public interface DockableOwner {

    Component getComponent();

    void setComponent(Component component);

    Dockable getDockable();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy