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

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

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

import org.noos.xing.mydoggy.Content;

import java.awt.*;

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

    void setVisible(boolean visible);

    boolean isDisposed();

    void dispose();

    boolean setComponent(Content content, Component component);
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy