WIP but usable
This commit is contained in:
@@ -1,17 +1,18 @@
|
||||
package org.openautonomousconnection.oacswing.component;
|
||||
|
||||
import org.openautonomousconnection.oacswing.component.design.OACColor;
|
||||
|
||||
import java.awt.*;
|
||||
|
||||
public interface OACPressable extends OACComponent {
|
||||
|
||||
Color getPressedColor();
|
||||
|
||||
void setPressedColor(Color color);
|
||||
|
||||
Color getHoveredColor();
|
||||
|
||||
void setHoveredColor(Color color);
|
||||
|
||||
Color getDisabledColor();
|
||||
|
||||
void setDisabledColor(Color color);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user