|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
DocumentFilter
that can place
length restrictions on the document, as well as force case (upper or lower)
if necessary.java.lang.Boolean
object.toString()
method and then converts the String into a
javax.swing.border.Border
object.toString()
method and then returns the first character of the String.toString()
method and then converts the String into a java.awt.Color
object.toString()
method and then converts the String into a java.awt.Dimension
based on a String format of widthXsize (x is case-insensitive).toString()
method and then converts the String into a java.awt.Font
object.toString()
method and then converts the String into a javax.swing.ImageIcon
object.toString()
method and then converts the String into a java.awt.Insets
object.java.lang.Number
subclass specified in the constructor.toString()
method and then converts the String into a java.awt.Rectangle
based on a String format of x,y,width,height.Window
object, this method will set it's top/left corner
so that the window is centered to the screen using its preferred size.
Converter.convert(Object, Class, Locale)
with
the default locale returned from Locale.getDefault()
ObjectConverter
s that have been registered.
obj.toString()
to parse
from
toString()
method.
java.lang.Number
have a
constructor that takes a single String, we use that to do the conversion.
SwingConstants
compass alignment values (NORTH, SOUTH, CENTER, etc.)
XmlPanel.XmlPanel()
constructor.
|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |