ExtensionFilter

class ExtensionFilter(val delegate: ExtensionFilter) extends SFXDelegate[ExtensionFilter]
Companion
object
trait SFXDelegate[ExtensionFilter]
class Object
trait Matchable
class Any

Value members

Constructors

def this(description: String, extensions: Seq[String])

Creates an ExtensionFilter with the specified description and the file name extensions. File name extension should be specified in the *.<extension> format.

Creates an ExtensionFilter with the specified description and the file name extensions. File name extension should be specified in the *.<extension> format.

def this(description: String, extension: String)

Creates an ExtensionFilter with the specified description and the file name extension. This is a convenience constructor for a common situations when only one extension is used. File name extension should be specified in the *.<extension> format.

Creates an ExtensionFilter with the specified description and the file name extension. This is a convenience constructor for a common situations when only one extension is used. File name extension should be specified in the *.<extension> format.

Concrete methods

def description: String
def extensions: Seq[String]

Inherited methods

override def equals(ref: Any): Boolean

Verifies if a object is equals to this delegate.

Verifies if a object is equals to this delegate.

Value Params
ref

Object to be compared.

Returns

if the other object is equals to this delegate or not.

Definition Classes
Inherited from
SFXDelegate
override def hashCode: Int
Returns

The delegate hashcode

Definition Classes
Inherited from
SFXDelegate
override def toString: String
Returns

Returns the original delegate's toString() adding a [SFX] prefix.

Definition Classes
Inherited from
SFXDelegate

Concrete fields

override val delegate: ExtensionFilter