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

org.noos.xing.mydoggy.plaf.ui.ToolWindowContainer Maven / Gradle / Ivy

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

import org.noos.xing.mydoggy.plaf.cleaner.Cleaner;

/**
 * This interface is used to mark and define common behaviours for those classes that manage
 * how a toolwindow type is rendered.
 *
 * @author Angelo De Caro
 */
public interface ToolWindowContainer extends Cleaner {


    void updateUI();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy