Browse Source

This project is not property of AtScale.

master
Sarah Gerweck 9 years ago
parent
commit
a6a1b220d8
  1. 7
      src/main/scala/org/gerweck/scalafx/util/Parseable.scala
  2. 7
      src/main/scala/org/gerweck/scalafx/util/ParsedTextField.scala
  3. 7
      src/main/scala/org/gerweck/scalafx/util/PropertyBuilder.scala

7
src/main/scala/org/gerweck/scalafx/util/Parseable.scala

@ -1,10 +1,3 @@
/*
* Copyright AtScale, Inc. 2015. All Rights Reserved.
*
* No part of this project or any of its contents may be reproduced, copied,
* modified or adapted, without the prior written consent of AtScale, Inc..
*/
package org.gerweck.scalafx.util
/** A property that can be parsed from a TextField.

7
src/main/scala/org/gerweck/scalafx/util/ParsedTextField.scala

@ -1,10 +1,3 @@
/*
* Copyright AtScale, Inc. 2015. All Rights Reserved.
*
* No part of this project or any of its contents may be reproduced, copied,
* modified or adapted, without the prior written consent of AtScale, Inc..
*/
package org.gerweck.scalafx.util
import scalafx.scene.control.TextField

7
src/main/scala/org/gerweck/scalafx/util/PropertyBuilder.scala

@ -1,10 +1,3 @@
/*
* Copyright AtScale, Inc. 2015. All Rights Reserved.
*
* No part of this project or any of its contents may be reproduced, copied,
* modified or adapted, without the prior written consent of AtScale, Inc..
*/
package org.gerweck.scalafx.util
import scalafx.beans.property._

Loading…
Cancel
Save