RegexEditor

org.beangle.cdi.spring.beans.RegexEditor
class RegexEditor extends PropertyEditorSupport

Editor for scala.util.matching.Regex, to directly populate a Regex property.

Attributes

Graph
Supertypes
class PropertyEditorSupport
trait PropertyEditor
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def getAsText: String

Attributes

Definition Classes
PropertyEditorSupport -> PropertyEditor
override def setAsText(text: String): Unit

Attributes

Definition Classes
PropertyEditorSupport -> PropertyEditor

Inherited methods

def addPropertyChangeListener(x$0: PropertyChangeListener): Unit

Attributes

Inherited from:
PropertyEditorSupport
def firePropertyChange(): Unit

Attributes

Inherited from:
PropertyEditorSupport
def getCustomEditor(): Component

Attributes

Inherited from:
PropertyEditorSupport

Attributes

Inherited from:
PropertyEditorSupport
def getSource(): <FromJavaObject>

Attributes

Inherited from:
PropertyEditorSupport
def getTags(): Array[String]

Attributes

Inherited from:
PropertyEditorSupport
def getValue(): <FromJavaObject>

Attributes

Inherited from:
PropertyEditorSupport
def isPaintable(): Boolean

Attributes

Inherited from:
PropertyEditorSupport
def paintValue(x$0: Graphics, x$1: Rectangle): Unit

Attributes

Inherited from:
PropertyEditorSupport
def removePropertyChangeListener(x$0: PropertyChangeListener): Unit

Attributes

Inherited from:
PropertyEditorSupport
def setSource(x$0: <FromJavaObject>): Unit

Attributes

Inherited from:
PropertyEditorSupport
def setValue(x$0: <FromJavaObject>): Unit

Attributes

Inherited from:
PropertyEditorSupport
def supportsCustomEditor(): Boolean

Attributes

Inherited from:
PropertyEditorSupport