class FileOption extends TextOption[File]
Ordering
- Alphabetic
- By Inheritance
Inherited
- FileOption
- TextOption
- MMTOption
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new FileOption(key: String, label: String)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
fromGUIComponent: File
- Definition Classes
- TextOption → MMTOption
-
def
fromString(s: String): File
- Definition Classes
- FileOption → MMTOption
-
def
get: Option[File]
get the current setting from jedit
get the current setting from jedit
- Definition Classes
- MMTOption
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
guiComponent: TextField
- Definition Classes
- TextOption → MMTOption
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
init(op: AbstractOptionPane): Unit
add an interface component to the jedit plugin options pane
add an interface component to the jedit plugin options pane
- Definition Classes
- MMTOption
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
jeditKey: String
- Definition Classes
- MMTOption
-
val
key: String
an identifier for this option (must be unique among the MMTOptions)
an identifier for this option (must be unique among the MMTOptions)
- Definition Classes
- FileOption → MMTOption
-
val
label: String
- Definition Classes
- FileOption → MMTOption
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
save: Unit
save the values of the interface component to the jedit settings
save the values of the interface component to the jedit settings
- Definition Classes
- MMTOption
-
def
set(a: File): Unit
set the setting in jedit
set the setting in jedit
- Definition Classes
- MMTOption
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toGUIComponent(a: File): Unit
- Definition Classes
- TextOption → MMTOption
-
def
toString(a: File): String
- Definition Classes
- MMTOption
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()