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

org.popper.fw.element.IElement Maven / Gradle / Ivy

Go to download

Definition of the interfaces all Popper Framework implementations depend on

The newest version!
package org.popper.fw.element;


/**
 * Main-Interface of all usable Elements
 * @author Michael
 *
 */
public interface IElement {
	/**
	 * Says if this element is visible on GUI
	 */
	boolean isDisplayed();

	/**
	 * says if the element is selected
	 */
	boolean isSelected();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy