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

org.noos.xing.yasaf.view.ViewContainer Maven / Gradle / Ivy

There is a newer version: 1.6.0
Show newest version
package org.noos.xing.yasaf.view;

import java.awt.*;

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

    Container getContainer();

    void plugView(View view);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy