Instance Constructors
-
new
TextField()
-
new
TextField(columns: Int)
-
new
TextField(text: String)
-
new
TextField(text0: String, columns0: Int)
Type Members
-
class
Caret extends Publisher
-
trait
SuperMixin extends JComponent
Deprecated Value Members
-
lazy val
Mouse: TextField.this.mouse.type
-
def
size_=(dim: Dimension): Unit
Value Members
-
def
copy(): Unit
-
def
cut(): Unit
-
-
-
def
paste(): Unit
-
def
selectAll(): Unit
-
def
selected: String
-
def
text: String
-
def
text_=(t: String): Unit
Value Members
-
def
border: Border
-
def
border_=(b: Border): Unit
-
-
-
def
focusable: Boolean
-
-
-
var
initP: JComponent
-
-
-
def
name: String
-
def
name_=(s: String): Unit
-
-
-
def
paint(g: Graphics2D): Unit
-
def
paintBorder(g: Graphics2D): Unit
-
def
paintChildren(g: Graphics2D): Unit
-
def
paintComponent(g: Graphics2D): Unit
-
def
requestFocus(): Unit
-
def
requestFocusInWindow(): Boolean
-
def
revalidate(): Unit
-
def
toString(): String
-
def
tooltip: String
-
def
tooltip_=(t: String): Unit
-
def
xLayoutAlignment: Double
-
def
xLayoutAlignment_=(x: Double): Unit
-
def
yLayoutAlignment: Double
-
def
yLayoutAlignment_=(y: Double): Unit
-
lazy val
Mouse: TextField.this.mouse.type
Value Members
-
def
background: Color
-
def
background_=(c: Color): Unit
-
def
bounds: Rectangle
-
def
cursor: Cursor
-
def
cursor_=(c: Cursor): Unit
-
def
displayable: Boolean
-
def
font: Font
-
def
font_=(f: Font): Unit
-
def
foreground: Color
-
def
foreground_=(c: Color): Unit
-
def
ignoreRepaint: Boolean
-
def
ignoreRepaint_=(b: Boolean): Unit
-
def
locale: Locale
-
def
location: Point
-
def
locationOnScreen: Point
-
def
maximumSize: Dimension
-
def
maximumSize_=(x: Dimension): Unit
-
def
minimumSize: Dimension
-
def
minimumSize_=(x: Dimension): Unit
-
def
preferredSize: Dimension
-
def
preferredSize_=(x: Dimension): Unit
-
def
repaint(rect: Rectangle): Unit
-
def
repaint(): Unit
-
def
self: Component
-
-
def
size: Dimension
-
def
toolkit: Toolkit
-
-
-
def
size_=(dim: Dimension): Unit
Inherited from LazyPublisher
Value Members
-
def
subscribe(listener: Reaction): Unit
-
def
unsubscribe(listener: Reaction): Unit
Value Members
-
val
listeners: RefSet[Reaction] { val underlying: scala.collection.mutable.HashSet[scala.ref.Reference[scala.swing.Reactions.Reaction]] }
-
Inherited from Proxy
Value Members
-
-
def
hashCode(): Int
Inherited from AnyRef
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): java.lang.Class[_]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Any
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
final
def
isInstanceOf[T0]: Boolean
A text component that allows single line text input and display.
javax.swing.JTextField