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

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