
org.popper.fw.element.IElement Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Interfaces Show documentation
Show all versions of Interfaces Show documentation
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