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

org.jacpfx.api.component.ui.HideableComponent Maven / Gradle / Ivy

There is a newer version: 2.1
Show newest version
package org.jacpfx.api.component.ui;

/**
 * @author: Patrick Symmangk ([email protected])
 */
public interface HideableComponent {

    Hideable getHideableParent();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy