![JAR search and dependency download from the Maven repository](/logo.png)
org.hyperscala.ui.widgets.visual.LabeledVisual.scala Maven / Gradle / Ivy
The newest version!
package org.hyperscala.ui.widgets.visual
import org.powerscala.property.Property
/**
* @author Matt Hicks
*/
trait LabeledVisual {
this: Visual[_] =>
val label = new Property[String]()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy