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

org.valkyriercp.application.PageComponentPane Maven / Gradle / Ivy

There is a newer version: 1.3
Show newest version
package org.valkyriercp.application;

import org.valkyriercp.factory.ControlFactory;

/**
 * A PageComponentPane is a container that holds the
 * PageComponent's control, and can add extra decorations (add a toolbar,
 * a border, ...)
 * 

* This allows for adding extra behaviour to PageComponents that have to * be applied to all PageComponent. * * @author Peter De Bruycker */ public interface PageComponentPane extends ControlFactory { /** * Returns the contained PageComponent. * * @return the PageComponent */ public PageComponent getPageComponent(); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy