org.valkyriercp.application.PageComponentPane Maven / Gradle / Ivy
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 PageComponent
s 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