All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- A_ANCHOR.
Static variable in class jp.kyasu.editor.HTMLEditor
-
- A_BACKWARD.
Static variable in class jp.kyasu.editor.HTMLEditor
-
- A_BOLD.
Static variable in class jp.kyasu.editor.RichTextEditor
-
- A_CENTER.
Static variable in class jp.kyasu.editor.RichTextEditor
-
- A_CLEAR_STYLE.
Static variable in class jp.kyasu.editor.RichTextEditor
-
- A_COPY.
Static variable in class jp.kyasu.awt.text.TextController
- The action name for the copy operation.
- A_COPY.
Static variable in class jp.kyasu.editor.TextEditor
-
- A_CUT.
Static variable in class jp.kyasu.awt.text.TextController
- The action name for the cut operation.
- A_CUT.
Static variable in class jp.kyasu.editor.TextEditor
-
- A_DEC_INDENT.
Static variable in class jp.kyasu.editor.RichTextEditor
-
- A_DOC_TITLE.
Static variable in class jp.kyasu.editor.HTMLEditor
-
- A_FIND.
Static variable in class jp.kyasu.awt.text.TextController
- The action name for the find operation.
- A_FIND.
Static variable in class jp.kyasu.editor.TextEditor
-
- A_FORWARD.
Static variable in class jp.kyasu.editor.HTMLEditor
-
- A_GOTO.
Static variable in class jp.kyasu.editor.TextEditor
-
- A_HR.
Static variable in class jp.kyasu.editor.RichTextEditor
-
- A_IMAGE.
Static variable in class jp.kyasu.editor.RichTextEditor
-
- A_INC_INDENT.
Static variable in class jp.kyasu.editor.RichTextEditor
-
- A_ITALIC.
Static variable in class jp.kyasu.editor.RichTextEditor
-
- A_LARGE.
Static variable in class jp.kyasu.editor.RichTextEditor
-
- A_LEFT.
Static variable in class jp.kyasu.editor.RichTextEditor
-
- A_LINK.
Static variable in class jp.kyasu.editor.HTMLEditor
-
- A_LIST.
Static variable in class jp.kyasu.editor.DocumentEditor
-
- A_OLIST.
Static variable in class jp.kyasu.editor.HTMLEditor
-
- A_OPEN.
Static variable in class jp.kyasu.editor.TextEditor
-
- A_PASTE.
Static variable in class jp.kyasu.awt.text.TextController
- The action name for the paste operation.
- A_PASTE.
Static variable in class jp.kyasu.editor.TextEditor
-
- A_PRINT.
Static variable in class jp.kyasu.awt.text.TextController
- The action name for the print operation.
- A_PRINT.
Static variable in class jp.kyasu.editor.TextEditor
-
- A_RELOAD.
Static variable in class jp.kyasu.editor.HTMLEditor
-
- A_RIGHT.
Static variable in class jp.kyasu.editor.RichTextEditor
-
- A_SAVE.
Static variable in class jp.kyasu.editor.TextEditor
-
- A_SAVE_AS.
Static variable in class jp.kyasu.editor.TextEditor
-
- A_SAVE_AS_OBJECT.
Static variable in class jp.kyasu.editor.DocumentEditor
-
- A_SAVE_AS_TEXT.
Static variable in class jp.kyasu.editor.DocumentEditor
-
- A_SMALL.
Static variable in class jp.kyasu.editor.RichTextEditor
-
- A_STOP.
Static variable in class jp.kyasu.editor.HTMLEditor
-
- A_ULIST.
Static variable in class jp.kyasu.editor.HTMLEditor
-
- A_UNDERLINE.
Static variable in class jp.kyasu.editor.RichTextEditor
-
- A_UNDO.
Static variable in class jp.kyasu.awt.text.TextController
- The action name for the undo operation.
- A_UNDO.
Static variable in class jp.kyasu.editor.TextEditor
-
- A_UNLIST.
Static variable in class jp.kyasu.editor.DocumentEditor
-
- actionPerformed().
Method in class jp.kyasu.awt.AbstractButton
- Invoked when the button has been triggered by the controller.
- actionPerformed().
Method in class jp.kyasu.awt.Button
- Invoked when the button has been triggered by the controller.
- actionPerformed().
Method in class jp.kyasu.awt.ToggleButton
- Invoked when the button has been triggered by the controller.
- actionPerformed(ActionEvent).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Invoked when an action occurs.
- actionPerformed(ActionEvent).
Method in class jp.kyasu.editor.DocumentEditor
- Invoked when an action occurs.
- actionPerformed(ActionEvent).
Method in class jp.kyasu.editor.HTMLEditor
- Invoked when an action occurs.
- actionPerformed(ActionEvent).
Method in class jp.kyasu.awt.List
- Invoked when an action occurs.
- actionPerformed(ActionEvent).
Method in class jp.kyasu.editor.RichTextEditor
- Invoked when an action occurs.
- actionPerformed(ActionEvent).
Method in class jp.kyasu.editor.SelectionMenu
- Invoked when an action occurs.
- actionPerformed(ActionEvent).
Method in class jp.kyasu.awt.TableList
- Invoked when an action occurs.
- actionPerformed(ActionEvent).
Method in class jp.kyasu.awt.text.TableListView
- Invoked when an action occurs.
- actionPerformed(ActionEvent).
Method in class jp.kyasu.awt.text.TextCaret
- Invoked when a timer action occurs.
- actionPerformed(ActionEvent).
Method in class jp.kyasu.editor.TextEditor
- Invoked when an action occurs.
- actionPerformed(ActionEvent).
Method in class jp.kyasu.awt.text.TextListController
- Invoked when an action occurs.
- actionPerformed(ActionEvent).
Method in class jp.kyasu.awt.ToolBar
- Invoked when an action occurs.
- actionPerformed(ActionEvent).
Method in class jp.kyasu.awt.ToolTip
-
- add(MenuItem).
Method in class jp.kyasu.editor.SelectionMenu
- Adds the specified menu item to this menu.
- add(Object).
Method in class jp.kyasu.util.Set
- Adds the object to this set.
- add(Set).
Method in class jp.kyasu.util.Set
- Adds the all components of the
set
to this set.
- add(String).
Method in class jp.kyasu.awt.List
- Adds the specified item to the end of scrolling list.
- add(String).
Method in class jp.kyasu.editor.SelectionMenu
- Adds a checkbox item with the specified label to this menu.
- add(String, int).
Method in class jp.kyasu.awt.List
- Adds the specified item to the the scrolling list.
- add(String, String).
Method in class jp.kyasu.editor.SelectionMenu
- Adds a checkbox item with the specified label and command to this menu.
- add(String, String, boolean).
Method in class jp.kyasu.editor.SelectionMenu
- Adds a checkbox item with the specified label, command, and state
to this menu.
- add(Text).
Method in class jp.kyasu.awt.List
- Adds the specified text item to the end of scrolling list.
- add(Text, int).
Method in class jp.kyasu.awt.List
- Adds the specified item to the scrolling list.
- addActionListener(ActionListener).
Method in class jp.kyasu.awt.Button
- Adds the specified action listener to receive action events from
this button.
- addActionListener(ActionListener).
Method in class jp.kyasu.graphics.ClickableTextAction
- Adds the specified action listener to receive action events
from this action.
- addActionListener(ActionListener).
Method in class jp.kyasu.awt.List
- Adds the specified action listener to receive action events from
this list.
- addActionListener(ActionListener).
Method in class jp.kyasu.awt.TableList
- Adds the specified action listener to receive action events from
this list.
- addActionListener(ActionListener).
Method in class jp.kyasu.awt.text.TableListView
- Adds the specified action listener to receive action events from
this controller.
- addActionListener(ActionListener).
Method in class jp.kyasu.awt.TextField
- Adds the specified action listener to recieve action events from
this text field.
- addActionListener(ActionListener).
Method in class jp.kyasu.awt.text.TextListController
- Adds the specified action listener to receive action events from
this controller.
- addActionListener(ActionListener).
Method in class jp.kyasu.awt.Timer
- Adds an actionListener to the timer.
- addAdjustmentListener(AdjustmentListener).
Method in class jp.kyasu.awt.Scrollbar
- Adds the specified adjustment listener to receive instances of
AdjustmentEvent
from this scroll bar.
- addElement(Element).
Method in class jp.kyasu.sgml.DTD
- Adds the element to this DTD.
- addElement(Object).
Method in class jp.kyasu.util.Set
- Adds the object to this set.
- addEntity(Entity).
Method in class jp.kyasu.sgml.DTD
- Adds the entity to this DTD.
- addFocusListener(FocusListener).
Method in class jp.kyasu.awt.EventProxyContainer
-
- addItem(String).
Method in class jp.kyasu.awt.List
- Adds the specified item to the end of scrolling list.
- addItem(String, int).
Method in class jp.kyasu.awt.Choice
- Adds an item to this Choice.
- addItem(String, int).
Method in class jp.kyasu.awt.List
- Adds the specified item to the the scrolling list.
- addItem(String[]).
Method in class jp.kyasu.awt.TableList
- Adds the specified string row item to the end of the table list.
- addItem(String[], int).
Method in class jp.kyasu.awt.TableList
- Adds the specified string row item to the specified row index.
- addItem(String[], int).
Method in class jp.kyasu.awt.text.TextListController
- Adds the specified string row item to the specified row index.
- addItem(Text).
Method in class jp.kyasu.awt.List
- Adds the specified text item to the end of scrolling list.
- addItem(Text, int).
Method in class jp.kyasu.awt.List
- Adds the specified text item to the scrolling list.
- addItem(Text[]).
Method in class jp.kyasu.awt.TableList
- Adds the specified text row item to the end of the table list.
- addItem(Text[], int).
Method in class jp.kyasu.awt.TableList
- Adds the specified text row item to the specified row index.
- addItem(Text[], int).
Method in class jp.kyasu.awt.text.TextListController
- Adds the specified text row item to the specified row index.
- addItemListener(ItemListener).
Method in class jp.kyasu.editor.ColorButton
- Add a listener to recieve item events when the state of an item changes.
- addItemListener(ItemListener).
Method in class jp.kyasu.editor.ColorChoice
- Add a listener to recieve item events when the state of an item changes.
- addItemListener(ItemListener).
Method in class jp.kyasu.editor.ColorChooser
- Add a listener to recieve item events when the state of an item changes.
- addItemListener(ItemListener).
Method in class jp.kyasu.awt.List
- Adds the specified item listener to receive item events from this list.
- addItemListener(ItemListener).
Method in class jp.kyasu.awt.TableList
- Adds the specified item listener to receive item events from this list.
- addItemListener(ItemListener).
Method in class jp.kyasu.awt.text.TextListController
- Adds the specified item listener to receive item events from
this controller.
- addItemListener(ItemListener).
Method in class jp.kyasu.awt.ToggleButton
- Adds the specified item listener to receive item events from
this toggle button/check box.
- addKeyAction(KeyAction).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Adds the key action to the key binding of this controller.
- addKeyAction(KeyAction).
Method in class jp.kyasu.awt.text.KeyBinding
- Adds the key action to this key binding.
- addKeyAction(KeyAction).
Method in class jp.kyasu.awt.TextComponent
- Adds the key action to the key binding of this text component.
- addKeyActions(KeyAction[]).
Method in class jp.kyasu.awt.text.KeyBinding
- Adds the key actions to this key binding.
- addKeyListener(KeyListener).
Method in class jp.kyasu.awt.EventProxyContainer
-
- addListModelListener(ListModelListener).
Method in class jp.kyasu.awt.DefaultTextListModel
- Adds the specified list model listener to receive list model events
from this text list model.
- addListModelListener(ListModelListener).
Method in interface jp.kyasu.awt.ListModel
- Adds the specified list model listener to receive list model events
from this list model.
- addMouseListener(MouseListener).
Method in class jp.kyasu.awt.EventProxyContainer
-
- addMouseMotionListener(MouseMotionListener).
Method in class jp.kyasu.awt.EventProxyContainer
-
- addNotify().
Method in class jp.kyasu.awt.KComponent
- Notifies this component that it has been added to a container
and if a peer is required, it should be created.
- addNotify().
Method in class jp.kyasu.awt.KContainer
- Notifies this component that it has been added to a container
and if a peer is required, it should be created.
- addNotify().
Method in class jp.kyasu.awt.text.TextEditView
- Notifies this view that it has been added to a container.
- addNotify().
Method in class jp.kyasu.awt.text.TextListView
- Notifies this view that it has been added to a container.
- addPropertyChangeListener(PropertyChangeListener).
Method in class jp.kyasu.editor.TextEditor
- Add a PropertyChangeListener to the listener list.
- addScrollListener(ScrollListener).
Method in interface jp.kyasu.awt.Scrollable
- Add a listener to recieve scroll events when the value
of the scroll component changes.
- addScrollListener(ScrollListener).
Method in class jp.kyasu.awt.text.TableListView
- Add a listener to recieve scroll events when the value
of the scroll component changes.
- addScrollListener(ScrollListener).
Method in class jp.kyasu.awt.text.TextView
- Add a listener to recieve scroll events when the value
of the scroll component changes.
- addSelection(int, int).
Method in class jp.kyasu.awt.DefaultTextListModel
- Changes the selection to be the set union of the current selection
and indices in the specified range.
- addSelection(int, int).
Method in interface jp.kyasu.awt.ListModel
- Changes the selection to be the set union of the current selection
and indices in the specified range.
- addSeparator().
Method in class jp.kyasu.editor.SelectionMenu
- Adds a separator line, or a hypen, to the menu at the current position.
- addSGMLParserListener(SGMLParserListener).
Method in class jp.kyasu.sgml.SGMLParser
- Adds the specified sgml parser listener to receive sgml events
from this parser.
- addTextItem(Text).
Method in class jp.kyasu.awt.List
- Adds the specified text item to the end of the scrolling list.
- addTextItem(Text, int).
Method in class jp.kyasu.awt.Choice
- Adds a text item to this Choice.
- addTextItem(Text, int).
Method in class jp.kyasu.awt.List
- Adds the specified text item to the end of the scrolling list.
- addTextItem(Text[]).
Method in class jp.kyasu.awt.TableList
- Adds the specified text row item to the end of the table list.
- addTextItem(Text[], int).
Method in class jp.kyasu.awt.TableList
- Adds the specified text row item to the specified row index.
- addTextItem(Text[], int).
Method in class jp.kyasu.awt.text.TextListController
- Adds the specified text row item to the specified row index.
- addTextListener(TextListener).
Method in class jp.kyasu.awt.DefaultTextEditModel
- Adds the specified text listener to receive text events from
this text edit model.
- addTextListener(TextListener).
Method in class jp.kyasu.awt.TextComponent
- Adds the specified text event listener to recieve text events from
this text component.
- addTextListener(TextListener).
Method in interface jp.kyasu.awt.TextEditModel
- Adds the specified text listener to receive text events from
this text edit model.
- addTextListener(TextListener).
Method in class jp.kyasu.editor.TextEditor
- Adds the specified text event listener to recieve text events from
this text component.
- addTextModelListener(TextModelListener).
Method in class jp.kyasu.awt.DefaultTextModel
- Adds the specified text model listener to receive text model events
from this text model.
- addTextModelListener(TextModelListener).
Method in interface jp.kyasu.awt.TextModel
- Adds the specified text model listener to receive text model events
from this text model.
- addTextPositionListener(TextPositionListener).
Method in class jp.kyasu.awt.TextComponent
- Adds the specified text position event listener to recieve text
position events from this text component.
- addTextPositionListener(TextPositionListener).
Method in class jp.kyasu.editor.TextEditor
- Adds the specified text position event listener to recieve text
position events from this text component.
- addTextPositionListener(TextPositionListener).
Method in class jp.kyasu.awt.text.TextEditView
- Add a listener to recieve text position events when the selection
of the text view changes.
- addUndo(Undo).
Method in class jp.kyasu.awt.MultipleUndo
- Adds an undo object.
- adjustmentValueChanged(AdjustmentEvent).
Method in class jp.kyasu.awt.ScrollPanel
- Invoked when the value of the adjustable has changed.
- align_to_center().
Method in class jp.kyasu.editor.RichTextEditor
- Sets the alignment of the selected paragraph to be centered.
- align_to_left().
Method in class jp.kyasu.editor.RichTextEditor
- Sets the alignment of the selected paragraph to be left.
- align_to_right().
Method in class jp.kyasu.editor.RichTextEditor
- Sets the alignment of the selected paragraph to be right.
- ALIGNMENT.
Static variable in class jp.kyasu.graphics.BasicPSModifier
- The constant for the attribute "alignment".
- allowsMultipleSelections().
Method in class jp.kyasu.awt.List
-
- append(boolean).
Method in class jp.kyasu.graphics.TextBuffer
- Appends the text representation of the boolean argument to this
text buffer.
- append(boolean).
Method in class jp.kyasu.util.VArray
- Appends the boolean value to this array.
- append(byte).
Method in class jp.kyasu.util.VArray
- Appends the byte value to this array.
- append(char).
Method in class jp.kyasu.graphics.Text
- Appends the character to this text.
- append(char).
Method in class jp.kyasu.graphics.TextBuffer
- Appends the text representation of the char argument to this
text buffer.
- append(char).
Method in class jp.kyasu.util.VArray
- Appends the char value to this array.
- append(char[]).
Method in class jp.kyasu.graphics.TextBuffer
- Appends the text representation of the
char
array
argument to this text buffer.
- append(char[]).
Method in class jp.kyasu.util.VArray
- Appends the characters of the array object to this array.
- append(char[], int, int).
Method in class jp.kyasu.graphics.TextBuffer
- Appends the text representation of a subarray of the
char
array argument to this text buffer.
- append(char[], int, int).
Method in class jp.kyasu.util.VArray
- Appends the characters of the array object to this array.
- append(double).
Method in class jp.kyasu.graphics.TextBuffer
- Appends the text representation of the double argument to this
text buffer.
- append(double).
Method in class jp.kyasu.util.VArray
- Appends the double value to this array.
- append(float).
Method in class jp.kyasu.graphics.TextBuffer
- Appends the text representation of the float argument to this
text buffer.
- append(float).
Method in class jp.kyasu.util.VArray
- Appends the float value to this array.
- append(int).
Method in class jp.kyasu.graphics.TextBuffer
- Appends the text representation of the int argument to this
text buffer.
- append(int).
Method in class jp.kyasu.util.VArray
- Appends the int value to this array.
- append(int, Object).
Method in class jp.kyasu.util.RunArray
- Grows the length of this array to the current array's length
plus the specified
length
.
- append(KeyAction).
Method in class jp.kyasu.awt.text.CompositeKeyAction
- Appends the specified key action object into this composite key action.
- append(long).
Method in class jp.kyasu.graphics.TextBuffer
- Appends the text representation of the long argument to this
text buffer.
- append(long).
Method in class jp.kyasu.util.VArray
- Appends the long value to this array.
- append(Object).
Method in class jp.kyasu.util.RunArray
- Appends the object to this array.
- append(Object).
Method in class jp.kyasu.graphics.TextBuffer
- Appends the text representation of the object argument to
this text buffer.
- append(Object).
Method in class jp.kyasu.util.VArray
- Appends the object to this array.
- append(Reader).
Method in class jp.kyasu.graphics.TextBuffer
- Appends the text representation of the string contents of the
reader argument to this text buffer.
- append(RunArray).
Method in class jp.kyasu.util.RunArray
- Appends the components of the
RunArray
object to
this array.
- append(short).
Method in class jp.kyasu.util.VArray
- Appends the short value to this array.
- append(String).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Appends the given string to the current text.
- append(String).
Method in class jp.kyasu.graphics.Text
- Appends the characters of the
string
to this text.
- append(String).
Method in class jp.kyasu.graphics.TextBuffer
- Appends the text representation of the string argument to
this text buffer.
- append(String).
Method in class jp.kyasu.awt.TextComponent
- Appends the given string to the text component's current text.
- append(String).
Method in class jp.kyasu.util.VArray
- Appends the characters of the
string
to this array.
- append(String, int, int).
Method in class jp.kyasu.graphics.Text
- Appends the characters of the
string
from the specified
begin
index to the specified endIndex-1
index.
- append(String, int, int).
Method in class jp.kyasu.util.VArray
- Appends the characters of the
string
from the specified
begin
index to the specified endIndex-1
index.
- append(Text).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Appends the given text to the current text.
- append(Text).
Method in class jp.kyasu.graphics.html.DefaultHTMLReaderTarget
- Appends the specified text into the target.
- append(Text).
Method in class jp.kyasu.editor.HTMLEditorTarget
- Appends the specified text into the target.
- append(Text).
Method in interface jp.kyasu.graphics.html.HTMLReaderTarget
- Appends the specified text into the target.
- append(Text).
Method in class jp.kyasu.graphics.Text
- Appends the specified text to this text.
- append(Text).
Method in class jp.kyasu.graphics.TextBuffer
- Appends the text argument to this text buffer.
- append(Text).
Method in class jp.kyasu.awt.TextComponent
- Appends the given text to the current text.
- append(Text, boolean).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Appends the given text to the current text.
- append(Text, boolean).
Method in class jp.kyasu.awt.TextComponent
- Appends the given text to the current text.
- append(TextAttachment).
Method in class jp.kyasu.graphics.Text
- Appends the text attachment to this text.
- append(TextAttachment).
Method in class jp.kyasu.graphics.TextBuffer
- Appends the text representation of the text attachment argument to
this text buffer.
- append(VArray).
Method in class jp.kyasu.util.VArray
- Appends the components of the
VArray
object to
this array.
- append(VArray, int, int).
Method in class jp.kyasu.util.VArray
- Appends the components of the
VArray
object to
this array.
- append(Visualizable).
Method in class jp.kyasu.graphics.TextBuffer
- Appends the text representation of the visual object argument to
this text buffer.
- appendText(String).
Method in class jp.kyasu.awt.TextComponent
-
- Applet().
Constructor for class jp.kyasu.awt.Applet
- Constructs an applet.
- ATTACHMENT.
Static variable in class jp.kyasu.graphics.TextScanner
- The stop condition constant that shows the character encountered
is an attachment mark.
- ATTACHMENT_CHAR.
Static variable in class jp.kyasu.graphics.Text
- The text attachment mark that indicates the position of
the text attachment.
- AUTO_RESIZE_ALL_COLUMNS.
Static variable in class jp.kyasu.awt.TableList
- Proportionately resize all columns when table is resized
- AUTO_RESIZE_ALL_COLUMNS.
Static variable in class jp.kyasu.awt.text.TableListView
- Proportionately resize all columns when table is resized
- AUTO_RESIZE_ALL_COMPONENTS.
Static variable in class jp.kyasu.awt.SplitPanel
- Proportionately resize all component when panel is resized
- AUTO_RESIZE_LAST_COLUMN.
Static variable in class jp.kyasu.awt.TableList
- Auto resize last column only when table is resized
- AUTO_RESIZE_LAST_COLUMN.
Static variable in class jp.kyasu.awt.text.TableListView
- Auto resize last column only when table is resized
- AUTO_RESIZE_LAST_COMPONENT.
Static variable in class jp.kyasu.awt.SplitPanel
- Auto resize last component only when panel is resized
- AUTO_RESIZE_OFF.
Static variable in class jp.kyasu.awt.SplitPanel
- Do not auto resize column when panel is resized.
- AUTO_RESIZE_OFF.
Static variable in class jp.kyasu.awt.TableList
- Do not auto resize column when table is resized.
- AUTO_RESIZE_OFF.
Static variable in class jp.kyasu.awt.text.TableListView
- Do not auto resize column when table is resized.
- AWTResources().
Constructor for class jp.kyasu.awt.AWTResources
-
- BACKGROUND_COLOR.
Static variable in class jp.kyasu.awt.AWTResources
- The default background color.
- backward_character().
Method in class jp.kyasu.awt.TextComponent
- Moves the insertion cursor one character to the left.
- backward_character().
Method in class jp.kyasu.awt.text.TextEditController
- Moves the insertion cursor one character to the left.
- backward_page().
Method in class jp.kyasu.editor.HTMLEditor
- Goes to the previouse page.
- backward_word().
Method in class jp.kyasu.awt.TextComponent
- Moves the insertion cursor to the first non-whitespace character
after the first whitespace character to the left or the beginning of
the line.
- backward_word().
Method in class jp.kyasu.awt.text.TextEditController
- Moves the insertion cursor to the first non-whitespace character
after the first whitespace character to the left or the beginning of
the line.
- BALTIC_CHARSET_LABEL.
Static variable in class jp.kyasu.editor.CharSetMenu
-
- BAR_CARET.
Static variable in class jp.kyasu.awt.text.TextCaret
- The caret style constant for the bar caret.
- BASE_STYLE.
Static variable in class jp.kyasu.graphics.BasicPSModifier
- The constant for the attribute "base style".
- baseline.
Variable in class jp.kyasu.graphics.text.TextLineInfo
- The baseline of this line.
- baseline.
Variable in class jp.kyasu.graphics.TextScanner
- The baseline of a line.
- BasicPSModifier().
Constructor for class jp.kyasu.graphics.BasicPSModifier
- Constructs an empty paragraph style modifier.
- BasicTextEditController(TextEditView).
Constructor for class jp.kyasu.awt.text.BasicTextEditController
- Constructs a text edit controller with the specified text edit view.
- BasicTSModifier().
Constructor for class jp.kyasu.graphics.BasicTSModifier
- Constructs an empty text style modifier.
- BasicTSModifier(FontModifier).
Constructor for class jp.kyasu.graphics.BasicTSModifier
- Constructs a text style modifier that has the same attributes and
values as the specified font modifier.
- beep().
Method in class jp.kyasu.awt.TextComponent
- Causes the terminal to beep.
- beep().
Method in class jp.kyasu.awt.text.TextEditController
- Causes the terminal to beep.
- begin.
Variable in class jp.kyasu.graphics.text.TextChange
- The beginning index of the text changed, inclusive.
- beginning_of_file().
Method in class jp.kyasu.awt.TextComponent
- Moves the insertion cursor to the beginning of the text.
- beginning_of_file().
Method in class jp.kyasu.awt.text.TextEditController
- Moves the insertion cursor to the beginning of the text.
- beginning_of_line().
Method in class jp.kyasu.awt.TextComponent
- Moves the insertion cursor to the beginning of the line.
- beginning_of_line().
Method in class jp.kyasu.awt.text.TextEditController
- Moves the insertion cursor to the beginning of the line.
- BLINK_INTERVAL.
Static variable in class jp.kyasu.awt.text.TextCaret
- The default interval of blinking.
- BOLD.
Static variable in class jp.kyasu.graphics.FontModifier
- The constant for the attribute "bold".
- BooleanStateGroup().
Constructor for class jp.kyasu.awt.BooleanStateGroup
- Constructs a boolean state group.
- BorderedPanel().
Constructor for class jp.kyasu.awt.BorderedPanel
- Creates a new panel using the default layout manager and border.
- BorderedPanel(LayoutManager).
Constructor for class jp.kyasu.awt.BorderedPanel
- Creates a new panel with the specified layout manager.
- BorderedPanel(LayoutManager, VBorder).
Constructor for class jp.kyasu.awt.BorderedPanel
- Creates a new panel with the specified layout manager and border.
- BorderedPanel(VBorder).
Constructor for class jp.kyasu.awt.BorderedPanel
- Creates a new panel with the specified border.
- BOTH.
Static variable in class jp.kyasu.awt.event.ScrollEvent
- The horizontal/vertical orientation.
- BOTTOM.
Static variable in class jp.kyasu.graphics.TextAttachment
- The constant for the vertical bottom alignment.
- bounds().
Method in class jp.kyasu.awt.KComponent
-
- bounds().
Method in class jp.kyasu.awt.KContainer
-
- Button().
Constructor for class jp.kyasu.awt.Button
- Constructs a button with empty label.
- Button(String).
Constructor for class jp.kyasu.awt.Button
- Constructs a button with the specified label.
- Button(Text).
Constructor for class jp.kyasu.awt.Button
- Constructs a button with the specified text.
- Button(VAbstractButton).
Constructor for class jp.kyasu.awt.Button
- Constructs a button with the specified visual button.
- Button(Visualizable).
Constructor for class jp.kyasu.awt.Button
- Constructs a button with the specified visual object.
- ButtonController(AbstractButton).
Constructor for class jp.kyasu.awt.ButtonController
- Constructs a controller for the specified button component with the
TRIGGER_ON_UP
mode.
- ButtonController(AbstractButton, int).
Constructor for class jp.kyasu.awt.ButtonController
- Constructs a controller for the specified button component with the
controll mode.
- CAN_OPEN_POPUP_IN_MODAL_DIALOG.
Static variable in class jp.kyasu.awt.AWTResources
- True if a pop-up window can receive the events even when the pop-up
window is opend within a modal dialog.
- canAccept(Element).
Method in class jp.kyasu.sgml.Element
- Tests if this element can accept the specified element.
- canActivate().
Method in class jp.kyasu.graphics.VAbstractButton
- Checks if the button has the active state and presentation.
- canActivate().
Method in class jp.kyasu.graphics.VActiveButton
- Checks if the button has the active state and presentation.
- CDATA.
Static variable in class jp.kyasu.sgml.Element
- The content model is #CDATA.
- CDATA_PARSED.
Static variable in class jp.kyasu.sgml.SGMLEvent
- The cdata (#PCDATA, #CDATA, #RCDATA) parsed event type.
- cdataParsed(SGMLEvent).
Method in class jp.kyasu.graphics.html.HTMLReader
- Invoked when a cdata has been parsed.
- cdataParsed(SGMLEvent).
Method in interface jp.kyasu.sgml.SGMLParserListener
- Invoked when a cdata has been parsed.
- CENTER.
Static variable in class jp.kyasu.awt.Label
- Indicates that the label should be centered.
- CENTER.
Static variable in class jp.kyasu.graphics.ParagraphStyle
- The constant for the center alignment (justification).
- changeStatus.
Variable in class jp.kyasu.graphics.text.TextChange
- The change status.
- changeStatus.
Variable in class jp.kyasu.graphics.text.TextLayoutChange
- The change status.
- CHAR_NOT_IN_FONT.
Static variable in class jp.kyasu.graphics.TextScanner
- The stop condition constant that shows the character encountered
is not defined in the current font.
- CHAR_WRAP.
Static variable in class jp.kyasu.graphics.RichTextStyle
- The constant for the character line wrapping style.
- CHAR_WRAP.
Static variable in class jp.kyasu.awt.TextComponent
- The constant for the character line wrapping style.
- charAt(int).
Method in class jp.kyasu.graphics.Text
- Returns the character at the specified index.
- CHARSET_LABEL.
Static variable in class jp.kyasu.editor.CharSetMenu
-
- CharSetMenu().
Constructor for class jp.kyasu.editor.CharSetMenu
- Constructs a character set menu with the default label and the default
read character set.
- CharSetMenu(String).
Constructor for class jp.kyasu.editor.CharSetMenu
- Constructs a character set menu with the label and the default read
character set.
- CharSetMenu(String, String).
Constructor for class jp.kyasu.editor.CharSetMenu
- Constructs a character set menu with the label and initial character
set.
- charWidth(char).
Method in class jp.kyasu.graphics.EchoTextScanner
- Returns the advance width of the specified character in the text.
- charWidth(char).
Method in class jp.kyasu.graphics.TextScanner
- Returns the advance width of the specified character in the text.
- charWidth(int).
Method in class jp.kyasu.graphics.TextScanner
- Returns the advance width of the specified character in the text.
- charWidthAt(int, int, int, TextLineInfo, ParagraphStyle).
Method in class jp.kyasu.graphics.EchoTextScanner
- Returns the advance width of a character in the specified index of text
with the specified scanning context.
- charWidthAt(int, int, int, TextLineInfo, ParagraphStyle).
Method in class jp.kyasu.graphics.TextScanner
- Returns the advance width of a character in the specified index of
the text with the specified scanning context.
- charWidthAt(TextPositionInfo).
Method in class jp.kyasu.graphics.TextLayout
- Returns the advance width of a character in the specified text
position.
- Checkbox().
Constructor for class jp.kyasu.awt.Checkbox
- Creates a check box with no label.
- Checkbox(String).
Constructor for class jp.kyasu.awt.Checkbox
- Creates a check box with the specified label.
- Checkbox(String, boolean).
Constructor for class jp.kyasu.awt.Checkbox
- Creates a check box with the specified label.
- Checkbox(String, boolean, BooleanStateGroup).
Constructor for class jp.kyasu.awt.Checkbox
- Creates a check box with the specified label, in the specified check
box group, and set to the specified state.
- Checkbox(String, BooleanStateGroup, boolean).
Constructor for class jp.kyasu.awt.Checkbox
- Constructs a check box with the specified label, set to the specified
state, and in the specified check box group.
- Checkbox(Text).
Constructor for class jp.kyasu.awt.Checkbox
- Creates a check box with the specified text.
- Checkbox(Text, boolean).
Constructor for class jp.kyasu.awt.Checkbox
- Creates a check box with the specified text.
- Checkbox(Text, boolean, BooleanStateGroup).
Constructor for class jp.kyasu.awt.Checkbox
- Creates a check box with the specified text, in the specified check
box group, and set to the specified state.
- Checkbox(VAbstractButton, boolean, BooleanStateGroup).
Constructor for class jp.kyasu.awt.Checkbox
- Creates a check box with the specified visual check box, in the
specified check box group, and set to the specified state.
- Checkbox(Visualizable).
Constructor for class jp.kyasu.awt.Checkbox
- Creates a check box with the specified visual object.
- Checkbox(Visualizable, boolean).
Constructor for class jp.kyasu.awt.Checkbox
- Creates a check box with the specified visual object.
- Checkbox(Visualizable, boolean, BooleanStateGroup).
Constructor for class jp.kyasu.awt.Checkbox
- Creates a check box with the specified visual object, in the specified
check box group, and set to the specified state.
- CheckboxGroup().
Constructor for class jp.kyasu.awt.CheckboxGroup
- Creates a new instance of
CheckboxGroup
.
- checkComponentState(Component).
Static method in class jp.kyasu.awt.AWTResources
- Checks the component state for the specified component.
- CHINESE_CHARSET_LABEL.
Static variable in class jp.kyasu.editor.CharSetMenu
-
- Choice().
Constructor for class jp.kyasu.awt.Choice
- Creates a new choice menu.
- choice(int, Frame, String, String, String[], Object[], int).
Static method in class jp.kyasu.awt.Dialog
- Prompts a user to select a value from the specified values with a dialog.
- choice(int, Frame, String, Visualizable, String[], Object[], int).
Static method in class jp.kyasu.awt.Dialog
- Prompts a user to select a value from the specified values with a dialog.
- Choice(RichTextStyle).
Constructor for class jp.kyasu.awt.Choice
- Creates a new choice menu.
- ChoiceListController(TextListView).
Constructor for class jp.kyasu.awt.text.ChoiceListController
- Constructs a choice controller with the specified text list view.
- CKeywords.
Static variable in class jp.kyasu.awt.util.CLikeLanguageTokenizer
- The keywords of the C language.
- clear().
Method in class jp.kyasu.awt.List
-
- clear().
Method in class jp.kyasu.graphics.Modifier
- Clears this modifier so that it contains no attributes.
- clear_font_bold().
Method in class jp.kyasu.editor.RichTextEditor
- Clears the selected text bold.
- clear_font_italic().
Method in class jp.kyasu.editor.RichTextEditor
- Clears the selected text italic.
- clear_font_styles().
Method in class jp.kyasu.editor.RichTextEditor
- Clears the all styles of the selected text.
- clear_font_underlined().
Method in class jp.kyasu.editor.RichTextEditor
- Clears the selected text underlined.
- clear_list().
Method in class jp.kyasu.editor.DocumentEditor
- Clears the selected paragraph as a list.
- clear_list().
Method in class jp.kyasu.editor.HTMLEditor
- Clears the selected paragraph as a list.
- clear_ordered_list().
Method in class jp.kyasu.editor.HTMLEditor
- Clears the selected paragraph as an ordered list.
- clearDisabledVisualizable().
Method in class jp.kyasu.graphics.VLabel
- Clears the cached visual presentation used when the label is disabled.
- clearSoftTab().
Method in class jp.kyasu.awt.TextComponent
- Disables soft tab.
- clearSoftTab().
Method in class jp.kyasu.awt.text.TextEditController
- Disables soft tab.
- clearUndo().
Method in class jp.kyasu.awt.text.BasicTextEditController
- Clears the undo of the last change.
- clearUndo().
Method in class jp.kyasu.awt.TextComponent
- Clears the undo of the last change.
- CLICKABLE.
Static variable in class jp.kyasu.graphics.BasicTSModifier
- The constant for the attribute "clickable".
- ClickableTextAction(String).
Constructor for class jp.kyasu.graphics.ClickableTextAction
- Constructs a clickable text action with the specified command string.
- CLikeLanguageTokenizer(Text, int, int).
Constructor for class jp.kyasu.awt.util.CLikeLanguageTokenizer
- Construct a
CLikeLanguageTokenizer
with the specified
text and range.
- clone().
Method in class jp.kyasu.awt.text.Keymap
- Returns a clone of this object.
- clone().
Method in class jp.kyasu.graphics.Modifier
- Returns a clone of this modifier.
- clone().
Method in class jp.kyasu.graphics.ModTextStyle
- Returns a clone of this modifier text style.
- clone().
Method in class jp.kyasu.awt.util.NamedTextStyle
- Returns a clone of this text style.
- clone().
Method in class jp.kyasu.graphics.ParagraphStyle
- Returns a clone of this paragraph style.
- clone().
Method in class jp.kyasu.graphics.RichText
- Returns a clone of this rich text.
- clone().
Method in class jp.kyasu.graphics.RichTextStyle
- Returns a clone of this rich text style.
- clone().
Method in class jp.kyasu.util.RunArray
- Returns a clone of this array.
- clone().
Method in class jp.kyasu.graphics.Text
- Returns a clone of this text.
- clone().
Method in class jp.kyasu.graphics.TextAttachment
- Returns a clone of this text attachment.
- clone().
Method in class jp.kyasu.graphics.TextCharacterIterator
- Returns a clone of this object.
- clone().
Method in class jp.kyasu.graphics.TextLayout
- Returns a clone of this layout.
- clone().
Method in class jp.kyasu.graphics.TextList
- Returns a clone of this object.
- clone().
Method in class jp.kyasu.graphics.TextStyle
- Returns a clone of this text style.
- clone().
Method in class jp.kyasu.graphics.V3DBorder
- Returns a clone of this pane border.
- clone().
Method in class jp.kyasu.graphics.V3DButtonBorder
- Returns a clone of this pane border.
- clone().
Method in class jp.kyasu.graphics.VAbstractButton
- Returns a clone of this button.
- clone().
Method in class jp.kyasu.graphics.VActiveButton
- Returns a clone of this button.
- clone().
Method in class jp.kyasu.graphics.html.VAnchor
- Returns a clone of this visual object.
- clone().
Method in class jp.kyasu.util.VArray
- Returns a clone of this array.
- clone().
Method in class jp.kyasu.graphics.VArrow
- Returns a clone of this arrow.
- clone().
Method in class jp.kyasu.graphics.VBorderedWrapper
- Returns a clone of this visual object.
- clone().
Method in class jp.kyasu.graphics.VButton
- Returns a clone of this button.
- clone().
Method in class jp.kyasu.graphics.VCheckbox
- Returns a clone of this checkbox.
- clone().
Method in class jp.kyasu.graphics.VClipWrapper
- Returns a clone of this clip wrapper.
- clone().
Method in class jp.kyasu.graphics.VColoredWrapper
- Returns a clone of this visual object.
- clone().
Method in class jp.kyasu.graphics.VImage
- Returns a clone of this visual image.
- clone().
Method in interface jp.kyasu.graphics.Visualizable
- Returns a clone of this visual object.
- clone().
Method in class jp.kyasu.graphics.VLabel
- Returns a clone of this label.
- clone().
Method in class jp.kyasu.graphics.VObject
- Returns a clone of this visual object.
- clone().
Method in class jp.kyasu.graphics.VOval
- Returns a clone of this oval.
- clone().
Method in class jp.kyasu.graphics.VPaneBorder
- Returns a clone of this pane border.
- clone().
Method in class jp.kyasu.graphics.VPlainBorder
- Returns a clone of this plain border.
- clone().
Method in class jp.kyasu.graphics.VRectangle
- Returns a clone of this rectangle.
- clone().
Method in class jp.kyasu.graphics.VRichText
- Returns a clone of this visual rich text.
- clone().
Method in class jp.kyasu.graphics.VText
- Returns a clone of this visual text.
- clone().
Method in class jp.kyasu.graphics.VTitledPaneBorder
- Returns a clone of this pane border.
- clone().
Method in class jp.kyasu.graphics.VWrapper
- Returns a clone of this visual object.
- cloneStyle().
Method in class jp.kyasu.graphics.Text
- Returns a clone of this text.
- close().
Method in class jp.kyasu.graphics.html.DefaultHTMLReaderTarget
- Closes (Finalizes) this target.
- close().
Method in class jp.kyasu.editor.HTMLEditorTarget
- Closes (Finalizes) this target.
- close().
Method in interface jp.kyasu.graphics.html.HTMLReaderTarget
- Closes (Finalizes) this target.
- CodeEditor().
Constructor for class jp.kyasu.editor.CodeEditor
- Constructs a new code text area with tool bar.
- CodeEditor(boolean).
Constructor for class jp.kyasu.editor.CodeEditor
- Constructs a new code text area with tool bar.
- CodeEditor(int, int).
Constructor for class jp.kyasu.editor.CodeEditor
- Constructs a new code text area with tool bar, with the specified
number of rows and columns.
- CodeEditor(int, int, boolean).
Constructor for class jp.kyasu.editor.CodeEditor
- Constructs a new code text area with tool bar, with the specified
number of rows and columns.
- CodeEditor(int, int, boolean, ActionListener, ActionListener, ActionListener).
Constructor for class jp.kyasu.editor.CodeEditor
- Constructs a new code text area with tool bar, with the specified
number of rows and columns.
- COLOR.
Static variable in class jp.kyasu.graphics.FontModifier
- The constant for the attribute "color".
- ColorButton().
Constructor for class jp.kyasu.editor.ColorButton
- Constructs a color button with the null default color.
- ColorButton(Color).
Constructor for class jp.kyasu.editor.ColorButton
- Constructs a color button with the specified default color.
- ColorChoice().
Constructor for class jp.kyasu.editor.ColorChoice
- Constructs a color choice with the null default color.
- ColorChoice(Color).
Constructor for class jp.kyasu.editor.ColorChoice
- Constructs a color choice with the specified default color.
- ColorChoice(Color, Color).
Constructor for class jp.kyasu.editor.ColorChoice
- Constructs a color choice with the specified default color and
foreground color.
- ColorChooser().
Constructor for class jp.kyasu.editor.ColorChooser
- Constructs a color chooser with the null default color.
- ColorChooser(Color).
Constructor for class jp.kyasu.editor.ColorChooser
- Constructs a color chooser with the specified default color.
- Colors.
Static variable in class jp.kyasu.editor.ColorChooser
- The colors to be chosen.
- COMMENT.
Static variable in class jp.kyasu.awt.util.LanguageTokenizer
- A constant indicating that a comment token has been read.
- compare(boolean, boolean).
Method in class jp.kyasu.util.CompareAdapter
- Returns <0 if x < y, etc.
- compare(boolean, boolean).
Method in interface jp.kyasu.util.Comparer
- Returns <0 if x < y, etc.
- compare(byte, byte).
Method in class jp.kyasu.util.CompareAdapter
- Returns <0 if x < y, etc.
- compare(byte, byte).
Method in interface jp.kyasu.util.Comparer
- Returns <0 if x < y, etc.
- compare(char, char).
Method in class jp.kyasu.util.CompareAdapter
- Returns <0 if x < y, etc.
- compare(char, char).
Method in interface jp.kyasu.util.Comparer
- Returns <0 if x < y, etc.
- compare(double, double).
Method in class jp.kyasu.util.CompareAdapter
- Returns <0 if x < y, etc.
- compare(double, double).
Method in interface jp.kyasu.util.Comparer
- Returns <0 if x < y, etc.
- compare(float, float).
Method in class jp.kyasu.util.CompareAdapter
- Returns <0 if x < y, etc.
- compare(float, float).
Method in interface jp.kyasu.util.Comparer
- Returns <0 if x < y, etc.
- compare(int, int).
Method in class jp.kyasu.util.CompareAdapter
- Returns <0 if x < y, etc.
- compare(int, int).
Method in interface jp.kyasu.util.Comparer
- Returns <0 if x < y, etc.
- compare(long, long).
Method in class jp.kyasu.util.CompareAdapter
- Returns <0 if x < y, etc.
- compare(long, long).
Method in interface jp.kyasu.util.Comparer
- Returns <0 if x < y, etc.
- compare(Object, Object).
Method in class jp.kyasu.util.CompareAdapter
- Returns <0 if x < y, etc.
- compare(Object, Object).
Method in interface jp.kyasu.util.Comparer
- Returns <0 if x < y, etc.
- compare(short, short).
Method in class jp.kyasu.util.CompareAdapter
- Returns <0 if x < y, etc.
- compare(short, short).
Method in interface jp.kyasu.util.Comparer
- Returns <0 if x < y, etc.
- CompareAdapter().
Constructor for class jp.kyasu.util.CompareAdapter
-
- compareTo(String).
Method in class jp.kyasu.graphics.Text
- Compares this text with the string argument lexicographically.
- compareTo(Text).
Method in class jp.kyasu.graphics.Text
- Compares two texts lexicographically.
- CompositeKeyAction().
Constructor for class jp.kyasu.awt.text.CompositeKeyAction
- Constructs an empty composite key action.
- concreteStyle().
Method in class jp.kyasu.graphics.ModTextStyle
- Returns a concrete text style.
- concreteStyle().
Method in class jp.kyasu.graphics.TextStyle
- Returns a concrete text style.
- CONFIRM.
Static variable in class jp.kyasu.awt.Dialog
- The confirm message type.
- confirm(Frame, String).
Static method in class jp.kyasu.awt.Dialog
- Prompts a user to confirm the specified message with a dialog.
- confirm(Frame, Visualizable).
Static method in class jp.kyasu.awt.Dialog
- Prompts a user to confirm the specified message with a dialog.
- confirm(String).
Static method in class jp.kyasu.awt.Dialog
- Prompts a user to confirm the specified message with a dialog.
- confirm(Visualizable).
Static method in class jp.kyasu.awt.Dialog
- Prompts a user to confirm the specified message with a dialog.
- CONSTANT.
Static variable in class jp.kyasu.awt.util.LanguageTokenizer
- A constant indicating that a constant token has been read.
- contains(Object).
Method in class jp.kyasu.util.Set
- Tests if the specified value in this set.
- contains(String).
Method in class jp.kyasu.graphics.Modifier
- Tests if the attribute with the specified name is in this modifier.
- containsElement(String).
Method in class jp.kyasu.sgml.DTD
- Tests if this DTD contains the element whose name equals to
the specified name.
- containsEntity(String).
Method in class jp.kyasu.sgml.DTD
- Tests if this DTD contains the entity whose name equals to
the specified name.
- copy_clipboard().
Method in class jp.kyasu.awt.text.BasicTextEditController
- Copies the current selection to the clipboard.
- copy_clipboard().
Method in class jp.kyasu.awt.TextComponent
- Copies the current selection to the clipboard.
- copyJavaToSystemReadWriter(Reader, Writer).
Static method in class jp.kyasu.graphics.Text
- Copies the contents of the specified reader into the specified writer
with a conversion from CR or LF to the system line separator.
- copyJavaToSystemReadWriter(Reader, Writer, String).
Static method in class jp.kyasu.graphics.Text
- Copies the contents of the specified reader into the specified writer
with a conversion from CR or LF to the specified separator.
- copySystemToJavaReadWriter(Reader, Writer).
Static method in class jp.kyasu.graphics.Text
- Copies the contents of the specified reader into the specified writer
with a conversion from any one of line-ends (CR, LF, or CRLF) to LF.
- copySystemToJavaReadWriter(Reader, Writer, int).
Static method in class jp.kyasu.graphics.Text
- Copies the contents of the specified reader into the specified writer
with a conversion from any one of line-ends (CR, LF, or CRLF) to LF.
- countItems().
Method in class jp.kyasu.awt.List
-
- CPPKeywords.
Static variable in class jp.kyasu.awt.util.CLikeLanguageTokenizer
- The keywords of the C++ language.
- CPPSuffixes.
Static variable in class jp.kyasu.editor.CodeEditor
-
- createLanguageTokenizer(Text, int, int).
Method in interface jp.kyasu.awt.util.LanguageTokenizerFactory
- Creates a new
LanguageTokenizer
to parse a text into
into "tokens".
- CROSSED_X.
Static variable in class jp.kyasu.graphics.TextScanner
- The stop condition constant that shows the scanning runs across the
the right edge.
- CSuffixes.
Static variable in class jp.kyasu.editor.CodeEditor
-
- current().
Method in class jp.kyasu.graphics.TextCharacterIterator
- Returns the character at the current position
(as returned by getIndex()).
- cut_clipboard().
Method in class jp.kyasu.awt.text.BasicTextEditController
- Cuts the current selection to the clipboard.
- cut_clipboard().
Method in class jp.kyasu.awt.TextComponent
- Cuts the current selection to the clipboard.
- CYRILLIC_CHARSET_LABEL.
Static variable in class jp.kyasu.editor.CharSetMenu
-
- decrease_indent().
Method in class jp.kyasu.editor.DocumentEditor
- Decreases the selected paragraph indentation.
- decrease_indent().
Method in class jp.kyasu.editor.HTMLEditor
- Decreases the selected paragraph indentation.
- DEFAULT_BACKGROUND.
Static variable in class jp.kyasu.awt.text.TextView
- The default background color.
- DEFAULT_BASE_FONT_NAME.
Static variable in class jp.kyasu.graphics.html.HTMLStyle
- The default base font name.
- DEFAULT_BUTTON_ALIGN.
Static variable in class jp.kyasu.awt.TableList
- The default column button alignment.
- DEFAULT_CARET_COLOR.
Static variable in class jp.kyasu.awt.text.TextCaret
- The default caret color.
- DEFAULT_CARET_STYLE.
Static variable in class jp.kyasu.awt.text.TextCaret
- The default caret style.
- DEFAULT_CENTER_STYLE.
Static variable in class jp.kyasu.graphics.VRichText
- The default rich text style for the visual rich text with
center justification.
- DEFAULT_CODE_STYLE.
Static variable in class jp.kyasu.graphics.RichTextStyle
- The default rich text style constant for coding.
- DEFAULT_CURSOR.
Static variable in class jp.kyasu.awt.text.TextEditView
- The default cursor.
- DEFAULT_DO_BLINK.
Static variable in class jp.kyasu.awt.text.TextCaret
- The default flag that determines to blink the caret.
- DEFAULT_DOCUMENT_STYLE.
Static variable in class jp.kyasu.graphics.RichTextStyle
- The default rich text style constant for documenting.
- DEFAULT_FIELD_STYLE.
Static variable in class jp.kyasu.awt.TextField
- The default rich text style for the text field.
- DEFAULT_FOREGROUND.
Static variable in class jp.kyasu.awt.text.TextView
- The default foreground color.
- DEFAULT_HORIZONTAL_STYLE.
Static variable in class jp.kyasu.awt.TextComponent
- The default rich text style when the horizontal scrollbar only.
- DEFAULT_HTML_FONT.
Static variable in class jp.kyasu.graphics.html.HTMLStyle
- The the default font index.
- DEFAULT_LEFT_STYLE.
Static variable in class jp.kyasu.graphics.VRichText
- The default rich text style for the visual rich text with
left justification.
- DEFAULT_LIST_STYLE.
Static variable in class jp.kyasu.graphics.RichTextStyle
- The default rich text style constant for documenting.
- DEFAULT_PRINT_INSETS.
Static variable in class jp.kyasu.graphics.RichText
- The constant for the default insets of the printing medium (paper).
- DEFAULT_READ_CHARSET.
Static variable in class jp.kyasu.editor.EditorResources
- The default character set for reading.
- DEFAULT_RIGHT_STYLE.
Static variable in class jp.kyasu.graphics.VRichText
- The default rich text style for the visual rich text with
right justification.
- DEFAULT_SELECTION_BACKGROUND.
Static variable in class jp.kyasu.awt.text.TextView
- The default selection background color.
- DEFAULT_SELECTION_FOREGROUND.
Static variable in class jp.kyasu.awt.text.TextView
- The default selection foreground color.
- DEFAULT_STYLE.
Static variable in class jp.kyasu.graphics.ParagraphStyle
- The default paragraph style constant.
- DEFAULT_STYLE.
Static variable in class jp.kyasu.graphics.TextStyle
- The default text style constant.
- DEFAULT_TABLE_STYLE.
Static variable in class jp.kyasu.awt.TableList
- The default table list style.
- DEFAULT_VERTICAL_STYLE.
Static variable in class jp.kyasu.awt.TextComponent
- The default rich text style when the vertical scrollbar only.
- DEFAULT_WRITE_CHARSET.
Static variable in class jp.kyasu.editor.EditorResources
- The default character set for writing.
- DefaultHTMLReaderTarget().
Constructor for class jp.kyasu.graphics.html.DefaultHTMLReaderTarget
- Constructs a default html reader target.
- DefaultTextEditModel(RichText).
Constructor for class jp.kyasu.awt.DefaultTextEditModel
- Constructs a text edit model with the specified rich text.
- DefaultTextEditModel(RichTextStyle).
Constructor for class jp.kyasu.awt.DefaultTextEditModel
- Constructs an empty text edit model with the specified rich text style.
- DefaultTextListModel().
Constructor for class jp.kyasu.awt.DefaultTextListModel
- Constructs a one column text list model with the default rich text
style.
- DefaultTextListModel(int, int[]).
Constructor for class jp.kyasu.awt.DefaultTextListModel
- Constructs a text list model with the specified number of columns
and column widths.
- DefaultTextListModel(int, int[], RichTextStyle).
Constructor for class jp.kyasu.awt.DefaultTextListModel
- Constructs a text list model with the specified number of columns,
column widths, and rich text style.
- DefaultTextListModel(int[]).
Constructor for class jp.kyasu.awt.DefaultTextListModel
- Constructs a text list model with the specified column widths.
- DefaultTextListModel(RichTextStyle).
Constructor for class jp.kyasu.awt.DefaultTextListModel
- Constructs a one column text list model with the specified rich text
style.
- DefaultTextModel(RichText).
Constructor for class jp.kyasu.awt.DefaultTextModel
- Constructs a text model with the specified rich text.
- DefaultTextModel(RichTextStyle).
Constructor for class jp.kyasu.awt.DefaultTextModel
- Constructs an empty text model with the specified rich text style.
- delete_link().
Method in class jp.kyasu.editor.HTMLEditor
- Deletes a link from the selected text.
- delete_next_character().
Method in class jp.kyasu.awt.TextComponent
- If the cursor is inside the selection, deletes the entire selection;
otherwise, deletes the character following the insert cursor.
- delete_next_character().
Method in class jp.kyasu.awt.text.TextEditController
- If the cursor is inside the selection, deletes the entire selection;
otherwise, deletes the character following the insert cursor.
- delete_next_character(boolean).
Method in class jp.kyasu.awt.text.TextEditController
- If the cursor is inside the selection, deletes the entire selection;
otherwise, deletes the character following the insert cursor.
- delete_next_word().
Method in class jp.kyasu.awt.TextComponent
- If the cursor is inside the selection, deletes the entire selection;
otherwise, deletes the characters following the insertion cursor to
the next space, tab or end of line character.
- delete_next_word().
Method in class jp.kyasu.awt.text.TextEditController
- If the cursor is inside the selection, deletes the entire selection;
otherwise, deletes the characters following the insertion cursor to
the next space, tab or end of line character.
- delete_next_word(boolean).
Method in class jp.kyasu.awt.text.TextEditController
- If the cursor is inside the selection, deletes the entire selection;
otherwise, deletes the characters following the insertion cursor to
the next space, tab or end of line character.
- delete_previous_character().
Method in class jp.kyasu.awt.TextComponent
- If the cursor is inside the selection, deletes the entire selection;
otherwise, deletes the character of text immediately preceding the
insertion cursor.
- delete_previous_character().
Method in class jp.kyasu.awt.text.TextEditController
- If the cursor is inside the selection, deletes the entire selection;
otherwise, deletes the character of text immediately preceding the
insertion cursor.
- delete_previous_character(boolean).
Method in class jp.kyasu.awt.text.TextEditController
- If the cursor is inside the selection, deletes the entire selection;
otherwise, deletes the character of text immediately preceding the
insertion cursor.
- delete_previous_word().
Method in class jp.kyasu.awt.TextComponent
- If the cursor is inside the selection, deletes the entire selection;
otherwise, deletes the characters preceding the insertion cursor to
the previous space, tab or beginning of line character.
- delete_previous_word().
Method in class jp.kyasu.awt.text.TextEditController
- If the cursor is inside the selection, deletes the entire selection;
otherwise, deletes the characters preceding the insertion cursor to
the previous space, tab or beginning of line character.
- delete_previous_word(boolean).
Method in class jp.kyasu.awt.text.TextEditController
- If the cursor is inside the selection, deletes the entire selection;
otherwise, deletes the characters preceding the insertion cursor to
the previous space, tab or beginning of line character.
- delete_selection().
Method in class jp.kyasu.awt.TextComponent
- Deletes the current selection.
- delete_selection().
Method in class jp.kyasu.awt.text.TextEditController
- Deletes the current selection.
- delete_selection(boolean).
Method in class jp.kyasu.awt.text.TextEditController
- Deletes the current selection.
- delete_to_end_of_line().
Method in class jp.kyasu.awt.TextComponent
- Deletes the characters following the insertion cursor to the next
end of line character.
- delete_to_end_of_line().
Method in class jp.kyasu.awt.text.TextEditController
- Deletes the characters following the insertion cursor to the next
end of line character.
- delete_to_end_of_line(boolean).
Method in class jp.kyasu.awt.text.TextEditController
- Deletes the characters following the insertion cursor to the next
end of line character.
- delete_to_start_of_line().
Method in class jp.kyasu.awt.TextComponent
- Deletes the characters preceding the insertion cursor to the previous
beginning of line character.
- delete_to_start_of_line().
Method in class jp.kyasu.awt.text.TextEditController
- Deletes the characters preceding the insertion cursor to the previous
beginning of line character.
- delete_to_start_of_line(boolean).
Method in class jp.kyasu.awt.text.TextEditController
- Deletes the characters preceding the insertion cursor to the previous
beginning of line character.
- delItem(int).
Method in class jp.kyasu.awt.List
- Removes the item at the specified position from this list.
- delItems(int, int).
Method in class jp.kyasu.awt.List
-
- deriveBoldStyle().
Method in class jp.kyasu.graphics.TextStyle
- Creates a new style by replicating this style with a bold style.
- deriveCleanFontModifier().
Method in class jp.kyasu.graphics.FontModifier
- Creates a new font modifier by removing the attributes whose value
is "NULL".
- deriveFont(boolean).
Method in class jp.kyasu.graphics.ExtendedFont
- Creates a new font by replicating this font with a new underline
attribute associated with it.
- deriveFont(Color).
Method in class jp.kyasu.graphics.ExtendedFont
- Creates a new font by replicating this font with a new color
object associated with it.
- deriveItalicStyle().
Method in class jp.kyasu.graphics.TextStyle
- Creates a new style by replicating this style with an italic style.
- deriveLabel(Visualizable).
Method in class jp.kyasu.graphics.VActiveButton
- Creates a new button by replicating this button with a new visual
object associated with it.
- deriveLabel(Visualizable).
Method in class jp.kyasu.graphics.VButton
- Creates a new button by replicating this button with a new visual
object associated with it.
- deriveLabel(Visualizable).
Method in class jp.kyasu.graphics.VCheckbox
- Creates a new checkbox by replicating this checkbox with a new visual
object associated with it.
- deriveLabel(Visualizable).
Method in class jp.kyasu.graphics.VLabel
- Creates a new label by replicating this label with a new visual
object associated with it.
- deriveStyle(ClickableTextAction).
Method in class jp.kyasu.graphics.TextStyle
- Creates a new style by replicating this style with a new clickable
text action associated with it.
- deriveStyle(ExtendedFont).
Method in class jp.kyasu.graphics.TextStyle
- Creates a new style by replicating this style with a new extended
font object associated with it.
- deriveStyle(ExtendedFont, FontModifier).
Method in class jp.kyasu.graphics.ModTextStyle
- Creates a new style by replicating this style with a new extended
font object and font modifier associated with it.
- deriveStyle(Font).
Method in class jp.kyasu.graphics.TextStyle
- Creates a new style by replicating this style with a new font
object associated with it.
- deriveStyle(int, int).
Method in class jp.kyasu.graphics.RichTextStyle
- Creates a new style by replicating this style with a new line
wrapping style and line end style associated with it.
- deriveStyle(ParagraphStyle).
Method in class jp.kyasu.graphics.RichTextStyle
- Creates a new style by replicating this style with a new paragraph
style object associated with it.
- deriveStyle(ParagraphStyleModifier).
Method in class jp.kyasu.graphics.ParagraphStyle
- Creates a new style by modifying this style by a paragraph style
modifier.
- deriveStyle(String).
Method in class jp.kyasu.graphics.ParagraphStyle
- Creates a new style by replicating this style with a new style
name associated with it.
- deriveStyle(TextStyle).
Method in class jp.kyasu.graphics.ParagraphStyle
- Creates a new style by replicating this style with a new base
text style associated with it.
- deriveStyle(TextStyle).
Method in class jp.kyasu.graphics.RichTextStyle
- Creates a new style by replicating this style with a new text
style object associated with it.
- deriveStyle(TextStyleModifier).
Method in class jp.kyasu.graphics.TextStyle
- Creates a new style by modifying this style by a text style
modifier.
- deriveStyle(Visualizable, int).
Method in class jp.kyasu.graphics.ParagraphStyle
- Creates a new style by replicating this style with a new visual
heading and a new heading space associated with it.
- deselect(int).
Method in class jp.kyasu.awt.List
- Deselects the item at the specified index.
- deselect(int).
Method in class jp.kyasu.awt.TableList
- Deselects the row at the specified index.
- deselect(int).
Method in class jp.kyasu.awt.text.TextListController
- Deselects the row at the specified index.
- deselect(int, int, boolean, boolean).
Method in class jp.kyasu.awt.text.TextListController
- Deselects the row at the specified index.
- deselect_all().
Method in class jp.kyasu.awt.TextComponent
- Deselects the current selection.
- deselect_all().
Method in class jp.kyasu.awt.text.TextEditController
- Deselects the current selection.
- destX.
Variable in class jp.kyasu.graphics.TextScanner
- The current x position.
- Dialog(Frame).
Constructor for class jp.kyasu.awt.Dialog
- Constructs an initially invisible Dialog with an empty title.
- Dialog(Frame, boolean).
Constructor for class jp.kyasu.awt.Dialog
- Constructs an initially invisible Dialog with an empty title.
- Dialog(Frame, String).
Constructor for class jp.kyasu.awt.Dialog
- Constructs an initially invisible Dialog with a title.
- Dialog(Frame, String, boolean).
Constructor for class jp.kyasu.awt.Dialog
- Constructs an initially invisible Dialog with a title.
- disable().
Method in class jp.kyasu.awt.KComponent
- Disables this component.
- disable().
Method in class jp.kyasu.awt.KContainer
- Disables this component.
- disableSubComps().
Method in class jp.kyasu.editor.HTMLEditor
- Disables sub components.
- disableSubComps().
Method in class jp.kyasu.editor.TextEditor
- Disables sub components.
- disableSubComps(boolean).
Method in class jp.kyasu.editor.HTMLEditor
- Disables sub components.
- do_nothing().
Method in class jp.kyasu.awt.text.TextEditController
- Do nothing, but KeyEvent is consumed.
- doBlink().
Method in class jp.kyasu.awt.text.TextCaret
- Tests if this caret does blinking.
- DocumentEditor().
Constructor for class jp.kyasu.editor.DocumentEditor
- Constructs a new rich text area with tool bar.
- DocumentEditor(boolean).
Constructor for class jp.kyasu.editor.DocumentEditor
- Constructs a new rich text area with tool bar.
- DocumentEditor(int, int).
Constructor for class jp.kyasu.editor.DocumentEditor
- Constructs a new rich text area with tool bar, with the specified
number of rows and columns.
- DocumentEditor(int, int, boolean).
Constructor for class jp.kyasu.editor.DocumentEditor
- Constructs a new rich text area with tool bar, with the specified
number of rows and columns.
- DocumentEditor(int, int, boolean, ActionListener, ActionListener, ActionListener).
Constructor for class jp.kyasu.editor.DocumentEditor
- Constructs a new rich text area with tool bar, with the specified
number of rows and columns.
- doLayout().
Method in class jp.kyasu.awt.KComponent
- Lays out this component.
- doLayout().
Method in class jp.kyasu.awt.KContainer
- Lays out this component.
- doLayout().
Method in class jp.kyasu.awt.ScrollPanel
- Lays out this panel.
- doLayout().
Method in class jp.kyasu.awt.text.TableListView
- Lays out this view.
- doLayoutLine(int, int, int, int, int, int, ParagraphStyle, int[], TextLineInfo).
Method in class jp.kyasu.graphics.TextListScanner
- Breaks text into a line.
- doLayoutLine(int, int, int, int, int, int, ParagraphStyle, int[], TextLineInfo).
Method in class jp.kyasu.graphics.TextScanner
- Breaks text into a line.
- doLayoutLine(int, int, int, int, int, int, ParagraphStyle, TextLineInfo).
Method in class jp.kyasu.graphics.TextScanner
- Breaks text into a line.
- doLayoutLine(int, int, int, int, ParagraphStyle, TextLineInfo).
Method in class jp.kyasu.graphics.TextScanner
- Breaks text into a line.
- doLayoutLine(int, int, int, ParagraphStyle, TextLineInfo).
Method in class jp.kyasu.graphics.TextScanner
- Breaks text into a line.
- DOWN.
Static variable in class jp.kyasu.graphics.VArrow
- The arrow direction constat for the down direction.
- draw(Graphics, Point, TextPositionInfo, TextPositionInfo).
Method in class jp.kyasu.graphics.TextLayout
- Draws the specified range of this layout to the specified graphics
at the specified location.
- draw(Graphics, Point, TextPositionInfo, TextPositionInfo, Color).
Method in class jp.kyasu.graphics.TextLayout
- Draws the specified range of this layout to the specified graphics
at the specified location, with the specified background color.
- draw(Graphics, Point, TextPositionInfo, TextPositionInfo, Color, boolean, boolean).
Method in class jp.kyasu.graphics.TextLayout
- Draws the specified range of this layout to the specified
graphics at the specified location, with the specified background
color and various flags.
- draw(Graphics, Point, TextPositionInfo, TextPositionInfo, Color, boolean, boolean, boolean).
Method in class jp.kyasu.graphics.TextLayout
- Draws the specified range of this layout to the specified
graphics at the specified location, with the specified background
color and various flags.
- draw(Graphics, Point, TextPositionInfo, TextPositionInfo, Color, boolean, boolean, boolean, int).
Method in class jp.kyasu.graphics.TextLayout
- Draws the specified range of this layout to the specified
graphics at the specified location, with the specified background
color, various flags and width for drawing.
- draw(Graphics, Point, TextPositionInfo, TextPositionInfo, Color, Color, Color, Color, int, int[]).
Method in class jp.kyasu.graphics.TextList
- Draws the specified range of this layout to the specified
graphics at the specified location, with the specified colors,
width for drawing and selected indices.
- draw(Graphics, Point, TextPositionInfo, TextPositionInfo, Color, Color, Color, Color, int, int[], boolean).
Method in class jp.kyasu.graphics.TextList
- Draws the specified range of this layout to the specified
graphics at the specified location, with the specified colors,
width for drawing, selected indices and redraw flag.
- drawLine(Graphics, Point, TextLineInfo, ParagraphStyle).
Method in class jp.kyasu.graphics.TextScanner
- Draws a line.
- drawLineFromTo(Graphics, Point, int, int, int, int, int, int, int).
Method in class jp.kyasu.graphics.TextScanner
- Draws a line from the beginning index to the ending index of text.
- drawLineFromTo(Graphics, Point, int, int, int, int, int, int, int, int[]).
Method in class jp.kyasu.graphics.EchoTextScanner
- Draws a line from the beginning index to the ending index of text.
- drawLineFromTo(Graphics, Point, int, int, int, int, int, int, int, int[]).
Method in class jp.kyasu.graphics.TextListScanner
- Draws a line from the beginning index to the ending index of text.
- drawLineFromTo(Graphics, Point, int, int, int, int, int, int, int, int[]).
Method in class jp.kyasu.graphics.TextScanner
- Draws a line from the beginning index to the ending index of text.
- drawLineFromTo(Graphics, Point, int, int, int, int, int, int, ParagraphStyle).
Method in class jp.kyasu.graphics.TextScanner
- Draws a line from the beginning index to the ending index of text.
- drawLineFromTo(Graphics, Point, int, int, int, TextLineInfo, ParagraphStyle).
Method in class jp.kyasu.graphics.TextScanner
- Draws a line from the beginning index to the ending index of text.
- drawLineTo(Graphics, Point, int, int, int, int, int, ParagraphStyle).
Method in class jp.kyasu.graphics.TextScanner
- Draws a line to the specified ending index of text.
- drawLineTo(Graphics, Point, int, TextLineInfo, ParagraphStyle).
Method in class jp.kyasu.graphics.TextScanner
- Draws a line to the specified ending index of text.
- drawText(Graphics, char[], int, int, boolean, boolean, int, int, int, int, int).
Method in class jp.kyasu.graphics.TextStyle
- Draws the text with style to the specified graphics object.
- DTD().
Constructor for class jp.kyasu.sgml.DTD
- Constructs an empty DTD.
- DTD(Element).
Constructor for class jp.kyasu.sgml.DTD
- Constructs a DTD with the specified root element.
- EAST.
Static variable in class jp.kyasu.awt.Label
- Indicates that the label should be right.
- EASTERN_EUROPE_CHARSET_LABEL.
Static variable in class jp.kyasu.editor.CharSetMenu
-
- echoCharIsSet().
Method in class jp.kyasu.awt.text.BasicTextEditController
- Indicates whether or not the view of this controller has a character
set for echoing.
- echoCharIsSet().
Method in class jp.kyasu.awt.TextField
- Indicates whether or not this text field has a character set
for echoing.
- echoCharIsSet().
Method in class jp.kyasu.graphics.TextLayout
- Checks if this layout has a character set for echoing.
- EchoTextScanner(RichText, int, char, Locale).
Constructor for class jp.kyasu.graphics.EchoTextScanner
- Constructs a echo text scanner with the rich text to be scanned,
the line wrapping style, the echo character, and the locale of
the text.
- EchoTextScanner(Text, RichTextStyle, int, char, Locale).
Constructor for class jp.kyasu.graphics.EchoTextScanner
- Constructs a echo text scanner with the text to be scanned, the
rich text style, the line wrapping style, the echo character, and
the locale of the text.
- edit_document_property().
Method in class jp.kyasu.editor.HTMLEditor
- Edits the document property.
- EditorResources().
Constructor for class jp.kyasu.editor.EditorResources
-
- Element(String, String[], int).
Constructor for class jp.kyasu.sgml.Element
- Constructs an element with the specified name, attributes and type.
- Element(String, String[], int, String[], String[]).
Constructor for class jp.kyasu.sgml.Element
- Constructs an element with the specified name, attributes, type,
inclusions and exclusions.
- Element(String, String[], String[]).
Constructor for class jp.kyasu.sgml.Element
- Constructs an element with the specified name, attributes and
sub-elements.
- Element(String, String[], String[], int).
Constructor for class jp.kyasu.sgml.Element
- Constructs an element with the specified name, attributes,
sub-elements and type.
- Element(String, String[], String[], int, String[], String[]).
Constructor for class jp.kyasu.sgml.Element
- Constructs an element with the specified name, attributes,
sub-elements, type, inclusions and exclusions.
- Element(String, String[], String[], String[], String[]).
Constructor for class jp.kyasu.sgml.Element
- Constructs an element with the specified name, attributes,
sub-elements, inclusions and exclusions.
- elements().
Method in class jp.kyasu.util.RunArray
- Returns an enumeration of the components of this array.
- elements().
Method in class jp.kyasu.util.Set
- Returns an enumeration of the values in this set.
- elements().
Method in class jp.kyasu.util.VArray
- Returns an enumeration of the components of this array.
- elements(int, int).
Method in class jp.kyasu.util.RunArray
- Returns an enumeration of the components of this array.
- EMPTY.
Static variable in class jp.kyasu.sgml.Element
- The content model is EMPTY.
- enable().
Method in class jp.kyasu.awt.KComponent
- Enables this component.
- enable().
Method in class jp.kyasu.awt.KContainer
- Enables this component.
- enable(boolean).
Method in class jp.kyasu.awt.KComponent
-
- enable(boolean).
Method in class jp.kyasu.awt.KContainer
-
- enableSubComps().
Method in class jp.kyasu.editor.HTMLEditor
- Enables sub components.
- enableSubComps().
Method in class jp.kyasu.editor.TextEditor
- Enables sub components.
- enableSubComps(boolean).
Method in class jp.kyasu.editor.HTMLEditor
- Enables sub components.
- end.
Variable in class jp.kyasu.graphics.text.TextChange
- The ending index of the text changed, exclusive.
- end_of_file().
Method in class jp.kyasu.awt.TextComponent
- Moves the insertion cursor to the end of the text.
- end_of_file().
Method in class jp.kyasu.awt.text.TextEditController
- Moves the insertion cursor to the end of the text.
- end_of_line().
Method in class jp.kyasu.awt.TextComponent
- Moves the insertion cursor to the end of the line.
- end_of_line().
Method in class jp.kyasu.awt.text.TextEditController
- Moves the insertion cursor to the end of the line.
- END_OF_RUN.
Static variable in class jp.kyasu.graphics.TextScanner
- The stop condition constant that shows the scanning runs to the end.
- ENDTAG_PARSED.
Static variable in class jp.kyasu.sgml.SGMLEvent
- The end tag parsed event type.
- endTagParsed(SGMLEvent).
Method in class jp.kyasu.graphics.html.HTMLReader
- Invoked when a end tag has been parsed.
- endTagParsed(SGMLEvent).
Method in interface jp.kyasu.sgml.SGMLParserListener
- Invoked when a end tag has been parsed.
- Entity().
Constructor for class jp.kyasu.sgml.Entity
- Constructs an empty entity.
- Entity(String, String).
Constructor for class jp.kyasu.sgml.Entity
- Constructs an entity with the specified name and text.
- EOT.
Static variable in class jp.kyasu.awt.util.LanguageTokenizer
- A constant indicating that the end of the array has been read.
- equals(Object).
Method in class jp.kyasu.graphics.ClickableTextAction
- Compares two objects for equality.
- equals(Object).
Method in class jp.kyasu.graphics.ExtendedFont
- Compares two objects for equality.
- equals(Object).
Method in class jp.kyasu.graphics.Modifier
- Compares two objects for equality.
- equals(Object).
Method in class jp.kyasu.graphics.ModTextStyle
- Compares two objects for equality.
- equals(Object).
Method in class jp.kyasu.awt.util.NamedTextStyle
- Compares two objects for equality.
- equals(Object).
Method in class jp.kyasu.graphics.ParagraphStyle
- Compares two objects for equality.
- equals(Object).
Method in class jp.kyasu.graphics.RichTextStyle
- Compares two objects for equality.
- equals(Object).
Method in class jp.kyasu.util.RunArray
- Compares two Objects for equality.
- equals(Object).
Method in class jp.kyasu.graphics.Text
- Compares two objects for equality.
- equals(Object).
Method in class jp.kyasu.graphics.TextCharacterIterator
- Compares two objects for equality.
- equals(Object).
Method in class jp.kyasu.graphics.TextStyle
- Compares two objects for equality.
- equals(Object).
Method in class jp.kyasu.util.VArray
- Compares two Objects for equality.
- equalsStyle(ExtendedFont).
Method in class jp.kyasu.graphics.ExtendedFont
- Compares the styles of two fonts for equality.
- ERROR.
Static variable in class jp.kyasu.awt.Dialog
- The error message type.
- error(Frame, String).
Static method in class jp.kyasu.awt.Dialog
- Errors a user with a dialog.
- error(Frame, Visualizable).
Static method in class jp.kyasu.awt.Dialog
- Errors a user with a dialog.
- error(String).
Static method in class jp.kyasu.awt.Dialog
- Errors a user with a dialog.
- error(Visualizable).
Static method in class jp.kyasu.awt.Dialog
- Errors a user with a dialog.
- EventPoster().
Constructor for class jp.kyasu.awt.EventPoster
-
- EventProxyContainer().
Constructor for class jp.kyasu.awt.EventProxyContainer
-
- EXCLUSIVE.
Static variable in class jp.kyasu.graphics.VCheckbox
- The checkbox style constat for the exclusive style.
- ExtendedFont(Font).
Constructor for class jp.kyasu.graphics.ExtendedFont
- Constructs an extended font with the specified font.
- ExtendedFont(Font, boolean).
Constructor for class jp.kyasu.graphics.ExtendedFont
- Constructs an extended font with the specified font and underline.
- ExtendedFont(Font, Color).
Constructor for class jp.kyasu.graphics.ExtendedFont
- Constructs an extended font with the specified font and color.
- ExtendedFont(Font, Color, boolean).
Constructor for class jp.kyasu.graphics.ExtendedFont
- Constructs an extended font with the specified font, color and
underline.
- ExtendedFont(String, int, int).
Constructor for class jp.kyasu.graphics.ExtendedFont
- Constructs an extended font with the specified name, style and size.
- ExtendedFont(String, int, int, boolean).
Constructor for class jp.kyasu.graphics.ExtendedFont
- Constructs an extended font with the specified name, style, size
and underline.
- ExtendedFont(String, int, int, Color).
Constructor for class jp.kyasu.graphics.ExtendedFont
- Constructs an extended font with the specified name, style, size
and color.
- ExtendedFont(String, int, int, Color, boolean).
Constructor for class jp.kyasu.graphics.ExtendedFont
- Constructs an extended font with the specified name, style, size,
color and underline.
- FastSyntaxColoringModel(RichText, LanguageTokenizerFactory).
Constructor for class jp.kyasu.awt.util.FastSyntaxColoringModel
- Constructs a model with the specified rich text and factory of the
language tokenizer.
- FastSyntaxColoringModel(RichText, LanguageTokenizerFactory, Font).
Constructor for class jp.kyasu.awt.util.FastSyntaxColoringModel
- Constructs a model with the specified rich text, factory of the
language tokenizer, and base font.
- filterRGB(int, int, int).
Method in class jp.kyasu.graphics.OpaqueImageFilter
- Converts a single input pixel to a base color pixel, if the
brightness of the input pixel is less than 128; converts the
input pixel to a white pixel, otherwise.
- find_word().
Method in class jp.kyasu.awt.text.BasicTextEditController
- Finds the word and move the insertion cursor to the founded word.
- find_word().
Method in class jp.kyasu.awt.TextComponent
- Finds the word and move the insertion cursor to the founded word.
- find_word(String).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Finds the word and move the insertion cursor to the founded word.
- find_word(String, String).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Finds the word and move the insertion cursor to the founded word.
- find_word(String, String, int).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Finds the word and move the insertion cursor to the founded word.
- findTextLine().
Method in class jp.kyasu.awt.text.TextListController
- Finds the string in the text lists.
- findTextLine(String).
Method in class jp.kyasu.awt.text.TextListController
- Finds the specified string in the text lists.
- first().
Method in class jp.kyasu.graphics.TextCharacterIterator
- Set the position to getBeginIndex() and return the character at that
position.
- focusGained(FocusEvent).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Invoked when a component gains the keyboard focus.
- focusGained(FocusEvent).
Method in class jp.kyasu.awt.ButtonController
- Invoked when a component gains the keyboard focus.
- focusGained(FocusEvent).
Method in class jp.kyasu.awt.text.ChoiceListController
- Invoked when a component gains the keyboard focus.
- focusGained(FocusEvent).
Method in class jp.kyasu.awt.EventProxyContainer
-
- focusGained(FocusEvent).
Method in class jp.kyasu.awt.text.TextController
- Invoked when a component gains the keyboard focus.
- focusLost(FocusEvent).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Invoked when a component loses the keyboard focus.
- focusLost(FocusEvent).
Method in class jp.kyasu.awt.ButtonController
- Invoked when a component loses the keyboard focus.
- focusLost(FocusEvent).
Method in class jp.kyasu.awt.text.ChoiceListController
- Invoked when a component loses the keyboard focus.
- focusLost(FocusEvent).
Method in class jp.kyasu.awt.EventProxyContainer
-
- focusLost(FocusEvent).
Method in class jp.kyasu.awt.text.TextController
- Invoked when a component loses the keyboard focus.
- FONT.
Static variable in class jp.kyasu.graphics.BasicTSModifier
- The constant for the attribute "font".
- FontModifier().
Constructor for class jp.kyasu.graphics.FontModifier
- Constructs an empty font modifier.
- FontModifier(FontModifier).
Constructor for class jp.kyasu.graphics.FontModifier
- Constructs a font modifier that has the same attributes and values as
the specified font modifier.
- FOREGROUND_COLOR.
Static variable in class jp.kyasu.awt.AWTResources
- The default foreground color.
- forward_character().
Method in class jp.kyasu.awt.TextComponent
- Moves the insertion cursor one character to the right.
- forward_character().
Method in class jp.kyasu.awt.text.TextEditController
- Moves the insertion cursor one character to the right.
- forward_page().
Method in class jp.kyasu.editor.HTMLEditor
- Goes to the next page.
- forward_word().
Method in class jp.kyasu.awt.TextComponent
- Moves the insertion cursor to the first whitespace character or
end of line following the next non-whitespace character.
- forward_word().
Method in class jp.kyasu.awt.text.TextEditController
- Moves the insertion cursor to the first whitespace character or
end of line following the next non-whitespace character.
- Frame().
Constructor for class jp.kyasu.awt.Frame
- Constructs a new instance of
Frame
that is
initially invisible.
- Frame(String).
Constructor for class jp.kyasu.awt.Frame
- Constructs a new, initially invisible
Frame
object
with the specified title.
- FULL_LAYOUT.
Static variable in class jp.kyasu.graphics.text.TextChange
- Constant for the full layout.
- FULL_REPAINT.
Static variable in class jp.kyasu.graphics.text.TextLayoutChange
- Constant for the full repaint.
- GENERATOR.
Static variable in class jp.kyasu.graphics.html.HTMLWriter
- The constant for the GENERATOR attribure for the META tag.
- get(int).
Method in class jp.kyasu.util.RunArray
- Returns the component object at the specified index.
- get(int).
Method in class jp.kyasu.util.VArray
- Returns the component at the specified index, as an object.
- get(String).
Method in class jp.kyasu.graphics.Modifier
- Returns the value of the attribute with the specified name.
- getAction(int).
Method in class jp.kyasu.awt.text.CompositeKeyAction
- Returns the key action object at the specified index.
- getActionCommand().
Method in class jp.kyasu.awt.AbstractButton
- Returns the command name of the action event fired by this button.
- getActionCommand().
Method in class jp.kyasu.graphics.ClickableTextAction
- Returns the command string for the action event fired by this action.
- getActionCount().
Method in class jp.kyasu.awt.text.CompositeKeyAction
- Returns the number of key action objects which compose this composite
key action.
- getAlignment().
Method in class jp.kyasu.awt.Label
- Gets the current alignment of this label.
- getAlignment().
Method in class jp.kyasu.graphics.ParagraphStyle
- Returns the alignment (justification) of the paragraph.
- getAlignment().
Method in class jp.kyasu.graphics.TextAttachment
- Returns the vertical alignment of this text attachment.
- getAllAnchorNames().
Method in class jp.kyasu.editor.HTMLEditor
- Returns the names of all target anchors (references) in this html
document.
- getAllAnchorNames().
Method in class jp.kyasu.graphics.html.HTMLText
- Returns the names of all target anchors (references) in this html
document.
- getAllElements().
Method in class jp.kyasu.sgml.DTD
- Returns the all elements in this DTD, as a hashtable.
- getAllEntities().
Method in class jp.kyasu.sgml.DTD
- Returns the all entities in this DTD, as a hashtable.
- getAnchorIndex(String).
Method in class jp.kyasu.editor.HTMLEditor
- Returns the index of the specified target anchor (reference) in this
html document.
- getAnchorIndex(String).
Method in class jp.kyasu.graphics.html.HTMLText
- Returns the index of the specified target anchor (reference) in this
html document.
- getArray().
Method in class jp.kyasu.util.VArray
- Returns the buffer of this array.
- getAttachmentAt(int).
Method in class jp.kyasu.graphics.html.DefaultHTMLReaderTarget
- Returns the text attachment at the specified index in the data written.
- getAttachmentAt(int).
Method in class jp.kyasu.editor.HTMLEditorTarget
- Returns the text attachment at the specified index in the data written.
- getAttachmentAt(int).
Method in interface jp.kyasu.graphics.html.HTMLReaderTarget
- Returns the text attachment at the specified index in the data written.
- getAttachmentAt(int).
Method in class jp.kyasu.graphics.RichText
- Returns the text attachment at the specified index.
- getAttachmentAt(int).
Method in class jp.kyasu.graphics.Text
- Returns the text attachment at the specified index.
- getAttachmentAt(int).
Method in class jp.kyasu.graphics.TextBuffer
- Returns the text attachment at a specified index in this text buffer.
- getAttachmentCount().
Method in class jp.kyasu.graphics.RichText
- Returns the number of the text attachments in this rich text.
- getAttachmentCount().
Method in class jp.kyasu.graphics.Text
- Returns the number of the text attachments in this text.
- getAttachments().
Method in class jp.kyasu.graphics.Text
- Returns all text attachments in this text as a hashtable.
- getAttributes().
Method in class jp.kyasu.sgml.Element
- Returns the names of the attributes of this element.
- getAttributes().
Method in class jp.kyasu.sgml.SGMLEvent
- Returns the attributes of this sgml event.
- getAutoResizeMode().
Method in class jp.kyasu.awt.SplitPanel
- Returns the auto resize mode of the panel.
- getAutoResizeMode().
Method in class jp.kyasu.awt.TableList
- Returns the auto resize mode of the panel.
- getAutoResizeMode().
Method in class jp.kyasu.awt.text.TableListView
- Returns the auto resize mode of the panel.
- getAvailableKeyActions().
Method in class jp.kyasu.awt.text.TextEditController
- Returns the available key action objects in this controller.
- getBackground().
Method in class jp.kyasu.graphics.VColoredWrapper
- Returns the background color.
- getBackgroundColor().
Method in class jp.kyasu.graphics.html.HTMLText
- Returns the background color of this html document.
- getBaseFont().
Method in class jp.kyasu.awt.util.SyntaxColoringModel
- Returns the base font of this model.
- getBaselineAt(int).
Method in class jp.kyasu.graphics.TextLines
- Returns the baseline of the line at the specified index.
- getBaseParagraphStyle().
Method in class jp.kyasu.graphics.html.HTMLStyle
- Returns the base paragraph style of this html style.
- getBaseStyle().
Method in class jp.kyasu.graphics.ParagraphStyle
- Returns the base text style of the paragraph.
- getBaseTextStyle().
Method in class jp.kyasu.graphics.html.HTMLStyle
- Returns the base text style of this html style.
- getBeginIndex().
Method in class jp.kyasu.graphics.TextCharacterIterator
- Return the start index of the array of characters.
- getBlockIncrement().
Method in class jp.kyasu.awt.Scrollbar
- Gets the block increment of this scroll bar.
- getBoolean(int).
Method in class jp.kyasu.util.VArray
- Returns the component at the specified index, as a boolean.
- getBooleanStateGroup().
Method in interface jp.kyasu.awt.BooleanState
- Determines the group of this boolean state.
- getBooleanStateGroup().
Method in class jp.kyasu.awt.ToggleButton
- Determines this toggle button/check box's group.
- getBorder().
Method in class jp.kyasu.awt.BorderedPanel
- Returns the visual border of this panel.
- getBorder().
Method in class jp.kyasu.graphics.VBorderedWrapper
- Returns the border of this bordered wrapper.
- getBounds().
Method in class jp.kyasu.awt.KComponent
- Returns the bounds of this component.
- getBounds().
Method in class jp.kyasu.awt.KContainer
- Returns the bounds of this component.
- getBqIncrementLevel(ParagraphStyle).
Method in class jp.kyasu.graphics.html.HTMLStyle
- Returns the nesting level of the BLOCKQUOTE tag from the specified
paragraph style.
- getByte(int).
Method in class jp.kyasu.util.VArray
- Returns the component at the specified index, as a byte.
- getCaretColor().
Method in class jp.kyasu.awt.TextComponent
- Returns the caret color.
- getCaretColor().
Method in class jp.kyasu.awt.text.TextEditView
- Returns the caret color.
- getCaretPosition().
Method in class jp.kyasu.awt.text.BasicTextEditController
- Returns the position of the text insertion caret.
- getCaretPosition().
Method in class jp.kyasu.awt.TextComponent
- Returns the position of the text insertion caret for this text component.
- getCDATA().
Method in class jp.kyasu.sgml.SGMLEvent
- Returns the cdata (#PCDATA, #CDATA, #RCDATA) of this sgml event.
- getChar(int).
Method in class jp.kyasu.graphics.html.DefaultHTMLReaderTarget
- Returns the character at the specified index in the data written.
- getChar(int).
Method in class jp.kyasu.editor.HTMLEditorTarget
- Returns the character at the specified index in the data written.
- getChar(int).
Method in interface jp.kyasu.graphics.html.HTMLReaderTarget
- Returns the character at the specified index in the data written.
- getChar(int).
Method in class jp.kyasu.graphics.RichText
- Returns the character at the specified index.
- getChar(int).
Method in class jp.kyasu.graphics.Text
- Returns the character at the specified index.
- getChar(int).
Method in class jp.kyasu.graphics.TextBuffer
- Returns the character at a specified index in this text buffer.
- getChar(int).
Method in class jp.kyasu.util.VArray
- Returns the component at the specified index, as a char.
- getCharacterIterator().
Method in class jp.kyasu.graphics.RichText
- Returns the character iterator for this text.
- getCharacterIterator().
Method in class jp.kyasu.graphics.Text
- Returns the character iterator for this text.
- getCharacterIterator(int).
Method in class jp.kyasu.graphics.RichText
- Returns the character iterator for this text, with the specified
initial index.
- getCharacterIterator(int).
Method in class jp.kyasu.graphics.Text
- Returns the character iterator for this text, with the specified
initial index.
- getCharacterIterator(int, int, int).
Method in class jp.kyasu.graphics.RichText
- Returns the character iterator for this text, with the specified
range and initial index.
- getCharacterIterator(int, int, int).
Method in class jp.kyasu.graphics.Text
- Returns the character iterator for this text, with the specified
range and initial index.
- getChars(int, int, char[], int).
Method in class jp.kyasu.graphics.Text
- Copies characters from this text into the destination character array.
- getCheckboxGroup().
Method in class jp.kyasu.awt.Checkbox
- Determines this check box's group.
- getClickableTextAction().
Method in class jp.kyasu.graphics.TextStyle
- Returns the clickable text action of this style.
- getClipboardString().
Method in class jp.kyasu.awt.text.TextController
- Returns the string in the clipboard.
- getClipboardText().
Method in class jp.kyasu.awt.text.BasicTextEditController
- Returns the text in the clipboard.
- getClipboardText().
Method in class jp.kyasu.awt.text.TextController
- Returns the text in the clipboard.
- getClipboardText(TextStyle).
Method in class jp.kyasu.awt.text.TextController
- Returns the text in the clipboard with the specified text style.
- getColor().
Method in class jp.kyasu.editor.ColorButton
- Returns the selected color.
- getColor().
Method in class jp.kyasu.editor.ColorChoice
- Returns the selected color.
- getColor().
Method in class jp.kyasu.editor.ColorChooser
- Returns the selected color.
- getColor().
Method in class jp.kyasu.graphics.ExtendedFont
- Returns the color of the extended font.
- getColumn().
Method in class jp.kyasu.awt.event.ListActionEvent
- Returns the column index of this event.
- getColumn().
Method in class jp.kyasu.awt.event.ListItemEvent
- Returns the column index of this event.
- getColumnButtons().
Method in class jp.kyasu.awt.TableList
- Returns the buttons for the column titles.
- getColumnButtons().
Method in class jp.kyasu.awt.text.TableListView
- Returns the column buttons of this table list view.
- getColumnCount().
Method in class jp.kyasu.awt.DefaultTextListModel
- Returns the number of columns in the list.
- getColumnCount().
Method in interface jp.kyasu.awt.ListModel
- Returns the number of columns in the list.
- getColumnCount().
Method in class jp.kyasu.awt.TableList
- Returns the number of columns in the list.
- getColumnCount().
Method in class jp.kyasu.awt.text.TextListController
- Returns the number of columns in the list.
- getColumns().
Method in class jp.kyasu.awt.text.BasicTextEditController
- Returns the number of columns in the view of this controller.
- getColumns().
Method in class jp.kyasu.awt.TextComponent
- Returns the number of columns in this text component.
- getColumns().
Method in class jp.kyasu.awt.text.TextView
- Returns the number of columns.
- getColumnTitles().
Method in class jp.kyasu.awt.TableList
- Returns the column titles.
- getColumnTotalSize().
Method in class jp.kyasu.awt.text.TableListView
- Returns the total size of the column widths.
- getColumnWidths().
Method in class jp.kyasu.awt.DefaultTextListModel
- Returns the column widths of the list.
- getColumnWidths().
Method in interface jp.kyasu.awt.ListModel
- Returns the column widths of the list.
- getColumnWidths().
Method in class jp.kyasu.graphics.TextList
- Returns the column widths.
- getCommentColor().
Method in class jp.kyasu.editor.CodeEditor
- Returns the font color for the comment tokens.
- getCommentColor().
Method in class jp.kyasu.awt.util.SyntaxColoringModel
- Returns the font color for the comment tokens.
- getCommentStyle().
Method in class jp.kyasu.awt.util.SyntaxColoringModel
- Returns the font style for the comment tokens.
- getComparer().
Method in class jp.kyasu.util.Sorter
- Returns the comparer of this sorter.
- getComponentType().
Method in class jp.kyasu.util.RunArray
- Returns the component type of this array.
- getComponentType().
Method in class jp.kyasu.util.VArray
- Returns the component type of this array.
- getConstantColor().
Method in class jp.kyasu.editor.CodeEditor
- Returns the font color for the constant tokens.
- getConstantColor().
Method in class jp.kyasu.awt.util.SyntaxColoringModel
- Returns the font color for the constant tokens.
- getConstantStyle().
Method in class jp.kyasu.awt.util.SyntaxColoringModel
- Returns the font style for the constant tokens.
- getContentModel().
Method in class jp.kyasu.sgml.Element
- Returns the names of the sub-elements in this element, as a set.
- getContentModelType().
Method in class jp.kyasu.sgml.Element
- Returns the content model type of this element.
- getController().
Method in class jp.kyasu.awt.AbstractButton
- Returns the controller of this button.
- getController().
Method in class jp.kyasu.awt.List
- Returns the controller of this list.
- getController().
Method in class jp.kyasu.awt.TableList
- Returns the controller of this list.
- getController().
Method in class jp.kyasu.awt.TextComponent
- Returns the controller of this text component.
- getController().
Method in class jp.kyasu.awt.text.TextEditView
- Returns the controller of this view.
- getController().
Method in class jp.kyasu.awt.text.TextListView
- Returns the controller of this view.
- getCurrent().
Method in class jp.kyasu.awt.CheckboxGroup
-
- getCurrentParagraphStyle().
Method in class jp.kyasu.graphics.TextBuffer
- Returns the current paragraph style of this text buffer.
- getCurrentTextStyle().
Method in class jp.kyasu.awt.text.BasicTextEditController
- Returns the current text style of this controller.
- getCurrentTextStyle().
Method in class jp.kyasu.graphics.TextBuffer
- Returns the current text style of this text buffer.
- getCurrentTextStyle().
Method in class jp.kyasu.awt.TextComponent
- Returns the current text style of this text component.
- getCutBufferText().
Static method in class jp.kyasu.awt.text.TextController
- Returns the text in the cut buffer.
- getDDParagraphStyle(int).
Method in class jp.kyasu.graphics.html.HTMLStyle
- Returns the paragraph style for the DD tag with the specified
nesting level.
- getDefaultActionNames().
Method in class jp.kyasu.awt.text.Keymap
- Returns the default action names.
- getDefaultKeyAction().
Method in class jp.kyasu.awt.text.KeyBinding
- Returns the default key action object which will be invoked when
the pressed key is not associated with any actions and the pressed
key character is printable.
- getDefaultKeymap().
Static method in class jp.kyasu.awt.text.TextEditController
- Returns the default key map.
- getDefaultParagraphStyle().
Method in class jp.kyasu.graphics.html.HTMLStyle
- Returns the default paragraph style for the HTML documents.
- getDefaultRichTextStyle().
Method in class jp.kyasu.graphics.html.HTMLStyle
- Returns the default rich text style for the HTML documents.
- getDefaultRichTextStyle(int).
Static method in class jp.kyasu.graphics.VRichText
- Returns the default rich text style with the specified alignment.
- getDefaultTextStyle().
Method in class jp.kyasu.graphics.html.HTMLStyle
- Returns the default text style for the HTML documents.
- getDelay().
Method in class jp.kyasu.awt.Timer
- Returns the timer's delay.
- getDeselectedIndices().
Method in class jp.kyasu.awt.event.ListModelEvent
- Returns the deselected indices.
- getDirection().
Method in class jp.kyasu.graphics.VArrow
- Returns the direction of the arrow.
- getDisabledBackground().
Method in class jp.kyasu.graphics.VLabel
- Returns the background color when the label is disabled.
- getDisabledForeground().
Method in class jp.kyasu.graphics.VLabel
- Returns the foreground color when the label is disabled.
- getDocElement().
Method in class jp.kyasu.sgml.DTD
- Returns the root element of this DTD.
- getDouble(int).
Method in class jp.kyasu.util.VArray
- Returns the component at the specified index, as a double.
- getDTParagraphStyle(int).
Method in class jp.kyasu.graphics.html.HTMLStyle
- Returns the paragraph style for the DT tag with the specified
nesting level.
- getEchoChar().
Method in class jp.kyasu.awt.text.BasicTextEditController
- Returns the character that is to be used for echoing.
- getEchoChar().
Method in class jp.kyasu.awt.TextField
- Returns the character that is to be used for echoing.
- getEchoChar().
Method in class jp.kyasu.graphics.TextLayout
- Returns the character to be used for echoing.
- getEditMenu().
Method in class jp.kyasu.awt.text.BasicTextEditController
- Returns the edit menu of this controller.
- getEditMenu().
Method in class jp.kyasu.awt.TextComponent
- Returns the edit menu of this text component.
- getEditMenu().
Method in class jp.kyasu.editor.TextEditor
- Returns the edit menu for this editor, or
null
.
- getElement().
Method in class jp.kyasu.sgml.SGMLEvent
- Returns the element of this sgml event.
- getElement(String).
Method in class jp.kyasu.sgml.DTD
- Returns the element whose name equals to the specified name in this DTD.
- getEndIndex().
Method in class jp.kyasu.graphics.TextCharacterIterator
- Return the end index of the array of characters.
- getEntity(String).
Method in class jp.kyasu.sgml.DTD
- Returns the entity whose name equals to the specified name in this DTD.
- getErrorIcon().
Method in class jp.kyasu.awt.Dialog
- Returns the error icon.
- getExclusions().
Method in class jp.kyasu.sgml.Element
- Returns the names of the exclusions of this element, as a set.
- getExtendedFont().
Method in class jp.kyasu.graphics.TextStyle
- Returns the extended font of this style.
- getFamily().
Method in class jp.kyasu.graphics.ExtendedFont
- Returns the platform specific family name of the font.
- getFilename().
Method in class jp.kyasu.graphics.VImage
- Returns the file name the image is created from.
- getFloat(int).
Method in class jp.kyasu.util.VArray
- Returns the component at the specified index, as a float.
- getFocusOwner().
Method in class jp.kyasu.awt.Dialog
- Returns the child component of this Window which has focus if and
only if this Window is active.
- getFocusOwner().
Method in class jp.kyasu.awt.Frame
- Returns the child component of this Window which has focus if and
only if this Window is active.
- getFocusOwner().
Method in class jp.kyasu.awt.Window
- Returns the child component of this Window which has focus if and
only if this Window is active.
- getFont().
Method in class jp.kyasu.graphics.ExtendedFont
- Returns the font object in this extended font.
- getFont().
Method in class jp.kyasu.graphics.TextStyle
- Returns the font of this style.
- getFontMetrics().
Method in class jp.kyasu.graphics.ExtendedFont
- Returns the font metrics for this extended font.
- getFontMetrics().
Method in class jp.kyasu.graphics.TextStyle
- Returns the font metrics for this style.
- getFontModifier().
Method in class jp.kyasu.graphics.ModTextStyle
- Returns the font modifier.
- getFontPointDifference(int).
Method in class jp.kyasu.graphics.html.HTMLStyle
- Returns the difference of the point size of the font from the base
font at the specified html font index.
- getForeground().
Method in class jp.kyasu.graphics.VColoredWrapper
- Returns the foreground color.
- getFormatMenu().
Method in class jp.kyasu.editor.TextEditor
- Returns the format menu for this editor, or
null
.
- getFrame().
Method in class jp.kyasu.awt.KComponent
- Returns the top fram of this component.
- getFrame().
Method in class jp.kyasu.awt.KContainer
- Returns the top fram of this component.
- getGap().
Method in class jp.kyasu.awt.SplitPanel
- Returns the gap between components.
- getGraphicsForSplit().
Method in class jp.kyasu.awt.SplitPanel
- Returns the graphics object for split.
- getHBlockIncrement().
Method in interface jp.kyasu.awt.Scrollable
- Gets the horizontal block value increment for the scrollable object.
- getHBlockIncrement().
Method in class jp.kyasu.awt.text.TableListView
- Gets the horizontal block value increment for the scrollable object.
- getHBlockIncrement().
Method in class jp.kyasu.awt.text.TextView
- Gets the horizontal block value increment for the scrollable object.
- getHeading().
Method in class jp.kyasu.graphics.ParagraphStyle
- Returns the visual heading of the paragraph.
- getHeadingSpace().
Method in class jp.kyasu.graphics.ParagraphStyle
- Returns the space for the visual heading from the left indentation.
- getHMaximum().
Method in interface jp.kyasu.awt.Scrollable
- Gets the horizontal maximum value of the scrollable object.
- getHMaximum().
Method in class jp.kyasu.awt.text.TableListView
- Gets the horizontal maximum value of the scrollable object.
- getHMaximum().
Method in class jp.kyasu.awt.text.TextView
- Gets the horizontal maximum value of the scrollable object.
- getHMinimum().
Method in interface jp.kyasu.awt.Scrollable
- Gets the horizontal minimum value of the scrollable object.
- getHMinimum().
Method in class jp.kyasu.awt.text.TableListView
- Gets the horizontal minimum value of the scrollable object.
- getHMinimum().
Method in class jp.kyasu.awt.text.TextView
- Gets the horizontal minimum value of the scrollable object.
- getHRSize().
Method in class jp.kyasu.graphics.html.HTMLStyle
- Returns the default height of the HR tag.
- getHtmlDTD().
Static method in class jp.kyasu.sgml.HTMLParser
- Returns the HTML 3.2 dtd.
- getHTMLFontIndex(int).
Method in class jp.kyasu.graphics.html.HTMLStyle
- Returns the html font index from the specified difference of the point
size of the font from the base font.
- getHTMLStyle().
Method in class jp.kyasu.editor.HTMLEditor
- Returns the html style of this text component.
- getHTMLStyle().
Method in class jp.kyasu.graphics.html.HTMLText
- Returns the html style of this html document.
- getHTMLText().
Method in class jp.kyasu.graphics.html.DefaultHTMLReaderTarget
- Returns the html text representation of the data written.
- getHTMLText().
Method in class jp.kyasu.editor.HTMLEditor
- Returns the html text of this text component.
- getHTMLText().
Method in class jp.kyasu.editor.HTMLEditorTarget
- Returns the html text representation of the data written.
- getHTMLText().
Method in interface jp.kyasu.graphics.html.HTMLReaderTarget
- Returns the html text representation of the data written.
- getHUnitIncrement().
Method in interface jp.kyasu.awt.Scrollable
- Gets the horizontal unit value increment for the scrollable object.
- getHUnitIncrement().
Method in class jp.kyasu.awt.text.TableListView
- Gets the horizontal unit value increment for the scrollable object.
- getHUnitIncrement().
Method in class jp.kyasu.awt.text.TextView
- Gets the horizontal unit value increment for the scrollable object.
- getHValue().
Method in interface jp.kyasu.awt.Scrollable
- Gets the horizontal current value of the scrollable object.
- getHValue().
Method in class jp.kyasu.awt.text.TableListView
- Gets the horizontal current value of the scrollable object.
- getHValue().
Method in class jp.kyasu.awt.text.TextView
- Gets the horizontal current value of the scrollable object.
- getHVisibleAmount().
Method in interface jp.kyasu.awt.Scrollable
- Gets the horizontal length of the propertional indicator.
- getHVisibleAmount().
Method in class jp.kyasu.awt.text.TableListView
- Gets the horizontal length of the propertional indicator.
- getHVisibleAmount().
Method in class jp.kyasu.awt.text.TextView
- Gets the horizontal length of the propertional indicator.
- getIcon(Class, String).
Static method in class jp.kyasu.awt.AWTResources
- Returns the resource icon indicated by the specified class and file.
- getIcon(String).
Method in class jp.kyasu.editor.TextEditor
- Returns the icon for the spcified name.
- getID().
Method in class jp.kyasu.awt.event.ListModelEvent
- Returns the id of this list model event.
- getID().
Method in class jp.kyasu.sgml.SGMLEvent
- Returns the id of this sgml event.
- getID().
Method in class jp.kyasu.awt.event.TextModelEvent
- Returns the id of this text model event.
- getImage().
Method in class jp.kyasu.graphics.VImage
- Returns the image in this visual image.
- getInclusions().
Method in class jp.kyasu.sgml.Element
- Returns the names of the inclusions of this element, as a set.
- getIndex().
Method in class jp.kyasu.graphics.TextCharacterIterator
- Return the current index.
- getInformIcon().
Method in class jp.kyasu.awt.Dialog
- Returns the information icon.
- getInitialDelay().
Method in class jp.kyasu.awt.Timer
- Returns the timer's initial delay.
- getInsertMenu().
Method in class jp.kyasu.editor.TextEditor
- Returns the insert menu for this editor, or
null
.
- getInsets().
Method in class jp.kyasu.awt.BorderedPanel
- Returns the insets of this panel.
- getInsets().
Method in class jp.kyasu.awt.KContainer
- Returns the insets of this component.
- getInsets().
Method in class jp.kyasu.awt.Panel
- Returns the insets of this panel.
- getInsets().
Method in class jp.kyasu.graphics.V3DBorder
- Returns the insets of this 3-D border.
- getInsets().
Method in class jp.kyasu.graphics.V3DButtonBorder
- Returns the insets of this 3-D border.
- getInsets().
Method in class jp.kyasu.graphics.VBorder
- Returns the insets of this visual border.
- getInsets().
Method in class jp.kyasu.graphics.VButton
- Returns the insets of this button.
- getInsets().
Method in class jp.kyasu.graphics.VDashedBorder
- Returns the insets of this dashed line border.
- getInsets().
Method in class jp.kyasu.graphics.VHRBorder
- Returns the insets of this horizontal line border.
- getInsets().
Method in class jp.kyasu.graphics.VPaneBorder
- Returns the insets of this pane border.
- getInsets().
Method in class jp.kyasu.graphics.VPlainBorder
- Returns the insets of this plain border.
- getInt(int).
Method in class jp.kyasu.util.VArray
- Returns the component at the specified index, as an int.
- getItem().
Method in class jp.kyasu.awt.event.ListActionEvent
- Returns the item of this event.
- getItem(int).
Method in class jp.kyasu.awt.List
- Returns the item associated with the specified index.
- getItem(int, int).
Method in class jp.kyasu.awt.DefaultTextListModel
- Returns the item associated with the specified index (row) and column.
- getItem(int, int).
Method in interface jp.kyasu.awt.ListModel
- Returns the item associated with the specified index (row) and column.
- getItem(int, int).
Method in class jp.kyasu.awt.TableList
- Returns the string item associated with the specified index (row)
and column.
- getItem(int, int).
Method in class jp.kyasu.awt.text.TextListController
- Returns the string item associated with the specified index (row)
and column.
- getItemCount().
Method in class jp.kyasu.awt.DefaultTextListModel
- Returns the number of items in the list.
- getItemCount().
Method in class jp.kyasu.awt.List
- Returns the number of items in the list.
- getItemCount().
Method in interface jp.kyasu.awt.ListModel
- Returns the number of items in the list.
- getItemCount().
Method in class jp.kyasu.awt.TableList
- Returns the number of items in the list.
- getItemCount().
Method in class jp.kyasu.awt.text.TextListController
- Returns the number of items in the list.
- getItemCountChanged().
Method in class jp.kyasu.awt.event.ListModelEvent
- Returns the item count changed.
- getItems().
Method in class jp.kyasu.awt.List
- Returns the items in the list.
- getItems().
Method in class jp.kyasu.awt.event.ListItemEvent
- Returns the indices of items of this event.
- getItems(int).
Method in class jp.kyasu.awt.DefaultTextListModel
- Returns the items in the specified column index.
- getItems(int).
Method in interface jp.kyasu.awt.ListModel
- Returns the items associated with the specified column index.
- getItems(int).
Method in class jp.kyasu.awt.TableList
- Returns the string items associated with the specified column index.
- getItems(int).
Method in class jp.kyasu.awt.text.TextListController
- Returns the string items associated with the specified column index.
- getJavaString(String).
Static method in class jp.kyasu.graphics.Text
- Converts the platform string whose line-end is CR, LF, or CRLF to
the string whose internal representation is suitable for the text,
i.e., whose line-end is LF.
- getJavaString(String, int).
Static method in class jp.kyasu.graphics.Text
- Converts the platform string whose line-end is CR, LF, or CRLF to
the string whose internal representation is suitable for the text,
i.e., whose line-end is the specified separator character.
- getKeyAction(char).
Method in class jp.kyasu.awt.text.KeyBinding
- Returns the key action object associated with the specified key
character.
- getKeyAction(int, int).
Method in class jp.kyasu.awt.text.KeyBinding
- Returns the key action object associated with the specified key code
with the specified key modifiers.
- getKeyAction(KeyEvent).
Method in class jp.kyasu.awt.text.KeyBinding
- Returns the key action object associated with the specified key event.
- getKeyAction(String).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Returns the key action object associated with the specified name.
- getKeyAction(String).
Method in class jp.kyasu.awt.text.KeyBinding
- Returns the key action object associated with the specified name.
- getKeyAction(String).
Method in class jp.kyasu.awt.TextComponent
- Returns the key action object associated with the specified name.
- getKeyBinding().
Method in class jp.kyasu.awt.text.BasicTextEditController
- Returns the key binding of this controller.
- getKeyBinding().
Method in class jp.kyasu.awt.TextComponent
- Returns the key binding of this text component.
- getKeyCharMap(char).
Method in class jp.kyasu.awt.text.Keymap
- Returns the action names mapped from the specified key character.
- getKeyCodeMap(int).
Method in class jp.kyasu.awt.text.Keymap
- Returns the action names mapped from the specified key code.
- getKeyCodeMap(int, int).
Method in class jp.kyasu.awt.text.Keymap
- Returns the action names mapped from the specified key code with
the specified key modifiers.
- getKeymap().
Method in class jp.kyasu.awt.text.BasicTextEditController
- Returns the keymap of this controller.
- getKeymap().
Method in class jp.kyasu.awt.text.KeyBinding
- Returns the
Keymap
object of this key binding.
- getKeymap().
Method in class jp.kyasu.awt.TextComponent
- Returns the keymap of this text component.
- getKeywordColor().
Method in class jp.kyasu.editor.CodeEditor
- Returns the font color for the keyword tokens.
- getKeywordColor().
Method in class jp.kyasu.awt.util.SyntaxColoringModel
- Returns the font color for the keyword tokens.
- getKeywordStyle().
Method in class jp.kyasu.awt.util.SyntaxColoringModel
- Returns the font style for the keyword tokens.
- getLabel().
Method in class jp.kyasu.awt.AbstractButton
- Gets the label of this button.
- getLangMode().
Method in class jp.kyasu.editor.CodeEditor
- Returns the language mode that is one of "Java", "C", and "C++".
- getLeftBqIncrementSize(int).
Method in class jp.kyasu.graphics.html.HTMLStyle
- Returns the increment size for the left margin indentation of
the BLOCKQUOTE tag at the specified nesting level.
- getLeftIndent().
Method in class jp.kyasu.graphics.ParagraphStyle
- Returns the left margin indentation of the paragraph.
- getLeftIndentation(int, int).
Method in class jp.kyasu.graphics.html.HTMLStyle
- Returns the left margin indentation with the specified BLOCKQUOTE
level and lists (UL, OL, DL) level.
- getLength().
Method in class jp.kyasu.graphics.html.DefaultHTMLReaderTarget
- Returns the length of the data written.
- getLength().
Method in class jp.kyasu.editor.HTMLEditorTarget
- Returns the length of the data written.
- getLength().
Method in interface jp.kyasu.graphics.html.HTMLReaderTarget
- Returns the length of the data written.
- getLength().
Method in class jp.kyasu.util.VArray
- Returns the length of this array, i.e., the number of components
in this array.
- getLineBeginAt(int).
Method in class jp.kyasu.graphics.TextLines
- Returns the beginning index of the line at the specified index.
- getLineBeginPositionOver(int).
Method in class jp.kyasu.graphics.TextLayout
- Returns the text position information at the beginning of the line
that is laid over the specified y position.
- getLineBeginPositionOver(TextPositionInfo, int).
Method in class jp.kyasu.graphics.TextLayout
- Returns the text position information at the beginning of the line
that is laid over the specified y position.
- getLineBeginPositionUnder(int).
Method in class jp.kyasu.graphics.TextLayout
- Returns the text position information at the beginning of the line
that is laid under the specified y position.
- getLineBeginPositionUnder(TextPositionInfo, int).
Method in class jp.kyasu.graphics.TextLayout
- Returns the text position information at the beginning of the line
that is laid under the specified y position.
- getLineCount().
Method in class jp.kyasu.graphics.TextLines
- Returns the number of the lines in this text lines.
- getLineEnd().
Method in class jp.kyasu.graphics.RichTextStyle
- Returns the line end style.
- getLineEndAt(int).
Method in class jp.kyasu.graphics.TextLines
- Returns the ending index of the line at the specified index.
- getLineEndChar().
Method in class jp.kyasu.graphics.RichTextStyle
- Returns the line end character.
- getLineIncrement().
Method in class jp.kyasu.awt.Scrollbar
-
- getLineIndexNearby(TextPositionInfo, int).
Method in class jp.kyasu.graphics.TextLines
- Returns the line index nearby the specfied text position information
at the specified index of the text.
- getLineIndexNearby(TextPositionInfo, Point).
Method in class jp.kyasu.graphics.TextLines
- Returns the line index nearby the specfied text position information
at the specified location.
- getLineSkipAt(int).
Method in class jp.kyasu.graphics.TextLines
- Returns the line skip space at the specified line index.
- getLineSpace().
Method in class jp.kyasu.graphics.ParagraphStyle
- Returns the space between lines in the paragraph.
- getLineTopAt(int).
Method in class jp.kyasu.graphics.TextLines
- Returns the top position of the line at the specified index.
- getLineWrap().
Method in class jp.kyasu.graphics.RichTextStyle
- Returns the line wrapping style.
- getLineWrap().
Method in class jp.kyasu.awt.TextComponent
- Returns the line wrapping style.
- getLineWrap().
Method in class jp.kyasu.graphics.TextLayout
- Returns the line wrapping style.
- getLineWrap().
Method in class jp.kyasu.awt.text.TextView
- Returns the line wrapping style.
- getLinkColor().
Method in class jp.kyasu.editor.HTMLEditor
- Returns the link color of this text component.
- getLinkColor().
Method in class jp.kyasu.graphics.html.HTMLText
- Returns the link color of this html document.
- getListIncrementLevel(ParagraphStyle).
Method in class jp.kyasu.graphics.html.HTMLStyle
- Returns the nesting level of the lists (UL, OL, DL) from the specified
paragraph style.
- getListIncrementSize(int).
Method in class jp.kyasu.graphics.html.HTMLStyle
- Returns the increment size for the left margin indentation of the
lists (UL, OL, DL) at the specified nesting level.
- getLocale().
Method in class jp.kyasu.graphics.TextLayout
- Returns the locale of this layout.
- getLocation().
Method in class jp.kyasu.awt.KComponent
- Returns the location of this component.
- getLocation().
Method in class jp.kyasu.awt.KContainer
- Returns the location of this component.
- getLocationOfText().
Method in class jp.kyasu.awt.TextComponent
- Returns the location of the text of this text component.
- getLocationOfText().
Method in class jp.kyasu.awt.text.TextView
- Returns the location of the
TextLayout
object.
- getLong(int).
Method in class jp.kyasu.util.VArray
- Returns the component at the specified index, as a long.
- getMaximum().
Method in class jp.kyasu.awt.Scrollbar
- Gets the maximum value of this scroll bar.
- getMinimum().
Method in class jp.kyasu.awt.Scrollbar
- Gets the minimum value of this scroll bar.
- getMinimumSize().
Method in class jp.kyasu.awt.Choice
- Returns the minimum dimensions for a choice.
- getMinimumSize().
Method in class jp.kyasu.awt.KComponent
- Returns the minimum size of this component.
- getMinimumSize().
Method in class jp.kyasu.awt.KContainer
- Returns the minimum size of this component.
- getMinimumSize().
Method in class jp.kyasu.awt.Label
- Gets the mininimum size of this component.
- getMinimumSize().
Method in class jp.kyasu.awt.List
- Returns the minimum size of this scrolling list.
- getMinimumSize().
Method in class jp.kyasu.awt.ScrollPanel
- Returns the minimum size of this panel.
- getMinimumSize().
Method in class jp.kyasu.awt.TableList
- Returns the minimum size of this table list.
- getMinimumSize().
Method in class jp.kyasu.awt.text.TableListView
- Returns the minimum size of this view.
- getMinimumSize().
Method in class jp.kyasu.awt.TextComponent
- Returns the minimum size of this text component.
- getMinimumSize().
Method in class jp.kyasu.awt.TextField
- Returns the minumum dimensions for this text field.
- getMinimumSize().
Method in class jp.kyasu.awt.text.TextView
- Returns the minimum size of this view.
- getMinimumSize(int).
Method in class jp.kyasu.awt.List
- Returns the minumum dimensions for a list with the specified number
of rows.
- getMinimumSize(int).
Method in class jp.kyasu.awt.TableList
- Returns the minumum dimensions for a table list with the specified
number of visual lines.
- getMinimumSize(int).
Method in class jp.kyasu.awt.text.TableListView
- Returns the minimum size of this view with the specified number of
rows.
- getMinimumSize(int).
Method in class jp.kyasu.awt.TextField
- Returns the minumum dimensions for a text field with the specified
number of columns.
- getMinimumSize(int, int).
Method in class jp.kyasu.awt.TextComponent
- Returns the minimum size of a text component with the specified
number of rows and columns.
- getMode().
Method in class jp.kyasu.awt.ButtonController
- Returns the control mode.
- getModel().
Method in class jp.kyasu.awt.text.BasicTextEditController
- Returns the model of this controller.
- getModel().
Method in class jp.kyasu.awt.List
- Returns the model of this list.
- getModel().
Method in class jp.kyasu.awt.event.ListModelEvent
- Returns the list model (event source) of this list model event.
- getModel().
Method in class jp.kyasu.awt.TableList
- Returns the model of this list.
- getModel().
Method in class jp.kyasu.awt.text.TableListView
- Returns the model of this table list view.
- getModel().
Method in class jp.kyasu.awt.TextComponent
- Returns the model of this text component.
- getModel().
Method in class jp.kyasu.awt.text.TextEditView
- Returns the model of this view.
- getModel().
Method in class jp.kyasu.awt.text.TextListController
- Returns the model of this controller.
- getModel().
Method in class jp.kyasu.awt.text.TextListView
- Returns the model of this view.
- getModel().
Method in class jp.kyasu.awt.event.TextModelEvent
- Returns the text model (event source) of this text model event.
- getName().
Method in class jp.kyasu.awt.text.CompositeKeyAction
- Returns the name of the composite key action object.
- getName().
Method in class jp.kyasu.sgml.Element
- Returns the name of this element.
- getName().
Method in class jp.kyasu.sgml.Entity
- Returns the name of this entity.
- getName().
Method in class jp.kyasu.graphics.ExtendedFont
- Returns the logical name of the font.
- getName().
Method in interface jp.kyasu.awt.text.KeyAction
- Returns the name of the key action object.
- getName().
Method in class jp.kyasu.graphics.TextAttachment
- Returns the name of this text attachment.
- getName().
Method in class jp.kyasu.graphics.html.VAnchor
- Returns the name of this anchor.
- getNormalColor().
Method in class jp.kyasu.editor.CodeEditor
- Returns the font color for the normal tokens.
- getNormalColor().
Method in class jp.kyasu.awt.util.SyntaxColoringModel
- Returns the font color for the normal tokens.
- getNormalStyle().
Method in class jp.kyasu.awt.util.SyntaxColoringModel
- Returns the font style for the normal tokens.
- getOLIHeading(int, int, TextStyle, Color).
Method in class jp.kyasu.graphics.html.HTMLStyle
- Returns the visual heading for the LI tag in the OL (LI-OL), with
the specified nesting level, ordered index, current base text style
and text color.
- getOLIIndex(Visualizable).
Method in class jp.kyasu.graphics.html.HTMLStyle
- Gets the index of the LI tag in the OL (LI-OL) from the specified
visual heading.
- getOLIParagraphStyle(int, int, Color).
Method in class jp.kyasu.graphics.html.HTMLStyle
- Returns the paragraph style for the LI tag in the OL (LI-OL), with
the specified nesting level, ordered index and text color.
- getOrientation().
Method in class jp.kyasu.awt.Scrollbar
- Returns the orientation of this scroll bar.
- getOrientation().
Method in class jp.kyasu.awt.event.ScrollEvent
- Returns the orientation type in the scrollable event.
- getOrientation().
Method in class jp.kyasu.awt.SplitPanel
- Returns the split orientation of this panel.
- getPageIncrement().
Method in class jp.kyasu.awt.Scrollbar
-
- getPaintBegin().
Method in class jp.kyasu.awt.event.TextModelEvent
- Returns the beginning index to paint, inclusive.
- getPaintEnd().
Method in class jp.kyasu.awt.event.TextModelEvent
- Returns the beginning index to paint, exclusive.
- getParagraphSpace().
Method in class jp.kyasu.graphics.ParagraphStyle
- Returns the space below the paragraph.
- getParagraphStyle().
Method in class jp.kyasu.graphics.RichTextStyle
- Returns the default paragraph style for the rich text.
- getParagraphStyle(String).
Method in class jp.kyasu.graphics.html.HTMLStyle
- Returns the paragraph style associated with the specified HTML tag.
- getParagraphStyleAt(int).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Returns the paragraph style at the specified index in the view of
this controller.
- getParagraphStyleAt(int).
Method in class jp.kyasu.graphics.RichText
- Returns the paragraph style at the specified index.
- getParagraphStyleAt(int).
Method in class jp.kyasu.awt.TextComponent
- Returns the paragraph style at the specified index in this text
component.
- getParagraphStyleCount().
Method in class jp.kyasu.awt.text.BasicTextEditController
- Returns the number of the paragraph styles in the text of the view
of this controller.
- getParagraphStyleCount().
Method in class jp.kyasu.graphics.RichText
- Returns the number of the paragraph styles in this rich text.
- getParagraphStyleCount().
Method in class jp.kyasu.awt.TextComponent
- Returns the number of the paragraph styles in the text of this text
component.
- getParagraphStyleRuns().
Method in class jp.kyasu.graphics.RichText
- Returns the paragraph styles as a run array in this rich text.
- getParagraphStyles().
Method in class jp.kyasu.awt.text.BasicTextEditController
- Returns all paragraph styles in the text of the view of this controller.
- getParagraphStyles().
Method in class jp.kyasu.graphics.RichText
- Returns all paragraph styles in this rich text.
- getParagraphStyles().
Method in class jp.kyasu.awt.TextComponent
- Returns all paragraph styles in the text of this text component.
- getParagraphStyles(int, int).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Returns the paragraph styles in the text of the view of this controller.
- getParagraphStyles(int, int).
Method in class jp.kyasu.graphics.RichText
- Returns the paragraph styles in this rich text.
- getParagraphStyles(int, int).
Method in class jp.kyasu.awt.TextComponent
- Returns the paragraph styles in the text of this text component.
- getParagraphStylesPerParagraph(int, int).
Method in class jp.kyasu.graphics.RichText
- Returns the paragraph styles in this rich text per paragraph.
- getParser().
Method in class jp.kyasu.sgml.SGMLEvent
- Returns the sgml parser (event source) of this sgml event.
- getPopupMenu().
Method in class jp.kyasu.awt.text.BasicTextEditController
- Returns the popup menu of this controller.
- getPopupMenu().
Method in class jp.kyasu.awt.List
- Returns the popup menu of this list.
- getPopupMenu().
Method in class jp.kyasu.awt.TableList
- Returns the popup menu of this list.
- getPopupMenu().
Method in class jp.kyasu.awt.TextComponent
- Returns the popup menu of this text component.
- getPopupMenu().
Method in class jp.kyasu.awt.text.TextListController
- Returns the popup menu of this controller.
- getPreferredButtonsHeight().
Method in class jp.kyasu.awt.text.TableListView
- Returns the preferred height for the buttons.
- getPreferredCharIncrementSize().
Method in class jp.kyasu.graphics.TextLayout
- Returns the preferred character increment size for the scroll of
this layout.
- getPreferredHeight(int).
Method in class jp.kyasu.awt.text.TextView
- Returns the preferred height of this view with the specified number
of rows.
- getPreferredLineIncrementSize().
Method in class jp.kyasu.graphics.TextLayout
- Returns the preferred line increment size for the scroll of
this layout.
- getPreferredParseBegin(Text, int, int, int).
Static method in class jp.kyasu.awt.util.LanguageTokenizer
- Returns the preferred beginning index to parse after the specified
text has been changed.
- getPreferredParseEnd(Text, int, int, int).
Static method in class jp.kyasu.awt.util.LanguageTokenizer
- Returns the preferred ending index to parse after the specified
text has been changed.
- getPreferredSize().
Method in class jp.kyasu.awt.Choice
- Returns the preferred dimensions for a choice.
- getPreferredSize().
Method in class jp.kyasu.awt.KComponent
- Returns the preferred size of this component.
- getPreferredSize().
Method in class jp.kyasu.awt.KContainer
- Returns the preferred size of this component.
- getPreferredSize().
Method in class jp.kyasu.awt.Label
- Gets the preferred size of this component.
- getPreferredSize().
Method in class jp.kyasu.awt.List
- Returns the preferred size of this scrolling list.
- getPreferredSize().
Method in class jp.kyasu.awt.Scrollbar
- Returns the preferred size of this scroll bar.
- getPreferredSize().
Method in class jp.kyasu.awt.ScrollPanel
- Returns the preferred size of this panel.
- getPreferredSize().
Method in class jp.kyasu.awt.TableList
- Returns the preferred size of this table list.
- getPreferredSize().
Method in class jp.kyasu.awt.text.TableListView
- Returns the preferred size of this view.
- getPreferredSize().
Method in class jp.kyasu.awt.TextComponent
- Returns the preferred size of this text component.
- getPreferredSize().
Method in class jp.kyasu.awt.TextField
- Returns the preferred size of this text field.
- getPreferredSize().
Method in class jp.kyasu.awt.text.TextListView
- Returns the preferred size of this view.
- getPreferredSize().
Method in class jp.kyasu.awt.text.TextView
- Returns the preferred size of this view.
- getPreferredSize(int).
Method in class jp.kyasu.awt.List
- Returns the preferred dimensions for a list with the specified number
of rows.
- getPreferredSize(int).
Method in class jp.kyasu.awt.TableList
- Returns the preferred dimensions for a table list with the specified
number of visual lines.
- getPreferredSize(int).
Method in class jp.kyasu.awt.text.TableListView
- Returns the preferred size of this view with the specified number of
rows.
- getPreferredSize(int).
Method in class jp.kyasu.awt.TextField
- Returns the preferred size of this text field with the specified
number of columns.
- getPreferredSize(int, int).
Method in class jp.kyasu.awt.TextComponent
- Determines the preferred size of a text component with the specified
number of rows and columns.
- getPreferredSize(int, int).
Method in class jp.kyasu.awt.TextField
- Determines the preferred size of a text component with the specified
number of rows and columns.
- getPreferredSize(int, int).
Method in class jp.kyasu.awt.text.TextView
- Returns the preferred size of this view with the specified number
of rows and columns.
- getPreferredWidth(int).
Method in class jp.kyasu.awt.text.TextView
- Returns the preferred width of this view with the specified number
of columns.
- getQuestionIcon().
Method in class jp.kyasu.awt.Dialog
- Returns the question icon.
- getRatioToWidth().
Method in class jp.kyasu.graphics.TextAttachment
- Returns the ratio to the width of the layout of the rich text.
- getReadEncoding().
Method in class jp.kyasu.editor.TextEditor
- Returns the encoding name for reading.
- getRemainWidthAt(int).
Method in class jp.kyasu.graphics.TextLines
- Returns the remaining width of the line at the specified index.
- getReplaceBegin().
Method in class jp.kyasu.awt.event.ListModelEvent
- Returns the beginning index to be replaced, inclusive.
- getReplaceEnd().
Method in class jp.kyasu.awt.event.ListModelEvent
- Returns the beginning index to be replaced, exclusive.
- getResourceBoolean(String, boolean).
Static method in class jp.kyasu.awt.AWTResources
- Returns the resource boolean indicated by the specified key.
- getResourceBoolean(String, boolean).
Static method in class jp.kyasu.editor.EditorResources
- Returns the resource boolean indicated by the specified key.
- getResourceBoolean(String, boolean).
Method in class jp.kyasu.util.Resources
- Returns the resource boolean indicated by the specified key.
- getResourceColor(String, Color).
Static method in class jp.kyasu.awt.AWTResources
- Returns the resource color indicated by the specified key.
- getResourceColor(String, Color).
Static method in class jp.kyasu.editor.EditorResources
- Returns the resource color indicated by the specified key.
- getResourceColor(String, Color).
Method in class jp.kyasu.util.Resources
- Returns the resource color indicated by the specified key.
- getResourceInteger(String, int).
Static method in class jp.kyasu.awt.AWTResources
- Returns the resource integer indicated by the specified key.
- getResourceInteger(String, int).
Static method in class jp.kyasu.editor.EditorResources
- Returns the resource integer indicated by the specified key.
- getResourceInteger(String, int).
Method in class jp.kyasu.util.Resources
- Returns the resource integer indicated by the specified key.
- getResourceString(String).
Static method in class jp.kyasu.awt.AWTResources
- Returns the resource string indicated by the specified key.
- getResourceString(String).
Static method in class jp.kyasu.editor.EditorResources
- Returns the resource string indicated by the specified key.
- getResourceString(String).
Method in class jp.kyasu.util.Resources
- Returns the resource string indicated by the specified key.
- getResourceString(String, String).
Static method in class jp.kyasu.awt.AWTResources
- Returns the resource string indicated by the specified key.
- getResourceString(String, String).
Static method in class jp.kyasu.editor.EditorResources
- Returns the resource string indicated by the specified key.
- getResourceString(String, String).
Method in class jp.kyasu.util.Resources
- Returns the resource string indicated by the specified key.
- getResourceString(String, String).
Static method in class jp.kyasu.awt.text.TextController
- Returns the resource string indicated by the specified key.
- getRichText().
Method in class jp.kyasu.awt.text.BasicTextEditController
- Returns the rich text of the view of this controller.
- getRichText().
Method in class jp.kyasu.graphics.html.DefaultHTMLReaderTarget
- Returns the rich text representation of the data written.
- getRichText().
Method in class jp.kyasu.awt.DefaultTextModel
- Returns the rich text of this text model.
- getRichText().
Method in class jp.kyasu.editor.HTMLEditorTarget
- Returns the rich text representation of the data written.
- getRichText().
Method in interface jp.kyasu.graphics.html.HTMLReaderTarget
- Returns the rich text representation of the data written.
- getRichText().
Method in class jp.kyasu.awt.TextComponent
- Returns the rich text of this text component.
- getRichText().
Method in class jp.kyasu.awt.text.TextEditView
- Returns the
RichText
object being viewed.
- getRichText().
Method in class jp.kyasu.graphics.TextLines
- Returns the rich text to be composed into lines.
- getRichText().
Method in class jp.kyasu.awt.text.TextListView
- Returns the
RichText
object being viewed.
- getRichText().
Method in interface jp.kyasu.awt.TextModel
- Returns the rich text of this text model.
- getRichText().
Method in class jp.kyasu.awt.text.TextView
- Returns the
RichText
object being viewed.
- getRichText().
Method in class jp.kyasu.graphics.VRichText
- Returns the rich text in this visual rich text.
- getRichTextStyle().
Method in class jp.kyasu.graphics.RichText
- Returns the
RichTextStyle
object of this rich text.
- getRichTextStyle().
Method in class jp.kyasu.graphics.TextLines
- Returns the rich text style of this text lines.
- getRightBqIncrementSize(int).
Method in class jp.kyasu.graphics.html.HTMLStyle
- Returns the increment size for the right margin indentation of
the BLOCKQUOTE tag at the specified nesting level.
- getRightIndent().
Method in class jp.kyasu.graphics.ParagraphStyle
- Returns the right margin indentation of the paragraph.
- getRightIndentation(int, int).
Method in class jp.kyasu.graphics.html.HTMLStyle
- Returns the right margin indentation with the specified BLOCKQUOTE
level and lists (UL, OL, DL) level.
- getRow().
Method in class jp.kyasu.awt.event.ListActionEvent
- Returns the row index of this event.
- getRow().
Method in class jp.kyasu.awt.event.ListItemEvent
- Returns the column index of this event.
- getRowItem(int).
Method in class jp.kyasu.awt.TableList
- Returns the item associated with the specified row index.
- getRowItem(int).
Method in class jp.kyasu.awt.text.TextListController
- Returns the item associated with the specified row index.
- getRowItems(int).
Method in class jp.kyasu.awt.DefaultTextListModel
- Returns the items associated with the specified row index.
- getRowItems(int).
Method in interface jp.kyasu.awt.ListModel
- Returns the items associated with the specified row index.
- getRowItems(int).
Method in class jp.kyasu.awt.TableList
- Returns the string items associated with the specified row index.
- getRowItems(int).
Method in class jp.kyasu.awt.text.TextListController
- Returns the string items associated with the specified row index.
- getRows().
Method in class jp.kyasu.awt.text.BasicTextEditController
- Returns the number of rows in the view of this controller.
- getRows().
Method in class jp.kyasu.awt.List
- Get the number of visible lines in this list.
- getRows().
Method in class jp.kyasu.awt.TableList
- Get the number of visible lines in this table list.
- getRows().
Method in class jp.kyasu.awt.TextComponent
- Returns the number of rows in the text component.
- getRows().
Method in class jp.kyasu.awt.text.TextListController
- Returns the number of visible lines in the view.
- getRows().
Method in class jp.kyasu.awt.text.TextView
- Returns the number of rows.
- getRowTextItem(int).
Method in class jp.kyasu.awt.TableList
- Returns the text item associated with the specified row index.
- getRowTextItem(int).
Method in class jp.kyasu.awt.text.TextListController
- Returns the text item associated with the specified row index.
- getRowTextItems(int).
Method in class jp.kyasu.awt.TableList
- Returns the text items associated with the specified row index.
- getRowTextItems(int).
Method in class jp.kyasu.awt.text.TextListController
- Returns the text items associated with the specified row index.
- getRunLengthAt(int).
Method in class jp.kyasu.util.RunArray
- Returns the run length (the number of the constant occurrence)
at the specified index.
- getRunLengthAt(int).
Method in class jp.kyasu.graphics.Text
- Returns the run length (the number of the constant occurrence)
of the style at the specified index.
- getRunOffsetAt(int).
Method in class jp.kyasu.util.RunArray
- Returns the run offset (the starting index of the constant
occurrence) at the specified index.
- getRunOffsetAt(int).
Method in class jp.kyasu.graphics.Text
- Returns the run offset (the starting index of the constant
occurrence) of the style at the specified index.
- getScrollable().
Method in class jp.kyasu.awt.event.ScrollEvent
- Returns the Scrollable object where this event originated.
- getScrollbarDisplayPolicy().
Method in class jp.kyasu.awt.ScrollPanel
- Returns the display policy for the scrollbars.
- getScrollbarThickness().
Method in class jp.kyasu.awt.List
- Returns the thickness of the scroll bar.
- getScrollbarThickness().
Method in class jp.kyasu.awt.Scrollbar
- Returns the thickness of the scroll bar.
- getScrollbarThickness().
Method in class jp.kyasu.awt.ScrollPanel
- Returns the thickness of the scroll bar.
- getScrollbarThickness().
Method in class jp.kyasu.awt.TableList
- Returns the thickness of the scroll bar.
- getScrollbarThickness().
Method in class jp.kyasu.awt.TextComponent
- Returns the thickness of the scroll bar.
- getScrollbarThickness().
Method in class jp.kyasu.awt.TextField
- Returns the thickness of the scroll bar.
- getScrollbarVisibility().
Method in class jp.kyasu.awt.ScrollPanel
- Returns the visibility for the scrollbars.
- getScrollbarVisibility().
Method in class jp.kyasu.awt.TextComponent
- Returns an enumerated value that indicates which scroll bars
the text component uses.
- getScrollbarVisibility().
Method in class jp.kyasu.awt.TextField
- Returns an enumerated value that indicates which scroll bars
the text component uses.
- getSelectedBooleanState().
Method in class jp.kyasu.awt.BooleanStateGroup
- Returns the current boolean state from this group.
- getSelectedCharcterSet().
Method in class jp.kyasu.editor.CharSetMenu
- Returns the selected character set.
- getSelectedCheckbox().
Method in class jp.kyasu.awt.CheckboxGroup
- Gets the current choice from this check box group.
- getSelectedCommand().
Method in class jp.kyasu.editor.SelectionMenu
- Returns the selected command or null.
- getSelectedCount().
Method in class jp.kyasu.awt.DefaultTextListModel
- Returns the number of selected rows.
- getSelectedCount().
Method in interface jp.kyasu.awt.ListModel
- Returns the number of selected rows.
- getSelectedIndex().
Method in class jp.kyasu.awt.List
- Gets the index of the selected item on the list,
- getSelectedIndex().
Method in class jp.kyasu.awt.TableList
- Gets the index of the selected row on the list,
- getSelectedIndex().
Method in class jp.kyasu.awt.text.TextListController
- Returns the index of the selected row.
- getSelectedIndexes().
Method in class jp.kyasu.awt.DefaultTextListModel
- Returns the indices of the selected rows.
- getSelectedIndexes().
Method in class jp.kyasu.awt.List
- Gets the selected indexes on the list.
- getSelectedIndexes().
Method in interface jp.kyasu.awt.ListModel
- Returns the indices of the selected rows.
- getSelectedIndexes().
Method in class jp.kyasu.awt.TableList
- Gets the selected row indexes on the list.
- getSelectedIndexes().
Method in class jp.kyasu.awt.text.TextListController
- Returns the indices of the selected rows.
- getSelectedIndices().
Method in class jp.kyasu.awt.event.ListModelEvent
- Returns the selected indices.
- getSelectedItem().
Method in class jp.kyasu.awt.List
- Get the selected item on this scrolling list.
- getSelectedItems().
Method in class jp.kyasu.awt.List
- Get the selected items on this scrolling list.
- getSelectedObjects().
Method in class jp.kyasu.awt.Choice
- Returns an array (length 1) containing the currently selected
item.
- getSelectedObjects().
Method in class jp.kyasu.editor.ColorChooser
- Returns the selected items or null if no items are selected.
- getSelectedObjects().
Method in class jp.kyasu.awt.List
- Returns the selected items on the list in an array of Objects.
- getSelectedObjects().
Method in class jp.kyasu.awt.TableList
- Returns the selected items on the list in an array of Objects.
- getSelectedObjects().
Method in class jp.kyasu.awt.text.TextListController
- Returns the selected items or null if no items are selected.
- getSelectedObjects().
Method in class jp.kyasu.awt.ToggleButton
- Returns the an array (length 1) containing the toggle button/check box
label or null if the checkbox is not selected.
- getSelectedString().
Method in class jp.kyasu.awt.text.BasicTextEditController
- Returns the selected string from the view of this controller.
- getSelectedText().
Method in class jp.kyasu.awt.text.BasicTextEditController
- Returns the selected text from the view of this controller.
- getSelectedTEXT().
Method in class jp.kyasu.awt.TextComponent
- Returns the selected text from this text component.
- getSelectedText().
Method in class jp.kyasu.awt.TextComponent
- Returns the selected string from the string that is presented by
this text component.
- getSelectedText().
Method in class jp.kyasu.awt.text.TextEditView
- Returns the selected text.
- getSelectedTextItem().
Method in class jp.kyasu.awt.List
- Get the selected text item on this scrolling list.
- getSelectedTextItems().
Method in class jp.kyasu.awt.List
- Get the selected text items on this scrolling list.
- getSelectionBackground().
Method in class jp.kyasu.awt.List
- Returns the selection background color.
- getSelectionBackground().
Method in class jp.kyasu.awt.TableList
- Returns the selection background color.
- getSelectionBackground().
Method in class jp.kyasu.awt.TextComponent
- Returns the selection background color.
- getSelectionBackground().
Method in class jp.kyasu.awt.text.TextView
- Returns the selection background color.
- getSelectionBegin().
Method in class jp.kyasu.awt.text.TextEditView
- Returns the beginning text position of the selection, inclusive.
- getSelectionBegin().
Method in class jp.kyasu.awt.event.TextPositionEvent
- Returns the beginning position information of the selection.
- getSelectionBeginIndex().
Method in class jp.kyasu.awt.event.TextPositionEvent
- Returns the beginning position index of the selection.
- getSelectionBeginLineIndex().
Method in class jp.kyasu.awt.event.TextPositionEvent
- Returns the beginning position line index of the selection.
- getSelectionEnd().
Method in class jp.kyasu.awt.text.BasicTextEditController
- Returns the end position of the selected text.
- getSelectionEnd().
Method in class jp.kyasu.awt.TextComponent
- Returns the end position of the selected text in this text component.
- getSelectionEnd().
Method in class jp.kyasu.awt.text.TextEditView
- Returns the ending text position of the selection, exclusive.
- getSelectionEnd().
Method in class jp.kyasu.awt.event.TextPositionEvent
- Returns the ending position information of the selection.
- getSelectionEndIndex().
Method in class jp.kyasu.awt.event.TextPositionEvent
- Returns the ending position index of the selection.
- getSelectionEndLineIndex().
Method in class jp.kyasu.awt.event.TextPositionEvent
- Returns the ending position line index of the selection.
- getSelectionForeground().
Method in class jp.kyasu.awt.List
- Returns the selection foreground color.
- getSelectionForeground().
Method in class jp.kyasu.awt.TableList
- Returns the selection foreground color.
- getSelectionForeground().
Method in class jp.kyasu.awt.TextComponent
- Returns the selection foreground color.
- getSelectionForeground().
Method in class jp.kyasu.awt.text.TextView
- Returns the selection foreground color.
- getSelectionMode().
Method in class jp.kyasu.awt.List
- Returns the selection mode.
- getSelectionMode().
Method in class jp.kyasu.awt.TableList
- Returns the selection mode.
- getSelectionMode().
Method in class jp.kyasu.awt.text.TextListController
- Returns the selection mode.
- getSelectionStart().
Method in class jp.kyasu.awt.text.BasicTextEditController
- Returns the start position of the selected text.
- getSelectionStart().
Method in class jp.kyasu.awt.TextComponent
- Returns the start position of the selected text in this text component.
- getShort(int).
Method in class jp.kyasu.util.VArray
- Returns the component at the specified index, as a short.
- getSize().
Method in class jp.kyasu.graphics.ExtendedFont
- Returns the point size of the font.
- getSize().
Method in class jp.kyasu.awt.KComponent
- Returns the size of this component.
- getSize().
Method in class jp.kyasu.awt.KContainer
- Returns the size of this component.
- getSize().
Method in class jp.kyasu.graphics.TextLayout
- Returns the size of this layout.
- getSize().
Method in class jp.kyasu.util.VArray
- Returns the size of this array, i.e., the number of components
in this array.
- getSize().
Method in class jp.kyasu.graphics.VBorderedWrapper
- Returns the size of this visual object.
- getSize().
Method in class jp.kyasu.graphics.VButton
- Returns the size of this button.
- getSize().
Method in class jp.kyasu.graphics.VCheckbox
- Returns the size of this checkbox.
- getSize().
Method in class jp.kyasu.graphics.VClipWrapper
- Returns the size of the clipping rectangle.
- getSize().
Method in interface jp.kyasu.graphics.Visualizable
- Returns the size of this visual object.
- getSize().
Method in class jp.kyasu.graphics.VLabel
- Returns the size of this label.
- getSize().
Method in class jp.kyasu.graphics.VObject
- Returns the size of this visual object.
- getSize().
Method in class jp.kyasu.graphics.VRichText
- Returns the size of this visual rich text.
- getSize().
Method in class jp.kyasu.graphics.VText
- Returns the size of this visual text.
- getSize().
Method in class jp.kyasu.graphics.VWrapper
- Returns the size of this visual object.
- getSizeForSplit().
Method in class jp.kyasu.awt.SplitPanel
- Returns the size for split.
- getSoftTab().
Method in class jp.kyasu.awt.TextComponent
- Returns the length of soft tab.
- getSoftTab().
Method in class jp.kyasu.awt.text.TextEditController
- Returns the length of soft tab.
- getSplitSizes().
Method in class jp.kyasu.awt.SplitPanel
- Returns the split sizes.
- getState().
Method in interface jp.kyasu.awt.BooleanState
- Returns the boolean state of this object.
- getState().
Method in class jp.kyasu.awt.ToggleButton
- Determines whether this toggle button/check box is in the "on" or
"off" state.
- getState().
Method in class jp.kyasu.graphics.VAbstractButton
- Returns the boolean state of the button.
- getString().
Method in class jp.kyasu.awt.text.BasicTextEditController
- Returns the string of the view of this controller.
- getString().
Method in class jp.kyasu.graphics.html.DefaultHTMLReaderTarget
- Returns the string representation of the data written.
- getString().
Method in class jp.kyasu.editor.HTMLEditorTarget
- Returns the string representation of the data written.
- getString().
Method in interface jp.kyasu.graphics.html.HTMLReaderTarget
- Returns the string representation of the data written.
- getString(String).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Returns the string of the view of this controller.
- getStyle().
Method in class jp.kyasu.graphics.ExtendedFont
- Returns the style of the font.
- getStyle().
Method in class jp.kyasu.awt.text.TextCaret
- Returns the style of this caret.
- getStyle().
Method in class jp.kyasu.graphics.V3DButtonBorder
- Returns the style of the border.
- getStyle().
Method in class jp.kyasu.graphics.VButton
- Returns the style of the button.
- getStyle().
Method in class jp.kyasu.graphics.VCheckbox
- Returns the style of the checkbox.
- getStyle().
Method in class jp.kyasu.graphics.VOval
- Returns the style of the oval.
- getStyle().
Method in class jp.kyasu.graphics.VRectangle
- Returns the style of the rectangle.
- getStyleName().
Method in class jp.kyasu.awt.util.NamedTextStyle
- Returns the style name of this named text style.
- getStyleName().
Method in class jp.kyasu.graphics.ParagraphStyle
- Returns the name of the paragraph style.
- getSystemString(String).
Static method in class jp.kyasu.graphics.Text
- Converts the string whose internal representation is suitable
for the text, i.e., whose line-end is LF and line-break is CR,
to the platform string whose line-end is CR, LF, or CRLF.
- getSystemString(String, String).
Static method in class jp.kyasu.graphics.Text
- Converts the string whose internal representation is suitable
for the text, i.e., whose line-end is LF and line-break is CR,
to the platform string whose line-end is the specified line separator.
- getTabWidth().
Method in class jp.kyasu.graphics.ParagraphStyle
- Returns the indentation for the tab character.
- getTabWidth().
Method in class jp.kyasu.graphics.RichTextStyle
- Returns the default tab width.
- getText().
Method in class jp.kyasu.awt.text.BasicTextEditController
- Returns the text of the view of this controller.
- getText().
Method in class jp.kyasu.sgml.Entity
- Returns the text of this entity.
- getText().
Method in class jp.kyasu.awt.Label
- Gets the string of this label.
- getTEXT().
Method in class jp.kyasu.awt.Label
- Gets the text object of this label.
- getText().
Method in class jp.kyasu.graphics.RichText
- Returns the
Text
object in this rich text.
- getText().
Method in class jp.kyasu.graphics.TextCharacterIterator
- Returns the text to be iterated over.
- getText().
Method in class jp.kyasu.awt.TextComponent
- Returns the string that is presented by this text component.
- getTEXT().
Method in class jp.kyasu.awt.TextComponent
- Returns the text of this text component.
- getText().
Method in class jp.kyasu.graphics.TextLines
- Returns the text to be composed into lines.
- getText().
Method in class jp.kyasu.graphics.VText
- Returns the text in this visual text.
- getText(String).
Method in class jp.kyasu.awt.TextComponent
- Returns the string that is presented by this text component.
- getTextCaret().
Method in class jp.kyasu.awt.TextComponent
- Returns the text caret of this text component.
- getTextCaret().
Method in class jp.kyasu.awt.text.TextEditView
- Returns the text caret of this view.
- getTextChange().
Method in class jp.kyasu.awt.event.TextModelEvent
- Returns the
TextChange
object of this text model event.
- getTextColor().
Method in class jp.kyasu.graphics.html.HTMLText
- Returns the text color of this html document.
- getTextItem(int).
Method in class jp.kyasu.awt.List
- Returns the text item associated with the specified index.
- getTextItem(int, int).
Method in class jp.kyasu.awt.TableList
- Returns the text item associated with the specified index (row)
and column.
- getTextItem(int, int).
Method in class jp.kyasu.awt.text.TextListController
- Returns the text item associated with the specified index (row)
and column.
- getTextItems().
Method in class jp.kyasu.awt.List
- Returns the text items in the list.
- getTextItems(int).
Method in class jp.kyasu.awt.TableList
- Returns the text items associated with the specified column index.
- getTextItems(int).
Method in class jp.kyasu.awt.text.TextListController
- Returns the text items associated with the specified column index.
- getTextLayoutChange().
Method in class jp.kyasu.awt.event.TextListModelEvent
- Returns the text layout change object.
- getTextLineAt(int).
Method in class jp.kyasu.graphics.TextLines
- Returns the text line information for the line at the specified
line index.
- getTextLineInto(int, TextLineInfo).
Method in class jp.kyasu.graphics.TextLines
- Sets the text line information for the line at the specified line
index into the specified text line information object, and
returns the text line information object set.
- getTextList().
Method in class jp.kyasu.awt.DefaultTextListModel
- Returns the text list of this text list model.
- getTextList().
Method in interface jp.kyasu.awt.TextListModel
- Returns the text list of this text list model.
- getTextPositionAt(int).
Method in class jp.kyasu.graphics.TextLayout
- Returns the text position information at the specified index of the
text.
- getTextPositionAt(Point).
Method in class jp.kyasu.graphics.TextLayout
- Returns the text position information at the specified location in the
layout.
- getTextPositionAtLineBegin(int).
Method in class jp.kyasu.graphics.TextLines
- Returns the text position information at the beginning of the line
at the specified line index.
- getTextPositionNearby(TextPositionInfo, int).
Method in class jp.kyasu.graphics.TextLayout
- Returns the text position information nearby the specfied text
position information at the specified index of the text.
- getTextPositionNearby(TextPositionInfo, Point).
Method in class jp.kyasu.graphics.TextLayout
- Returns the text position information nearby the specfied text
position information at the specified location in the layout.
- getTextPositionNextTo(TextPositionInfo).
Method in class jp.kyasu.graphics.TextLayout
- Returns the text position information next to the specfied text
position information.
- getTextPositionPrevTo(TextPositionInfo).
Method in class jp.kyasu.graphics.TextLayout
- Returns the text position information previous to the specfied text
position information.
- getTextStyle().
Method in class jp.kyasu.graphics.RichTextStyle
- Returns the default text style for the rich text.
- getTextStyleArray(int, int).
Method in class jp.kyasu.graphics.Text
- Returns the run array representation of the text styles in this text.
- getTextStyleAt(int).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Returns the text style at the specified index in the view of this
controller.
- getTextStyleAt(int).
Method in class jp.kyasu.graphics.RichText
- Returns the text style at the specified index.
- getTextStyleAt(int).
Method in class jp.kyasu.graphics.Text
- Returns the text style at the specified index.
- getTextStyleAt(int).
Method in class jp.kyasu.awt.TextComponent
- Returns the text style at the specified index in this text component.
- getTextStyleConstraint().
Method in class jp.kyasu.graphics.RichText
- Returns the text style constraint of this rich text.
- getTextStyleCount().
Method in class jp.kyasu.awt.text.BasicTextEditController
- Returns the number of the text styles in the text of the view of
this controller.
- getTextStyleCount().
Method in class jp.kyasu.graphics.RichText
- Returns the number of the text styles in this rich text.
- getTextStyleCount().
Method in class jp.kyasu.graphics.Text
- Returns the number of the text styles in this text.
- getTextStyleCount().
Method in class jp.kyasu.awt.TextComponent
- Returns the number of the text styles in the text of this text component.
- getTextStyleModifier(String).
Method in class jp.kyasu.graphics.html.HTMLStyle
- Returns the text style modifier associated with the specified HTML tag.
- getTextStyleRuns().
Method in class jp.kyasu.graphics.RichText
- Returns the text styles as a run array in this rich text.
- getTextStyleRuns().
Method in class jp.kyasu.graphics.Text
- Returns the text styles as a run array in this text.
- getTextStyles().
Method in class jp.kyasu.awt.text.BasicTextEditController
- Returns all text styles in the text of the view of this controller.
- getTextStyles().
Method in class jp.kyasu.graphics.RichText
- Returns all text styles in this rich text.
- getTextStyles().
Method in class jp.kyasu.graphics.Text
- Returns all text styles in this text.
- getTextStyles().
Method in class jp.kyasu.awt.TextComponent
- Returns all text styles in the text of this text component.
- getTextStyles(int, int).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Returns the text styles in the text of the view of this controller.
- getTextStyles(int, int).
Method in class jp.kyasu.graphics.RichText
- Returns the text styles in this rich text.
- getTextStyles(int, int).
Method in class jp.kyasu.graphics.Text
- Returns the text styles in this text.
- getTextStyles(int, int).
Method in class jp.kyasu.awt.TextComponent
- Returns the text styles in the text of this text component.
- getTitle().
Method in class jp.kyasu.editor.HTMLEditor
- Returns the title of this text component.
- getTitle().
Method in class jp.kyasu.graphics.html.HTMLText
- Returns the title of this html document.
- getTitle().
Method in class jp.kyasu.graphics.VTitledPaneBorder
- Returns the title of this pane border.
- getToolBarCount().
Method in class jp.kyasu.awt.ToolBar
- Returns the number of horizontal bars.
- getToolBarState(int).
Method in class jp.kyasu.awt.ToolBar
- Returns the horizontal bar at the specified index is showed or hidden.
- getToolLabel(String).
Method in class jp.kyasu.editor.TextEditor
- Returns the tool label for the spcified name.
- getToolTip(String).
Method in class jp.kyasu.editor.TextEditor
- Returns the tool tip for the spcified name.
- getToolTipText().
Method in class jp.kyasu.awt.EventProxyContainer
- Return the tooltip string that has been set with
setToolTipText()
.
- getToolTipText().
Method in class jp.kyasu.awt.KComponent
- Return the tooltip string that has been set with
setToolTipText()
.
- getToolTipText().
Method in class jp.kyasu.awt.ToolTip
- Return the tooltip string.
- getToolTipVisual().
Method in class jp.kyasu.awt.EventProxyContainer
- Return the tooltip visual object that has been set with
setToolTipVisual()
.
- getToolTipVisual().
Method in class jp.kyasu.awt.KComponent
- Return the tooltip visual object that has been set with
setToolTipVisual()
.
- getToolTipVisual().
Method in class jp.kyasu.awt.ToolTip
- Return the visual object to display of this tooltip.
- getTrimmedArray().
Method in class jp.kyasu.util.VArray
- Returns an array object whoes length is trimmed to be this
array's current length.
- getULIHeading(int, TextStyle, Color).
Method in class jp.kyasu.graphics.html.HTMLStyle
- Returns the visual heading for the LI tag in the UL (LI-UL), with
the specified nesting level, current base text style and text color.
- getULIParagraphStyle(int, Color).
Method in class jp.kyasu.graphics.html.HTMLStyle
- Returns the paragraph style for the LI tag in the UL (LI-UL), with
the specified nesting level and text color.
- getUnitIncrement().
Method in class jp.kyasu.awt.Scrollbar
- Gets the unit increment for this scrollbar.
- getURL().
Method in class jp.kyasu.editor.HTMLEditor
- Returns the url of this text component.
- getURL().
Method in class jp.kyasu.graphics.html.HTMLText
- Returns the url of this html document.
- getURL().
Method in class jp.kyasu.graphics.VImage
- Returns the url the image is created from.
- getValue().
Method in class jp.kyasu.awt.Scrollbar
- Gets the current value of this scroll bar.
- getValueCount().
Method in class jp.kyasu.util.RunArray
- Returns the number of the components in this array.
- getValues().
Method in class jp.kyasu.util.RunArray
- Returns the components in this array.
- getValues(int, int).
Method in class jp.kyasu.util.RunArray
- Returns the components in this array.
- getVBlockIncrement().
Method in interface jp.kyasu.awt.Scrollable
- Gets the vertical block value increment for the scrollable object.
- getVBlockIncrement().
Method in class jp.kyasu.awt.text.TableListView
- Gets the vertical block value increment for the scrollable object.
- getVBlockIncrement().
Method in class jp.kyasu.awt.text.TextView
- Gets the vertical block value increment for the scrollable object.
- getVButton().
Method in class jp.kyasu.awt.AbstractButton
- Returns the visual button of this button.
- getView().
Method in class jp.kyasu.awt.text.BasicTextEditController
- Returns the view of this controller.
- getView().
Method in class jp.kyasu.awt.List
- Returns the view of this list.
- getView().
Method in class jp.kyasu.awt.TableList
- Returns the view of this list.
- getView().
Method in class jp.kyasu.awt.text.TableListView
- Returns the view of this table list view.
- getView().
Method in class jp.kyasu.awt.TextComponent
- Returns the view of this text component.
- getView().
Method in class jp.kyasu.awt.text.TextController
- Returns the view of this controller.
- getView().
Method in class jp.kyasu.awt.text.TextListController
- Returns the view of this controller.
- getViewMenu().
Method in class jp.kyasu.editor.TextEditor
- Returns the view menu for this editor, or
null
.
- getVisible().
Method in class jp.kyasu.awt.Scrollbar
-
- getVisibleAmount().
Method in class jp.kyasu.awt.Scrollbar
- Gets the visible amount of this scroll bar.
- getVisibleIndex().
Method in class jp.kyasu.awt.List
- Gets the index of the item that was last made visible by the method
makeVisible
.
- getVisibleIndex().
Method in class jp.kyasu.awt.TableList
- Gets the index of the row that was last made visible by the method
makeVisible
.
- getVisibleIndex().
Method in class jp.kyasu.awt.text.TextListController
- Returns the index of the row that was last made visible.
- getVisualizable().
Method in class jp.kyasu.awt.Label
- Gets the visual object of this label.
- getVisualizable().
Method in class jp.kyasu.graphics.VWrapper
- Returns the wrapped visual object.
- getVLabel().
Method in class jp.kyasu.awt.Label
- Gets the visual label of this label.
- getVMaximum().
Method in interface jp.kyasu.awt.Scrollable
- Gets the vertical maximum value of the scrollable object.
- getVMaximum().
Method in class jp.kyasu.awt.text.TableListView
- Gets the vertical maximum value of the scrollable object.
- getVMaximum().
Method in class jp.kyasu.awt.text.TextView
- Gets the vertical maximum value of the scrollable object.
- getVMinimum().
Method in interface jp.kyasu.awt.Scrollable
- Gets the vertical minimum value of the scrollable object.
- getVMinimum().
Method in class jp.kyasu.awt.text.TableListView
- Gets the vertical minimum value of the scrollable object.
- getVMinimum().
Method in class jp.kyasu.awt.text.TextView
- Gets the vertical minimum value of the scrollable object.
- getVUnitIncrement().
Method in interface jp.kyasu.awt.Scrollable
- Gets the vertical unit value increment for the scrollable object.
- getVUnitIncrement().
Method in class jp.kyasu.awt.text.TableListView
- Gets the vertical unit value increment for the scrollable object.
- getVUnitIncrement().
Method in class jp.kyasu.awt.text.TextView
- Gets the vertical unit value increment for the scrollable object.
- getVValue().
Method in interface jp.kyasu.awt.Scrollable
- Gets the vertical current value of the scrollable object.
- getVValue().
Method in class jp.kyasu.awt.text.TableListView
- Gets the vertical current value of the scrollable object.
- getVValue().
Method in class jp.kyasu.awt.text.TextView
- Gets the vertical current value of the scrollable object.
- getVVisibleAmount().
Method in interface jp.kyasu.awt.Scrollable
- Gets the vertical length of the propertional indicator.
- getVVisibleAmount().
Method in class jp.kyasu.awt.text.TableListView
- Gets the vertical length of the propertional indicator.
- getVVisibleAmount().
Method in class jp.kyasu.awt.text.TextView
- Gets the vertical length of the propertional indicator.
- getWarnIcon().
Method in class jp.kyasu.awt.Dialog
- Returns the warning icon.
- getWriteEncoding().
Method in class jp.kyasu.editor.TextEditor
- Returns the encoding name for writing.
- goto_line().
Method in class jp.kyasu.awt.TextComponent
- Go to line.
- goto_line().
Method in class jp.kyasu.awt.text.TextEditController
- Go to line.
- goto_line(int).
Method in class jp.kyasu.awt.text.TextEditController
- Go to the specified number of the line.
- goto_page(ActionEvent).
Method in class jp.kyasu.editor.HTMLEditor
- Goes to the page with the specified url action.
- goto_page(String).
Method in class jp.kyasu.editor.HTMLEditor
- Goes to the page with the specified url string.
- goto_page(URL).
Method in class jp.kyasu.editor.HTMLEditor
- Goes to the page with the specified url.
- GREEK_CHARSET_LABEL.
Static variable in class jp.kyasu.editor.CharSetMenu
-
- handleBreak().
Method in class jp.kyasu.graphics.RichTextStyle
- Checks if the line break is handled.
- HARD_TAB_LENGTH.
Static variable in class jp.kyasu.graphics.ParagraphStyle
- The constant for the tab width.
- HAS_COPY_AREA_BUG.
Static variable in class jp.kyasu.awt.AWTResources
- True if the JDK has the
java.awt.Graphics#copyArea()
bug.
- HAS_FOCUS_BUG.
Static variable in class jp.kyasu.awt.AWTResources
- True if the JDK has the
sun.awt.windows.WWindowPeer#getFocusPeer()
bug.
- hasActionListener().
Method in class jp.kyasu.graphics.ClickableTextAction
- Checks if this action has action listeners.
- hasAttributeNamed(String).
Method in class jp.kyasu.sgml.Element
- Tests if this element has an attribute by the specified name.
- hasBaseStyle().
Method in class jp.kyasu.graphics.ParagraphStyle
- Checks if this paragraph style has a base text style.
- hashCode().
Method in class jp.kyasu.graphics.ClickableTextAction
- Returns a hashcode for this action.
- hashCode().
Method in class jp.kyasu.graphics.ExtendedFont
- Returns a hashcode for this font.
- hashCode().
Method in class jp.kyasu.graphics.Modifier
- Returns a hashcode for this modifier.
- hashCode().
Method in class jp.kyasu.graphics.ModTextStyle
- Returns a hashcode for this modifier text style.
- hashCode().
Method in class jp.kyasu.awt.util.NamedTextStyle
- Returns a hashcode for this named text style.
- hashCode().
Method in class jp.kyasu.graphics.ParagraphStyle
- Returns a hashcode for this paragraph style.
- hashCode().
Method in class jp.kyasu.graphics.RichTextStyle
- Returns a hashcode of this rich text style.
- hashCode().
Method in class jp.kyasu.util.RunArray
- Returns a hashcode for this array.
- hashCode().
Method in class jp.kyasu.graphics.Text
- Returns a hashcode for this text.
- hashCode().
Method in class jp.kyasu.graphics.TextCharacterIterator
- Returns a hashcode for this object.
- hashCode().
Method in class jp.kyasu.graphics.TextStyle
- Returns a hashcode for this text style.
- hashCode().
Method in class jp.kyasu.util.VArray
- Returns a hashcode for this array.
- hasHeading().
Method in class jp.kyasu.graphics.ParagraphStyle
- Checks if this paragraph style has a visual heading.
- hasStyleName().
Method in class jp.kyasu.graphics.ParagraphStyle
- Checks if this paragraph style has a style name.
- HAT_CARET.
Static variable in class jp.kyasu.awt.text.TextCaret
- The caret style constant for the hat caret.
- HEADING.
Static variable in class jp.kyasu.graphics.BasicPSModifier
- The constant for the attribute "heading".
- HEADING_SPACE.
Static variable in class jp.kyasu.graphics.BasicPSModifier
- The constant for the attribute "heading space".
- heightChanged.
Variable in class jp.kyasu.graphics.text.TextLayoutChange
- The height changed.
- hide().
Method in class jp.kyasu.awt.KComponent
-
- hide().
Method in class jp.kyasu.awt.KContainer
-
- hide().
Method in class jp.kyasu.awt.PopupWindow
- Hides this pop-up window.
- hideCaret(Graphics, Point, TextPositionInfo, Color).
Method in class jp.kyasu.awt.text.TextCaret
- Hides this caret with the specified graphics, offset, text position,
and color.
- hidePopup().
Method in class jp.kyasu.awt.PopupPanel
- Hides the pop-up window of this panel.
- hidePopup().
Method in class jp.kyasu.awt.ToolTip
- Hides the pop-up tooltip.
- HORIZONTAL.
Static variable in class jp.kyasu.awt.Scrollbar
- A constant that indicates a horizontal scroll bar.
- HORIZONTAL.
Static variable in class jp.kyasu.awt.event.ScrollEvent
- The horizontal orientation.
- HORIZONTAL.
Static variable in class jp.kyasu.awt.SplitPanel
- Splits components in a horizontal orientation.
- HTMLEditor().
Constructor for class jp.kyasu.editor.HTMLEditor
- Constructs a new html text area with tool bar.
- HTMLEditor(boolean).
Constructor for class jp.kyasu.editor.HTMLEditor
- Constructs a new html text area with tool bar.
- HTMLEditor(int, int).
Constructor for class jp.kyasu.editor.HTMLEditor
- Constructs a new html text area with tool bar, with the specified
number of rows and columns.
- HTMLEditor(int, int, boolean).
Constructor for class jp.kyasu.editor.HTMLEditor
- Constructs a new html text area with tool bar, with the specified
number of rows and columns.
- HTMLEditor(int, int, boolean, ActionListener, ActionListener, ActionListener).
Constructor for class jp.kyasu.editor.HTMLEditor
- Constructs a new html text area with tool bar, with the specified
number of rows and columns.
- HTMLEditorTarget(HTMLEditor).
Constructor for class jp.kyasu.editor.HTMLEditorTarget
- Constructs a new HTMLEditorTarget with the specified HTMLEditor.
- HTMLEvent(HTMLParser, int).
Constructor for class jp.kyasu.sgml.HTMLEvent
- Constructs a html event with the specified html parser (event source)
and id.
- HTMLEvent(HTMLParser, int, Element).
Constructor for class jp.kyasu.sgml.HTMLEvent
- Constructs a html event with the specified html parser (event source),
id, and element.
- HTMLEvent(HTMLParser, int, Element, Hashtable).
Constructor for class jp.kyasu.sgml.HTMLEvent
- Constructs a html event with the specified html parser (event source),
id, element, and attributes.
- HTMLEvent(HTMLParser, int, String).
Constructor for class jp.kyasu.sgml.HTMLEvent
- Constructs a html event with the specified html parser (event source),
id, and cdata.
- HTMLEvent(HTMLParser, int, String, boolean).
Constructor for class jp.kyasu.sgml.HTMLEvent
- Constructs a html event with the specified html parser (event source),
id, cdata, and the flag indicating nbsp (no break space).
- HTMLParser().
Constructor for class jp.kyasu.sgml.HTMLParser
- Constructs a html parser with HTML 3.2 dtd.
- HTMLParser(DTD).
Constructor for class jp.kyasu.sgml.HTMLParser
- Constructs a html parser with the specified dtd.
- HTMLReader(HTMLStyle).
Constructor for class jp.kyasu.graphics.html.HTMLReader
- Constructs a html reader with the specified html style.
- HTMLReader(HTMLStyle, ActionListener).
Constructor for class jp.kyasu.graphics.html.HTMLReader
- Constructs a html reader with the specified html style and action
listener for the link (
A
).
- HTMLStyle().
Constructor for class jp.kyasu.graphics.html.HTMLStyle
- Constructs a html style.
- HTMLStyle(Font).
Constructor for class jp.kyasu.graphics.html.HTMLStyle
- Constructs a html style with the specified base font.
- HTMLStyle(int).
Constructor for class jp.kyasu.graphics.html.HTMLStyle
- Constructs a html style with the specified base font size.
- HTMLStyle(TextStyle).
Constructor for class jp.kyasu.graphics.html.HTMLStyle
- Constructs a html style with the specified base text style.
- HTMLStyle(TextStyle, ParagraphStyle).
Constructor for class jp.kyasu.graphics.html.HTMLStyle
- Constructs a html style with the specified base text style and
paragraph style.
- HTMLText(HTMLStyle).
Constructor for class jp.kyasu.graphics.html.HTMLText
- Constrcuts a html document with the specified html style.
- HTMLText(RichText, HTMLStyle).
Constructor for class jp.kyasu.graphics.html.HTMLText
- Constrcuts a html document that has the same contents as the
specified rich text with the specified html style.
- HTMLText(Text, HTMLStyle).
Constructor for class jp.kyasu.graphics.html.HTMLText
- Constrcuts a html document with the specified text and html style.
- HTMLTextEditModel(HTMLStyle).
Constructor for class jp.kyasu.awt.util.HTMLTextEditModel
- Constructs an empty html text edit model with the specified html style.
- HTMLTextEditModel(HTMLText).
Constructor for class jp.kyasu.awt.util.HTMLTextEditModel
- Constructs a html text edit model with the specified html text.
- HTMLWriter(HTMLText).
Constructor for class jp.kyasu.graphics.html.HTMLWriter
- Constructs a html writer with the specified html text.
- I_AUTO_INDENT.
Static variable in class jp.kyasu.editor.TextEditor
-
- I_BOLD.
Static variable in class jp.kyasu.editor.RichTextEditor
-
- I_INCREMENTAL_LOAD.
Static variable in class jp.kyasu.editor.TextEditor
-
- I_ITALIC.
Static variable in class jp.kyasu.editor.RichTextEditor
-
- I_LINK.
Static variable in class jp.kyasu.editor.HTMLEditor
-
- I_OLIST.
Static variable in class jp.kyasu.editor.HTMLEditor
-
- I_SHOW_MATCH.
Static variable in class jp.kyasu.editor.TextEditor
-
- I_SOFT_TAB.
Static variable in class jp.kyasu.editor.TextEditor
-
- I_SYNTAX_COLOR.
Static variable in class jp.kyasu.editor.CodeEditor
-
- I_ULIST.
Static variable in class jp.kyasu.editor.HTMLEditor
-
- I_UNDERLINE.
Static variable in class jp.kyasu.editor.RichTextEditor
-
- I_WORD_WRAP.
Static variable in class jp.kyasu.editor.TextEditor
-
- ICELANDIC_CHARSET_LABEL.
Static variable in class jp.kyasu.editor.CharSetMenu
-
- INCLUSIVE.
Static variable in class jp.kyasu.graphics.VCheckbox
- The checkbox style constat for the inclusive style.
- increase_indent().
Method in class jp.kyasu.editor.DocumentEditor
- Increases the selected paragraph indentation.
- increase_indent().
Method in class jp.kyasu.editor.HTMLEditor
- Increases the selected paragraph indentation.
- indexOf(boolean).
Method in class jp.kyasu.util.VArray
- Searches for the first occurence of the specified boolean value.
- indexOf(boolean, int).
Method in class jp.kyasu.util.VArray
- Searches for the first occurence of the specified boolean value,
beginning the search at
fromIndex
.
- indexOf(boolean, String, int).
Method in class jp.kyasu.graphics.Text
- Returns the index within this text of the first occurrence of the
specified substring, starting at the specified index.
- indexOf(boolean, Text, int).
Method in class jp.kyasu.graphics.Text
- Returns the index within this text of the first occurrence of the
substring of the specified text, starting at the specified index.
- indexOf(byte).
Method in class jp.kyasu.util.VArray
- Searches for the first occurence of the specified byte value.
- indexOf(byte, int).
Method in class jp.kyasu.util.VArray
- Searches for the first occurence of the specified byte value,
beginning the search at
fromIndex
.
- indexOf(char).
Method in class jp.kyasu.util.VArray
- Searches for the first occurence of the specified char value.
- indexOf(char, int).
Method in class jp.kyasu.util.VArray
- Searches for the first occurence of the specified char value,
beginning the search at
fromIndex
.
- indexOf(double).
Method in class jp.kyasu.util.VArray
- Searches for the first occurence of the specified double value.
- indexOf(double, int).
Method in class jp.kyasu.util.VArray
- Searches for the first occurence of the specified double value,
beginning the search at
fromIndex
.
- indexOf(float).
Method in class jp.kyasu.util.VArray
- Searches for the first occurence of the specified float value.
- indexOf(float, int).
Method in class jp.kyasu.util.VArray
- Searches for the first occurence of the specified float value,
beginning the search at
fromIndex
.
- indexOf(int).
Method in class jp.kyasu.graphics.Text
- Returns the index within this text of the first occurrence of the
specified character.
- indexOf(int).
Method in class jp.kyasu.util.VArray
- Searches for the first occurence of the specified int value.
- indexOf(int, int).
Method in class jp.kyasu.graphics.Text
- Returns the index within this text of the first occurrence of the
specified character, starting the search at the specified index.
- indexOf(int, int).
Method in class jp.kyasu.util.VArray
- Searches for the first occurence of the specified int value,
beginning the search at
fromIndex
.
- indexOf(long).
Method in class jp.kyasu.util.VArray
- Searches for the first occurence of the specified long value.
- indexOf(long, int).
Method in class jp.kyasu.util.VArray
- Searches for the first occurence of the specified long value,
beginning the search at
fromIndex
.
- indexOf(Object).
Method in class jp.kyasu.util.VArray
- Searches for the first occurence of the specified object, testing
for equality using the
equals
method.
- indexOf(Object, int).
Method in class jp.kyasu.util.VArray
- Searches for the first occurence of the specified object, beginning
the search at
fromIndex
, and testing for equality
using the equals
method.
- indexOf(short).
Method in class jp.kyasu.util.VArray
- Searches for the first occurence of the specified short value.
- indexOf(short, int).
Method in class jp.kyasu.util.VArray
- Searches for the first occurence of the specified short value,
beginning the search at
fromIndex
.
- indexOf(String).
Method in class jp.kyasu.graphics.Text
- Returns the index within this text of the first occurrence of the
specified substring.
- indexOf(String, int).
Method in class jp.kyasu.graphics.Text
- Returns the index within this text of the first occurrence of the
specified substring, starting at the specified index.
- indexOf(Text).
Method in class jp.kyasu.graphics.Text
- Returns the index within this text of the first occurrence of the
substring in the specified text.
- indexOf(Text, int).
Method in class jp.kyasu.graphics.Text
- Returns the index within this text of the first occurrence of the
substring of the specified text, starting at the specified index.
- indexOfIgnoreCase(String).
Method in class jp.kyasu.graphics.Text
- Returns the index within this text of the first occurrence of the
specified substring, ignoring case.
- indexOfIgnoreCase(String, int).
Method in class jp.kyasu.graphics.Text
- Returns the index within this text of the first occurrence of the
specified substring, starting at the specified index, ignoring case.
- indexOfIgnoreCase(Text).
Method in class jp.kyasu.graphics.Text
- Returns the index within this text of the first occurrence of the
substring in the specified text, ignoring case.
- indexOfIgnoreCase(Text, int).
Method in class jp.kyasu.graphics.Text
- Returns the index within this text of the first occurrence of the
substring of the specified text, starting at the specified index,
ignoring case.
- INFORM.
Static variable in class jp.kyasu.awt.Dialog
- The inform message type.
- inform(Frame, String).
Static method in class jp.kyasu.awt.Dialog
- Informs a user with a dialog.
- inform(Frame, Visualizable).
Static method in class jp.kyasu.awt.Dialog
- Informs a user with a dialog.
- inform(String).
Static method in class jp.kyasu.awt.Dialog
- Informs a user with a dialog.
- inform(Visualizable).
Static method in class jp.kyasu.awt.Dialog
- Informs a user with a dialog.
- inMultiLineComment.
Variable in class jp.kyasu.awt.util.LanguageTokenizer
- True, if the parsing context is in the multiline comment.
- inMultiLineConstant.
Variable in class jp.kyasu.awt.util.LanguageTokenizer
- True, if the parsing context is in the multiline constant.
- insert(int, RunArray).
Method in class jp.kyasu.util.RunArray
- Inserts the components of the
RunArray
object to
this array from the specified offset
.
- insert(int, String).
Method in class jp.kyasu.graphics.Text
- Inserts the characters of the specified string to this text from
the specified
offset
.
- insert(int, Text).
Method in class jp.kyasu.graphics.Text
- Inserts the components of the specified text to this text from
the specified
offset
.
- insert(int, VArray).
Method in class jp.kyasu.util.VArray
- Inserts the components of the
VArray
object to
this array from the specified offset
.
- insert(int, VArray, int, int).
Method in class jp.kyasu.util.VArray
- Inserts the components of the
VArray
object to
this array from the specified offset
.
- insert(MenuItem, int).
Method in class jp.kyasu.editor.SelectionMenu
- Inserts a menu item into this menu at the specified position.
- insert(String, int).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Inserts the specified string at the specified position in the view
of this controller.
- insert(String, int).
Method in class jp.kyasu.awt.Choice
- Inserts the item into this choice at the specified position.
- insert(String, int).
Method in class jp.kyasu.awt.TextComponent
- Inserts the specified string at the specified position in this
text component.
- insert(Text, int).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Inserts the specified text at the specified position in the view
of this controller.
- insert(Text, int).
Method in class jp.kyasu.awt.Choice
- Inserts the text item into this choice at the specified position.
- insert(Text, int).
Method in class jp.kyasu.awt.TextComponent
- Inserts the specified text at the specified position in this text
component.
- insert(Text, int, boolean).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Inserts the specified text at the specified position in the view
of this controller.
- insert(Text, int, boolean).
Method in class jp.kyasu.awt.TextComponent
- Inserts the specified text at the specified position in this text
component.
- insert_anchor().
Method in class jp.kyasu.editor.HTMLEditor
- Inserts an anchor.
- insert_anchor(ActionEvent).
Method in class jp.kyasu.editor.HTMLEditor
- Inserts an anchor with the specified target event into the selected text.
- insert_anchor(String).
Method in class jp.kyasu.editor.HTMLEditor
- Inserts an anchor with the specified target string.
- insert_character(char).
Method in class jp.kyasu.awt.text.BasicTextEditController
- If the cursor is inside the selection, deletes the entire selection.
- insert_character(char).
Method in class jp.kyasu.awt.TextComponent
- If the cursor is inside the selection, deletes the entire selection.
- insert_hr().
Method in class jp.kyasu.editor.RichTextEditor
- Inserts a horizontal line.
- insert_image().
Method in class jp.kyasu.editor.RichTextEditor
- Inserts an image.
- insert_link().
Method in class jp.kyasu.editor.HTMLEditor
- Inserts a link into the selected text.
- insert_link(ActionEvent).
Method in class jp.kyasu.editor.HTMLEditor
- Inserts a link with the specified url event into the selected text.
- insert_link(String).
Method in class jp.kyasu.editor.HTMLEditor
- Inserts a link with the specified url string into the selected text.
- insert_string(String).
Method in class jp.kyasu.awt.TextComponent
- If the cursor is inside the selection, deletes the entire selection.
- insert_string(String).
Method in class jp.kyasu.awt.text.TextEditController
- If the cursor is inside the selection, deletes the entire selection.
- insertText(String, int).
Method in class jp.kyasu.awt.TextComponent
-
- insets().
Method in class jp.kyasu.awt.KContainer
- Returns the insets of this component.
- interruptReading().
Method in class jp.kyasu.graphics.html.HTMLReader
- Interrupts the reading.
- invalidate().
Method in class jp.kyasu.graphics.TextLayout
- Invalidates the layout.
- IS_DIRECT_NOTIFICATION.
Static variable in class jp.kyasu.awt.AWTResources
- If true, notifies listeners directly without using the event queue.
- isActive().
Method in class jp.kyasu.graphics.VAbstractButton
- Checks if the button is active.
- isActive().
Method in class jp.kyasu.graphics.VActiveButton
- Checks if the button is active.
- isAutoIndentEnabled().
Method in class jp.kyasu.awt.TextComponent
- Checks if the auto indent is enabled.
- isBlinking().
Method in class jp.kyasu.awt.text.TextCaret
- Tests if this caret is blinking.
- isBold().
Method in class jp.kyasu.graphics.ExtendedFont
- Returns true if the font is bold.
- isButtonPressed().
Method in class jp.kyasu.awt.event.ListActionEvent
- Returns true if the column button is pressed.
- isCharWrap().
Method in class jp.kyasu.graphics.RichTextStyle
- Checks if the line wrapping style is the character line wrapping style.
- isCharWrap().
Method in class jp.kyasu.graphics.TextLayout
- Checks if the line wrapping is done at the character boundary.
- isClickable().
Method in class jp.kyasu.awt.text.BasicTextEditController
- Tests if this controller handles
ClickableTextAction
.
- isClickable().
Method in class jp.kyasu.awt.TextComponent
- Tests if this text component handles
ClickableTextAction
.
- isClickable().
Method in class jp.kyasu.graphics.TextStyle
- Checks if this style is clickable (this style has a clickable
text action).
- isClickToFocus().
Method in class jp.kyasu.awt.List
- Tests if the list requests the focus when the mouse is clicked.
- isClickToFocus().
Method in class jp.kyasu.awt.TableList
- Tests if the list requests the focus when the mouse is clicked.
- isClickToFocus().
Method in class jp.kyasu.awt.TextComponent
- Tests if the text component requests the focus when the mouse is clicked.
- isClickToFocus().
Method in class jp.kyasu.awt.text.TextController
- Tests if the controller requests the focus when the mouse is clicked.
- isCMode().
Method in class jp.kyasu.awt.util.CLikeLanguageTokenizer
- Checks if this tokenizer parses the C language.
- isCMode().
Method in class jp.kyasu.editor.CodeEditor
- Checks if this component colors the syntax of the C language.
- isCMode().
Method in class jp.kyasu.awt.util.JavaSyntaxColoringModel
- Checks if this component colors the syntax of the C language.
- isCPPMode().
Method in class jp.kyasu.awt.util.CLikeLanguageTokenizer
- Checks if this tokenizer parses the C++ language.
- isCPPMode().
Method in class jp.kyasu.editor.CodeEditor
- Checks if this component colors the syntax of the C++ language.
- isCPPMode().
Method in class jp.kyasu.awt.util.JavaSyntaxColoringModel
- Checks if this component colors the syntax of the C++ language.
- isDeselectionEnabled().
Method in class jp.kyasu.awt.List
- Tests if the deselection is enabled when the selection mode is a single
selection.
- isDeselectionEnabled().
Method in class jp.kyasu.awt.TableList
- Tests if the deselection is enabled when the selection mode is a single
selection.
- isDeselectionEnabled().
Method in class jp.kyasu.awt.text.TextListController
- Tests if the deselection is enabled when the selection mode is a single
selection.
- isDirectNotification().
Method in class jp.kyasu.awt.Button
- If true, notifies listeners directly without using the event queue.
- isDirectNotification().
Method in class jp.kyasu.awt.KComponent
- If true, notifies listeners directly without using the event queue.
- isDirectNotification().
Method in class jp.kyasu.awt.KContainer
- If true, notifies listeners directly without using the event queue.
- isDoubleBuffered().
Method in class jp.kyasu.awt.KComponent
- Checks if this component should use a buffer to paint.
- isEditable().
Method in class jp.kyasu.awt.text.BasicTextEditController
- Indicates whether or not the view of this controller is editable.
- isEditable().
Method in class jp.kyasu.awt.TextComponent
- Indicates whether or not this text component is editable.
- isEditable().
Method in class jp.kyasu.awt.text.TextEditView
- Tests if this view is editable.
- isEmpty().
Method in class jp.kyasu.graphics.Modifier
- Tests if this modifier has no attributes.
- isEmpty().
Method in class jp.kyasu.graphics.RichText
- Tests if this rich text has no characters.
- isEmpty().
Method in class jp.kyasu.util.RunArray
- Tests if this array has no components.
- isEmpty().
Method in class jp.kyasu.graphics.Text
- Tests if this text has no characters.
- isEmpty().
Method in class jp.kyasu.graphics.TextBuffer
- Checks if this text buffer is currently empty.
- isEmpty().
Method in class jp.kyasu.util.VArray
- Tests if this array has no components.
- isEnabled().
Method in class jp.kyasu.graphics.VLabel
- Checks if this label is enabled.
- isFocused().
Method in class jp.kyasu.graphics.VLabel
- Checks if this label is focused.
- isFocusEmphasizeEnabled().
Method in class jp.kyasu.awt.ButtonController
- Returns true, if the button is emphasized when the keyboard focus has
been gained; false otherwise.
- isFocusTraversable().
Method in class jp.kyasu.awt.AbstractButton
- Tests if the button can be traversed using Tab or Shift-Tab keyboard
focus traversal.
- isFocusTraversable().
Method in class jp.kyasu.awt.KComponent
- Checks if the keyboard focus traversal is enabled.
- isFocusTraversable().
Method in class jp.kyasu.awt.KContainer
- Checks if the keyboard focus traversal is enabled.
- isFocusTraversable().
Method in class jp.kyasu.awt.text.TextView
- Tests if the view can be traversed using Tab or Shift-Tab keyboard
focus traversal.
- isFullLayout().
Method in class jp.kyasu.graphics.text.TextChange
- Checks if the full layout is needed.
- isFullRepaint().
Method in class jp.kyasu.graphics.text.TextLayoutChange
- Checks if the full repainting is needed.
- isIncrementalLoad().
Method in class jp.kyasu.editor.TextEditor
- Checks if the loading is done incrementally.
- isIndexSelected(int).
Method in class jp.kyasu.awt.DefaultTextListModel
- Checks if the row at the specified index is selected.
- isIndexSelected(int).
Method in class jp.kyasu.awt.List
- Determines if the specified item in this scrolling list is selected.
- isIndexSelected(int).
Method in interface jp.kyasu.awt.ListModel
- Checks if the row at the specified index is selected.
- isIndexSelected(int).
Method in class jp.kyasu.awt.TableList
- Determines if the specified row in this scrolling list is selected.
- isIndexSelected(int).
Method in class jp.kyasu.awt.text.TextListController
- Checks if the row at the specified index is selected.
- isItalic().
Method in class jp.kyasu.graphics.ExtendedFont
- Returns true if the font is italic.
- isJavaLineSeparator().
Method in class jp.kyasu.graphics.RichTextStyle
- Checks if the line end style is the java line end style.
- isJavaLineSeparatorWithBreak().
Method in class jp.kyasu.graphics.RichTextStyle
- Checks if the line end style is the java line end style with line break.
- isJavaMode().
Method in class jp.kyasu.awt.util.CLikeLanguageTokenizer
- Checks if this tokenizer parses the Java language.
- isJavaMode().
Method in class jp.kyasu.editor.CodeEditor
- Checks if this component colors the syntax of the Java language.
- isJavaMode().
Method in class jp.kyasu.awt.util.JavaSyntaxColoringModel
- Checks if this component colors the syntax of the Java language.
- isLineHeightConstant().
Method in class jp.kyasu.graphics.TextLayout
- Tests if the line height is constant.
- isLineSelectionVisible().
Method in class jp.kyasu.awt.text.TextListView
- Tests if the line selection is visible.
- isListSeparator().
Method in class jp.kyasu.graphics.RichTextStyle
- Checks if the line end style is the list line end style.
- isMouseFocus().
Method in class jp.kyasu.awt.List
- Tests if the list requests the focus when the mouse enters the list.
- isMouseFocus().
Method in class jp.kyasu.awt.TableList
- Tests if the list requests the focus when the mouse enters the list.
- isMouseFocus().
Method in class jp.kyasu.awt.TextComponent
- Tests if the text component requests the focus when the mouse enters
the component.
- isMouseFocus().
Method in class jp.kyasu.awt.text.TextController
- Tests if the controller requests the focus when the mouse enters
the view.
- isMovingSelectionEnabled().
Method in class jp.kyasu.awt.text.TextListController
- Tests if the selection follows the mouse.
- isMultipleMode().
Method in class jp.kyasu.awt.List
- Determines whether this list allows multiple selections.
- isMultipleMode().
Method in class jp.kyasu.awt.TableList
- Determines whether this list allows multiple selections.
- isMultipleMode().
Method in class jp.kyasu.awt.text.TextListController
- Checks if this controller allows multiple selections.
- isNbsp().
Method in class jp.kyasu.sgml.HTMLEvent
- Checks if the cdata is a nbsp (non break space).
- isNoLayout().
Method in class jp.kyasu.graphics.text.TextChange
- Checks if no layout is needed.
- isNoRepaint().
Method in class jp.kyasu.graphics.text.TextLayoutChange
- Checks if no repainting is needed.
- isNoWrap().
Method in class jp.kyasu.graphics.RichTextStyle
- Checks if the line wrapping style is the no line wrapping style.
- isNoWrap().
Method in class jp.kyasu.graphics.TextLayout
- Checks if the line wrapping is done at the line separator.
- isParagraphMark.
Variable in class jp.kyasu.graphics.text.TextLineInfo
- True when this line is end of a paragraph.
- isParagraphMarkAt(int).
Method in class jp.kyasu.graphics.TextLines
- Checks if the line at the specified index is a paragraph end.
- isPartialLayout().
Method in class jp.kyasu.graphics.text.TextChange
- Checks if the partial layout is needed.
- isPartialRepaint().
Method in class jp.kyasu.graphics.text.TextLayoutChange
- Checks if the partial repainting is needed.
- isPlain().
Method in class jp.kyasu.graphics.ExtendedFont
- Returns true if the font is plain.
- isPrintableCharacter(char).
Static method in class jp.kyasu.awt.text.KeyBinding
- Tests if the specified character is printable.
- isRaised().
Method in class jp.kyasu.graphics.V3DBorder
- Checks whether this 3-D border appears to be raised or sunk.
- isResizable().
Method in class jp.kyasu.graphics.TextLayout
- Checks if the layout is resizable.
- isResizable().
Method in class jp.kyasu.graphics.html.VAnchor
- Checks the anchor is resizable or not.
- isResizable().
Method in class jp.kyasu.graphics.VClipWrapper
- Checks if the clipping rectangle is resizable.
- isResizable().
Method in class jp.kyasu.graphics.VImage
- Checks if the visual image is resizable.
- isResizable().
Method in interface jp.kyasu.graphics.Visualizable
- Checks if the visual object is resizable.
- isResizable().
Method in class jp.kyasu.graphics.VObject
- Checks if the visual object is resizable.
- isResizable().
Method in class jp.kyasu.graphics.VRichText
- Checks if the visual rich text is resizable.
- isResizable().
Method in class jp.kyasu.graphics.VText
- Checks if the visual text is resizable.
- isResizable().
Method in class jp.kyasu.graphics.VWrapper
- Checks if the visual object is resizable.
- isRunning().
Method in class jp.kyasu.awt.Timer
- Returns
true
if the timer is running.
- isSelected(int).
Method in class jp.kyasu.awt.List
-
- isSelectionVisible().
Method in class jp.kyasu.awt.text.TextView
- Tests if the selection is visible.
- isSelectionVisibleAtFocus().
Method in class jp.kyasu.awt.text.BasicTextEditController
- Tests if the selection becomes visible when the view is focused.
- isSelectionVisibleAtFocus().
Method in class jp.kyasu.awt.text.TextController
- Tests if the selection becomes visible when the view is focused.
- isShowMatchEnabled().
Method in class jp.kyasu.awt.TextComponent
- Checks if the show match is enabled.
- isSoftTab().
Method in class jp.kyasu.awt.TextComponent
- Checks if this text component allows soft tab.
- isSoftTab().
Method in class jp.kyasu.awt.text.TextEditController
- Checks if this controller allows soft tab.
- isSyntaxColoringEnabled().
Method in class jp.kyasu.editor.CodeEditor
- Tests if the syntax coloring is enabled.
- isSyntaxColoringEnabled().
Method in class jp.kyasu.awt.util.SyntaxColoringModel
- Tests if the syntax coloring is enabled.
- isTextChanged().
Method in class jp.kyasu.editor.TextEditor
- Checks if the text is changed.
- isUnderline().
Method in class jp.kyasu.graphics.ExtendedFont
- Checks if this extended font is underlined.
- isValid().
Method in class jp.kyasu.graphics.TextLines
- Checks if the text lines has a valid layout.
- isValidDTD().
Method in class jp.kyasu.sgml.DTD
- Checks if this DTD is valid.
- isVariableLineHeight().
Method in class jp.kyasu.graphics.RichTextStyle
- Checks if the line height of the rich text is variable.
- isVariableWidth().
Method in class jp.kyasu.graphics.TextAttachment
- Checks if the width of the text attachment is variable.
- isWordWrap().
Method in class jp.kyasu.graphics.RichTextStyle
- Checks if the line wrapping style is the word line wrapping style.
- isWordWrap().
Method in class jp.kyasu.editor.TextEditor
- Checks if this editor wraps the line at word boundary.
- isWordWrap().
Method in class jp.kyasu.graphics.TextLayout
- Checks if the line wrapping is done at the word boundary.
- ITALIC.
Static variable in class jp.kyasu.graphics.FontModifier
- The constant for the attribute "italic".
- itemStateChanged(boolean).
Method in class jp.kyasu.awt.AbstractButton
- Invoked when the button has been toggled by the controller.
- itemStateChanged(boolean).
Method in class jp.kyasu.awt.Button
- Invoked when the button has been toggled by the controller.
- itemStateChanged(boolean).
Method in class jp.kyasu.awt.ToggleButton
- Invoked when the button has been toggled by the controller.
- itemStateChanged(ItemEvent).
Method in class jp.kyasu.awt.Choice
- Invoked when an item's state has been changed.
- itemStateChanged(ItemEvent).
Method in class jp.kyasu.editor.CodeEditor
- Invoked when an item's state has been changed.
- itemStateChanged(ItemEvent).
Method in class jp.kyasu.editor.HTMLEditor
- Invoked when an item's state has been changed.
- itemStateChanged(ItemEvent).
Method in class jp.kyasu.awt.List
- Invoked when an item's state has been changed.
- itemStateChanged(ItemEvent).
Method in class jp.kyasu.editor.RichTextEditor
- Invoked when an item's state has been changed.
- itemStateChanged(ItemEvent).
Method in class jp.kyasu.editor.SelectionMenu
- Invoked when an item's state has been changed.
- itemStateChanged(ItemEvent).
Method in class jp.kyasu.awt.TableList
- Invoked when an item's state has been changed.
- itemStateChanged(ItemEvent).
Method in class jp.kyasu.editor.TextEditor
- Invoked when an item's state has been changed.
- JAPANESE_CHARSET_LABEL.
Static variable in class jp.kyasu.editor.CharSetMenu
-
- JAVA_BREAK_STOPS.
Static variable in class jp.kyasu.graphics.TextScanner
- The stop conditions for the first 256 characters.
- JAVA_LINE_SEPARATOR.
Static variable in class jp.kyasu.graphics.RichTextStyle
- The constant for the java line end style.
- JAVA_LINE_SEPARATOR_WITH_BREAK.
Static variable in class jp.kyasu.graphics.RichTextStyle
- The constant for the java line end style with line break.
- JAVA_STOPS.
Static variable in class jp.kyasu.graphics.TextScanner
- The stop conditions for the first 256 characters.
- JavaKeywords.
Static variable in class jp.kyasu.awt.util.CLikeLanguageTokenizer
- The keywords of the Java language.
- JavaSuffixes.
Static variable in class jp.kyasu.editor.CodeEditor
-
- JavaSyntaxColoringModel().
Constructor for class jp.kyasu.awt.util.JavaSyntaxColoringModel
- Constructs an empty model.
- JavaSyntaxColoringModel(String).
Constructor for class jp.kyasu.awt.util.JavaSyntaxColoringModel
- Constructs a model with the specified string.
- KeyBinding().
Constructor for class jp.kyasu.awt.text.KeyBinding
- Constructs an empty key binding.
- KeyBinding(Keymap).
Constructor for class jp.kyasu.awt.text.KeyBinding
- Constructs a key binding with the specified keymap.
- Keymap().
Constructor for class jp.kyasu.awt.text.Keymap
- Constructs an empty keymap.
- Keymap(String).
Constructor for class jp.kyasu.awt.text.Keymap
- Constructs an empty keymap with the default action name.
- Keymap(String[]).
Constructor for class jp.kyasu.awt.text.Keymap
- Constructs an empty keymap with the default action names.
- keyPressed(KeyEvent).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Invoked when a key has been pressed.
- keyPressed(KeyEvent).
Method in class jp.kyasu.awt.ButtonController
- Invoked when a key has been pressed.
- keyPressed(KeyEvent).
Method in class jp.kyasu.awt.EventProxyContainer
-
- keyPressed(KeyEvent).
Method in class jp.kyasu.awt.text.TextController
- Invoked when a key has been pressed.
- keyPressed(KeyEvent).
Method in class jp.kyasu.awt.text.TextListController
- Invoked when a key has been pressed.
- keyReleased(KeyEvent).
Method in class jp.kyasu.awt.ButtonController
- Invoked when a key has been released.
- keyReleased(KeyEvent).
Method in class jp.kyasu.awt.EventProxyContainer
-
- keyReleased(KeyEvent).
Method in class jp.kyasu.awt.text.TextController
- Invoked when a key has been released.
- keyTyped(KeyEvent).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Invoked when a key has been typed.
- keyTyped(KeyEvent).
Method in class jp.kyasu.awt.ButtonController
- Invoked when a key has been typed.
- keyTyped(KeyEvent).
Method in class jp.kyasu.awt.EventProxyContainer
-
- keyTyped(KeyEvent).
Method in class jp.kyasu.awt.text.TextController
- Invoked when a key has been typed.
- KEYWORD.
Static variable in class jp.kyasu.awt.util.LanguageTokenizer
- A constant indicating that a keyword token has been read.
- Keywords.
Static variable in class jp.kyasu.awt.util.SmalltalkTokenizer
- The keywords of the Smalltalk languages.
- kill_next_character().
Method in class jp.kyasu.awt.TextComponent
- If the cursor is inside the selection, deletes the entire selection.
- kill_next_character().
Method in class jp.kyasu.awt.text.TextEditController
- If the cursor is inside the selection, deletes the entire selection.
- kill_next_word().
Method in class jp.kyasu.awt.TextComponent
- If the cursor is inside the selection, deletes the entire selection.
- kill_next_word().
Method in class jp.kyasu.awt.text.TextEditController
- If the cursor is inside the selection, deletes the entire selection.
- kill_previous_character().
Method in class jp.kyasu.awt.TextComponent
- If the cursor is inside the selection, deletes the entire selection.
- kill_previous_character().
Method in class jp.kyasu.awt.text.TextEditController
- If the cursor is inside the selection, deletes the entire selection.
- kill_previous_word().
Method in class jp.kyasu.awt.TextComponent
- If the cursor is inside the selection, deletes the entire selection.
- kill_previous_word().
Method in class jp.kyasu.awt.text.TextEditController
- If the cursor is inside the selection, deletes the entire selection.
- kill_selection().
Method in class jp.kyasu.awt.TextComponent
- Kills the currently selected text and stores the text in the cut buffer.
- kill_selection().
Method in class jp.kyasu.awt.text.TextEditController
- Kills the currently selected text and stores the text in the cut buffer.
- kill_to_end_of_line().
Method in class jp.kyasu.awt.TextComponent
- Kills the characters following the insertion cursor to the next end
of line character and stores the characters in the cut buffer.
- kill_to_end_of_line().
Method in class jp.kyasu.awt.text.TextEditController
- Kills the characters following the insertion cursor to the next end
of line character and stores the characters in the cut buffer.
- kill_to_start_of_line().
Method in class jp.kyasu.awt.TextComponent
- Kills the characters preceding the insertion cursor to the next
beginning of line character and stores the characters in the cut buffer.
- kill_to_start_of_line().
Method in class jp.kyasu.awt.text.TextEditController
- Kills the characters preceding the insertion cursor to the next
beginning of line character and stores the characters in the cut buffer.
- KOREAN_CHARSET_LABEL.
Static variable in class jp.kyasu.editor.CharSetMenu
-
- L_ALIGN.
Static variable in class jp.kyasu.editor.RichTextEditor
-
- L_CLOSE.
Static variable in class jp.kyasu.editor.TextEditor
-
- L_CLOSE_CONFIRM.
Static variable in class jp.kyasu.editor.TextEditor
-
- L_COPY.
Static variable in class jp.kyasu.awt.text.TextController
- The label name for the copy operation.
- L_CUT.
Static variable in class jp.kyasu.awt.text.TextController
- The label name for the cut operation.
- L_EDIT.
Static variable in class jp.kyasu.awt.text.TextController
- The label name for the edit menu.
- L_EDIT.
Static variable in class jp.kyasu.editor.TextEditor
-
- L_EXIT.
Static variable in class jp.kyasu.editor.TextEditor
-
- L_EXIT_CONFIRM.
Static variable in class jp.kyasu.editor.TextEditor
-
- L_FILE.
Static variable in class jp.kyasu.editor.TextEditor
-
- L_FIND.
Static variable in class jp.kyasu.awt.text.TextController
- The label name for the find operation.
- L_FIXED.
Static variable in class jp.kyasu.editor.HTMLEditor
-
- L_FONT.
Static variable in class jp.kyasu.editor.TextEditor
-
- L_FONT_COLOR.
Static variable in class jp.kyasu.editor.TextEditor
-
- L_FONT_NAME.
Static variable in class jp.kyasu.editor.TextEditor
-
- L_FONT_SIZE.
Static variable in class jp.kyasu.editor.TextEditor
-
- L_FONT_STYLE.
Static variable in class jp.kyasu.editor.TextEditor
-
- L_FORMAT.
Static variable in class jp.kyasu.editor.RichTextEditor
-
- L_HELP.
Static variable in class jp.kyasu.editor.TextEditor
-
- L_INSERT.
Static variable in class jp.kyasu.editor.RichTextEditor
-
- L_KFC_ADDRESS.
Static variable in class jp.kyasu.editor.TextEditor
-
- L_KFC_ADDRESS2.
Static variable in class jp.kyasu.editor.TextEditor
-
- L_KFC_AUTHOR.
Static variable in class jp.kyasu.editor.TextEditor
-
- L_KFC_URL.
Static variable in class jp.kyasu.editor.TextEditor
-
- L_L_STYLE.
Static variable in class jp.kyasu.editor.HTMLEditor
-
- L_LANG_MODE.
Static variable in class jp.kyasu.editor.CodeEditor
-
- L_LIST.
Static variable in class jp.kyasu.editor.RichTextEditor
-
- L_M_STYLE.
Static variable in class jp.kyasu.editor.HTMLEditor
-
- L_NEW_WIN.
Static variable in class jp.kyasu.editor.TextEditor
-
- L_OPEN_CONFIRM.
Static variable in class jp.kyasu.editor.TextEditor
-
- L_PARA_STYLE.
Static variable in class jp.kyasu.editor.HTMLEditor
-
- L_PASTE.
Static variable in class jp.kyasu.awt.text.TextController
- The label name for the paste operation.
- L_PRINT.
Static variable in class jp.kyasu.awt.text.TextController
- The label name for the print operation.
- L_READ_ENCODING.
Static variable in class jp.kyasu.editor.TextEditor
-
- L_S_STYLE.
Static variable in class jp.kyasu.editor.HTMLEditor
-
- L_UNDO.
Static variable in class jp.kyasu.awt.text.TextController
- The label name for the undo operation.
- L_VARIABLE.
Static variable in class jp.kyasu.editor.HTMLEditor
-
- L_VERSION.
Static variable in class jp.kyasu.editor.TextEditor
-
- L_VIEW.
Static variable in class jp.kyasu.editor.TextEditor
-
- L_VL_STYLE.
Static variable in class jp.kyasu.editor.HTMLEditor
-
- L_WRITE_ENCODING.
Static variable in class jp.kyasu.editor.TextEditor
-
- Label().
Constructor for class jp.kyasu.awt.Label
- Constructs an empty label.
- Label(String).
Constructor for class jp.kyasu.awt.Label
- Constructs a new label with the specified string, left justified.
- Label(String, int).
Constructor for class jp.kyasu.awt.Label
- Constructs a new label that presents the specified string with the
specified alignment.
- Label(Text).
Constructor for class jp.kyasu.awt.Label
- Constructs a new label with the specified text, left justified.
- Label(Text, int).
Constructor for class jp.kyasu.awt.Label
- Constructs a new label that presents the specified string with the
specified alignment.
- Label(Visualizable).
Constructor for class jp.kyasu.awt.Label
- Constructs a new label with the specified visual object, left justified.
- Label(Visualizable, int).
Constructor for class jp.kyasu.awt.Label
- Constructs a new label with the specified visual object with the
specified alignment.
- Label(VLabel).
Constructor for class jp.kyasu.awt.Label
- Constructs a new label with the specified visual label, left justified.
- Label(VLabel, int).
Constructor for class jp.kyasu.awt.Label
- Constructs a new label with the specified visual label with the
specified alignment.
- LanguageTokenizer(Text, int, int).
Constructor for class jp.kyasu.awt.util.LanguageTokenizer
- Construct a
LanguageTokenizer
with the specified
text and range.
- last().
Method in class jp.kyasu.graphics.TextCharacterIterator
- Set the position to getEndIndex() and return the character at that
position.
- lastCondition.
Variable in class jp.kyasu.graphics.TextScanner
- The last stop condition scanned.
- lastIndex.
Variable in class jp.kyasu.graphics.TextScanner
- The last index scanned.
- lastIndexOf(boolean).
Method in class jp.kyasu.util.VArray
- Searches backwards for the last occurence of the specified boolean
value.
- lastIndexOf(boolean, int).
Method in class jp.kyasu.util.VArray
- Searches backwards for the last occurence of the specified boolean
value, beginning the search at
fromIndex
.
- lastIndexOf(boolean, String, int).
Method in class jp.kyasu.graphics.Text
- Returns the index within this text of the last occurrence of the
specified substring.
- lastIndexOf(boolean, Text, int).
Method in class jp.kyasu.graphics.Text
- Returns the index within this text of the last occurrence of the
substring in the specified text.
- lastIndexOf(byte).
Method in class jp.kyasu.util.VArray
- Searches backwards for the last occurence of the specified byte
value.
- lastIndexOf(byte, int).
Method in class jp.kyasu.util.VArray
- Searches backwards for the last occurence of the specified byte
value, beginning the search at
fromIndex
.
- lastIndexOf(char).
Method in class jp.kyasu.util.VArray
- Searches backwards for the last occurence of the specified char
value.
- lastIndexOf(char, int).
Method in class jp.kyasu.util.VArray
- Searches backwards for the last occurence of the specified char
value, beginning the search at
fromIndex
.
- lastIndexOf(double).
Method in class jp.kyasu.util.VArray
- Searches backwards for the last occurence of the specified double
value.
- lastIndexOf(double, int).
Method in class jp.kyasu.util.VArray
- Searches backwards for the last occurence of the specified double
value, beginning the search at
fromIndex
.
- lastIndexOf(float).
Method in class jp.kyasu.util.VArray
- Searches backwards for the last occurence of the specified float
value.
- lastIndexOf(float, int).
Method in class jp.kyasu.util.VArray
- Searches backwards for the last occurence of the specified float
value, beginning the search at
fromIndex
.
- lastIndexOf(int).
Method in class jp.kyasu.graphics.Text
- Returns the index within this text of the last occurrence of the
specified character.
- lastIndexOf(int).
Method in class jp.kyasu.util.VArray
- Searches backwards for the last occurence of the specified int
value.
- lastIndexOf(int, int).
Method in class jp.kyasu.graphics.Text
- Returns the index within this text of the last occurrence of the
specified character, searching backward starting at the specified index.
- lastIndexOf(int, int).
Method in class jp.kyasu.util.VArray
- Searches backwards for the last occurence of the specified int
value, beginning the search at
fromIndex
.
- lastIndexOf(long).
Method in class jp.kyasu.util.VArray
- Searches backwards for the last occurence of the specified long
value.
- lastIndexOf(long, int).
Method in class jp.kyasu.util.VArray
- Searches backwards for the last occurence of the specified long
value, beginning the search at
fromIndex
.
- lastIndexOf(Object).
Method in class jp.kyasu.util.VArray
- Searches backwards for the last occurence of the specified object,
testing for equality using the
equals
method.
- lastIndexOf(Object, int).
Method in class jp.kyasu.util.VArray
- Searches backwards for the last occurence of the specified object,
beginning the search at
fromIndex
, and testing for
equality using the equals
method.
- lastIndexOf(short).
Method in class jp.kyasu.util.VArray
- Searches backwards for the last occurence of the specified short
value.
- lastIndexOf(short, int).
Method in class jp.kyasu.util.VArray
- Searches backwards for the last occurence of the specified short
value, beginning the search at
fromIndex
.
- lastIndexOf(String).
Method in class jp.kyasu.graphics.Text
- Returns the index within this text of the rightmost occurrence of the
specified substring.
- lastIndexOf(String, int).
Method in class jp.kyasu.graphics.Text
- Returns the index within this text of the last occurrence of the
specified substring.
- lastIndexOf(Text).
Method in class jp.kyasu.graphics.Text
- Returns the index within this text of the rightmost occurrence of the
substring in the specified text.
- lastIndexOf(Text, int).
Method in class jp.kyasu.graphics.Text
- Returns the index within this text of the last occurrence of the
substring in the specified text.
- lastIndexOfIgnoreCase(String).
Method in class jp.kyasu.graphics.Text
- Returns the index within this text of the rightmost occurrence of the
specified substring, ignoring case.
- lastIndexOfIgnoreCase(String, int).
Method in class jp.kyasu.graphics.Text
- Returns the index within this text of the last occurrence of the
specified substring, ignoring case.
- lastIndexOfIgnoreCase(Text).
Method in class jp.kyasu.graphics.Text
- Returns the index within this text of the rightmost occurrence of the
substring in the specified text, ignoring case.
- lastIndexOfIgnoreCase(Text, int).
Method in class jp.kyasu.graphics.Text
- Returns the index within this text of the last occurrence of the
substring in the specified text, ignoring case.
- layout().
Method in class jp.kyasu.awt.KComponent
- Lays out this component.
- layout().
Method in class jp.kyasu.awt.KContainer
- Lays out this component.
- layoutBegin.
Variable in class jp.kyasu.graphics.text.TextChange
- The beginning index of the text to be laid out, inclusive.
- layoutChanged().
Method in class jp.kyasu.awt.SplitPanel
- Informs that the layout is changed.
- layoutEnd.
Variable in class jp.kyasu.graphics.text.TextChange
- The ending index of the text to be laid out, exclusive.
- LEFT.
Static variable in class jp.kyasu.awt.Label
- Indicates that the label should be left justified.
- LEFT.
Static variable in class jp.kyasu.graphics.ParagraphStyle
- The constant for the left alignment (justification).
- LEFT.
Static variable in class jp.kyasu.graphics.VArrow
- The arrow direction constat for the left direction.
- LEFT_INDENT.
Static variable in class jp.kyasu.graphics.BasicPSModifier
- The constant for the attribute "left indent".
- LEFT_INDENT_DIFF.
Static variable in class jp.kyasu.graphics.BasicPSModifier
- The constant for the attribute "left indent".
- leftMargin.
Variable in class jp.kyasu.graphics.TextScanner
- The left margin for scanning.
- length().
Method in class jp.kyasu.graphics.RichText
- Returns the length of this rich text.
- length().
Method in class jp.kyasu.util.RunArray
- Returns the length of this array, i.e., the number of components
in this array.
- length().
Method in class jp.kyasu.graphics.Text
- Returns the length of this text.
- length().
Method in class jp.kyasu.graphics.TextBuffer
- Returns the current length of this text buffer.
- length().
Method in class jp.kyasu.util.VArray
- Returns the length of this array, i.e., the number of components
in this array.
- lengthChanged.
Variable in class jp.kyasu.graphics.text.TextChange
- The length changed.
- LimitTextEditModel(RichText, int).
Constructor for class jp.kyasu.awt.util.LimitTextEditModel
- Constructs a model with the specified rich text and limit length of the
text.
- LINE_BREAK.
Static variable in class jp.kyasu.graphics.TextScanner
- The stop condition constant that shows the character encountered
is a line break.
- LINE_BREAK_CHAR.
Static variable in class jp.kyasu.graphics.Text
- The line break that breaks the line but not separate the
paragraph.
- LINE_SEPARATOR.
Static variable in class jp.kyasu.graphics.TextScanner
- The stop condition constant that shows the character encountered
is a line separator.
- LINE_SEPARATOR_CHAR.
Static variable in class jp.kyasu.graphics.Text
- The line (paragraph) separator that breaks the line and
separates the paragraph.
- LINE_SPACE.
Static variable in class jp.kyasu.graphics.BasicPSModifier
- The constant for the attribute "line space".
- LINE_SPACE_DIFF.
Static variable in class jp.kyasu.graphics.BasicPSModifier
- The constant for the attribute "line space".
- lineBegin.
Variable in class jp.kyasu.graphics.text.TextLineInfo
- The beginning text index of this line, inclusive.
- lineBegin.
Variable in class jp.kyasu.graphics.TextScanner
- The beginning index of a line (inclusive).
- lineEnd.
Variable in class jp.kyasu.graphics.text.TextLineInfo
- The ending text index of this line, exclusive.
- lineEnd.
Variable in class jp.kyasu.graphics.TextScanner
- The ending index of a line (exclusive).
- lineHeight.
Variable in class jp.kyasu.graphics.text.TextLineInfo
- The height of this line.
- lineHeight.
Variable in class jp.kyasu.graphics.TextScanner
- The height of a line.
- lineIndex.
Variable in class jp.kyasu.graphics.text.TextPositionInfo
- The index of line at this position.
- linePositionAt(int, TextLineInfo, ParagraphStyle).
Method in class jp.kyasu.graphics.TextScanner
- Computes the positin of the character in the text.
- linePositionAt(Point, int, int, int, int, int).
Method in class jp.kyasu.graphics.TextScanner
- Computes the positin of the character in the text.
- linePositionAt(Point, int, int, int, int, int, int[]).
Method in class jp.kyasu.graphics.TextListScanner
- Computes the positin of the character in the text.
- linePositionAt(Point, int, int, int, int, int, int[]).
Method in class jp.kyasu.graphics.TextScanner
- Computes the positin of the character in the text.
- linePositionAt(Point, TextLineInfo, ParagraphStyle).
Method in class jp.kyasu.graphics.TextScanner
- Computes the positin of the character in the text.
- lineSkip.
Variable in class jp.kyasu.graphics.text.TextLineInfo
- The skip space of this line, that is, the line height plus
an optional space after line and an optional space after paragraph
(
lineHeight + lineSpace + paragraphSpace
).
- List().
Constructor for class jp.kyasu.awt.List
- Creates a new scrolling list.
- List(int).
Constructor for class jp.kyasu.awt.List
- Creates a new scrolling list initialized with the specified
number of visible lines.
- List(int, boolean).
Constructor for class jp.kyasu.awt.List
- Creates a new scrolling list initialized to display the specified
number of rows.
- List(int, boolean, int).
Constructor for class jp.kyasu.awt.List
- Creates a new scrolling list initialized to display the specified
number of rows, multipleMode, and scroll bar visibility..
- List(RichTextStyle, int).
Constructor for class jp.kyasu.awt.List
- Creates a new scrolling list with the specified style and number of rows.
- List(RichTextStyle, int, boolean).
Constructor for class jp.kyasu.awt.List
- Creates a new scrolling list with the specified style, number of rows,
and multipleMode.
- List(RichTextStyle, int, boolean, int).
Constructor for class jp.kyasu.awt.List
- Creates a new scrolling list with the specified style, number of rows,
multipleMode, and scroll bar visibility.
- List(TextListModel, int).
Constructor for class jp.kyasu.awt.List
- Creates a new scrolling list with the specified model and number of rows.
- List(TextListModel, int, boolean).
Constructor for class jp.kyasu.awt.List
- Creates a new scrolling list with the specified model, number of rows,
and multipleMode.
- List(TextListModel, int, boolean, int).
Constructor for class jp.kyasu.awt.List
- Creates a new scrolling list with the specified model, number of rows,
multipleMode, and scroll bar visibility.
- List(TextListModel, int, boolean, int, VBorder).
Constructor for class jp.kyasu.awt.List
- Creates a new scrolling list with the specified model, number of rows,
multipleMode, scroll bar visibility, and border visual.
- LIST_COL_SEPARATOR_CHAR.
Static variable in class jp.kyasu.graphics.Text
- The list column separator that separates the list column.
- LIST_COLUMN.
Static variable in class jp.kyasu.graphics.TextListScanner
- The stop condition constant that shows the character encountered
is a list tab.
- LIST_COLUMN_STOPS.
Static variable in class jp.kyasu.graphics.TextListScanner
- The stop conditions for the first 256 characters.
- LIST_MODEL_FIRST.
Static variable in class jp.kyasu.awt.event.ListModelEvent
- Marks the first integer id for the range of list model event ids.
- LIST_MODEL_LAST.
Static variable in class jp.kyasu.awt.event.ListModelEvent
- Marks the last integer id for the range of list model event ids.
- LIST_MODEL_REPLACED.
Static variable in class jp.kyasu.awt.event.ListModelEvent
- The list model is replaced.
- LIST_MODEL_SELECTION_CHANGED.
Static variable in class jp.kyasu.awt.event.ListModelEvent
- The selection of the list model is changed.
- LIST_SEPARATOR.
Static variable in class jp.kyasu.graphics.RichTextStyle
- The constant for the list line end style.
- LIST_SEPARATOR_CHAR.
Static variable in class jp.kyasu.graphics.Text
- The list separator that separates the list item.
- LIST_STOPS.
Static variable in class jp.kyasu.graphics.TextScanner
- The stop conditions for the first 256 characters.
- ListActionEvent(Object, int, String, Object, int, int, boolean).
Constructor for class jp.kyasu.awt.event.ListActionEvent
- Constructs a ListActionEvent object with the specified source, id,
command string, item, row index, column index, and the boolean that
indicates the column button is pressed.
- ListActionEvent(Object, String, Object, int, int).
Constructor for class jp.kyasu.awt.event.ListActionEvent
- Constructs a ListActionEvent object with the specified source,
command string, item, row index, and column index.
- ListActionEvent(Object, String, Object, int, int, boolean).
Constructor for class jp.kyasu.awt.event.ListActionEvent
- Constructs a ListActionEvent object with the specified source,
command string, item, row index, column index, and the boolean that
indicates the column button is pressed.
- ListItemEvent(ItemSelectable, int, int, int, int).
Constructor for class jp.kyasu.awt.event.ListItemEvent
- Constructs a ListItemEvent object with the specified ItemSelectable
source, id, item select state, row index, and column index.
- ListItemEvent(ItemSelectable, int, Object, int, int[], int).
Constructor for class jp.kyasu.awt.event.ListItemEvent
- Constructs a ListItemEvent object with the specified ItemSelectable
source, id, item, item select state, indices of items, and column index.
- listModelChanged(ListModelEvent).
Method in interface jp.kyasu.awt.event.ListModelListener
- Invoked when the list model has been changed.
- listModelChanged(ListModelEvent).
Method in class jp.kyasu.awt.text.TextListView
- Invoked when the list model has been changed.
- ListModelEvent(ListModel, int, int, int, int).
Constructor for class jp.kyasu.awt.event.ListModelEvent
- Constructs a list model event with the specified list model (event
source), id, range to be replaced, and item count changed.
- ListModelEvent(ListModel, int, int[], int[]).
Constructor for class jp.kyasu.awt.event.ListModelEvent
- Constructs a list model event with the specified list model (event
source), id, the selected indices, and the deselected indices.
- load(BufferedReader).
Method in class jp.kyasu.editor.TextEditor
- Loads the contents of the specified reader incrementally into
this component
- loadAsObject(InputStream).
Method in class jp.kyasu.editor.DocumentEditor
- Loads the contents of the specified stream as object into
this component.
- location().
Method in class jp.kyasu.awt.KComponent
- Returns the location of this component.
- location().
Method in class jp.kyasu.awt.KContainer
- Returns the location of this component.
- lostOwnership(Clipboard, Transferable).
Method in class jp.kyasu.awt.text.TextController
- Notifies this object that it is no longer the owner of the contents
of the clipboard.
- main(String[]).
Static method in class jp.kyasu.editor.CharSetMenu
- Executes the examples.
- main(String[]).
Static method in class jp.kyasu.editor.CodeEditor
- Executes the examples.
- main(String[]).
Static method in class jp.kyasu.editor.ColorButton
- Executes the examples.
- main(String[]).
Static method in class jp.kyasu.editor.ColorChoice
- Executes the examples.
- main(String[]).
Static method in class jp.kyasu.awt.Dialog
- Executes the examples.
- main(String[]).
Static method in class jp.kyasu.editor.DocumentEditor
- Executes the examples.
- main(String[]).
Static method in class jp.kyasu.editor.HTMLEditor
- Executes the examples.
- main(String[]).
Static method in class jp.kyasu.sgml.HTMLParser
- Converts the HTML document into the ESIS format.
- main(String[]).
Static method in class jp.kyasu.editor.SelectionMenu
- Executes the examples.
- main(String[]).
Static method in class jp.kyasu.editor.TextEditor
- Executes the examples.
- main(String[]).
Static method in class jp.kyasu.awt.ToolBar
- Executes the examples.
- make_font_bold().
Method in class jp.kyasu.editor.RichTextEditor
- Makes the selected text bold.
- make_font_bold(boolean).
Method in class jp.kyasu.editor.RichTextEditor
- Makes or clears the selected text bold.
- make_font_italic().
Method in class jp.kyasu.editor.RichTextEditor
- Makes the selected text italic.
- make_font_italic(boolean).
Method in class jp.kyasu.editor.RichTextEditor
- Makes or clears the selected text italic.
- make_font_large().
Method in class jp.kyasu.editor.DocumentEditor
- Makes the selected text large.
- make_font_large().
Method in class jp.kyasu.editor.HTMLEditor
- Makes the selected text large.
- make_font_large().
Method in class jp.kyasu.editor.RichTextEditor
- Makes the selected text large.
- make_font_small().
Method in class jp.kyasu.editor.DocumentEditor
- Makes the selected text small.
- make_font_small().
Method in class jp.kyasu.editor.HTMLEditor
- Makes the selected text small.
- make_font_small().
Method in class jp.kyasu.editor.RichTextEditor
- Makes the selected text small.
- make_font_underlined().
Method in class jp.kyasu.editor.RichTextEditor
- Makes or clears the selected text underlined.
- make_font_underlined(boolean).
Method in class jp.kyasu.editor.RichTextEditor
- Makes or clears the selected text underlined.
- make_list().
Method in class jp.kyasu.editor.DocumentEditor
- Makes the selected paragraph as a list.
- make_list().
Method in class jp.kyasu.editor.HTMLEditor
- Makes the selected paragraph as a list.
- make_ordered_list().
Method in class jp.kyasu.editor.HTMLEditor
- Makes the selected paragraph as an ordered list.
- makeVisible(int).
Method in class jp.kyasu.awt.List
- Makes the item at the specified index visible.
- makeVisible(int).
Method in class jp.kyasu.awt.TableList
- Makes the row at the specified index visible.
- makeVisible(int).
Method in class jp.kyasu.awt.text.TextListController
- Makes the row at the specified index visible.
- MAX_HISTORY.
Static variable in class jp.kyasu.editor.HTMLEditor
-
- MESSAGE.
Static variable in class jp.kyasu.awt.Dialog
- The normal message type.
- message(Frame, String).
Static method in class jp.kyasu.awt.Dialog
- Shows the message with a dialog.
- message(Frame, String, String).
Static method in class jp.kyasu.awt.Dialog
- Shows the message with a dialog.
- message(Frame, String, Visualizable).
Static method in class jp.kyasu.awt.Dialog
- Shows the message with a dialog.
- message(Frame, Visualizable).
Static method in class jp.kyasu.awt.Dialog
- Shows the message with a dialog.
- message(String).
Static method in class jp.kyasu.awt.Dialog
- Shows the message with a dialog.
- message(Visualizable).
Static method in class jp.kyasu.awt.Dialog
- Shows the message with a dialog.
- MIDDLE.
Static variable in class jp.kyasu.graphics.TextAttachment
- The constant for the vertical middle alignment.
- MIN_COMPONENT_SIZE.
Static variable in class jp.kyasu.awt.SplitPanel
- The minimum component size.
- minimumSize().
Method in class jp.kyasu.awt.KComponent
- Returns the minimum size of this component.
- minimumSize().
Method in class jp.kyasu.awt.KContainer
- Returns the minimum size of this component.
- minimumSize(int).
Method in class jp.kyasu.awt.List
-
- minimumSize(int).
Method in class jp.kyasu.awt.TextField
-
- minimumSize(int, int).
Method in class jp.kyasu.awt.TextComponent
-
- MODEL.
Static variable in class jp.kyasu.sgml.Element
- The content model consists of sub-elements.
- MODEL_PCDATA.
Static variable in class jp.kyasu.sgml.Element
- The content model consists of sub-elements and #PCDATA.
- Modifier().
Constructor for class jp.kyasu.graphics.Modifier
- Constructs an empty modifier.
- Modifier(Modifier).
Constructor for class jp.kyasu.graphics.Modifier
- Constructs a modifier that has the same attributes and values as
the specified modifier.
- modify(ExtendedFont).
Method in class jp.kyasu.graphics.FontModifier
- Modifies the given extended font, i.e., Creates the modified version
of the given extended font.
- modify(Modifier).
Method in class jp.kyasu.graphics.Modifier
- Modifies the given modifier, i.e., Creates the modified version
of the given modifier by putting all attributes in this
modifier into the given modifier.
- modify(ParagraphStyle).
Method in class jp.kyasu.graphics.BasicPSModifier
- Modifies the given paragraph style, i.e., Creates the modified version
of the given paragraph style.
- modify(ParagraphStyle).
Method in interface jp.kyasu.graphics.ParagraphStyleModifier
- Modifies the given paragraph style, i.e., Creates the modified version
of the given paragraph style.
- modify(TextStyle).
Method in class jp.kyasu.graphics.BasicTSModifier
- Modifies the given text style, i.e., Creates the modified version
of the given text style.
- modify(TextStyle).
Method in interface jp.kyasu.graphics.TextStyleModifier
- Modifies the given text style, i.e., Creates the modified version
of the given text style.
- modifyParagraphStyle(int, int, ParagraphStyleModifier).
Method in class jp.kyasu.awt.DefaultTextEditModel
-
- modifyParagraphStyle(int, int, ParagraphStyleModifier).
Method in class jp.kyasu.graphics.RichText
-
- modifyParagraphStyle(int, int, ParagraphStyleModifier).
Method in interface jp.kyasu.awt.TextEditModel
-
- modifyParagraphStyle(ParagraphStyleModifier).
Method in class jp.kyasu.graphics.TextBuffer
- Modifies the current paragraph style of this text buffer by the
specified paragraph style modifier.
- modifyParagraphStyle(TextPositionInfo, TextPositionInfo, ParagraphStyleModifier).
Method in class jp.kyasu.graphics.TextLayout
- Modifies the paragraph style in the specified range of the rich text
in this layout by using the specified paragraph style modifier.
- modifyRangeParagraphStyle(ParagraphStyleModifier, int, int).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Modifies the paragraph style between the indicated start and end
positions by the specified paragraph style modifier.
- modifyRangeParagraphStyle(ParagraphStyleModifier, int, int).
Method in class jp.kyasu.awt.TextComponent
- Modifies the paragraph style between the indicated start and end
positions by the specified paragraph style modifier.
- modifyRangeParagraphStyle(ParagraphStyleModifier, int, int, boolean).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Modifies the paragraph style between the indicated start and end
positions by the specified paragraph style modifier.
- modifyRangeParagraphStyle(ParagraphStyleModifier, int, int, boolean).
Method in class jp.kyasu.awt.TextComponent
- Modifies the paragraph style between the indicated start and end
positions by the specified paragraph style modifier.
- modifyRangeTextStyle(TextStyleModifier, int, int).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Modifies the text style between the indicated start and end positions
by the specified text style modifier.
- modifyRangeTextStyle(TextStyleModifier, int, int).
Method in class jp.kyasu.awt.TextComponent
- Modifies the text style between the indicated start and end positions
by the specified text style modifier.
- modifyRangeTextStyle(TextStyleModifier, int, int, boolean).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Modifies the text style between the indicated start and end positions
by the specified text style modifier.
- modifyRangeTextStyle(TextStyleModifier, int, int, boolean).
Method in class jp.kyasu.awt.TextComponent
- Modifies the text style between the indicated start and end positions
by the specified text style modifier.
- modifySelectionParagraphStyle(ParagraphStyleModifier).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Modifies the paragraph style in the range of the current selection by
the specified paragraph style modifier.
- modifySelectionParagraphStyle(ParagraphStyleModifier).
Method in class jp.kyasu.awt.TextComponent
- Modifies the paragraph style in the range of the current selection by
the specified paragraph style modifier.
- modifySelectionParagraphStyle(ParagraphStyleModifier, boolean).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Modifies the paragraph style in the range of the current selection by
the specified paragraph style modifier.
- modifySelectionParagraphStyle(ParagraphStyleModifier, boolean).
Method in class jp.kyasu.awt.TextComponent
- Modifies the paragraph style in the range of the current selection by
the specified paragraph style modifier.
- modifySelectionTextStyle(TextStyleModifier).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Modifies the text style in the range of the current selection by the
specified text style modifier.
- modifySelectionTextStyle(TextStyleModifier).
Method in class jp.kyasu.awt.TextComponent
- Modifies the text style in the range of the current selection by the
specified text style modifier.
- modifySelectionTextStyle(TextStyleModifier, boolean).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Modifies the text style in the range of the current selection by the
specified text style modifier.
- modifySelectionTextStyle(TextStyleModifier, boolean).
Method in class jp.kyasu.awt.TextComponent
- Modifies the text style in the range of the current selection by the
specified text style modifier.
- modifyStyle(int, int, TextStyleModifier).
Method in class jp.kyasu.graphics.Text
- Modifies the style of this text with the specified text style modifier.
- modifyTextStyle(int, int, TextStyleModifier).
Method in class jp.kyasu.awt.DefaultTextEditModel
-
- modifyTextStyle(int, int, TextStyleModifier).
Method in class jp.kyasu.graphics.RichText
-
- modifyTextStyle(int, int, TextStyleModifier).
Method in class jp.kyasu.awt.util.SyntaxColoringModel
-
- modifyTextStyle(int, int, TextStyleModifier).
Method in interface jp.kyasu.awt.TextEditModel
-
- modifyTextStyle(TextPositionInfo, TextPositionInfo, TextStyleModifier).
Method in class jp.kyasu.graphics.TextLayout
- Modifies the text style in the specified range of the rich text in
this layout by using the specified text style modifier.
- modifyTextStyle(TextStyleModifier).
Method in class jp.kyasu.graphics.TextBuffer
- Modifies the current text style of this text buffer by the specified
text style modifier.
- ModTextStyle(ExtendedFont).
Constructor for class jp.kyasu.graphics.ModTextStyle
- Constructs a modifier text style with the specified extended font.
- ModTextStyle(ExtendedFont, FontModifier).
Constructor for class jp.kyasu.graphics.ModTextStyle
- Constructs a modifier text style with the specified extended font
and font modifier.
- ModTextStyle(Font).
Constructor for class jp.kyasu.graphics.ModTextStyle
- Constructs a modifier text style with the specified font.
- ModTextStyle(Font, FontModifier).
Constructor for class jp.kyasu.graphics.ModTextStyle
- Constructs a modifier text style with the specified font and font
modifier.
- ModTextStyle(TextStyle).
Constructor for class jp.kyasu.graphics.ModTextStyle
- Constructs a modifier text style that has the same contents as
the specified text style.
- ModTextStyle(TextStyle, FontModifier).
Constructor for class jp.kyasu.graphics.ModTextStyle
- Constructs a modifier text style that has the same contents as
the specified text style, with the specified font modifier.
- mouseClicked(MouseEvent).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Invoked when the mouse has been clicked on a component.
- mouseClicked(MouseEvent).
Method in class jp.kyasu.awt.ButtonController
- Invoked when the mouse has been clicked on a component.
- mouseClicked(MouseEvent).
Method in class jp.kyasu.awt.EventProxyContainer
-
- mouseClicked(MouseEvent).
Method in class jp.kyasu.awt.Scrollbar
- Invoked when the mouse has been clicked on a component.
- mouseClicked(MouseEvent).
Method in class jp.kyasu.awt.text.TextController
- Invoked when the mouse has been clicked on a component.
- mouseDragged(MouseEvent).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Invoked when the mouse button is pressed on a component and then dragged.
- mouseDragged(MouseEvent).
Method in class jp.kyasu.awt.ButtonController
- Invoked when the mouse button is pressed on a component and then dragged.
- mouseDragged(MouseEvent).
Method in class jp.kyasu.awt.text.ChoiceListController
- Invoked when the mouse button is pressed on a component and then dragged.
- mouseDragged(MouseEvent).
Method in class jp.kyasu.awt.EventProxyContainer
-
- mouseDragged(MouseEvent).
Method in class jp.kyasu.awt.Scrollbar
- Invoked when the mouse button is pressed on a component and then dragged.
- mouseDragged(MouseEvent).
Method in class jp.kyasu.awt.text.TextController
- Invoked when the mouse button is pressed on a component and then dragged.
- mouseDragged(MouseEvent).
Method in class jp.kyasu.awt.text.TextListController
- Invoked when the mouse button is pressed on a component and then dragged.
- mouseEntered(MouseEvent).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Invoked when the mouse enters a component.
- mouseEntered(MouseEvent).
Method in class jp.kyasu.awt.ButtonController
- Invoked when the mouse enters a component.
- mouseEntered(MouseEvent).
Method in class jp.kyasu.awt.EventProxyContainer
-
- mouseEntered(MouseEvent).
Method in class jp.kyasu.awt.Scrollbar
- Invoked when the mouse enters a component.
- mouseEntered(MouseEvent).
Method in class jp.kyasu.awt.text.TextController
- Invoked when the mouse enters a component.
- mouseExited(MouseEvent).
Method in class jp.kyasu.awt.ButtonController
- Invoked when the mouse exits a component.
- mouseExited(MouseEvent).
Method in class jp.kyasu.awt.EventProxyContainer
-
- mouseExited(MouseEvent).
Method in class jp.kyasu.awt.Scrollbar
- Invoked when the mouse exits a component.
- mouseExited(MouseEvent).
Method in class jp.kyasu.awt.text.TextController
- Invoked when the mouse exits a component.
- mouseMoved(MouseEvent).
Method in class jp.kyasu.awt.ButtonController
- Invoked when the mouse button has been moved on a component.
- mouseMoved(MouseEvent).
Method in class jp.kyasu.awt.text.ChoiceListController
- Invoked when the mouse button has been moved on a component.
- mouseMoved(MouseEvent).
Method in class jp.kyasu.awt.EventProxyContainer
-
- mouseMoved(MouseEvent).
Method in class jp.kyasu.awt.Scrollbar
- Invoked when the mouse button has been moved on a component.
- mouseMoved(MouseEvent).
Method in class jp.kyasu.awt.text.TextController
- Invoked when the mouse button has been moved on a component.
- mouseMoved(MouseEvent).
Method in class jp.kyasu.awt.text.TextListController
- Invoked when the mouse button has been moved on a component.
- mousePressed(MouseEvent).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Invoked when the mouse has been pressed on a component.
- mousePressed(MouseEvent).
Method in class jp.kyasu.awt.ButtonController
- Invoked when the mouse has been pressed on a component.
- mousePressed(MouseEvent).
Method in class jp.kyasu.awt.text.ChoiceListController
- Invoked when the mouse has been pressed on a component.
- mousePressed(MouseEvent).
Method in class jp.kyasu.awt.EventProxyContainer
-
- mousePressed(MouseEvent).
Method in class jp.kyasu.awt.Scrollbar
- Invoked when the mouse has been pressed on a component.
- mousePressed(MouseEvent).
Method in class jp.kyasu.awt.text.TextController
- Invoked when the mouse has been pressed on a component.
- mousePressed(MouseEvent).
Method in class jp.kyasu.awt.text.TextListController
- Invoked when the mouse has been pressed on a component.
- mouseReleased(MouseEvent).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Invoked when the mouse has been released on a component.
- mouseReleased(MouseEvent).
Method in class jp.kyasu.awt.ButtonController
- Invoked when the mouse has been released on a component.
- mouseReleased(MouseEvent).
Method in class jp.kyasu.awt.text.ChoiceListController
- Invoked when the mouse has been released on a component.
- mouseReleased(MouseEvent).
Method in class jp.kyasu.awt.EventProxyContainer
-
- mouseReleased(MouseEvent).
Method in class jp.kyasu.awt.Scrollbar
- Invoked when the mouse has been released on a component.
- mouseReleased(MouseEvent).
Method in class jp.kyasu.awt.text.TextController
- Invoked when the mouse has been released on a component.
- mouseReleased(MouseEvent).
Method in class jp.kyasu.awt.text.TextListController
- Invoked when the mouse has been released on a component.
- MULTILINE_COMMENT.
Static variable in class jp.kyasu.awt.util.LanguageTokenizer
- A constant indicating that a multiline comment token has been read.
- MULTILINE_CONSTANT.
Static variable in class jp.kyasu.awt.util.LanguageTokenizer
- A constant indicating that a multiline constant token has been read.
- MULTIPLE_SELECTIONS.
Static variable in class jp.kyasu.awt.List
- Allows AWT style multiple selections.
- MULTIPLE_SELECTIONS.
Static variable in class jp.kyasu.awt.TableList
- Allows AWT style multiple selections.
- MULTIPLE_SELECTIONS.
Static variable in class jp.kyasu.awt.text.TextListController
- Allows AWT style multiple selections.
- multipleParagraphStylesAllowed().
Method in class jp.kyasu.graphics.RichTextStyle
- Checks if multiple paragraph styles are allowed.
- MultipleUndo().
Constructor for class jp.kyasu.awt.MultipleUndo
- Constructs an empty multiple undo object.
- NAME.
Static variable in class jp.kyasu.graphics.FontModifier
- The constant for the attribute "name".
- NamedTextStyle(String, ExtendedFont).
Constructor for class jp.kyasu.awt.util.NamedTextStyle
- Constructs a named text style with the specified style name and
extended font.
- NamedTextStyle(String, Font).
Constructor for class jp.kyasu.awt.util.NamedTextStyle
- Constructs a named text style with the specified style name and font.
- NamedTextStyle(String, Font, Color).
Constructor for class jp.kyasu.awt.util.NamedTextStyle
- Constructs a named text style with the specified style name, font,
and color.
- NamedTextStyle(String, Font, Color, boolean).
Constructor for class jp.kyasu.awt.util.NamedTextStyle
- Constructs a named text style with the specified style name, font,
color, and underline.
- NamedTextStyle(String, String, int, int).
Constructor for class jp.kyasu.awt.util.NamedTextStyle
- Constructs a named text style with the specified style name, font name,
font style and font size.
- NamedTextStyle(String, String, int, int, Color).
Constructor for class jp.kyasu.awt.util.NamedTextStyle
- Constructs a named text style with the specified style name, font name,
font style, font size and color.
- NamedTextStyle(String, String, int, int, Color, boolean).
Constructor for class jp.kyasu.awt.util.NamedTextStyle
- Constructs a named text style with the specified style name, font name,
font style, font size, color, and underline.
- names().
Method in class jp.kyasu.graphics.Modifier
- Returns an enumeration of the names of the attributes in this modifier.
- NativePanel().
Constructor for class jp.kyasu.awt.NativePanel
-
- NativePanel(LayoutManager).
Constructor for class jp.kyasu.awt.NativePanel
-
- needToRequestFocus().
Method in class jp.kyasu.awt.ButtonController
- Returns true if the controller needs to request the keyboard focus.
- newbreak().
Method in class jp.kyasu.awt.TextComponent
- If the cursor is inside the selection, deletes the entire selection.
- newbreak().
Method in class jp.kyasu.awt.text.TextEditController
- If the cursor is inside the selection, deletes the entire selection.
- newline().
Method in class jp.kyasu.awt.TextComponent
- If the cursor is inside the selection, deletes the entire selection.
- newline().
Method in class jp.kyasu.awt.text.TextEditController
- If the cursor is inside the selection, deletes the entire selection.
- newline_and_indent().
Method in class jp.kyasu.awt.TextComponent
- If the cursor is inside the selection, deletes the entire selection.
- newline_and_indent().
Method in class jp.kyasu.awt.text.TextEditController
- If the cursor is inside the selection, deletes the entire selection.
- next().
Method in class jp.kyasu.graphics.TextCharacterIterator
- Increment the iterator's index by one and return the character
at the new index.
- next_line().
Method in class jp.kyasu.awt.TextComponent
- Moves the insertion cursor to the next line.
- next_line().
Method in class jp.kyasu.awt.text.TextEditController
- Moves the insertion cursor to the next line.
- next_page().
Method in class jp.kyasu.awt.TextComponent
- Moves the insertion cursor forward one page.
- next_page().
Method in class jp.kyasu.awt.text.TextEditController
- Moves the insertion cursor forward one page.
- nextParagraphBeginIndexOf(int).
Method in class jp.kyasu.graphics.RichText
- Returns the index of the next paragraph begin, starting the search
at the specified index.
- nextToken().
Method in class jp.kyasu.awt.util.CLikeLanguageTokenizer
- Parses the next token from the text of this tokenizer.
- nextToken().
Method in class jp.kyasu.awt.util.LanguageTokenizer
- Parses the next token from the text of this tokenizer.
- nextToken().
Method in class jp.kyasu.awt.util.SmalltalkTokenizer
- Parses the next token from the text of this tokenizer.
- NO_LAYOUT.
Static variable in class jp.kyasu.graphics.text.TextChange
- Constant for the no layout.
- NO_REPAINT.
Static variable in class jp.kyasu.graphics.text.TextLayoutChange
- Constant for no repaint.
- NO_STOPS.
Static variable in class jp.kyasu.graphics.TextScanner
- The stop conditions for the first 256 characters.
- NO_WRAP.
Static variable in class jp.kyasu.graphics.RichTextStyle
- The constant for the no line wrapping style.
- NO_WRAP.
Static variable in class jp.kyasu.awt.TextComponent
- The constant for the no line wrapping style.
- NORTH.
Static variable in class jp.kyasu.awt.Label
- Indicates that the label should be top.
- NORTHEAST.
Static variable in class jp.kyasu.awt.Label
- Indicates that the label should be top-right.
- NORTHWEST.
Static variable in class jp.kyasu.awt.Label
- Indicates that the label should be top-left.
- NOT_EDITABLE_BACKGROUND.
Static variable in class jp.kyasu.awt.TextComponent
- The default background color for the not editable state.
- NOT_EDITABLE_FOREGROUND.
Static variable in class jp.kyasu.awt.TextComponent
- The default foreground color for the not editable state.
- NOT_EDITABLE_SELECTION_BACKGROUND.
Static variable in class jp.kyasu.awt.TextComponent
- The default selection background color for the not editable state.
- NOT_EDITABLE_SELECTION_FOREGROUND.
Static variable in class jp.kyasu.awt.TextComponent
- The default selection foreground color for the not editable state.
- NULL.
Static variable in class jp.kyasu.graphics.Modifier
- The constant for the value "NULL".
- OpaqueImageFilter(Color).
Constructor for class jp.kyasu.graphics.OpaqueImageFilter
- Constructs a opaque image filter with the specified color that is
used as a base color for opaque images.
- open(URL, HTMLStyle).
Method in class jp.kyasu.graphics.html.DefaultHTMLReaderTarget
- Opens (Initializes) this target with the specified url and html style.
- open(URL, HTMLStyle).
Method in class jp.kyasu.editor.HTMLEditorTarget
- Opens (Initializes) this target with the specified url and html style.
- open(URL, HTMLStyle).
Method in interface jp.kyasu.graphics.html.HTMLReaderTarget
- Opens (Initializes) this target with the specified url and html style.
- open_file().
Method in class jp.kyasu.editor.HTMLEditor
- Opens the new file.
- open_file().
Method in class jp.kyasu.editor.TextEditor
- Opens the new file.
- open_file(File).
Method in class jp.kyasu.editor.DocumentEditor
- Opens the specified file.
- open_file(File).
Method in class jp.kyasu.editor.HTMLEditor
- Opens the specified file.
- open_file(File).
Method in class jp.kyasu.editor.TextEditor
- Opens the specified file.
- OTHER.
Static variable in class jp.kyasu.awt.util.LanguageTokenizer
- A constant indicating that a token has been read.
- OTHER_CHARSET_LABEL.
Static variable in class jp.kyasu.editor.CharSetMenu
-
- OUTLINE.
Static variable in class jp.kyasu.graphics.VOval
- The oval style constat for the outline of the oval.
- OUTLINE.
Static variable in class jp.kyasu.graphics.VRectangle
- The rectangle style constat for the outline of the rectangle.
- P_AUTO_INDENT.
Static variable in class jp.kyasu.editor.TextEditor
-
- P_BACKGROUND.
Static variable in class jp.kyasu.editor.HTMLEditor
-
- P_FILE.
Static variable in class jp.kyasu.editor.TextEditor
-
- P_FOREGROUND.
Static variable in class jp.kyasu.editor.HTMLEditor
-
- P_INCREMENTAL_LOAD.
Static variable in class jp.kyasu.editor.TextEditor
-
- P_LANG_MODE.
Static variable in class jp.kyasu.editor.CodeEditor
-
- P_READ_ENCODING.
Static variable in class jp.kyasu.editor.TextEditor
-
- P_SHOW_MATCH.
Static variable in class jp.kyasu.editor.TextEditor
-
- P_SOFT_TAB.
Static variable in class jp.kyasu.editor.TextEditor
-
- P_SUB_COMPS.
Static variable in class jp.kyasu.editor.TextEditor
-
- P_SYNTAX_COLOR.
Static variable in class jp.kyasu.editor.CodeEditor
-
- P_TITLE.
Static variable in class jp.kyasu.editor.HTMLEditor
-
- P_URL.
Static variable in class jp.kyasu.editor.HTMLEditor
-
- P_WORD_WRAP.
Static variable in class jp.kyasu.editor.TextEditor
-
- P_WRITE_ENCODING.
Static variable in class jp.kyasu.editor.TextEditor
-
- paint(Graphics).
Method in class jp.kyasu.awt.BorderedPanel
- Paints this panel.
- paint(Graphics).
Method in class jp.kyasu.awt.KComponent
- Paints this component.
- paint(Graphics).
Method in class jp.kyasu.awt.ScrollPanel
- Paints this panel.
- paint(Graphics).
Method in class jp.kyasu.awt.text.TableListView
- Paints this view.
- paint(Graphics).
Method in class jp.kyasu.awt.text.TextEditView
- Paints this component.
- paint(Graphics).
Method in class jp.kyasu.awt.ToolBar
- Paints this component.
- paint(Graphics).
Method in class jp.kyasu.awt.ToolTip
-
- paint(Graphics, int, int, int, int).
Method in class jp.kyasu.graphics.V3DBorder
- Paints the 3-D border at the specified location,
with the specified dimension.
- paint(Graphics, int, int, int, int).
Method in class jp.kyasu.graphics.VBorder
- Paints the visual border at the specified location,
with the specified dimension.
- paint(Graphics, int, int, int, int).
Method in class jp.kyasu.graphics.VDashedBorder
- Paints the dashed line border at the specified location,
with the specified dimension.
- paint(Graphics, int, int, int, int).
Method in class jp.kyasu.graphics.VHRBorder
- Paints the horizontal line border at the specified location,
with the specified dimension.
- paint(Graphics, int, int, int, int).
Method in class jp.kyasu.graphics.VPaneBorder
- Paints the pane border at the specified location,
with the specified dimension.
- paint(Graphics, int, int, int, int).
Method in class jp.kyasu.graphics.VPlainBorder
- Paints the plain border at the specified location,
with the specified dimension.
- paint(Graphics, int, int, int, int).
Method in class jp.kyasu.graphics.VTitledPaneBorder
- Paints the titled pane border at the specified location,
with the specified dimension.
- paint(Graphics, Point).
Method in class jp.kyasu.graphics.TextLayout
- Paints this layout at the specified location.
- paint(Graphics, Point).
Method in class jp.kyasu.graphics.html.VAnchor
- Paints the anchor at the specified location.
- paint(Graphics, Point).
Method in class jp.kyasu.graphics.VArrow
- Paints the arrow at the specified location.
- paint(Graphics, Point).
Method in class jp.kyasu.graphics.VBorder
- Paints the visual border at the specified location.
- paint(Graphics, Point).
Method in class jp.kyasu.graphics.VBorderedWrapper
- Paints the visual object at the specified location.
- paint(Graphics, Point).
Method in class jp.kyasu.graphics.VClipWrapper
- Paints the visual object at the specified location, with the clipping
rectangle.
- paint(Graphics, Point).
Method in class jp.kyasu.graphics.VColoredWrapper
- Paints the visual object at the specified location, with the color
attributes.
- paint(Graphics, Point).
Method in class jp.kyasu.graphics.VImage
- Paints the visual image at the specified location.
- paint(Graphics, Point).
Method in interface jp.kyasu.graphics.Visualizable
- Paints the visual object at the specified location.
- paint(Graphics, Point).
Method in class jp.kyasu.graphics.VLabel
- Paints the label at the specified location.
- paint(Graphics, Point).
Method in class jp.kyasu.graphics.VObject
- Paints the visual object at the specified location.
- paint(Graphics, Point).
Method in class jp.kyasu.graphics.VOval
- Paints the oval at the specified location.
- paint(Graphics, Point).
Method in class jp.kyasu.graphics.VRectangle
- Paints the rectangle at the specified location.
- paint(Graphics, Point).
Method in class jp.kyasu.graphics.VRichText
- Paints the visual rich text at the specified location.
- paint(Graphics, Point).
Method in class jp.kyasu.graphics.VSpace
- Paints the space at the specified location.
- paint(Graphics, Point).
Method in class jp.kyasu.graphics.VText
- Paints the visual text at the specified location.
- paint(Graphics, Point).
Method in class jp.kyasu.graphics.VWrapper
- Paints the visual object at the specified location.
- paint(Graphics, Point, Component).
Method in class jp.kyasu.graphics.VButton
- Paints the button at the specified location with the component.
- paint(Graphics, Point, Component).
Method in class jp.kyasu.graphics.VCheckbox
- Paints the checkbox at the specified location with the component.
- paint(Graphics, Point, Component).
Method in class jp.kyasu.graphics.VLabel
- Paints the label at the specified location with the component.
- paintBegin.
Variable in class jp.kyasu.graphics.text.TextLayoutChange
- The beginning position to repaint, inclusive.
- paintEnd.
Variable in class jp.kyasu.graphics.text.TextLayoutChange
- The ending position to repaint, exclusive.
- paintFromLineBegin.
Variable in class jp.kyasu.graphics.text.TextLayoutChange
- True if repainting is needed from the beginning of the line.
- paintToLineEnd.
Variable in class jp.kyasu.graphics.text.TextLayoutChange
- True if repainting is needed to the ending of the line.
- Panel().
Constructor for class jp.kyasu.awt.Panel
- Creates a new panel using the default layout manager.
- Panel(Insets).
Constructor for class jp.kyasu.awt.Panel
- Creates a new panel with the specified insets.
- Panel(LayoutManager).
Constructor for class jp.kyasu.awt.Panel
- Creates a new panel with the specified layout manager.
- Panel(LayoutManager, Insets).
Constructor for class jp.kyasu.awt.Panel
- Creates a new panel with the specified layout manager and insets.
- PARAGRAPH_SPACE.
Static variable in class jp.kyasu.graphics.BasicPSModifier
- The constant for the attribute "paragraph space".
- PARAGRAPH_SPACE_DIFF.
Static variable in class jp.kyasu.graphics.BasicPSModifier
- The constant for the attribute "paragraph space".
- paragraphBeginIndexOf(int).
Method in class jp.kyasu.graphics.RichText
- Returns the index of the paragraph begin, searching backward starting
at the specified index.
- paragraphEndIndexOf(int).
Method in class jp.kyasu.graphics.RichText
- Returns the index of the paragraph end, starting the search at
the specified index.
- paragraphStyle.
Variable in class jp.kyasu.graphics.text.TextLineInfo
- The paragraph style of this line.
- ParagraphStyle(int).
Constructor for class jp.kyasu.graphics.ParagraphStyle
- Constructs a paragraph style with the specified alignment.
- ParagraphStyle(int, int, int).
Constructor for class jp.kyasu.graphics.ParagraphStyle
- Constructs a paragraph style with the specified alignment, left
indent and right indent.
- ParagraphStyle(int, int, int, int).
Constructor for class jp.kyasu.graphics.ParagraphStyle
- Constructs a paragraph style with the specified alignment, left
indent, right indent and line space.
- ParagraphStyle(int, int, int, int, int).
Constructor for class jp.kyasu.graphics.ParagraphStyle
- Constructs a paragraph style with the specified alignment, left
indent, right indent, line space and paragraph space.
- ParagraphStyle(int, int, int, int, int, int).
Constructor for class jp.kyasu.graphics.ParagraphStyle
- Constructs a paragraph style with the specified alignment, left
indent, right indent, line space, paragraph space and tab width.
- ParagraphStyle(int, int, int, int, int, int, TextStyle).
Constructor for class jp.kyasu.graphics.ParagraphStyle
- Constructs a paragraph style with the specified alignment, left
indent, right indent, line space, paragraph space, tab width and
base text style.
- ParagraphStyle(int, int, int, int, int, int, Visualizable, int).
Constructor for class jp.kyasu.graphics.ParagraphStyle
- Constructs a paragraph style with the specified alignment, left
indent, right indent, line space, paragraph space, tab width,
visual heading and heading space.
- ParagraphStyle(String, int, int, int, int, int, int, TextStyle).
Constructor for class jp.kyasu.graphics.ParagraphStyle
- Constructs a paragraph style with the specified name, alignment,
left indent, right indent, line space, paragraph space, tab width
and base text style.
- ParagraphStyle(String, int, int, int, int, int, int, Visualizable, int).
Constructor for class jp.kyasu.graphics.ParagraphStyle
- Constructs a paragraph style with the specified name, alignment,
left indent, right indent, line space, paragraph space, tab width,
visual heading and heading space.
- ParagraphStyle(String, int, int, int, int, int, int, Visualizable, int, TextStyle).
Constructor for class jp.kyasu.graphics.ParagraphStyle
- Constructs a paragraph style with the specified name, alignment,
left indent, right indent, line space, paragraph space, tab width,
visual heading, heading space and base text style.
- paragraphStyleChanged.
Variable in class jp.kyasu.graphics.text.TextChange
- True if the paragraph style at the
layoutBegin
index
of the text was changed.
- paragraphStyles().
Method in class jp.kyasu.awt.text.BasicTextEditController
- Returns an enumeration of the paragraph styles of the text of the
view of this controller.
- paragraphStyles().
Method in class jp.kyasu.graphics.RichText
- Returns an enumeration of the paragraph styles of this text.
- paragraphStyles().
Method in class jp.kyasu.awt.TextComponent
- Returns an enumeration of the paragraph styles of the text of this
text component.
- paragraphStyles(int, int).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Returns an enumeration of the paragraph styles of the text of the
view of this controller.
- paragraphStyles(int, int).
Method in class jp.kyasu.graphics.RichText
- Returns an enumeration of the paragraph styles of this text.
- paragraphStyles(int, int).
Method in class jp.kyasu.awt.TextComponent
- Returns an enumeration of the paragraph styles of the text of this
text component.
- paramString().
Method in class jp.kyasu.awt.event.ListActionEvent
-
- paramString().
Method in class jp.kyasu.awt.event.ListItemEvent
-
- paramString().
Method in class jp.kyasu.awt.event.ListModelEvent
-
- paramString().
Method in class jp.kyasu.awt.event.ScrollEvent
-
- paramString().
Method in class jp.kyasu.graphics.text.TextLineInfo
- Returns a string representation of the parameters.
- paramString().
Method in class jp.kyasu.awt.event.TextListModelEvent
-
- paramString().
Method in class jp.kyasu.awt.event.TextModelEvent
-
- paramString().
Method in class jp.kyasu.awt.event.TextPositionEvent
-
- paramString().
Method in class jp.kyasu.graphics.text.TextPositionInfo
- Returns a string representation of the parameters.
- parse(Reader).
Method in class jp.kyasu.sgml.SGMLParser
- Parses the sgml document contained in the specified reader.
- PARSING_FINISHED.
Static variable in class jp.kyasu.sgml.SGMLEvent
- The parsing finished event type.
- parsingFinished(SGMLEvent).
Method in class jp.kyasu.graphics.html.HTMLReader
- Invoked when a parsing has been finished.
- parsingFinished(SGMLEvent).
Method in interface jp.kyasu.sgml.SGMLParserListener
- Invoked when a parsing has been finished.
- PARTIAL_LAYOUT.
Static variable in class jp.kyasu.graphics.text.TextChange
- Constant for the partial layout.
- PARTIAL_REPAINT.
Static variable in class jp.kyasu.graphics.text.TextLayoutChange
- Constant for the partial repaint.
- paste_clipboard().
Method in class jp.kyasu.awt.text.BasicTextEditController
- Pastes the the clipboard before the insertion cursor.
- paste_clipboard().
Method in class jp.kyasu.awt.TextComponent
- Pastes the the clipboard before the insertion cursor.
- paste_cutbuffer().
Method in class jp.kyasu.awt.text.BasicTextEditController
- Pastes the the cut buffer before the insertion cursor.
- PCDATA.
Static variable in class jp.kyasu.sgml.Element
- The content model is #PCDATA.
- perform(char).
Method in class jp.kyasu.awt.text.CompositeKeyAction
- Performs the composite key action with the specified typed key
character.
- perform(char).
Method in interface jp.kyasu.awt.text.KeyAction
- Performs the key action with the specified typed key character.
- performClickableAction().
Method in class jp.kyasu.graphics.ClickableTextAction
- Performs this action.
- performClickableAction(Object).
Method in class jp.kyasu.graphics.ClickableTextAction
- Performs this action with the specified source for the action event.
- performKeyAction(String).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Performs the key action named the specified name.
- performKeyAction(String).
Method in class jp.kyasu.awt.TextComponent
- Performs the key action named the specified name.
- performKeyAction(String, char).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Performs the key action named the specified name.
- performKeyAction(String, char).
Method in class jp.kyasu.awt.TextComponent
- Performs the key action named the specified name.
- PLAIN.
Static variable in class jp.kyasu.graphics.VOval
- The oval style constat for the plain oval.
- PLAIN.
Static variable in class jp.kyasu.graphics.VRectangle
- The rectangle style constat for the plain rectangle.
- PopupPanel().
Constructor for class jp.kyasu.awt.PopupPanel
- Creates a new pop-up panel using the default layout manager.
- PopupPanel(Insets).
Constructor for class jp.kyasu.awt.PopupPanel
- Creates a new pop-up panel with the specified insets.
- PopupPanel(LayoutManager).
Constructor for class jp.kyasu.awt.PopupPanel
- Creates a new pop-up panel with the specified layout manager.
- PopupPanel(LayoutManager, Insets).
Constructor for class jp.kyasu.awt.PopupPanel
- Creates a new pop-up panel with the specified layout manager and
insets.
- PopupWindow(Frame).
Constructor for class jp.kyasu.awt.PopupWindow
- Constructs a new invisible pop-up window.
- postEvent(AWTEvent).
Static method in class jp.kyasu.awt.EventPoster
- Posts an event to the system event queue.
- preferredSize().
Method in class jp.kyasu.awt.KComponent
- Returns the preferred size of this component.
- preferredSize().
Method in class jp.kyasu.awt.KContainer
- Returns the preferred size of this component.
- preferredSize(int).
Method in class jp.kyasu.awt.List
-
- preferredSize(int).
Method in class jp.kyasu.awt.TextField
-
- preferredSize(int, int).
Method in class jp.kyasu.awt.TextComponent
-
- previous().
Method in class jp.kyasu.graphics.TextCharacterIterator
- Decrement the iterator's index by one and return the character
at the new index.
- previous_line().
Method in class jp.kyasu.awt.TextComponent
- Moves the insertion cursor to the previous line.
- previous_line().
Method in class jp.kyasu.awt.text.TextEditController
- Moves the insertion cursor to the previous line.
- previous_page().
Method in class jp.kyasu.awt.TextComponent
- Moves the insertion cursor back one page.
- previous_page().
Method in class jp.kyasu.awt.text.TextEditController
- Moves the insertion cursor back one page.
- print(boolean).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Prints the text in the view of this controller with the specified
flag determining to print a page number in footer.
- print(boolean).
Method in class jp.kyasu.awt.TextComponent
- Prints the text of this text component with the specified flag
determining to print a page number in footer.
- print(Insets, String, boolean).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Prints the text in the view of this controller with the specified
insets, header string, and flag determining to print a page number
in footer.
- print(Insets, String, boolean).
Method in class jp.kyasu.awt.TextComponent
- Prints the text of this text component with the specified insets,
header string, and flag determining to print a page number in footer.
- print(PrintJob).
Method in class jp.kyasu.graphics.RichText
- Prints the rich text to a print device provided from the specified
print job.
- print(PrintJob, Insets, int, String, boolean).
Method in class jp.kyasu.graphics.RichText
- Prints the rich text to a print device provided from the specified
print job, with the specified insets, line wrapping, header string,
and flag determining to print a page number in footer.
- print(PrintJob, Insets, int, String, boolean, Font, Color).
Method in class jp.kyasu.graphics.RichText
- Prints the rich text to a print device provided from the specified
print job, with the specified insets, line wrapping, header string,
flag determining to print a page number in footer, font for the
header/footer, and foreground printing color.
- print(PrintJob, Insets, String, boolean).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Prints the text in the view of this controller to a print device
provided from the specified print job, with the specified insets,
header string, and flag determining to print a page number in footer.
- print(PrintJob, Insets, String, boolean).
Method in class jp.kyasu.awt.TextComponent
- Prints the text of this text component to a print device provided from
the specified print job, with the specified insets, header string, and
flag determining to print a page number in footer.
- print(PrintJob, String, boolean).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Prints the text in the view of this controller to a print device
provided from the specified print job, with the specified header string
and flag determining to print a page number in footer.
- print(PrintJob, String, boolean).
Method in class jp.kyasu.graphics.RichText
- Prints the rich text to a print device provided from the specified
print job, with the specified header string and flag determining to
print a page number in footer.
- print(PrintJob, String, boolean).
Method in class jp.kyasu.awt.TextComponent
- Prints the text of this text component to a print device provided from
the specified print job, with the specified header string and flag
determining to print a page number in footer.
- print(String, boolean).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Prints the text in the view of this controller with the specified
header string and flag determining to print a page number in footer.
- print(String, boolean).
Method in class jp.kyasu.awt.TextComponent
- Prints the text of this text component with the specified header
string and flag determining to print a page number in footer.
- print_file().
Method in class jp.kyasu.editor.HTMLEditor
- Prints the file.
- print_file().
Method in class jp.kyasu.editor.TextEditor
- Prints the file.
- printDebugInfo().
Method in class jp.kyasu.graphics.TextLines
- Prints the debbuging information to the
System.out
.
- put(String, boolean).
Method in class jp.kyasu.graphics.Modifier
- Puts a new attribute with the specified name and boolean value.
- put(String, byte).
Method in class jp.kyasu.graphics.Modifier
- Puts a new attribute with the specified name and byte value.
- put(String, char).
Method in class jp.kyasu.graphics.Modifier
- Puts a new attribute with the specified name and character value.
- put(String, double).
Method in class jp.kyasu.graphics.Modifier
- Puts a new attribute with the specified name and double value.
- put(String, float).
Method in class jp.kyasu.graphics.Modifier
- Puts a new attribute with the specified name and float value.
- put(String, int).
Method in class jp.kyasu.graphics.Modifier
- Puts a new attribute with the specified name and integer value.
- put(String, long).
Method in class jp.kyasu.graphics.Modifier
- Puts a new attribute with the specified name and long value.
- put(String, Object).
Method in class jp.kyasu.graphics.Modifier
- Puts a new attribute with the specified name and value.
- put(String, short).
Method in class jp.kyasu.graphics.Modifier
- Puts a new attribute with the specified name and short value.
- quicksort(boolean[], int, int).
Method in class jp.kyasu.util.Sorter
- Sorts the specified array of boolean values.
- quicksort(byte[], int, int).
Method in class jp.kyasu.util.Sorter
- Sorts the specified array of byte values.
- quicksort(char[], int, int).
Method in class jp.kyasu.util.Sorter
- Sorts the specified array of char values.
- quicksort(double[], int, int).
Method in class jp.kyasu.util.Sorter
- Sorts the specified array of double values.
- quicksort(float[], int, int).
Method in class jp.kyasu.util.Sorter
- Sorts the specified array of float values.
- quicksort(int[], int, int).
Method in class jp.kyasu.util.Sorter
- Sorts the specified array of int values.
- quicksort(long[], int, int).
Method in class jp.kyasu.util.Sorter
- Sorts the specified array of long values.
- quicksort(Object, int, int).
Method in class jp.kyasu.util.Sorter
- Sorts the specified array.
- quicksort(Object[], int, int).
Method in class jp.kyasu.util.Sorter
- Sorts the specified array of objects.
- quicksort(short[], int, int).
Method in class jp.kyasu.util.Sorter
- Sorts the specified array of short values.
- RAISED.
Static variable in class jp.kyasu.graphics.VRectangle
- The rectangle style constat for the 3-D raised rectangle.
- RAISED_OUTLINE.
Static variable in class jp.kyasu.graphics.VRectangle
- The rectangle style constat for the outline of the 3-D raised rectangle.
- RCDATA.
Static variable in class jp.kyasu.sgml.Element
- The content model is #RCDATA.
- read(URL, HTMLReaderTarget).
Method in class jp.kyasu.graphics.html.HTMLReader
- Reads the HTML document ('
text/html
') from the specified
url and renders it into the HTMLReaderTarget
object.
- read(URL, Reader, HTMLReaderTarget).
Method in class jp.kyasu.graphics.html.HTMLReader
- Reads the HTML document ('
text/html
') from the specified
reader with the url of the HTML document, and renders it into the
HTMLReaderTarget
object.
- read(URL, String, HTMLReaderTarget).
Method in class jp.kyasu.graphics.html.HTMLReader
- Reads the HTML document ('
text/html
') from the specified
url with the specified encoding, and renders it into the
HTMLReaderTarget
object.
- readFrom(URL).
Method in class jp.kyasu.graphics.html.HTMLReader
- Reads the HTML document ('
text/html
') from the specified
url and renders it into the HTMLText
object.
- readFrom(URL, Reader).
Method in class jp.kyasu.graphics.html.HTMLReader
- Reads the HTML document ('
text/html
') from the specified
reader with the url of the HTML document, and renders it into the
HTMLText
object.
- readFrom(URL, String).
Method in class jp.kyasu.graphics.html.HTMLReader
- Reads the HTML document ('
text/html
') from the specified
url with the specified encoding, and renders it into the
HTMLText
object.
- redraw_display().
Method in class jp.kyasu.awt.TextComponent
- Redraw the display.
- redraw_display().
Method in class jp.kyasu.awt.text.TextEditController
- Redraw the display.
- regionMatches(boolean, int, String, int, int).
Method in class jp.kyasu.graphics.Text
- Tests if the text region and the string region are equal.
- regionMatches(boolean, int, Text, int, int).
Method in class jp.kyasu.graphics.Text
- Tests if two text regions are equal.
- regionMatches(int, String, int, int).
Method in class jp.kyasu.graphics.Text
- Tests if the text region and the string are equal.
- regionMatches(int, Text, int, int).
Method in class jp.kyasu.graphics.Text
- Tests if two text regions are equal.
- reload_page().
Method in class jp.kyasu.editor.HTMLEditor
- Reloads the current page.
- remainWidth.
Variable in class jp.kyasu.graphics.text.TextLineInfo
- The remaining width (the remaining space) of this line.
- remove(int).
Method in class jp.kyasu.awt.List
- Remove the item at the specified position from this scrolling list.
- remove(int).
Method in class jp.kyasu.awt.ScrollPanel
- Removes the component, specified by
index
,
from this container.
- remove(int).
Method in class jp.kyasu.editor.SelectionMenu
- Removes the menu item at the specified index from this menu.
- remove(int).
Method in class jp.kyasu.awt.SplitPanel
- Removes the component, specified by
index
,
from this container.
- remove(int).
Method in class jp.kyasu.awt.TableList
- Remove the item at the specified row position.
- remove(int).
Method in class jp.kyasu.awt.text.TextListController
- Remove the item at the specified row position.
- remove(int, int).
Method in class jp.kyasu.awt.List
- Remove the items at the specified row range.
- remove(int, int).
Method in class jp.kyasu.util.RunArray
- Removes the components in this array from the specified
offset
.
- remove(int, int).
Method in class jp.kyasu.awt.TableList
- Remove the items at the specified row range.
- remove(int, int).
Method in class jp.kyasu.graphics.Text
- Removes the characters in this text from the specified
offset
.
- remove(int, int).
Method in class jp.kyasu.awt.text.TextListController
- Remove the items at the specified row range.
- remove(int, int).
Method in class jp.kyasu.util.VArray
- Removes the components in this array from the specified
offset
.
- remove(int[]).
Method in class jp.kyasu.awt.List
- Remove the items at the specified row indices.
- remove(int[]).
Method in class jp.kyasu.awt.TableList
- Remove the items at the specified row indices.
- remove(int[]).
Method in class jp.kyasu.awt.text.TextListController
- Remove the items at the specified row indices.
- remove(String).
Method in class jp.kyasu.awt.List
- Removes the first occurrence of an item from the list.
- remove(String).
Method in class jp.kyasu.graphics.Modifier
- Removes the attribute with the specified name.
- removeActionListener(ActionListener).
Method in class jp.kyasu.awt.Button
- Removes the specified action listener so that it no longer
receives action events from this button.
- removeActionListener(ActionListener).
Method in class jp.kyasu.graphics.ClickableTextAction
- Removes the specified action listener so it no longer receives
action events from this action.
- removeActionListener(ActionListener).
Method in class jp.kyasu.awt.List
- Removes the specified action listener so that it no longer receives
action events from this list.
- removeActionListener(ActionListener).
Method in class jp.kyasu.awt.TableList
- Removes the specified action listener so that it no longer receives
action events from this list.
- removeActionListener(ActionListener).
Method in class jp.kyasu.awt.text.TableListView
- Removes the specified action listener so it no longer receives action
events from this controller.
- removeActionListener(ActionListener).
Method in class jp.kyasu.awt.TextField
- Removes the specified action listener so that it no longer receives
action events from this text field.
- removeActionListener(ActionListener).
Method in class jp.kyasu.awt.text.TextListController
- Removes the specified action listener so it no longer receives action
events from this controller.
- removeActionListener(ActionListener).
Method in class jp.kyasu.awt.Timer
- Removes an ActionListener from the timer.
- removeAdjustmentListener(AdjustmentListener).
Method in class jp.kyasu.awt.Scrollbar
- Removes the specified adjustment listener so that it no longer
receives instances of
AdjustmentEvent
from this scroll bar.
- removeAll().
Method in class jp.kyasu.awt.List
- Removes all items from this list.
- removeAll().
Method in class jp.kyasu.util.RunArray
- Removes all components from this array and sets its length to zero.
- removeAll().
Method in class jp.kyasu.awt.TableList
- Removes all items from the list.
- removeAll().
Method in class jp.kyasu.graphics.Text
- Removes all characters from this text and sets its length to zero.
- removeAll().
Method in class jp.kyasu.awt.text.TextListController
- Removes all items from the list.
- removeAll().
Method in class jp.kyasu.util.VArray
- Removes all components from this array and sets its length to zero.
- removeAllElements().
Method in class jp.kyasu.util.Set
- Removes all components from this array and sets its length to zero.
- removeElement(Object).
Method in class jp.kyasu.util.Set
- Removes the object from this set.
- removeItemListener(ItemListener).
Method in class jp.kyasu.editor.ColorButton
- Removes an item listener.
- removeItemListener(ItemListener).
Method in class jp.kyasu.editor.ColorChoice
- Removes an item listener.
- removeItemListener(ItemListener).
Method in class jp.kyasu.editor.ColorChooser
- Removes an item listener.
- removeItemListener(ItemListener).
Method in class jp.kyasu.awt.List
- Removes the specified item listener so that it no longer receives
item events from this list.
- removeItemListener(ItemListener).
Method in class jp.kyasu.awt.TableList
- Removes the specified item listener so that it no longer receives
item events from this list.
- removeItemListener(ItemListener).
Method in class jp.kyasu.awt.text.TextListController
- Removes the specified item listener so it no longer receives item
events from this controller.
- removeItemListener(ItemListener).
Method in class jp.kyasu.awt.ToggleButton
- Removes the specified item listener so that the item listener
no longer receives item events from this check box.
- removeKeyAction(KeyAction).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Removes the key action from the key binding of this controller.
- removeKeyAction(KeyAction).
Method in class jp.kyasu.awt.text.KeyBinding
- Removes the key action from this key binding.
- removeKeyAction(KeyAction).
Method in class jp.kyasu.awt.TextComponent
- Removes the key action from the key binding of this text component.
- removeKeyActionNamed(String).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Removes the key action named the specified name from the key binding
of this controller.
- removeKeyActionNamed(String).
Method in class jp.kyasu.awt.text.KeyBinding
- Removes the key action named the specified name from this key binding.
- removeKeyActionNamed(String).
Method in class jp.kyasu.awt.TextComponent
- Removes the key action named the specified name from the key binding
of this text component.
- removeKeyCharMap(char).
Method in class jp.kyasu.awt.text.Keymap
- Removes the map from the specified key character to action names.
- removeKeyCodeMap(int).
Method in class jp.kyasu.awt.text.Keymap
- Removes the map from the specified key code to action names.
- removeKeyCodeMap(int, int).
Method in class jp.kyasu.awt.text.Keymap
- Removes the map from the specified key code with he specified key
modifiers to action names.
- removeListModelListener(ListModelListener).
Method in class jp.kyasu.awt.DefaultTextListModel
- Removes the specified list model listener so it no longer receives
list model events from this text list model.
- removeListModelListener(ListModelListener).
Method in interface jp.kyasu.awt.ListModel
- Removes the specified list model listener so it no longer receives
list model events from this list model.
- removeNotify().
Method in class jp.kyasu.awt.text.TextEditView
- Notifies this view that it has been removed from its container.
- removePropertyChangeListener(PropertyChangeListener).
Method in class jp.kyasu.editor.TextEditor
- Remove a PropertyChangeListener from the listener list.
- removeScrollListener(ScrollListener).
Method in interface jp.kyasu.awt.Scrollable
- Removes an scroll listener.
- removeScrollListener(ScrollListener).
Method in class jp.kyasu.awt.text.TableListView
- Removes an scroll listener.
- removeScrollListener(ScrollListener).
Method in class jp.kyasu.awt.text.TextView
- Removes an scroll listener.
- removeSelectedIndexes().
Method in class jp.kyasu.awt.List
- Remove the items at the indices of the selected rows.
- removeSelectedIndexes().
Method in class jp.kyasu.awt.TableList
- Remove the items at the indices of the selected rows.
- removeSelectedIndexes().
Method in class jp.kyasu.awt.text.TextListController
- Remove the items at the indices of the selected rows.
- removeSelection(int, int).
Method in class jp.kyasu.awt.DefaultTextListModel
- Changes the selection to be the set difference of the current
selection and indices in the specified range.
- removeSelection(int, int).
Method in interface jp.kyasu.awt.ListModel
- Changes the selection to be the set difference of the current
selection and indices in the specified range.
- removeSGMLParserListener(SGMLParserListener).
Method in class jp.kyasu.sgml.SGMLParser
- Removes the specified sgml parser listener so it no longer
receives sgml events from this parser.
- removeTextListener(TextListener).
Method in class jp.kyasu.awt.DefaultTextEditModel
- Removes the specified text listener so it no longer receives
text events from this text edit model.
- removeTextListener(TextListener).
Method in class jp.kyasu.awt.TextComponent
- Removes the specified text event listener so that it no longer
receives text events from this textcomponent
- removeTextListener(TextListener).
Method in interface jp.kyasu.awt.TextEditModel
- Removes the specified text listener so it no longer receives
text events from this text edit model.
- removeTextListener(TextListener).
Method in class jp.kyasu.editor.TextEditor
- Removes the specified text event listener so that it no longer
receives text events from this textcomponent
- removeTextModelListener(TextModelListener).
Method in class jp.kyasu.awt.DefaultTextModel
- Removes the specified text model listener so it no longer receives
text model events from this text model.
- removeTextModelListener(TextModelListener).
Method in interface jp.kyasu.awt.TextModel
- Removes the specified text model listener so it no longer receives
text model events from this text model.
- removeTextPositionListener(TextPositionListener).
Method in class jp.kyasu.awt.TextComponent
- Removes the specified text position event listener so that it no
longer receives text position events from this text component
- removeTextPositionListener(TextPositionListener).
Method in class jp.kyasu.editor.TextEditor
- Removes the specified text position event listener so that it no
longer receives text position events from this text component
- removeTextPositionListener(TextPositionListener).
Method in class jp.kyasu.awt.text.TextEditView
- Removes an text position listener.
- repaintNow().
Method in class jp.kyasu.awt.KComponent
- Paints this component and all of its subcomponents immediately.
- repaintNow().
Method in class jp.kyasu.awt.KContainer
- Paints this component and all of its subcomponents immediately.
- repeats().
Method in class jp.kyasu.awt.Timer
- Returns
true
if the timer will send a
actionPerformed()
message to its listeners multiple
times.
- replace(int, int, RichText).
Method in class jp.kyasu.graphics.RichText
- Replaces the specified range of this rich text with the specified
replacement rich text object.
- replace(int, int, RunArray).
Method in class jp.kyasu.util.RunArray
- Replaces the components of this array with the components of the
RunArray
object.
- replace(int, int, String).
Method in class jp.kyasu.graphics.Text
- Replaces the components of this text with the components of the
specified string.
- replace(int, int, Text).
Method in class jp.kyasu.awt.DefaultTextEditModel
- Replaces the specified range of the rich text of this text edit
model with the specified replacement text object.
- replace(int, int, Text).
Method in class jp.kyasu.awt.util.LimitTextEditModel
- Replaces the specified range of the rich text of this model with
the specified replacement text object.
- replace(int, int, Text).
Method in class jp.kyasu.graphics.RichText
- Replaces the specified range of this rich text with the specified
replacement text object.
- replace(int, int, Text).
Method in class jp.kyasu.awt.util.SyntaxColoringModel
- Replaces the specified range of the rich text of this model with
the specified replacement text object.
- replace(int, int, Text).
Method in class jp.kyasu.graphics.Text
- Replaces the components of this text with the components of the
specified text.
- replace(int, int, Text).
Method in interface jp.kyasu.awt.TextEditModel
- Replaces the specified range of the rich text of this text edit
model with the specified replacement text object.
- replace(int, int, VArray).
Method in class jp.kyasu.util.VArray
- Replaces the components of this array with the components of the
VArray
object.
- replace(int, int, VArray, int, int).
Method in class jp.kyasu.util.VArray
- Replaces the components of this array with the components of the
VArray
object.
- replace(TextPositionInfo, TextPositionInfo, Text).
Method in class jp.kyasu.graphics.TextLayout
- Replaces the specified range of the rich text in this layout with
the specified replacement text object.
- replaceItem(String, int).
Method in class jp.kyasu.awt.List
- Replaces the item at the specified index in the scrolling list
with the new string.
- replaceItem(String[], int).
Method in class jp.kyasu.awt.TableList
- Replaces the item at the specified row index with the new strings.
- replaceItem(String[], int).
Method in class jp.kyasu.awt.text.TextListController
- Replaces the item at the specified row index with the new strings.
- replaceItem(Text, int).
Method in class jp.kyasu.awt.List
- Replaces the item at the specified index in the scrolling list
with the new text.
- replaceItem(Text[], int).
Method in class jp.kyasu.awt.TableList
- Replaces the item at the specified row index with the new texts.
- replaceItem(Text[], int).
Method in class jp.kyasu.awt.text.TextListController
- Replaces the item at the specified row index with the new texts.
- replaceItems(int, int, Object[][]).
Method in class jp.kyasu.awt.DefaultTextListModel
- Replaces the items in the specified range with the specified items.
- replaceItems(int, int, Object[][]).
Method in interface jp.kyasu.awt.ListModel
- Replaces the items in the specified range with the specified items.
- replaceRange(String, int, int).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Replaces string between the indicated start and end positions
with the specified replacement string.
- replaceRange(String, int, int).
Method in class jp.kyasu.awt.TextComponent
- Replaces text between the indicated start and end positions
with the specified replacement text.
- replaceRange(Text, int, int).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Replaces text between the indicated start and end positions
with the specified replacement text.
- replaceRange(Text, int, int).
Method in class jp.kyasu.awt.TextComponent
- Replaces text between the indicated start and end positions
with the specified replacement text.
- replaceRange(Text, int, int, boolean).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Replaces text between the indicated start and end positions
with the specified replacement text.
- replaceRange(Text, int, int, boolean).
Method in class jp.kyasu.awt.TextComponent
- Replaces text between the indicated start and end positions
with the specified replacement text.
- replaceSelection(String).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Replaces string in the range of the current selection with the
specified replacement string.
- replaceSelection(String).
Method in class jp.kyasu.awt.TextComponent
- Replaces string in the range of the current selection with the
specified replacement string.
- replaceSelection(Text).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Replaces text in the range of the current selection with the
specified replacement text.
- replaceSelection(Text).
Method in class jp.kyasu.awt.TextComponent
- Replaces text in the range of the current selection with the
specified replacement text.
- replaceSelection(Text, boolean).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Replaces text in the range of the current selection with the
specified replacement text.
- replaceSelection(Text, boolean).
Method in class jp.kyasu.awt.TextComponent
- Replaces text in the range of the current selection with the
specified replacement text.
- replaceStyle(int, int, TextStyle).
Method in class jp.kyasu.graphics.Text
- Replaces the style of this text with the specified style.
- replaceText(String, int, int).
Method in class jp.kyasu.awt.TextComponent
-
- replaceTextItem(Text, int).
Method in class jp.kyasu.awt.List
- Replaces the item at the specified index in the scrolling list
with the new text.
- replaceTextItem(Text[], int).
Method in class jp.kyasu.awt.TableList
- Replaces the item at the specified row index with the new texts.
- replaceTextItem(Text[], int).
Method in class jp.kyasu.awt.text.TextListController
- Replaces the item at the specified row index with the new texts.
- request(Frame, String).
Static method in class jp.kyasu.awt.Dialog
- Prompts a user to input a string with a dialog.
- request(Frame, String, int).
Static method in class jp.kyasu.awt.Dialog
- Prompts a user to input a string with a dialog.
- request(Frame, String, String).
Static method in class jp.kyasu.awt.Dialog
- Prompts a user to input a string with a dialog.
- request(Frame, String, String, int).
Static method in class jp.kyasu.awt.Dialog
- Prompts a user to input a string with a dialog.
- request(String).
Static method in class jp.kyasu.awt.Dialog
- Prompts a user to input a string with a dialog.
- request(String, int).
Static method in class jp.kyasu.awt.Dialog
- Prompts a user to input a string with a dialog.
- request(String, String).
Static method in class jp.kyasu.awt.Dialog
- Prompts a user to input a string with a dialog.
- request(String, String, int).
Static method in class jp.kyasu.awt.Dialog
- Prompts a user to input a string with a dialog.
- requestFocus().
Method in class jp.kyasu.awt.KComponent
- Requests that this component get the input focus.
- requestFocus().
Method in class jp.kyasu.awt.KContainer
- Requests that this component get the input focus.
- reshape(int, int, int, int).
Method in class jp.kyasu.awt.KComponent
- Moves and resizes this component.
- reshape(int, int, int, int).
Method in class jp.kyasu.awt.KContainer
- Moves and resizes this component.
- Resources(String).
Constructor for class jp.kyasu.util.Resources
- Constructs a resources with the specified base name.
- Resources(String, Locale).
Constructor for class jp.kyasu.util.Resources
- Constructs a resources with the specified base name and locale.
- restart().
Method in class jp.kyasu.awt.Timer
- Restarts the timer, cancelling any pending firings, and causing
it to fire with its initial dely.
- RichText(RichTextStyle).
Constructor for class jp.kyasu.graphics.RichText
- Constructs an empty rich text with the specified rich text style.
- RichText(String, RichTextStyle).
Constructor for class jp.kyasu.graphics.RichText
- Constructs a rich text with the specified string and rich text style.
- RichText(Text, RichTextStyle).
Constructor for class jp.kyasu.graphics.RichText
- Constructs a rich text with the specified text and rich text style.
- RichTextEditor(int, int, boolean, ActionListener, ActionListener, ActionListener).
Constructor for class jp.kyasu.editor.RichTextEditor
- Constructs a new rich text area with tool bar, with the specified
number of rows and columns.
- RichTextStyle(int).
Constructor for class jp.kyasu.graphics.RichTextStyle
- Constructs a rich text style with the specified line wrapping style.
- RichTextStyle(int, boolean).
Constructor for class jp.kyasu.graphics.RichTextStyle
- Constructs a rich text style with the specified line wrapping style
and flag determining the line height is variable.
- RichTextStyle(int, int, boolean).
Constructor for class jp.kyasu.graphics.RichTextStyle
- Constructs a rich text style with the specified line wrapping style,
line end style and flag determining the line height is variable.
- RichTextStyle(int, int, boolean, TextStyle, ParagraphStyle).
Constructor for class jp.kyasu.graphics.RichTextStyle
- Constructs a rich text style with the specified line wrapping style,
line end style, flag determining the line height is variable,
default text style and default paragraph style.
- RIGHT.
Static variable in class jp.kyasu.awt.Label
- Indicates that the label should be right justified.
- RIGHT.
Static variable in class jp.kyasu.graphics.ParagraphStyle
- The constant for the right alignment (justification).
- RIGHT.
Static variable in class jp.kyasu.graphics.VArrow
- The arrow direction constat for the right direction.
- RIGHT_INDENT.
Static variable in class jp.kyasu.graphics.BasicPSModifier
- The constant for the attribute "right indent".
- RIGHT_INDENT_DIFF.
Static variable in class jp.kyasu.graphics.BasicPSModifier
- The constant for the attribute "right indent".
- rightMargin.
Variable in class jp.kyasu.graphics.TextScanner
- The right margin (edge) for scanning.
- ROUNDED.
Static variable in class jp.kyasu.graphics.VRectangle
- The rectangle style constat for the rounded corner rectangle.
- ROUNDED_OUTLINE.
Static variable in class jp.kyasu.graphics.VRectangle
- The rectangle style constat for the outline of the rounded corner
rectangle.
- RunArray().
Constructor for class jp.kyasu.util.RunArray
- Constructs an empty array.
- RunArray(Class).
Constructor for class jp.kyasu.util.RunArray
- Constructs an empty array with the specified component type.
- RunArray(int, Object).
Constructor for class jp.kyasu.util.RunArray
- Constructs an array with the specified size (length), whose
every component equals to the specified value.
- RunArray(int, Object, Class).
Constructor for class jp.kyasu.util.RunArray
- Constructs an array with the specified size (length), whose
every component equals to the specified value.
- runEnd.
Variable in class jp.kyasu.graphics.TextScanner
- The ending index in the text for scanning (exclusive).
- save(Writer).
Method in class jp.kyasu.editor.TextEditor
- Saves the contents of this component into the specified writer.
- save_file().
Method in class jp.kyasu.editor.HTMLEditor
- Saves the text into the file.
- save_file().
Method in class jp.kyasu.editor.TextEditor
- Saves the text into the current file.
- save_file_as().
Method in class jp.kyasu.editor.TextEditor
- Saves the text into the selected file.
- save_file_as(boolean).
Method in class jp.kyasu.editor.DocumentEditor
- Saves the text into the selected file.
- save_file_as(File).
Method in class jp.kyasu.editor.DocumentEditor
- Saves the text into the specified file.
- save_file_as(File).
Method in class jp.kyasu.editor.HTMLEditor
- Saves the text into the specified file.
- save_file_as(File).
Method in class jp.kyasu.editor.TextEditor
- Saves the text into the specified file.
- save_file_as(File, boolean).
Method in class jp.kyasu.editor.DocumentEditor
- Saves the text into the specified file.
- saveAsHTML(File).
Method in class jp.kyasu.editor.HTMLEditor
- Saves the contents of this component as a HTML into the specified file.
- saveAsObject(OutputStream).
Method in class jp.kyasu.editor.DocumentEditor
- Saves the contents of this component as object into the
specified stream.
- SCROLL_FIRST.
Static variable in class jp.kyasu.awt.event.ScrollEvent
- Marks the first integer id for the range of scroll event ids.
- SCROLL_LAST.
Static variable in class jp.kyasu.awt.event.ScrollEvent
- Marks the last integer id for the range of scroll event ids.
- SCROLL_SIZE_CHANGED.
Static variable in class jp.kyasu.awt.event.ScrollEvent
- The scroll size changed event.
- SCROLL_VALUE_CHANGED.
Static variable in class jp.kyasu.awt.event.ScrollEvent
- The scroll value changed event.
- Scrollbar().
Constructor for class jp.kyasu.awt.Scrollbar
- Constructs a new vertical scroll bar.
- Scrollbar(int).
Constructor for class jp.kyasu.awt.Scrollbar
- Constructs a new scroll bar with the specified orientation.
- Scrollbar(int, int, int, int, int).
Constructor for class jp.kyasu.awt.Scrollbar
- Constructs a new scroll bar with the specified orientation,
initial value, page size, and minimum and maximum values.
- SCROLLBAR_THICKNESS.
Static variable in class jp.kyasu.awt.Scrollbar
- The default scrollbar thickness.
- SCROLLBARS_ALWAYS.
Static variable in class jp.kyasu.awt.ScrollPanel
- Specifies that horizontal/vertical scrollbars should always be
shown regardless of the respective sizes of the scrollpane and child.
- SCROLLBARS_AS_NEEDED.
Static variable in class jp.kyasu.awt.ScrollPanel
- Specifies that horizontal/vertical scrollbar should be shown
only when the size of the child exceeds the size of the scrollpane
in the horizontal/vertical dimension.
- SCROLLBARS_BOTH.
Static variable in class jp.kyasu.awt.ScrollPanel
- Create and display both vertical and horizontal scrollbars.
- SCROLLBARS_BOTH.
Static variable in class jp.kyasu.awt.TextComponent
- Create and display both vertical and horizontal scrollbars.
- SCROLLBARS_HORIZONTAL_ONLY.
Static variable in class jp.kyasu.awt.ScrollPanel
- Create and display horizontal scrollbar only.
- SCROLLBARS_HORIZONTAL_ONLY.
Static variable in class jp.kyasu.awt.TextComponent
- Create and display horizontal scrollbar only.
- SCROLLBARS_NONE.
Static variable in class jp.kyasu.awt.ScrollPanel
- Do not create or display any scrollbars.
- SCROLLBARS_NONE.
Static variable in class jp.kyasu.awt.TextComponent
- Do not create or display any scrollbars.
- SCROLLBARS_VERTICAL_ONLY.
Static variable in class jp.kyasu.awt.ScrollPanel
- Create and display vertical scrollbar only.
- SCROLLBARS_VERTICAL_ONLY.
Static variable in class jp.kyasu.awt.TextComponent
- Create and display vertical scrollbar only.
- ScrollEvent(Scrollable, int, int).
Constructor for class jp.kyasu.awt.event.ScrollEvent
- Constructs a ScrollEvent object with the specified Scrollable source,
id, and orientation.
- ScrollPanel(int, int).
Constructor for class jp.kyasu.awt.ScrollPanel
- Constructs a new scroll container with the specified scrollbar
visibility and scrollbar display policy.
- scrollValueChanged(ScrollEvent).
Method in interface jp.kyasu.awt.event.ScrollListener
- Invoked when the value of the scrollable has been changed.
- scrollValueChanged(ScrollEvent).
Method in class jp.kyasu.awt.ScrollPanel
- Invoked when the value of the scrollable has changed.
- scrollValueChanged(ScrollEvent).
Method in class jp.kyasu.awt.text.TableListView
- Invoked when the value of the scrollable has changed.
- select(int).
Method in class jp.kyasu.awt.List
- Selects the item at the specified index in the scrolling list.
- select(int).
Method in class jp.kyasu.awt.TableList
- Selects the row at the specified index in the scrolling list.
- select(int).
Method in class jp.kyasu.awt.text.TextListController
- Selects the row at the specified index.
- select(int, int).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Selects the text between the specified start and end positions.
- select(int, int).
Method in class jp.kyasu.awt.TextComponent
- Selects the text between the specified start and end positions.
- select(int, int, boolean).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Selects the text between the specified start and end positions.
- select(int, int, boolean).
Method in class jp.kyasu.awt.TextComponent
- Selects the text between the specified start and end positions.
- select(int, int, boolean, boolean).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Selects the text between the specified start and end positions.
- select(int, int, boolean, boolean).
Method in class jp.kyasu.awt.TextComponent
- Selects the text between the specified start and end positions.
- select(int, int, boolean, boolean).
Method in class jp.kyasu.awt.text.TextListController
- Selects the row at the specified index.
- select(String).
Method in class jp.kyasu.awt.List
- Sets the selected item in this list to be the item whose name is
equal to the specified string.
- select(String).
Method in class jp.kyasu.editor.SelectionMenu
- Selects the checkbox menu item which has the specified command.
- select_all().
Method in class jp.kyasu.awt.text.BasicTextEditController
- Select all text.
- select_all().
Method in class jp.kyasu.awt.TextComponent
- Select all text.
- select_braces().
Method in class jp.kyasu.awt.text.BasicTextEditController
- Select braces at the selection start position.
- select_braces(TextPositionInfo).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Select braces at the specified text position.
- select_line().
Method in class jp.kyasu.awt.text.BasicTextEditController
- Select a line at the selection start position.
- select_line().
Method in class jp.kyasu.awt.TextComponent
- Select a line at the selection start position.
- select_line(TextPositionInfo).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Select a line at the specified text position.
- select_word().
Method in class jp.kyasu.awt.text.BasicTextEditController
- Select a word at the selection start position.
- select_word().
Method in class jp.kyasu.awt.TextComponent
- Select a word at the selection start position.
- select_word(TextPositionInfo).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Select a word at the specified text position.
- selectAll().
Method in class jp.kyasu.awt.text.BasicTextEditController
- Selects all the text.
- selectAll().
Method in class jp.kyasu.awt.TextComponent
- Selects all the text in this text component.
- selectionIsCaret().
Method in class jp.kyasu.awt.text.BasicTextEditController
- Tests if the selection is caret, i.e., null selection.
- selectionIsCaret().
Method in class jp.kyasu.awt.TextComponent
- Tests if the selection is caret, i.e., null selection.
- selectionIsCaret().
Method in class jp.kyasu.awt.text.TextEditView
- Tests if the selection is caret, i.e., null selection.
- selectionIsCaret().
Method in class jp.kyasu.awt.event.TextPositionEvent
- Returns true if the selection is caret, i.e., null selection.
- SelectionMenu().
Constructor for class jp.kyasu.editor.SelectionMenu
- Constructs a new menu with an empty label.
- SelectionMenu(String).
Constructor for class jp.kyasu.editor.SelectionMenu
- Constructs a new menu with the specified label.
- SelectionMenu(String, boolean).
Constructor for class jp.kyasu.editor.SelectionMenu
- Constructs a new menu with the specified label.
- Set().
Constructor for class jp.kyasu.util.Set
- Constructs an empty set.
- Set(int).
Constructor for class jp.kyasu.util.Set
- Constructs an empty set with the specified initial capacity.
- Set(int, float).
Constructor for class jp.kyasu.util.Set
- Constructs an empty set with the specified initial capacity
and load factor.
- set(int, Object).
Method in class jp.kyasu.util.VArray
- Sets the component at the specified index of this array to be
the specified object.
- set_alignment(int).
Method in class jp.kyasu.editor.RichTextEditor
- Sets the alignment of the selected paragraph to be the specified style.
- set_font_color(Color).
Method in class jp.kyasu.editor.RichTextEditor
- Sets the font color of the selected text to be the specified color.
- set_font_color(ItemEvent).
Method in class jp.kyasu.editor.RichTextEditor
- Sets the font color of the selected text to be the selected color.
- set_font_name(ItemEvent).
Method in class jp.kyasu.editor.RichTextEditor
- Sets the font name of the selected text to be the selected name.
- set_font_name(String).
Method in class jp.kyasu.editor.RichTextEditor
- Sets the font name of the selected text to be the specified name.
- set_font_size(int).
Method in class jp.kyasu.editor.RichTextEditor
- Sets the font size of the selected text to be the specified size.
- set_font_size(ItemEvent).
Method in class jp.kyasu.editor.RichTextEditor
- Sets the font size of the selected text to be the selected size.
- set_font_size_diff(int).
Method in class jp.kyasu.editor.RichTextEditor
- Sets the font size of the selected text differed from the specified size.
- set_paragraph_style(String).
Method in class jp.kyasu.editor.HTMLEditor
- Sets the paragraph style named by the specified name.
- setActionCommand(String).
Method in class jp.kyasu.awt.AbstractButton
- Sets the command name for the action event fired by this button.
- setActive(boolean).
Method in class jp.kyasu.graphics.VAbstractButton
- Activates the button.
- setActive(boolean).
Method in class jp.kyasu.graphics.VActiveButton
- Activates the button.
- setAlignment(int).
Method in class jp.kyasu.awt.Label
- Sets the alignment for this label to the specified alignment.
- setAlignment(int).
Method in class jp.kyasu.graphics.TextAttachment
- Sets the vertical alignment of this text attachment to be the
specified alignment.
- setAttachmentAt(int, TextAttachment).
Method in class jp.kyasu.graphics.Text
- Sets the component at the specified index of this text to be
the specified text attachment.
- setAttributes(String[]).
Method in class jp.kyasu.sgml.Element
- Sets the name of the attributes of this element to be the
specified attribute names.
- setAutoIndentEnabled(boolean).
Method in class jp.kyasu.awt.TextComponent
- Enables the auto indent.
- setAutoIndentEnabled(boolean).
Method in class jp.kyasu.editor.TextEditor
- Enables the auto indent.
- setAutoResizeMode(int).
Method in class jp.kyasu.awt.SplitPanel
- Sets the the auto resize mode of the panel.
- setAutoResizeMode(int).
Method in class jp.kyasu.awt.TableList
- Sets the the auto resize mode of the panel.
- setAutoResizeMode(int).
Method in class jp.kyasu.awt.text.TableListView
- Sets the the auto resize mode of the panel.
- setBackground(Color).
Method in class jp.kyasu.editor.HTMLEditor
- Sets the background color of this text component to be the specified
color.
- setBackground(Color).
Method in class jp.kyasu.awt.KComponent
- Sets the background color of this component.
- setBackground(Color).
Method in class jp.kyasu.awt.Label
- Sets the background color of this component.
- setBackground(Color).
Method in class jp.kyasu.awt.List
- Sets the background color of this list.
- setBackground(Color).
Method in class jp.kyasu.awt.TableList
- Sets the background color of this list.
- setBackground(Color).
Method in class jp.kyasu.awt.TextComponent
- Sets the background color of this text component.
- setBackground(Color).
Method in class jp.kyasu.graphics.VColoredWrapper
- Sets the background color to be the specified color.
- setBackgroundColor(Color).
Method in class jp.kyasu.graphics.html.DefaultHTMLReaderTarget
- Sets the background color (the
BGCOLOR
attribute in the
BODY
tag) to be the specified color.
- setBackgroundColor(Color).
Method in class jp.kyasu.editor.HTMLEditorTarget
- Sets the background color (the
BGCOLOR
attribute in the
BODY
tag) to be the specified color.
- setBackgroundColor(Color).
Method in interface jp.kyasu.graphics.html.HTMLReaderTarget
- Sets the background color (the
BGCOLOR
attribute in the
BODY
tag) to be the specified color.
- setBackgroundColor(Color).
Method in class jp.kyasu.graphics.html.HTMLText
- Sets the background color of this html document to be the specified
color.
- setBaseFont(Font).
Method in class jp.kyasu.awt.util.SyntaxColoringModel
- Sets the base font of this model.
- setBaseTextStyle(TextStyle).
Method in class jp.kyasu.graphics.RichText
- Sets the base text style of this rich text to be the specified
text style.
- setBlockIncrement(int).
Method in class jp.kyasu.awt.Scrollbar
- Sets the block increment for this scroll bar.
- setBoolean(int, boolean).
Method in class jp.kyasu.util.VArray
- Sets the component at the specified index of this array to be
the specified boolean value.
- setBooleanStateGroup(BooleanStateGroup).
Method in class jp.kyasu.awt.Checkbox
- Sets this check box's group to be the specified group.
- setBooleanStateGroup(BooleanStateGroup).
Method in class jp.kyasu.awt.ToggleButton
- Sets this toggle button/check box's group to be the specified group.
- setBorder(VBorder).
Method in class jp.kyasu.graphics.VBorderedWrapper
- Sets the border of this bordered wrapper to be the specified border.
- setBounds(int, int, int, int).
Method in class jp.kyasu.awt.Choice
- Moves and resizes this choice.
- setBounds(int, int, int, int).
Method in class jp.kyasu.awt.KComponent
- Moves and resizes this component.
- setBounds(int, int, int, int).
Method in class jp.kyasu.awt.KContainer
- Moves and resizes this component.
- setBounds(int, int, int, int).
Method in class jp.kyasu.awt.Label
- Moves and resizes this component.
- setBounds(int, int, int, int).
Method in class jp.kyasu.awt.Scrollbar
- Moves and resizes this scroll bar.
- setBounds(int, int, int, int).
Method in class jp.kyasu.awt.TextField
- Moves and resizes this component.
- setBounds(int, int, int, int).
Method in class jp.kyasu.awt.text.TextView
- Moves and resizes this view.
- setByte(int, byte).
Method in class jp.kyasu.util.VArray
- Sets the component at the specified index of this array to be
the specified byte value.
- setCaretColor(Color).
Method in class jp.kyasu.awt.TextComponent
- Sets the caret color.
- setCaretColor(Color).
Method in class jp.kyasu.awt.text.TextEditView
- Sets the caret color.
- setCaretPosition(int).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Sets the position of the text insertion caret.
- setCaretPosition(int).
Method in class jp.kyasu.awt.TextComponent
- Sets the position of the text insertion caret for this text component.
- setCaretPosition(int, boolean).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Sets the position of the text insertion caret.
- setCaretPosition(int, boolean).
Method in class jp.kyasu.awt.TextComponent
- Sets the position of the text insertion caret.
- setChar(int, char).
Method in class jp.kyasu.graphics.Text
- Sets the component at the specified index of this text to be
the specified character.
- setChar(int, char).
Method in class jp.kyasu.util.VArray
- Sets the component at the specified index of this array to be
the specified char value.
- setCharAt(int, char).
Method in class jp.kyasu.graphics.Text
- Sets the component at the specified index of this text to be
the specified character.
- setCheckboxGroup(CheckboxGroup).
Method in class jp.kyasu.awt.Checkbox
- Sets this check box's group to be the specified check box group.
- setClickable(boolean).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Makes this controller handle
ClickableTextAction
.
- setClickable(boolean).
Method in class jp.kyasu.awt.TextComponent
- Makes this text component handle
ClickableTextAction
.
- setClickableTextAction(ClickableTextAction).
Method in class jp.kyasu.graphics.TextStyle
- Sets the clickable text action of this style to the specified action.
- setClickToFocus().
Method in class jp.kyasu.awt.List
- Makes the list request the focus when the mouse is clicked.
- setClickToFocus().
Method in class jp.kyasu.awt.TableList
- Makes the list request the focus when the mouse is clicked.
- setClickToFocus().
Method in class jp.kyasu.awt.TextComponent
- Makes the text component request the focus when the mouse is clicked.
- setClickToFocus().
Method in class jp.kyasu.awt.text.TextController
- Makes the controller request the focus when the mouse is clicked.
- setClipboardString(String).
Method in class jp.kyasu.awt.text.TextController
- Sets the string to the clipboard.
- setClipboardText(Text).
Method in class jp.kyasu.awt.text.TextController
- Sets the text to the clipboard.
- setClipRect(Rectangle).
Method in class jp.kyasu.graphics.TextListScanner
- Sets the clipping rectangle.
- setCMode().
Method in class jp.kyasu.awt.util.CLikeLanguageTokenizer
- Makes this tokenizer parse the C language.
- setCMode().
Method in class jp.kyasu.editor.CodeEditor
- Makes this component colors the syntax of the C language.
- setCMode().
Method in class jp.kyasu.awt.util.JavaSyntaxColoringModel
- Makes this component colors the syntax of the C language.
- setColor(Color).
Method in class jp.kyasu.graphics.TextBuffer
- Modifies the current text style of this text buffer by replicating
the current text style with the new font color.
- setColumns(int).
Method in class jp.kyasu.awt.TextComponent
- Sets the number of columns for this text component.
- setColumnWidths(int[]).
Method in class jp.kyasu.awt.DefaultTextListModel
- Sets the column widths of the list to the specified widths.
- setColumnWidths(int[]).
Method in interface jp.kyasu.awt.ListModel
- Sets the column widths of the list to the specified widths.
- setColumnWidths(int[]).
Method in class jp.kyasu.graphics.TextList
- Sets the column widths to be the specified widths.
- setCommentColor(Color).
Method in class jp.kyasu.editor.CodeEditor
- Sets the font color for the comment tokens.
- setCommentColor(Color).
Method in class jp.kyasu.awt.util.SyntaxColoringModel
- Sets the font color for the comment tokens.
- setCommentStyle(int).
Method in class jp.kyasu.awt.util.SyntaxColoringModel
- Sets the font style for the comment tokens.
- setCommentStyleAndColor(int, Color).
Method in class jp.kyasu.awt.util.FastSyntaxColoringModel
- Sets the font style for the comment tokens.
- setCommentStyleAndColor(int, Color).
Method in class jp.kyasu.awt.util.SyntaxColoringModel
- Sets the font style and color for the comment tokens.
- setComparer(Comparer).
Method in class jp.kyasu.util.Sorter
- Sets the comparer of this sorter to be the specified comparer.
- setConstantColor(Color).
Method in class jp.kyasu.editor.CodeEditor
- Sets the font color for the constant tokens.
- setConstantColor(Color).
Method in class jp.kyasu.awt.util.SyntaxColoringModel
- Sets the font color for the constant tokens.
- setConstantStyle(int).
Method in class jp.kyasu.awt.util.SyntaxColoringModel
- Sets the font style for the constant tokens.
- setConstantStyleAndColor(int, Color).
Method in class jp.kyasu.awt.util.FastSyntaxColoringModel
- Sets the font style for the constant tokens.
- setConstantStyleAndColor(int, Color).
Method in class jp.kyasu.awt.util.SyntaxColoringModel
- Sets the font style and color for the constant tokens.
- setContentModel(String[]).
Method in class jp.kyasu.sgml.Element
- Sets the sub-elements of this element to be the specified
sub-elements.
- setContentModel(String[], int).
Method in class jp.kyasu.sgml.Element
- Sets the sub-elements and the content model type of this element
to be the specified sub-elements and the specified type.
- setContentModelType(int).
Method in class jp.kyasu.sgml.Element
- Sets the content model type of this element to be the
specified type.
- setController(TextEditController).
Method in class jp.kyasu.awt.text.TextEditView
- Sets the controller of this view.
- setController(TextListController).
Method in class jp.kyasu.awt.text.TextListView
- Sets the controller of this view.
- setCPPMode().
Method in class jp.kyasu.awt.util.CLikeLanguageTokenizer
- Makes this tokenizer parse the C++ language.
- setCPPMode().
Method in class jp.kyasu.editor.CodeEditor
- Makes this component colors the syntax of the C++ language.
- setCPPMode().
Method in class jp.kyasu.awt.util.JavaSyntaxColoringModel
- Makes this component colors the syntax of the C++ language.
- setCurrent(Checkbox).
Method in class jp.kyasu.awt.CheckboxGroup
-
- setCursor(Cursor).
Method in class jp.kyasu.awt.List
- Sets the cursor of this list.
- setCursor(Cursor).
Method in class jp.kyasu.awt.TableList
- Sets the cursor of this list.
- setCursor(Cursor).
Method in class jp.kyasu.awt.TextComponent
- Sets the cursor of this text component.
- setCutBuffer(Text).
Static method in class jp.kyasu.awt.text.TextController
- Sets the text to the cut buffer.
- setDefaultActionName(String).
Method in class jp.kyasu.awt.text.Keymap
- Sets the default action to the specified action name.
- setDefaultActionNames(String[]).
Method in class jp.kyasu.awt.text.Keymap
- Sets the default action to the specified action names.
- setDelay(int).
Method in class jp.kyasu.awt.Timer
- Sets the timer's delay, the number of milliseconds between
successive
actionPerfomed()
messages to its listeners.
- setDeselectionEnabled(boolean).
Method in class jp.kyasu.awt.List
- Makes the deselection enabled when the selection mode is a single
selection.
- setDeselectionEnabled(boolean).
Method in class jp.kyasu.awt.TableList
- Makes the deselection enabled when the selection mode is a single
selection.
- setDeselectionEnabled(boolean).
Method in class jp.kyasu.awt.text.TextListController
- Makes the deselection enabled when the selection mode is a single
selection.
- setDirection(int).
Method in class jp.kyasu.graphics.VArrow
- Sets the direction of the arrow to the specified direction.
- setDisabledBackground(Color).
Method in class jp.kyasu.graphics.VLabel
- Sets the background color when the label is disabled
to be the specified color.
- setDisabledForeground(Color).
Method in class jp.kyasu.graphics.VLabel
- Sets the foreground color when the label is disabled
to be the specified color.
- setDocElement(Element).
Method in class jp.kyasu.sgml.DTD
- Sets the root element of this DTD to be the specified element.
- setDouble(int, double).
Method in class jp.kyasu.util.VArray
- Sets the component at the specified index of this array to be
the specified double value.
- setDoubleBuffered(boolean).
Method in class jp.kyasu.awt.KComponent
- Set whether this component should use a buffer to paint.
- setEchoChar(char).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Sets the echo character for the view of this controller.
- setEchoChar(char).
Method in class jp.kyasu.awt.TextField
- Sets the echo character for this text field.
- setEchoChar(char).
Method in class jp.kyasu.graphics.TextLayout
- Sets the echo character for this layout.
- setEchoCharacter(char).
Method in class jp.kyasu.awt.TextField
-
- setEditable(boolean).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Sets the flag that determines whether or not the view this controller
is editable.
- setEditable(boolean).
Method in class jp.kyasu.awt.TextComponent
- Sets the flag that determines whether or not this text component is
editable.
- setEditable(boolean).
Method in class jp.kyasu.awt.text.TextEditView
- Makes this view editable.
- setEditable(boolean).
Method in class jp.kyasu.awt.TextField
- Sets the flag that determines whether or not this text component is
editable.
- setEditable(boolean, boolean).
Method in class jp.kyasu.awt.TextComponent
- Sets the flag that determines whether or not this text component is
editable.
- setEnabled(boolean).
Method in class jp.kyasu.awt.Choice
- Enables or disables this choice.
- setEnabled(boolean).
Method in class jp.kyasu.editor.ColorChoice
- Enables or disables this choice.
- setEnabled(boolean).
Method in class jp.kyasu.awt.KComponent
- Enables or disables this component.
- setEnabled(boolean).
Method in class jp.kyasu.awt.KContainer
- Enables or disables this component.
- setEnabled(boolean).
Method in class jp.kyasu.awt.Label
- Enables or disables this component.
- setEnabled(boolean).
Method in class jp.kyasu.awt.List
- Enables or disables this list.
- setEnabled(boolean).
Method in class jp.kyasu.awt.ScrollPanel
- Enables or disables this panel.
- setEnabled(boolean).
Method in class jp.kyasu.awt.TableList
- Enables or disables this list.
- setEnabled(boolean).
Method in class jp.kyasu.awt.text.TableListView
- Enables or disables this table list view.
- setEnabled(boolean).
Method in class jp.kyasu.awt.TextComponent
- Enables or disables this text component.
- setEnabled(boolean).
Method in class jp.kyasu.awt.text.TextEditView
- Enables or disables this view.
- setEnabled(boolean).
Method in class jp.kyasu.graphics.VActiveButton
- Sets the enabled state to be the specified boolean.
- setEnabled(boolean).
Method in class jp.kyasu.graphics.VLabel
- Sets the enabled state to be the specified boolean.
- setExclusions(String[]).
Method in class jp.kyasu.sgml.Element
- Sets the inclusions of this element to be the specified exclusions.
- setFloat(int, float).
Method in class jp.kyasu.util.VArray
- Sets the component at the specified index of this array to be
the specified float value.
- setFocused(boolean).
Method in class jp.kyasu.graphics.VLabel
- Sets the focused state to be the specified boolean.
- setFocusedSize(Dimension).
Method in class jp.kyasu.graphics.VLabel
- Resizes the visual content with the focused (dashed line) border
to the specified dimension.
- setFocusEmphasizeEnabled(boolean).
Method in class jp.kyasu.awt.ButtonController
- Enables the button to be emphasized when the keyboard focus has
been gained.
- setFocusTraversable(boolean).
Method in class jp.kyasu.awt.KComponent
- Enables or disables the keyboard focus traversal.
- setFocusTraversable(boolean).
Method in class jp.kyasu.awt.KContainer
- Enables or disables the keyboard focus traversal.
- setFont(Font).
Method in class jp.kyasu.editor.CodeEditor
- Sets the font of this component.
- setFont(Font).
Method in class jp.kyasu.awt.Label
- Sets the font of this component.
- setFont(Font).
Method in class jp.kyasu.awt.List
- Sets the font of this list.
- setFont(Font).
Method in class jp.kyasu.awt.TableList
- Sets the font of this list.
- setFont(Font).
Method in class jp.kyasu.awt.TextComponent
- Sets the font of this text component.
- setFont(Font).
Method in class jp.kyasu.awt.text.TextEditView
- Sets the font of this view.
- setFont(Font).
Method in class jp.kyasu.awt.text.TextListView
- Sets the font of this view.
- setFontBold().
Method in class jp.kyasu.graphics.TextBuffer
- Modifies the current text style of this text buffer by replicating
the current text style with the bold font style.
- setFontBoldItalic().
Method in class jp.kyasu.graphics.TextBuffer
- Modifies the current text style of this text buffer by replicating
the current text style with the bold and italic font style.
- setFontItalic().
Method in class jp.kyasu.graphics.TextBuffer
- Modifies the current text style of this text buffer by replicating
the current text style with the italic font style.
- setFontName(String).
Method in class jp.kyasu.graphics.TextBuffer
- Modifies the current text style of this text buffer by replicating
the current text style with the new font name.
- setFontPlain().
Method in class jp.kyasu.graphics.TextBuffer
- Modifies the current text style of this text buffer by replicating
the current text style with the plain font style.
- setFontSize(int).
Method in class jp.kyasu.graphics.TextBuffer
- Modifies the current text style of this text buffer by replicating
the current text style with the new font size.
- setFontStyle(int).
Method in class jp.kyasu.graphics.TextBuffer
- Modifies the current text style of this text buffer by replicating
the current text style with the new font style.
- setForeground(Color).
Method in class jp.kyasu.editor.HTMLEditor
- Sets the foreground color of this text component to be the specified
color.
- setForeground(Color).
Method in class jp.kyasu.awt.KComponent
- Sets the foreground color of this component.
- setForeground(Color).
Method in class jp.kyasu.awt.Label
- Sets the foreground color of this component.
- setForeground(Color).
Method in class jp.kyasu.awt.List
- Sets the foreground color of this list.
- setForeground(Color).
Method in class jp.kyasu.awt.TableList
- Sets the foreground color of this list.
- setForeground(Color).
Method in class jp.kyasu.awt.TextComponent
- Sets the foreground color of this text component.
- setForeground(Color).
Method in class jp.kyasu.graphics.VColoredWrapper
- Sets the foreground color to be the specified color.
- setGap(int).
Method in class jp.kyasu.awt.SplitPanel
- Sets the gap between components.
- setHTMLStyle(HTMLStyle).
Method in class jp.kyasu.editor.HTMLEditor
- Sets the html style of this html document to be the specified style.
- setHTMLStyle(HTMLStyle).
Method in class jp.kyasu.graphics.html.HTMLText
- Sets the html style of this html document to be the specified style.
- setHTMLText(HTMLText).
Method in class jp.kyasu.editor.HTMLEditor
- Sets the html text of this text component.
- setHValue(int).
Method in interface jp.kyasu.awt.Scrollable
- Sets the horizontal current value of the scrollable object.
- setHValue(int).
Method in class jp.kyasu.awt.text.TableListView
- Sets the horizontal current value of the scrollable object.
- setHValue(int).
Method in class jp.kyasu.awt.text.TextView
- Sets the horizontal current value of the scrollable object.
- setInclusions(String[]).
Method in class jp.kyasu.sgml.Element
- Sets the inclusions of this element to be the specified inclusions.
- setIncrementalLoad(boolean).
Method in class jp.kyasu.editor.TextEditor
- Enables or disables the incremental loading.
- setIndex(int).
Method in class jp.kyasu.graphics.TextCharacterIterator
- Set the position to specified position in the array of characters
and return that character.
- setInitialDelay(int).
Method in class jp.kyasu.awt.Timer
- Sets the timer's initial delay.
- setInsets(Insets).
Method in class jp.kyasu.awt.Panel
- Sets the insets of this panel.
- setInsets(Insets).
Method in class jp.kyasu.graphics.VButton
- Sets the insets of this button to be the specified insets.
- setInsets(Insets).
Method in class jp.kyasu.graphics.VPaneBorder
- Sets the insets of this pane border to be the specified insets.
- setInsets(Insets).
Method in class jp.kyasu.graphics.VPlainBorder
- Sets the insets of this plain border to be the specified insets.
- setInsets(Insets).
Method in class jp.kyasu.graphics.VTitledPaneBorder
- Sets the insets of this pane border to be the specified insets.
- setInt(int, int).
Method in class jp.kyasu.util.VArray
- Sets the component at the specified index of this array to be
the specified int value.
- setItem(int, int, Object).
Method in class jp.kyasu.awt.DefaultTextListModel
- Sets the item associated with the specified index (row) and column
to the specified value.
- setItem(int, int, Object).
Method in interface jp.kyasu.awt.ListModel
- Sets the item associated with the specified index (row) and column
to the specified value.
- setItem(int, int, String).
Method in class jp.kyasu.awt.TableList
- Sets the item associated with the specified index (row) and column
to the specified string value.
- setItem(int, int, String).
Method in class jp.kyasu.awt.text.TextListController
- Sets the item associated with the specified index (row) and column
to the specified string value.
- setItem(int, int, Text).
Method in class jp.kyasu.awt.TableList
- Sets the item associated with the specified index (row) and column
to the specified text value.
- setItem(int, int, Text).
Method in class jp.kyasu.awt.text.TextListController
- Sets the item associated with the specified index (row) and column
to the specified text value.
- setItems(String[]).
Method in class jp.kyasu.awt.List
- Sets the items of the list to the specified string items.
- setItems(String[][]).
Method in class jp.kyasu.awt.TableList
- Sets the items of the list to the specified string row by column items.
- setItems(String[][]).
Method in class jp.kyasu.awt.text.TextListController
- Sets the items of the list to the specified string row by column items.
- setItems(Text[]).
Method in class jp.kyasu.awt.List
- Sets the items of the list to the specified text items.
- setItems(Text[][]).
Method in class jp.kyasu.awt.TableList
- Sets the items of the list to the specified text row by column items.
- setItems(Text[][]).
Method in class jp.kyasu.awt.text.TextListController
- Sets the items of the list to the specified text row by column items.
- setJavaMode().
Method in class jp.kyasu.awt.util.CLikeLanguageTokenizer
- Makes this tokenizer parse the Java language.
- setJavaMode().
Method in class jp.kyasu.editor.CodeEditor
- Makes this component colors the syntax of the Java language.
- setJavaMode().
Method in class jp.kyasu.awt.util.JavaSyntaxColoringModel
- Makes this component colors the syntax of the Java language.
- setKeyActions(KeyAction[]).
Method in class jp.kyasu.awt.text.KeyBinding
- Sets the key actions of this key binding.
- setKeyCharMap(char, String).
Method in class jp.kyasu.awt.text.Keymap
- Maps the specified key character to the specified action name.
- setKeyCharMap(char, String[]).
Method in class jp.kyasu.awt.text.Keymap
- Maps the specified key character to the specified action names.
- setKeyCodeMap(int, int, String).
Method in class jp.kyasu.awt.text.Keymap
- Maps the specified key code with the specified key modifiers to the
specified action name.
- setKeyCodeMap(int, int, String[]).
Method in class jp.kyasu.awt.text.Keymap
- Maps the specified key code with the specified key modifiers to the
specified action names.
- setKeyCodeMap(int, String).
Method in class jp.kyasu.awt.text.Keymap
- Maps the specified key code to the specified action name.
- setKeyCodeMap(int, String[]).
Method in class jp.kyasu.awt.text.Keymap
- Maps the specified key code to the specified action names.
- setKeymap(Keymap).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Sets the keymap of this controller.
- setKeymap(Keymap).
Method in class jp.kyasu.awt.text.KeyBinding
- Sets the
Keymap
object of this key binding.
- setKeymap(Keymap).
Method in class jp.kyasu.awt.TextComponent
- Sets the keymap of this text component.
- setKeywordColor(Color).
Method in class jp.kyasu.editor.CodeEditor
- Sets the font color for the keyword tokens.
- setKeywordColor(Color).
Method in class jp.kyasu.awt.util.SyntaxColoringModel
- Sets the font color for the keyword tokens.
- setKeywordStyle(int).
Method in class jp.kyasu.awt.util.SyntaxColoringModel
- Sets the font style for the keyword tokens.
- setKeywordStyleAndColor(int, Color).
Method in class jp.kyasu.awt.util.FastSyntaxColoringModel
- Sets the font style for the keyword tokens.
- setKeywordStyleAndColor(int, Color).
Method in class jp.kyasu.awt.util.SyntaxColoringModel
- Sets the font style and color for the keyword tokens.
- setLabel(String).
Method in class jp.kyasu.awt.AbstractButton
- Sets the button's label to be the specified string.
- setLayout(LayoutManager).
Method in class jp.kyasu.awt.ScrollPanel
- Sets the layout manager for this container.
- setLayout(LayoutManager).
Method in class jp.kyasu.awt.SplitPanel
- Sets the layout manager for this container.
- setLayout(LayoutManager).
Method in class jp.kyasu.awt.text.TableListView
- Sets the layout manager for this view.
- setLength(int).
Method in class jp.kyasu.util.VArray
- Sets the length of this array.
- setLineHeightConstant(boolean).
Method in class jp.kyasu.graphics.TextLayout
- Sets the line height is constant.
- setLineIncrement(int).
Method in class jp.kyasu.awt.Scrollbar
-
- setLineSelectionVisible(boolean).
Method in class jp.kyasu.awt.text.TextListView
- Makes the line selection visible.
- setLineWrap(int).
Method in class jp.kyasu.awt.TextComponent
- Sets the line wrapping style.
- setLineWrap(int).
Method in class jp.kyasu.graphics.TextLayout
- Sets the line wrapping style.
- setLineWrap(int).
Method in class jp.kyasu.awt.text.TextView
- Sets the line wrapping style.
- setLinkActionListener(ActionListener).
Method in class jp.kyasu.editor.HTMLEditor
- Sets the action listener for the link to the specified listener.
- setLinkColor(Color).
Method in class jp.kyasu.graphics.html.DefaultHTMLReaderTarget
- Sets the text color (the
LINK
attribute in the
BODY
tag) to be the specified color.
- setLinkColor(Color).
Method in class jp.kyasu.editor.HTMLEditor
- Sets the link color of this text component to be the specified color.
- setLinkColor(Color).
Method in class jp.kyasu.editor.HTMLEditorTarget
- Sets the text color (the
LINK
attribute in the
BODY
tag) to be the specified color.
- setLinkColor(Color).
Method in interface jp.kyasu.graphics.html.HTMLReaderTarget
- Sets the text color (the
LINK
attribute in the
BODY
tag) to be the specified color.
- setLinkColor(Color).
Method in class jp.kyasu.graphics.html.HTMLText
- Sets the link color of this html document to be the specified color.
- setLocale(Locale).
Method in class jp.kyasu.graphics.TextLayout
- Sets the locale of this layout to be the specified locale.
- setLocale(Locale).
Method in class jp.kyasu.awt.text.TextView
- Sets the locale of this view.
- setLocationOfText(Point).
Method in class jp.kyasu.awt.TextComponent
- Sets the location of the text of this text component.
- setLocationOfText(Point).
Method in class jp.kyasu.awt.text.TextView
- Sets the location of the
TextLayout
object.
- setLong(int, long).
Method in class jp.kyasu.util.VArray
- Sets the component at the specified index of this array to be
the specified long value.
- setMaximum(int).
Method in class jp.kyasu.awt.Scrollbar
- Sets the maximum value of this scroll bar.
- setMetaAltKeyCodeMap(int, String).
Method in class jp.kyasu.awt.text.Keymap
- Maps the specified key code with the META and ALT key modifiers to the
specified action name.
- setMetaAltKeyCodeMap(int, String[]).
Method in class jp.kyasu.awt.text.Keymap
- Maps the specified key code with the META and ALT key modifiers to the
specified action names.
- setMinimum(int).
Method in class jp.kyasu.awt.Scrollbar
- Sets the minimum value of this scroll bar.
- setMode(int).
Method in class jp.kyasu.awt.ButtonController
- Sets the control mode.
- setMouseFocus().
Method in class jp.kyasu.awt.List
- Makes the list request the focus when the mouse enters the list.
- setMouseFocus().
Method in class jp.kyasu.awt.TableList
- Makes the list request the focus when the mouse enters the list.
- setMouseFocus().
Method in class jp.kyasu.awt.TextComponent
- Makes the text component request the focus when the mouse enters the
component.
- setMouseFocus().
Method in class jp.kyasu.awt.text.TextController
- Makes the controller request the focus when the mouse enters the view.
- setMovingSelectionEnabled(boolean).
Method in class jp.kyasu.awt.text.TextListController
- Makes the selection follow the mouse.
- setMultipleMode(boolean).
Method in class jp.kyasu.awt.List
- Sets the flag that determines whether this list allows multiple
selections.
- setMultipleMode(boolean).
Method in class jp.kyasu.awt.TableList
- Sets the flag that determines whether this list allows multiple
selections.
- setMultipleMode(boolean).
Method in class jp.kyasu.awt.text.TextListController
- Sets the flag that determines whether this controller allows
multiple selections.
- setMultipleSelections(boolean).
Method in class jp.kyasu.awt.List
-
- setName(String).
Method in class jp.kyasu.sgml.Element
- Sets the name of this element to be the specified name.
- setName(String).
Method in class jp.kyasu.sgml.Entity
- Sets the name of this entity to be the specified name.
- setNormalColor(Color).
Method in class jp.kyasu.editor.CodeEditor
- Sets the font color for the normal tokens.
- setNormalColor(Color).
Method in class jp.kyasu.awt.util.SyntaxColoringModel
- Sets the font color for the normal tokens.
- setNormalStyle(int).
Method in class jp.kyasu.awt.util.SyntaxColoringModel
- Sets the font style for the normal tokens.
- setNormalStyleAndColor(int, Color).
Method in class jp.kyasu.awt.util.FastSyntaxColoringModel
- Sets the font style for the normal tokens.
- setNormalStyleAndColor(int, Color).
Method in class jp.kyasu.awt.util.SyntaxColoringModel
- Sets the font style and color for the normal tokens.
- setNotInFontChar(char).
Method in class jp.kyasu.graphics.TextScanner
- Sets the character displayed instead of a character that is not
defined in the current font.
- setOrientation(int).
Method in class jp.kyasu.awt.Scrollbar
- Sets the orientation for this scroll bar.
- setOrientation(int).
Method in class jp.kyasu.awt.SplitPanel
- Sets the split orientation of this panel.
- setPageIncrement(int).
Method in class jp.kyasu.awt.Scrollbar
-
- setParagraphStyle(int, int, ParagraphStyle).
Method in class jp.kyasu.awt.DefaultTextEditModel
-
- setParagraphStyle(int, int, ParagraphStyle).
Method in class jp.kyasu.awt.util.HTMLTextEditModel
-
- setParagraphStyle(int, int, ParagraphStyle).
Method in class jp.kyasu.graphics.RichText
-
- setParagraphStyle(int, int, ParagraphStyle).
Method in interface jp.kyasu.awt.TextEditModel
-
- setParagraphStyle(ParagraphStyle).
Method in class jp.kyasu.graphics.html.DefaultHTMLReaderTarget
- Sets the current paragraph style of the target to be the specified
paragraph style.
- setParagraphStyle(ParagraphStyle).
Method in class jp.kyasu.editor.HTMLEditorTarget
- Sets the current paragraph style of the target to be the specified
paragraph style.
- setParagraphStyle(ParagraphStyle).
Method in interface jp.kyasu.graphics.html.HTMLReaderTarget
- Sets the current paragraph style of the target to be the specified
paragraph style.
- setParagraphStyle(ParagraphStyle).
Method in class jp.kyasu.graphics.TextBuffer
- Sets the current paragraph style of this text buffer to be the
specified paragraph style.
- setParagraphStyle(TextPositionInfo, TextPositionInfo, ParagraphStyle).
Method in class jp.kyasu.graphics.TextLayout
- Sets the paragraph style in the specified range of the rich text
in this layout to be the specified paragraph style.
- setParagraphStyles(int, int, ParagraphStyle[]).
Method in class jp.kyasu.awt.DefaultTextEditModel
-
- setParagraphStyles(int, int, ParagraphStyle[]).
Method in class jp.kyasu.graphics.RichText
-
- setPopupLocationHint(int, int).
Method in class jp.kyasu.awt.ToolTip
- Informs the hint of the location for this pop-up tooltip.
- setPopupMenu(PopupMenu).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Sets the popup menu of this controller.
- setPopupMenu(PopupMenu).
Method in class jp.kyasu.awt.List
- Sets the popup menu of this list.
- setPopupMenu(PopupMenu).
Method in class jp.kyasu.awt.TableList
- Sets the popup menu of this list.
- setPopupMenu(PopupMenu).
Method in class jp.kyasu.awt.TextComponent
- Sets the popup menu of this text component.
- setPopupMenu(PopupMenu).
Method in class jp.kyasu.awt.text.TextListController
- Sets the popup menu of this controller.
- setRaised(boolean).
Method in class jp.kyasu.graphics.V3DBorder
- Sets this 3-D border to be raised or sunk.
- setRangeParagraphStyle(ParagraphStyle, int, int).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Sets the paragraph style between the indicated start and end positions
to the specified paragraph style.
- setRangeParagraphStyle(ParagraphStyle, int, int).
Method in class jp.kyasu.awt.TextComponent
- Sets the paragraph style between the indicated start and end positions
to the specified paragraph style.
- setRangeParagraphStyle(ParagraphStyle, int, int, boolean).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Sets the paragraph style between the indicated start and end positions
to the specified paragraph style.
- setRangeParagraphStyle(ParagraphStyle, int, int, boolean).
Method in class jp.kyasu.awt.TextComponent
- Sets the paragraph style between the indicated start and end positions
to the specified paragraph style.
- setRangeTextStyle(TextStyle, int, int).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Sets the text style between the indicated start and end positions
to the specified text style.
- setRangeTextStyle(TextStyle, int, int).
Method in class jp.kyasu.awt.TextComponent
- Sets the text style between the indicated start and end positions
to the specified text style.
- setRangeTextStyle(TextStyle, int, int, boolean).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Sets the text style between the indicated start and end positions
to the specified text style.
- setRangeTextStyle(TextStyle, int, int, boolean).
Method in class jp.kyasu.awt.TextComponent
- Sets the text style between the indicated start and end positions
to the specified text style.
- setRatioToWidth(float).
Method in class jp.kyasu.graphics.TextAttachment
- Sets the ratio to the width of the layout of the rich text.
- setReadEncoding(String).
Method in class jp.kyasu.editor.TextEditor
- Sets the encoding name for reading to be the specified name.
- setRepeats(boolean).
Method in class jp.kyasu.awt.Timer
- If the specified flag is
false
, instructs the timer
to send actionPerformed()
to its listeners only once,
and then stop.
- setRichText(RichText).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Sets the rich text of the view of this controller.
- setRichText(RichText).
Method in class jp.kyasu.awt.DefaultTextEditModel
- Sets the rich text of this text model to be the specified rich text.
- setRichText(RichText).
Method in class jp.kyasu.awt.DefaultTextModel
- Sets the rich text of this text model to be the specified rich text.
- setRichText(RichText).
Method in class jp.kyasu.editor.HTMLEditor
- Sets the html text of this text component.
- setRichText(RichText).
Method in class jp.kyasu.awt.util.HTMLTextEditModel
- Sets the rich text of this text model to be the specified rich text.
- setRichText(RichText).
Method in class jp.kyasu.awt.util.LimitTextEditModel
- Sets the rich text of this model to be the specified rich text.
- setRichText(RichText).
Method in class jp.kyasu.awt.util.SyntaxColoringModel
- Sets the rich text of this model to be the specified rich text.
- setRichText(RichText).
Method in class jp.kyasu.awt.TextComponent
- Sets the rich text of this text component.
- setRichText(RichText).
Method in class jp.kyasu.editor.TextEditor
- Sets the rich text of this text component.
- setRichText(RichText).
Method in class jp.kyasu.awt.text.TextEditView
- Sets the
RichText
object of this view.
- setRichText(RichText).
Method in interface jp.kyasu.awt.TextModel
- Sets the rich text of this text model to be the specified rich text.
- setRows(int).
Method in class jp.kyasu.awt.List
- Sets the number of visible lines in this list.
- setRows(int).
Method in class jp.kyasu.awt.TableList
- Sets the number of visible lines in this table list.
- setRows(int).
Method in class jp.kyasu.awt.TextComponent
- Sets the number of rows for this text component.
- setScrollbarDisplayPolicy(int).
Method in class jp.kyasu.awt.ScrollPanel
- Sets the display policy for the scrollbars.
- setScrollbarThickness(int).
Method in class jp.kyasu.awt.List
- Sets the thickness of the scroll bar.
- setScrollbarThickness(int).
Method in class jp.kyasu.awt.Scrollbar
- Sets the thickness of the scroll bar.
- setScrollbarThickness(int).
Method in class jp.kyasu.awt.ScrollPanel
- Sets the thickness of the scroll bar.
- setScrollbarThickness(int).
Method in class jp.kyasu.awt.TableList
- Sets the thickness of the scroll bar.
- setScrollbarThickness(int).
Method in class jp.kyasu.awt.TextComponent
- Sets the thickness of the scroll bar.
- setScrollbarThickness(int).
Method in class jp.kyasu.awt.TextField
- Sets the thickness of the scroll bar.
- setScrollbarVisibility(int).
Method in class jp.kyasu.awt.ScrollPanel
- Sets the visibility for the scrollbars.
- setSelectedBooleanState(BooleanState).
Method in class jp.kyasu.awt.BooleanStateGroup
- Sets the currently selected boolean state in this group to be the
specified boolean state.
- setSelectedCheckbox(Checkbox).
Method in class jp.kyasu.awt.CheckboxGroup
- Sets the currently selected check box in this group to be the
specified check box.
- setSelection(int, int).
Method in class jp.kyasu.awt.DefaultTextListModel
- Changes the selection to be the specified range.
- setSelection(int, int).
Method in interface jp.kyasu.awt.ListModel
- Changes the selection to be the specified range.
- setSelectionBackground(Color).
Method in class jp.kyasu.awt.List
- Sets the selection background color.
- setSelectionBackground(Color).
Method in class jp.kyasu.awt.TableList
- Sets the selection background color.
- setSelectionBackground(Color).
Method in class jp.kyasu.awt.TextComponent
- Sets the selection background color.
- setSelectionBackground(Color).
Method in class jp.kyasu.awt.text.TextView
- Sets the selection background color.
- setSelectionEnd(int).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Sets the selection end for the view of this controller to the
specified position.
- setSelectionEnd(int).
Method in class jp.kyasu.awt.TextComponent
- Sets the selection end for this text component to the specified position.
- setSelectionForeground(Color).
Method in class jp.kyasu.awt.List
- Sets the selection foreground color.
- setSelectionForeground(Color).
Method in class jp.kyasu.awt.TableList
- Sets the selection foreground color.
- setSelectionForeground(Color).
Method in class jp.kyasu.awt.TextComponent
- Sets the selection foreground color.
- setSelectionForeground(Color).
Method in class jp.kyasu.awt.text.TextView
- Sets the selection foreground color.
- setSelectionMode(int).
Method in class jp.kyasu.awt.List
- Sets the selection mode.
- setSelectionMode(int).
Method in class jp.kyasu.awt.TableList
- Sets the selection mode.
- setSelectionMode(int).
Method in class jp.kyasu.awt.text.TextListController
- Sets the selection mode.
- setSelectionParagraphStyle(ParagraphStyle).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Sets the paragraph style in the range of the current selection to the
specified paragraph style.
- setSelectionParagraphStyle(ParagraphStyle).
Method in class jp.kyasu.awt.TextComponent
- Sets the paragraph style in the range of the current selection to the
specified paragraph style.
- setSelectionParagraphStyle(ParagraphStyle, boolean).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Sets the paragraph style in the range of the current selection to the
specified paragraph style.
- setSelectionParagraphStyle(ParagraphStyle, boolean).
Method in class jp.kyasu.awt.TextComponent
- Sets the paragraph style in the range of the current selection to the
specified paragraph style.
- setSelectionStart(int).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Sets the selection start for the view of this controller to the
specified position.
- setSelectionStart(int).
Method in class jp.kyasu.awt.TextComponent
- Sets the selection start for this text component to the specified
position.
- setSelectionTextStyle(TextStyle).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Sets the text style in the range of the current selection to the
specified text style.
- setSelectionTextStyle(TextStyle).
Method in class jp.kyasu.awt.TextComponent
- Sets the text style in the range of the current selection to the
specified text style.
- setSelectionTextStyle(TextStyle, boolean).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Sets the text style in the range of the current selection to the
specified text style.
- setSelectionTextStyle(TextStyle, boolean).
Method in class jp.kyasu.awt.TextComponent
- Sets the text style in the range of the current selection to the
specified text style.
- setSelectionVisible(boolean).
Method in class jp.kyasu.awt.text.TextView
- Makes the selection visible.
- setSelectionVisibleAtFocus(boolean).
Method in class jp.kyasu.awt.text.TextController
- Makes the selection become visible when the view is focused.
- setShort(int, short).
Method in class jp.kyasu.util.VArray
- Sets the component at the specified index of this array to be
the specified short value.
- setShowMatchEnabled(boolean).
Method in class jp.kyasu.awt.TextComponent
- Enables the show match.
- setShowMatchEnabled(boolean).
Method in class jp.kyasu.editor.TextEditor
- Enables the show match.
- setSize(Dimension).
Method in class jp.kyasu.graphics.TextLayout
- Resizes the layout to the specified dimension.
- setSize(Dimension).
Method in class jp.kyasu.graphics.html.VAnchor
- Resizes the anchor to the specified dimension.
- setSize(Dimension).
Method in class jp.kyasu.graphics.VBorderedWrapper
- Resizes the visual object to the specified dimension.
- setSize(Dimension).
Method in class jp.kyasu.graphics.VButton
- Resizes the button to the specified dimension.
- setSize(Dimension).
Method in class jp.kyasu.graphics.VCheckbox
- Resizes the checkbox to the specified dimension.
- setSize(Dimension).
Method in class jp.kyasu.graphics.VClipWrapper
- Resizes the clipping rectangle to the specified dimension.
- setSize(Dimension).
Method in class jp.kyasu.graphics.VImage
- Resizes the visual image to the specified dimension.
- setSize(Dimension).
Method in interface jp.kyasu.graphics.Visualizable
- Resizes the visual object to the specified dimension.
- setSize(Dimension).
Method in class jp.kyasu.graphics.VLabel
- Resizes the label to the specified dimension.
- setSize(Dimension).
Method in class jp.kyasu.graphics.VObject
- Resizes the visual object to the specified dimension.
- setSize(Dimension).
Method in class jp.kyasu.graphics.VRichText
- Resizes the visual rich text to the specified dimension.
- setSize(Dimension).
Method in class jp.kyasu.graphics.VText
- Resizes the visual text to the specified dimension.
- setSize(Dimension).
Method in class jp.kyasu.graphics.VWrapper
- Resizes the visual object to the specified dimension.
- setSoftTab(boolean).
Method in class jp.kyasu.editor.TextEditor
- Enables the soft tab.
- setSoftTab(int).
Method in class jp.kyasu.awt.TextComponent
- Sets the length of soft tab.
- setSoftTab(int).
Method in class jp.kyasu.awt.text.TextEditController
- Sets the length of soft tab.
- setState(boolean).
Method in interface jp.kyasu.awt.BooleanState
- Sets the state of this object to be the specified boolean state.
- setState(boolean).
Method in class jp.kyasu.awt.ToggleButton
- Sets the state of this toggle button/check box to the specified state.
- setState(boolean).
Method in class jp.kyasu.graphics.VAbstractButton
- Sets the button to the specifed boolean state.
- setState(boolean).
Method in class jp.kyasu.graphics.VButton
- Sets the button to the specifed boolean state.
- setStateInternal(boolean).
Method in interface jp.kyasu.awt.BooleanState
- Helper method for
BooleanStateGroup.setSelectedBooleanState
.
- setStateInternal(boolean).
Method in class jp.kyasu.awt.ToggleButton
- Helper function for
setState
.
- setString(String).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Sets the string of the view of this controller.
- setStyle(int).
Method in class jp.kyasu.graphics.V3DButtonBorder
- Sets the style of the border to the specified style.
- setStyle(int).
Method in class jp.kyasu.graphics.VButton
- Sets the style of the button to the specified style.
- setStyle(int).
Method in class jp.kyasu.graphics.VCheckbox
- Sets the style of the checkbox to the specified style.
- setStyle(int).
Method in class jp.kyasu.graphics.VOval
- Sets the style of the oval to be the specified style.
- setStyle(int).
Method in class jp.kyasu.graphics.VRectangle
- Sets the style of the rectangle to be the specified style.
- setStyleName(String).
Method in class jp.kyasu.awt.util.NamedTextStyle
- Sets the style name of this named text style.
- setSyntaxColoringEnabled(boolean).
Method in class jp.kyasu.editor.CodeEditor
- Enables or disables the syntax coloring.
- setSyntaxColoringEnabled(boolean).
Method in class jp.kyasu.awt.util.SyntaxColoringModel
- Enables or disables the syntax coloring.
- setText(String).
Method in class jp.kyasu.sgml.Entity
- Sets the text of this entity to be the specified text.
- setText(String).
Method in class jp.kyasu.editor.HTMLEditor
- Sets the string of this text component.
- setText(String).
Method in class jp.kyasu.awt.Label
- Sets the text for this label to the specified string.
- setText(String).
Method in class jp.kyasu.awt.TextComponent
- Sets the string that is presented by this text component to be the
specified string.
- setText(String).
Method in class jp.kyasu.editor.TextEditor
- Sets the string that is presented by this text component to be the
specified string.
- setText(Text).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Sets the text of the view of this controller.
- setTEXT(Text).
Method in class jp.kyasu.editor.HTMLEditor
- Sets the string of this text component.
- setText(Text).
Method in class jp.kyasu.awt.Label
- Sets the text object for this label to the specified text object.
- setTEXT(Text).
Method in class jp.kyasu.awt.Label
- Sets the text object for this label to the specified text object.
- setTEXT(Text).
Method in class jp.kyasu.awt.TextComponent
- Sets the text of this text component.
- setTEXT(Text).
Method in class jp.kyasu.editor.TextEditor
- Sets the text of this text component.
- setText(Text).
Method in class jp.kyasu.awt.text.TextEditView
- Sets the
Text
object of this view.
- setText(Text).
Method in class jp.kyasu.graphics.VText
- Sets the text of this visual text to be the specified text.
- setTextCaret(TextCaret).
Method in class jp.kyasu.awt.TextComponent
- Sets the text caret of this text component.
- setTextCaret(TextCaret).
Method in class jp.kyasu.awt.text.TextEditView
- Sets the text caret of this view.
- setTextChanged(boolean).
Method in class jp.kyasu.editor.TextEditor
- Sets the text is changed or not.
- setTextColor(Color).
Method in class jp.kyasu.graphics.html.DefaultHTMLReaderTarget
- Sets the text color (the
TEXT
attribute in the
BODY
tag) to be the specified color.
- setTextColor(Color).
Method in class jp.kyasu.editor.HTMLEditorTarget
- Sets the text color (the
TEXT
attribute in the
BODY
tag) to be the specified color.
- setTextColor(Color).
Method in interface jp.kyasu.graphics.html.HTMLReaderTarget
- Sets the text color (the
TEXT
attribute in the
BODY
tag) to be the specified color.
- setTextColor(Color).
Method in class jp.kyasu.graphics.html.HTMLText
- Sets the text color of this html document to be the specified color.
- setTextItem(int, int, Text).
Method in class jp.kyasu.awt.TableList
- Sets the item associated with the specified index (row) and column
to the specified text value.
- setTextItem(int, int, Text).
Method in class jp.kyasu.awt.text.TextListController
- Sets the item associated with the specified index (row) and column
to the specified text value.
- setTextItems(Text[]).
Method in class jp.kyasu.awt.List
- Sets the items of the list to the specified text items.
- setTextItems(Text[][]).
Method in class jp.kyasu.awt.TableList
- Sets the items of the list to the specified text row by column items.
- setTextItems(Text[][]).
Method in class jp.kyasu.awt.text.TextListController
- Sets the items of the list to the specified text row by column items.
- setTextStyle(int, int, TextStyle).
Method in class jp.kyasu.awt.DefaultTextEditModel
-
- setTextStyle(int, int, TextStyle).
Method in class jp.kyasu.graphics.RichText
-
- setTextStyle(int, int, TextStyle).
Method in class jp.kyasu.awt.util.SyntaxColoringModel
-
- setTextStyle(int, int, TextStyle).
Method in interface jp.kyasu.awt.TextEditModel
-
- setTextStyle(TextPositionInfo, TextPositionInfo, TextStyle).
Method in class jp.kyasu.graphics.TextLayout
- Sets the text style in the specified range of the rich text in this
layout to be the specified text style.
- setTextStyle(TextStyle).
Method in class jp.kyasu.awt.DefaultTextListModel
- Sets the text style of this text list model.
- setTextStyle(TextStyle).
Method in class jp.kyasu.graphics.TextBuffer
- Sets the current text style of this text buffer to be the specified
text style.
- setTextStyle(TextStyle).
Method in interface jp.kyasu.awt.TextListModel
- Sets the text style of this text list model.
- setTextStyleConstraint(TextStyleModifier).
Method in class jp.kyasu.graphics.RichText
- Sets the text style constraint of this rich text to be the specified
text style modifier.
- setTextStyles(int, int, RunArray).
Method in class jp.kyasu.graphics.RichText
-
- setTitle(String).
Method in class jp.kyasu.graphics.html.DefaultHTMLReaderTarget
- Sets the document title (the
TITLE
tag) to be the specified
string.
- setTitle(String).
Method in class jp.kyasu.editor.HTMLEditor
- Sets the title of this text component to be the specified string.
- setTitle(String).
Method in class jp.kyasu.editor.HTMLEditorTarget
- Sets the document title (the
TITLE
tag) to be the specified
string.
- setTitle(String).
Method in interface jp.kyasu.graphics.html.HTMLReaderTarget
- Sets the document title (the
TITLE
tag) to be the specified
string.
- setTitle(String).
Method in class jp.kyasu.graphics.html.HTMLText
- Sets the title of this html document to be the specified string.
- setTitle(Visualizable).
Method in class jp.kyasu.graphics.VTitledPaneBorder
- Sets the title of this pane border to be the specified visual object.
- setToolBarState(int, boolean).
Method in class jp.kyasu.awt.ToolBar
- Sets the horizontal bar at the specified index to be showed or hidden.
- setToolTipText(String).
Method in class jp.kyasu.awt.EventProxyContainer
- Registers the string to display in a ToolTip.
- setToolTipText(String).
Method in class jp.kyasu.awt.KComponent
- Registers the string to display in a ToolTip.
- setToolTipText(String).
Method in class jp.kyasu.awt.ToolTip
- Sets the string to display of this tooltip.
- setToolTipText(Text).
Method in class jp.kyasu.awt.EventProxyContainer
- Registers the text object to display in a ToolTip.
- setToolTipText(Text).
Method in class jp.kyasu.awt.KComponent
- Registers the text object to display in a ToolTip.
- setToolTipText(Text).
Method in class jp.kyasu.awt.ToolTip
- Sets the text object to display of this tooltip.
- setToolTipVisual(Visualizable).
Method in class jp.kyasu.awt.EventProxyContainer
- Registers the visual object to display in a ToolTip.
- setToolTipVisual(Visualizable).
Method in class jp.kyasu.awt.KComponent
- Registers the visual object to display in a ToolTip.
- setToolTipVisual(Visualizable).
Method in class jp.kyasu.awt.ToolTip
- Sets the visual object to display of this tooltip.
- setToolTipVisual(Visualizable, String).
Method in class jp.kyasu.awt.ToolTip
- Sets the visual object to display of this tooltip.
- setUnderline(boolean).
Method in class jp.kyasu.graphics.TextBuffer
- Modifies the current text style of this text buffer by replicating
the current text style with the underline.
- setUndo(Undo).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Sets the undo.
- setUnitIncrement(int).
Method in class jp.kyasu.awt.Scrollbar
- Sets the unit increment for this scroll bar.
- setURL(URL).
Method in class jp.kyasu.editor.HTMLEditor
- Sets the url of this text component to be the specified url.
- setURL(URL).
Method in class jp.kyasu.graphics.html.HTMLText
- Sets the url of this html document to be the specified url.
- setValue(int).
Method in class jp.kyasu.awt.Scrollbar
- Sets the value of this scroll bar to the specified value.
- setValues(int, int, int, int).
Method in class jp.kyasu.awt.Scrollbar
- Sets the values of four properties for this scroll bar.
- setVButton(VAbstractButton).
Method in class jp.kyasu.awt.AbstractButton
- Sets the visual button of this button to the specified viaul button.
- setVisible(boolean).
Method in class jp.kyasu.awt.KComponent
- Shows or hides this component.
- setVisible(boolean).
Method in class jp.kyasu.awt.KContainer
- Shows or hides this component.
- setVisibleAmount(int).
Method in class jp.kyasu.awt.Scrollbar
- Sets the visible amount of this scroll bar.
- setVisualizable(Visualizable).
Method in class jp.kyasu.awt.Label
- Sets the visual object for this label to the specified visual object.
- setVisualizable(Visualizable).
Method in class jp.kyasu.graphics.VLabel
- Sets the visual content of this label to be the specified
visual object.
- setVisualizable(Visualizable).
Method in class jp.kyasu.graphics.VWrapper
- Sets the wrapped visual object to be the specified visual object.
- setVLabel(VLabel).
Method in class jp.kyasu.awt.Label
- Sets the visual label for this label to the specified viaul label.
- setVValue(int).
Method in interface jp.kyasu.awt.Scrollable
- Sets the vertical current value of the scrollable object.
- setVValue(int).
Method in class jp.kyasu.awt.text.TableListView
- Sets the vertical current value of the scrollable object.
- setVValue(int).
Method in class jp.kyasu.awt.text.TextView
- Sets the vertical current value of the scrollable object.
- setWidth(int).
Method in class jp.kyasu.graphics.TextLayout
- Resizes the layout to the specified width.
- setWordWrap(boolean).
Method in class jp.kyasu.editor.TextEditor
- Enables the word wrap.
- setWriteEncoding(String).
Method in class jp.kyasu.editor.TextEditor
- Sets the encoding name for writing to be the specified name.
- SGML_FIRST.
Static variable in class jp.kyasu.sgml.SGMLEvent
- Marks the first integer id for the range of sgml event ids.
- SGML_LAST.
Static variable in class jp.kyasu.sgml.SGMLEvent
- Marks the last integer id for the range of sgml event ids.
- SGMLEvent(SGMLParser, int).
Constructor for class jp.kyasu.sgml.SGMLEvent
- Constructs a sgml event with the specified sgml parser (event source)
and id.
- SGMLEvent(SGMLParser, int, Element).
Constructor for class jp.kyasu.sgml.SGMLEvent
- Constructs a sgml event with the specified sgml parser (event source),
id, and element.
- SGMLEvent(SGMLParser, int, Element, Hashtable).
Constructor for class jp.kyasu.sgml.SGMLEvent
- Constructs a sgml event with the specified sgml parser (event source),
id, element, and attributes.
- SGMLEvent(SGMLParser, int, String).
Constructor for class jp.kyasu.sgml.SGMLEvent
- Constructs a sgml event with the specified sgml parser (event source),
id, and cdata.
- SGMLParser(DTD).
Constructor for class jp.kyasu.sgml.SGMLParser
- Constructs a sgml parser with the specified dtd.
- SHIFT_MULTIPLE_SELECTIONS.
Static variable in class jp.kyasu.awt.List
- Allows Windows style multiple selections.
- SHIFT_MULTIPLE_SELECTIONS.
Static variable in class jp.kyasu.awt.TableList
- Allows Windows style multiple selections.
- SHIFT_MULTIPLE_SELECTIONS.
Static variable in class jp.kyasu.awt.text.TextListController
- Allows Windows style multiple selections.
- show().
Method in class jp.kyasu.awt.Dialog
- Shows the dialog.
- show().
Method in class jp.kyasu.awt.KComponent
-
- show().
Method in class jp.kyasu.awt.KContainer
-
- show().
Method in class jp.kyasu.awt.PopupWindow
- Shows this pop-up window.
- show(boolean).
Method in class jp.kyasu.awt.KComponent
-
- show(boolean).
Method in class jp.kyasu.awt.KContainer
-
- show(Component, int, int).
Method in class jp.kyasu.awt.PopupWindow
- Shows this pop-up window at the x, y position relative to an origin
component.
- show_match(char).
Method in class jp.kyasu.awt.text.TextEditController
- Show match.
- showCaret(Graphics, Point, TextPositionInfo, Color).
Method in class jp.kyasu.awt.text.TextCaret
- Shows this caret with the specified graphics, offset, text position,
and color.
- showKFCCopyright().
Static method in class jp.kyasu.awt.Dialog
- Shows the KFC copyright message with a dialog.
- showKFCCopyright(Frame).
Static method in class jp.kyasu.awt.Dialog
- Shows the KFC copyright message with a dialog.
- showPopup(Component, int, int).
Method in class jp.kyasu.awt.PopupPanel
- Shows this panel in a pop-up window at the x, y position relative
to an origin component.
- showPopup(Component, int, int, int).
Method in class jp.kyasu.awt.ToolTip
- Shows this pop-up tooltip at the x, y position relative to an
origin component after the specified delay milliseconds.
- SIMPLE_STOPS.
Static variable in class jp.kyasu.graphics.TextScanner
- The stop conditions for the first 256 characters.
- SINGLE_SELECTION.
Static variable in class jp.kyasu.awt.List
- Allows single selection.
- SINGLE_SELECTION.
Static variable in class jp.kyasu.awt.TableList
- Allows single selection.
- SINGLE_SELECTION.
Static variable in class jp.kyasu.awt.text.TextListController
- Allows single selection.
- SIZE.
Static variable in class jp.kyasu.graphics.FontModifier
- The constant for the attribute "size".
- size().
Method in class jp.kyasu.awt.KComponent
- Returns the size of this component.
- size().
Method in class jp.kyasu.awt.KContainer
- Returns the size of this component.
- size().
Method in class jp.kyasu.graphics.Modifier
- Returns the size of this modifier, i.e., the number of attributes
in this modifier.
- size().
Method in class jp.kyasu.util.RunArray
- Returns the size of this array, i.e., the number of components
in this array.
- size().
Method in class jp.kyasu.util.VArray
- Returns the size of this array, i.e., the number of components
in this array.
- SIZE_DIFF.
Static variable in class jp.kyasu.graphics.FontModifier
- The constant for the attribute "size".
- SmalltalkTokenizer(Text, int, int).
Constructor for class jp.kyasu.awt.util.SmalltalkTokenizer
- Construct a
SmalltalkTokenizer
with the specified
text and range.
- sort().
Method in class jp.kyasu.util.VArray
- Sorts the components of this array.
- sort(Comparer).
Method in class jp.kyasu.util.VArray
- Sorts the components of this array with the specified comparer.
- sort(int, int, Comparer).
Method in class jp.kyasu.util.VArray
- Sorts the components of this array with the specified comparer.
- Sorter().
Constructor for class jp.kyasu.util.Sorter
- Constructs a sorter with a default comparer.
- Sorter(Comparer).
Constructor for class jp.kyasu.util.Sorter
- Constructs a sorter with the specified comparer.
- SOUTH.
Static variable in class jp.kyasu.awt.Label
- Indicates that the label should be bottom.
- SOUTHEAST.
Static variable in class jp.kyasu.awt.Label
- Indicates that the label should be bottom-right.
- SOUTHWEST.
Static variable in class jp.kyasu.awt.Label
- Indicates that the label should be bottom-left.
- SplitPanel(int).
Constructor for class jp.kyasu.awt.SplitPanel
- Creates a new split panel with the specified orientation.
- SplitPanel(int, int).
Constructor for class jp.kyasu.awt.SplitPanel
- Creates a new split panel with the specified orientation and gaps.
- SplitPanel(int, int, Insets).
Constructor for class jp.kyasu.awt.SplitPanel
- Creates a new split panel with the specified orientation and gaps.
- splitValueChanged(int[]).
Method in class jp.kyasu.awt.SplitPanel
- Informs that the split value is changed.
- start().
Method in class jp.kyasu.awt.Applet
- Called by the browser or applet viewer to inform this applet
that it should start its execution.
- start().
Method in class jp.kyasu.awt.text.TextCaret
- Starts the blinking.
- start().
Method in class jp.kyasu.awt.Timer
- Starts the timer, causing it to send
actionPerformed()
messages to its listeners.
- STARTTAG_PARSED.
Static variable in class jp.kyasu.sgml.SGMLEvent
- The start tag parsed event type.
- startTagParsed(SGMLEvent).
Method in class jp.kyasu.graphics.html.HTMLReader
- Invoked when a start tag has been parsed.
- startTagParsed(SGMLEvent).
Method in interface jp.kyasu.sgml.SGMLParserListener
- Invoked when a start tag has been parsed.
- stop().
Method in class jp.kyasu.awt.Applet
- Called by the browser or applet viewer to inform this applet
that it should stop its execution.
- stop().
Method in class jp.kyasu.awt.text.TextCaret
- Stops the blinking.
- stop().
Method in class jp.kyasu.awt.Timer
- Stops the timer, causing it to stop sending
actionPerformed()
messages to its listeners.
- stop_loading().
Method in class jp.kyasu.editor.HTMLEditor
- Stops the loading.
- STYLE_NAME.
Static variable in class jp.kyasu.graphics.BasicPSModifier
- The constant for the attribute "style name".
- subarray(int).
Method in class jp.kyasu.util.RunArray
- Returns a new array that is a subarray of this array.
- subarray(int).
Method in class jp.kyasu.util.VArray
- Returns a new array that is a subarray of this array.
- subarray(int, int).
Method in class jp.kyasu.util.RunArray
- Returns a new array that is a subarray of this array.
- subarray(int, int).
Method in class jp.kyasu.util.VArray
- Returns a new array that is a subarray of this array.
- substring(int).
Method in class jp.kyasu.graphics.Text
- Returns a new string that is a substring of this text.
- substring(int, int).
Method in class jp.kyasu.graphics.Text
- Returns a new string that is a substring of this text.
- subtext(int).
Method in class jp.kyasu.graphics.Text
- Returns a new text that is a subtext of this text.
- subtext(int, int).
Method in class jp.kyasu.graphics.RichText
- Returns a new rich text that is a subtext of this rich text.
- subtext(int, int).
Method in class jp.kyasu.graphics.Text
- Returns a new text that is a subtext of this text.
- SUNK.
Static variable in class jp.kyasu.graphics.VRectangle
- The rectangle style constat for the 3-D sunk rectangle.
- SUNK_OUTLINE.
Static variable in class jp.kyasu.graphics.VRectangle
- The rectangle style constat for the outline of the 3-D sunk rectangle.
- syncGraphics().
Method in class jp.kyasu.awt.KComponent
- Synchronizes this graphics state.
- syncGraphics(Graphics).
Method in class jp.kyasu.awt.KComponent
- Synchronizes this graphics state on the specified graphics context.
- syncGraphics(int, int, int, int).
Method in class jp.kyasu.awt.KComponent
- Synchronizes this graphics state with the specified clip rectangle.
- SyntaxColoringModel(RichText, LanguageTokenizerFactory).
Constructor for class jp.kyasu.awt.util.SyntaxColoringModel
- Constructs a model with the specified rich text and factory of the
language tokenizer.
- SyntaxColoringModel(RichText, LanguageTokenizerFactory, Font).
Constructor for class jp.kyasu.awt.util.SyntaxColoringModel
- Constructs a model with the specified rich text, factory of the
language tokenizer, and base font.
- TAB.
Static variable in class jp.kyasu.graphics.TextScanner
- The stop condition constant that shows the character encountered
is a tab character.
- tab().
Method in class jp.kyasu.awt.TextComponent
- If the cursor is inside the selection, deletes the entire selection.
- tab().
Method in class jp.kyasu.awt.text.TextEditController
- If the cursor is inside the selection, deletes the entire selection.
- TableList(int, String[]).
Constructor for class jp.kyasu.awt.TableList
- Constructs an empty table list with the specified number of visual
lines and column titles.
- TableList(int, String[], int[]).
Constructor for class jp.kyasu.awt.TableList
- Constructs an empty table list with the specified number of visual
lines, column titles, and widths of the columns.
- TableList(int, String[], int[], int[], RichTextStyle).
Constructor for class jp.kyasu.awt.TableList
- Constructs an empty table list with the specified column titles,
alignments of the column titles, widths of the columns, and the
rich text style of the table list.
- TableList(int, String[], int[], RichTextStyle).
Constructor for class jp.kyasu.awt.TableList
- Constructs an empty table list with the specified column titles,
widths of the columns, and the rich text style of the table list.
- TableList(String[]).
Constructor for class jp.kyasu.awt.TableList
- Constructs an empty table list with the specified column titles.
- TableList(TextListModel, int, Button[]).
Constructor for class jp.kyasu.awt.TableList
- Constructs a table list with the specified model, number of visual
lines, and column buttons.
- TableList(TextListModel, int, String[]).
Constructor for class jp.kyasu.awt.TableList
- Constructs a table list with the specified model, number of visual
lines, and column titles.
- TableList(TextListModel, int, String[], int[]).
Constructor for class jp.kyasu.awt.TableList
- Constructs a table list with the specified model, number of visual
lines, column titles, and alignments of the column titles.
- TableListView(TextListModel, Button[]).
Constructor for class jp.kyasu.awt.text.TableListView
- Constructs a table list view with the specified model.
- Text().
Constructor for class jp.kyasu.graphics.Text
- Constructs an empty text.
- Text(int).
Constructor for class jp.kyasu.graphics.Text
- Constructs an empty text with the initial capacity.
- Text(int, int).
Constructor for class jp.kyasu.graphics.Text
- Constructs an empty text with the initial capacity and the
maximum capacity increment size.
- Text(String).
Constructor for class jp.kyasu.graphics.Text
- Constructs a text with the contents of the string, whose every
style equals to the default style.
- Text(String, TextStyle).
Constructor for class jp.kyasu.graphics.Text
- Constructs a text with the contents of the string, whose every
style equals to the specified style.
- Text(String, TextStyle, int).
Constructor for class jp.kyasu.graphics.Text
- Constructs a text with the contents of the string and the
maximum capacity increment size, whose every style equals to
the specified style.
- Text(TextAttachment).
Constructor for class jp.kyasu.graphics.Text
- Constructs a text with the text attachment, whose every style
equals to the default style.
- Text(TextAttachment, TextStyle).
Constructor for class jp.kyasu.graphics.Text
- Constructs a text with the text attachment, whose every style
equals to the specified style.
- Text(TextAttachment, TextStyle, int).
Constructor for class jp.kyasu.graphics.Text
- Constructs a text with the text attachment and the maximum
capacity increment size, whose every style equals to the
specified style.
- Text(Visualizable).
Constructor for class jp.kyasu.graphics.Text
- Constructs a text with the visual object, whose every style
equals to the default style.
- TEXT_MODEL_EDITED.
Static variable in class jp.kyasu.awt.event.TextModelEvent
- The text model is edited.
- TEXT_MODEL_FIRST.
Static variable in class jp.kyasu.awt.event.TextModelEvent
- Marks the first integer id for the range of text model event ids.
- TEXT_MODEL_LAST.
Static variable in class jp.kyasu.awt.event.TextModelEvent
- Marks the last integer id for the range of text model event ids.
- TEXT_MODEL_UPDATED.
Static variable in class jp.kyasu.awt.event.TextModelEvent
- The text model is updated.
- TEXT_POSITION_CHANGED.
Static variable in class jp.kyasu.awt.event.TextPositionEvent
- The text position changed event.
- TEXT_POSITION_FIRST.
Static variable in class jp.kyasu.awt.event.TextPositionEvent
- Marks the first integer id for the range of text position event ids.
- TEXT_POSITION_LAST.
Static variable in class jp.kyasu.awt.event.TextPositionEvent
- Marks the last integer id for the range of text position event ids.
- TextArea().
Constructor for class jp.kyasu.awt.TextArea
- Constructs a new text area.
- TextArea(int, int).
Constructor for class jp.kyasu.awt.TextArea
- Constructs a new text area with the specified number of rows and columns.
- TextArea(RichText).
Constructor for class jp.kyasu.awt.TextArea
- Constructs a new text area with the specified rich text.
- TextArea(RichText, int, int).
Constructor for class jp.kyasu.awt.TextArea
- Constructs a new text area with the specified rich text, and with the
specified number of rows and columns.
- TextArea(RichText, int, int, int).
Constructor for class jp.kyasu.awt.TextArea
- Constructs a new text area with the specified rich text, and with the
rows, columns, and scroll bar visibility.
- TextArea(String).
Constructor for class jp.kyasu.awt.TextArea
- Constructs a new text area with the specified string.
- TextArea(String, int, int).
Constructor for class jp.kyasu.awt.TextArea
- Constructs a new text area with the specified string, and with the
specified number of rows and columns.
- TextArea(String, int, int, int).
Constructor for class jp.kyasu.awt.TextArea
- Constructs a new text area with the specified text, and with the
rows, columns, and scroll bar visibility.
- TextArea(TextEditModel).
Constructor for class jp.kyasu.awt.TextArea
- Constructs a new text area with the specified model.
- TextArea(TextEditModel, int, int).
Constructor for class jp.kyasu.awt.TextArea
- Constructs a new text area with the specified model, and with the
specified number of rows and columns.
- TextArea(TextEditModel, int, int, int).
Constructor for class jp.kyasu.awt.TextArea
- Constructs a new text area with the specified model, and with the
rows, columns, and scroll bar visibility.
- TextAttachment(String, Visualizable).
Constructor for class jp.kyasu.graphics.TextAttachment
- Constructs a text attachment with the specified name and visual object.
- TextAttachment(String, Visualizable, float).
Constructor for class jp.kyasu.graphics.TextAttachment
- Constructs a text attachment with the specified name, visual object
and ratio to the width.
- TextAttachment(String, Visualizable, int).
Constructor for class jp.kyasu.graphics.TextAttachment
- Constructs a text attachment with the specified name, visual object
and vertical alignment.
- TextAttachment(String, Visualizable, int, float).
Constructor for class jp.kyasu.graphics.TextAttachment
- Constructs a text attachment with the specified name, visual object,
vertical alignment and ratio to the width.
- TextAttachment(Visualizable).
Constructor for class jp.kyasu.graphics.TextAttachment
- Constructs a text attachment with the specified visual object.
- TextAttachment(Visualizable, float).
Constructor for class jp.kyasu.graphics.TextAttachment
- Constructs a text attachment with the specified visual object and
ratio to the width.
- TextAttachment(Visualizable, int).
Constructor for class jp.kyasu.graphics.TextAttachment
- Constructs a text attachment with the specified visual object and
vertical alignment.
- TextAttachment(Visualizable, int, float).
Constructor for class jp.kyasu.graphics.TextAttachment
- Constructs a text attachment with the specified visual object,
vertical alignment and ratio to the width.
- TextBuffer().
Constructor for class jp.kyasu.graphics.TextBuffer
- Constructs an empty text buffer.
- TextBuffer(int).
Constructor for class jp.kyasu.graphics.TextBuffer
- Constructs an empty text buffer with the specified initial capacity.
- TextBuffer(int, TextStyle).
Constructor for class jp.kyasu.graphics.TextBuffer
- Constructs an empty text buffer with the specified initial capacity
and text style.
- TextBuffer(Reader).
Constructor for class jp.kyasu.graphics.TextBuffer
- Constructs a text buffer so that it represents the same string
contents as the reader argument.
- TextBuffer(Reader, TextStyle).
Constructor for class jp.kyasu.graphics.TextBuffer
- Constructs a text buffer so that it represents the same string
contents as the reader argument, with the specified text style.
- TextBuffer(String).
Constructor for class jp.kyasu.graphics.TextBuffer
- Constructs a text buffer so that it represents the same
sequence of characters as the string argument.
- TextBuffer(String, TextStyle).
Constructor for class jp.kyasu.graphics.TextBuffer
- Constructs a text buffer so that it represents the same
sequence of characters as the string argument, with the
specified text style.
- TextBuffer(Text).
Constructor for class jp.kyasu.graphics.TextBuffer
- Constructs a text buffer so that it represents the same contents
as the text argument.
- TextBuffer(TextStyle).
Constructor for class jp.kyasu.graphics.TextBuffer
- Constructs an empty text buffer with the specified text style.
- TextCaret().
Constructor for class jp.kyasu.awt.text.TextCaret
- Constructs a text caret with the default style and the default
flag determining to do blink.
- TextCaret(boolean).
Constructor for class jp.kyasu.awt.text.TextCaret
- Constructs a text caret with the default style and the specified
flag determining to do blink.
- TextCaret(int).
Constructor for class jp.kyasu.awt.text.TextCaret
- Constructs a text caret with the specified style and the default
flag determining to do blink.
- TextCaret(int, boolean).
Constructor for class jp.kyasu.awt.text.TextCaret
- Constructs a text caret with the specified style and flag determining
to do blink.
- TextChange(int).
Constructor for class jp.kyasu.graphics.text.TextChange
- Constructs a non or full change information.
- TextChange(int, int, int, int, int, boolean, boolean).
Constructor for class jp.kyasu.graphics.text.TextChange
- Constructs a partial change information.
- TextCharacterIterator(char[]).
Constructor for class jp.kyasu.graphics.TextCharacterIterator
- Construct an iterator over the specified array of characters,
with an initial index of 0.
- TextCharacterIterator(char[], int).
Constructor for class jp.kyasu.graphics.TextCharacterIterator
- Construct an iterator over the specified array of characters,
with the specified initial index.
- TextCharacterIterator(char[], int, int, int).
Constructor for class jp.kyasu.graphics.TextCharacterIterator
- Construct an iterator over the specified range of the specified array
of characters, with the index set at the specified position.
- TextCharacterIterator(Text).
Constructor for class jp.kyasu.graphics.TextCharacterIterator
- Construct an iterator over the specified text object,
with an initial index of 0.
- TextCharacterIterator(Text, int).
Constructor for class jp.kyasu.graphics.TextCharacterIterator
- Construct an iterator over the specified text object,
with the specified initial index.
- TextCharacterIterator(Text, int, int, int).
Constructor for class jp.kyasu.graphics.TextCharacterIterator
- Construct an iterator over the specified range of the specified text
object, with the index set at the specified position.
- TextComponent(RichText).
Constructor for class jp.kyasu.awt.TextComponent
- Constructs a new text component with the specified rich text.
- TextComponent(RichText, int).
Constructor for class jp.kyasu.awt.TextComponent
- Constructs a new text component with the specified rich text and
scroll bar visibility.
- TextComponent(String).
Constructor for class jp.kyasu.awt.TextComponent
- Constructs a new text component with the specified string.
- TextComponent(String, int).
Constructor for class jp.kyasu.awt.TextComponent
- Constructs a new text component with the specified string and scroll
bar visibility.
- TextComponent(String, int, RichTextStyle).
Constructor for class jp.kyasu.awt.TextComponent
- Constructs a new text component with the specified string, scroll bar
visibility, and rich text style.
- TextComponent(TextEditModel).
Constructor for class jp.kyasu.awt.TextComponent
- Constructs a new text component with the specified model.
- TextComponent(TextEditModel, int).
Constructor for class jp.kyasu.awt.TextComponent
- Constructs a new text component with the specified model and scroll
bar visibility.
- TextComponent(TextEditModel, int, VBorder).
Constructor for class jp.kyasu.awt.TextComponent
- Constructs a new text component with the specified model, scroll bar
visibility, and border visual.
- TextController().
Constructor for class jp.kyasu.awt.text.TextController
- Constructs a text controller.
- TextEditController(TextEditView).
Constructor for class jp.kyasu.awt.text.TextEditController
- Constructs a text edit controller with the specified text edit view.
- TextEditor().
Constructor for class jp.kyasu.editor.TextEditor
- Constructs a new text area with tool bar.
- TextEditor(boolean).
Constructor for class jp.kyasu.editor.TextEditor
- Constructs a new text area with tool bar.
- TextEditor(int, int).
Constructor for class jp.kyasu.editor.TextEditor
- Constructs a new text area with tool bar, with the specified number
of rows and columns.
- TextEditor(int, int, boolean).
Constructor for class jp.kyasu.editor.TextEditor
- Constructs a new text area with tool bar, with the specified number
of rows and columns.
- TextEditor(int, int, boolean, ActionListener, ActionListener, ActionListener).
Constructor for class jp.kyasu.editor.TextEditor
- Constructs a new text area with tool bar, with the specified number
of rows and columns.
- TextEditView(TextEditModel).
Constructor for class jp.kyasu.awt.text.TextEditView
- Constructs a text edit view with the specified text edit model.
- TextField().
Constructor for class jp.kyasu.awt.TextField
- Constructs a new text field.
- TextField(int).
Constructor for class jp.kyasu.awt.TextField
- Constructs a new TextField with the specified number of columns.
- TextField(RichText).
Constructor for class jp.kyasu.awt.TextField
- Constructs a new text field initialized with the specified rich text.
- TextField(RichText, int).
Constructor for class jp.kyasu.awt.TextField
- Constructs a new text field initialized with the specified rich text
to be displayed, and wide enough to hold the specified number of
characters.
- TextField(String).
Constructor for class jp.kyasu.awt.TextField
- Constructs a new text field initialized with the specified string.
- TextField(String, int).
Constructor for class jp.kyasu.awt.TextField
- Constructs a new text field initialized with the specified string
to be displayed, and wide enough to hold the specified number of
characters.
- TextField(TextEditModel).
Constructor for class jp.kyasu.awt.TextField
- Constructs a new text field with the specified model.
- TextField(TextEditModel, int).
Constructor for class jp.kyasu.awt.TextField
- Constructs a new text field with the specified model and wide enough
to hold the specified number of characters.
- TextField(TextEditModel, int, VBorder).
Constructor for class jp.kyasu.awt.TextField
- Constructs a new text field with the specified model, wide enough
to hold the specified number of characters, and border visual.
- textIndex.
Variable in class jp.kyasu.graphics.text.TextPositionInfo
- The index of text at this position.
- TextLayout(RichText).
Constructor for class jp.kyasu.graphics.TextLayout
- Constructs a text layout with the specified rich text.
- TextLayout(RichText, int).
Constructor for class jp.kyasu.graphics.TextLayout
- Constructs a text layout with the specified rich text and line
wrapping style.
- TextLayout(RichText, int, Locale).
Constructor for class jp.kyasu.graphics.TextLayout
- Constructs a text layout with the specified rich text, line
wrapping style, and locale.
- TextLayout(RichText, Locale).
Constructor for class jp.kyasu.graphics.TextLayout
- Constructs a text layout with the specified rich text and locale.
- TextLayoutChange(int).
Constructor for class jp.kyasu.graphics.text.TextLayoutChange
- Constructs a non or full change information.
- TextLayoutChange(TextPositionInfo, TextPositionInfo, boolean, boolean, int, int).
Constructor for class jp.kyasu.graphics.text.TextLayoutChange
- Constructs a partial change information with the specified informations.
- TextLineInfo().
Constructor for class jp.kyasu.graphics.text.TextLineInfo
- Constructs an empty text line information.
- TextLineInfo(int, int, int, int, int, int, int, ParagraphStyle, boolean).
Constructor for class jp.kyasu.graphics.text.TextLineInfo
- Constructs a text line information with the specified informations.
- TextLineInfo(TextLineInfo).
Constructor for class jp.kyasu.graphics.text.TextLineInfo
- Constructs a text line information with the same information
as the specified text line information.
- TextList(RichText, int[]).
Constructor for class jp.kyasu.graphics.TextList
- Constructs a text list with the specified rich text and column widths.
- TextList(RichText, int[], Locale).
Constructor for class jp.kyasu.graphics.TextList
- Constructs a text list with the specified rich text, line wrapping
style, column widths, and locale.
- TextListController(TextListView).
Constructor for class jp.kyasu.awt.text.TextListController
- Constructs a text list controller with the specified text list view.
- TextListModelEvent(ListModel, int, int, int, int, TextLayoutChange).
Constructor for class jp.kyasu.awt.event.TextListModelEvent
- Constructs a list model event with the specified list model (event
source), id, range to be replaced, item count changed, and text
layout change object.
- TextListScanner(RichText, int, Locale, int[]).
Constructor for class jp.kyasu.graphics.TextListScanner
- Constructs a text list scanner with the rich text to be scanned, line
wrapping style, locale of the text, and column widths.
- TextListScanner(Text, RichTextStyle, int, Locale, int[]).
Constructor for class jp.kyasu.graphics.TextListScanner
- Constructs a text list scanner with the text to be scanned, rich text
style, line wrapping style, locale of the text, and column widths.
- TextListView(TextListModel).
Constructor for class jp.kyasu.awt.text.TextListView
- Constructs a text list view with the specified text list model.
- textModelChanged(TextModelEvent).
Method in class jp.kyasu.awt.text.TextEditView
- Invoked when the text model has been changed.
- textModelChanged(TextModelEvent).
Method in interface jp.kyasu.awt.event.TextModelListener
- Invoked when the text model has been changed.
- TextModelEvent(TextModel, int).
Constructor for class jp.kyasu.awt.event.TextModelEvent
- Constructs a text model event with the specified text model (event
source) and id.
- TextModelEvent(TextModel, int, int, int, TextChange).
Constructor for class jp.kyasu.awt.event.TextModelEvent
- Constructs a text model event with the specified text model (event
source), id, range to paint, and text change object.
- TextModelEvent(TextModel, int, TextChange).
Constructor for class jp.kyasu.awt.event.TextModelEvent
- Constructs a text model event with the specified text model (event
source), id, and text change object.
- textPositionChanged(TextPositionEvent).
Method in class jp.kyasu.editor.DocumentEditor
- Invoked when the position of the text has changed.
- textPositionChanged(TextPositionEvent).
Method in class jp.kyasu.editor.HTMLEditor
- Invoked when the position of the text has changed.
- textPositionChanged(TextPositionEvent).
Method in class jp.kyasu.awt.TextComponent
- Invoked when the position of the text has changed.
- textPositionChanged(TextPositionEvent).
Method in class jp.kyasu.editor.TextEditor
- Invoked when the position of the text has changed.
- textPositionChanged(TextPositionEvent).
Method in interface jp.kyasu.awt.event.TextPositionListener
- Invoked when the text position has been changed.
- TextPositionEvent(Object, int, TextPositionInfo, TextPositionInfo).
Constructor for class jp.kyasu.awt.event.TextPositionEvent
- Constructs a TextPositionEvent object with the specified source, id,
beginning position, and ending position.
- TextPositionInfo().
Constructor for class jp.kyasu.graphics.text.TextPositionInfo
- Constructs an empty text position information.
- TextPositionInfo(int, int, int, int, int, int, int, int, int, int, ParagraphStyle, boolean).
Constructor for class jp.kyasu.graphics.text.TextPositionInfo
- Constructs a text position information with the specified informations.
- TextPositionInfo(int, int, int, TextLineInfo).
Constructor for class jp.kyasu.graphics.text.TextPositionInfo
- Constructs a text position information with the specified text line
information and other informations.
- TextPositionInfo(TextPositionInfo).
Constructor for class jp.kyasu.graphics.text.TextPositionInfo
- Constructs a text position information with the same information
as the specified text position information.
- textReplaced.
Variable in class jp.kyasu.graphics.text.TextChange
- True if the text was replaced.
- TextScanner(RichText, int, Locale).
Constructor for class jp.kyasu.graphics.TextScanner
- Constructs a text scanner with the rich text to be scanned, the
line wrapping style, and the locale of the text.
- TextScanner(Text, RichTextStyle, int, Locale).
Constructor for class jp.kyasu.graphics.TextScanner
- Constructs a text scanner with the text to be scanned, the rich
text style, the line wrapping style, and the locale of the text.
- TextStyle(ExtendedFont).
Constructor for class jp.kyasu.graphics.TextStyle
- Constructs a text style with the specified extended font.
- TextStyle(Font).
Constructor for class jp.kyasu.graphics.TextStyle
- Constructs a text style with the specified font.
- TextStyle(Font, Color, boolean).
Constructor for class jp.kyasu.graphics.TextStyle
- Constructs a text style with the specified font, color, and underline.
- TextStyle(String, int, int).
Constructor for class jp.kyasu.graphics.TextStyle
- Constructs a text style with the specified name, style and size.
- TextStyle(String, int, int, boolean).
Constructor for class jp.kyasu.graphics.TextStyle
- Constructs a text style with the specified name, style, size
and underline.
- TextStyle(String, int, int, Color).
Constructor for class jp.kyasu.graphics.TextStyle
- Constructs a text style with the specified name, style, size
and color.
- TextStyle(String, int, int, Color, boolean).
Constructor for class jp.kyasu.graphics.TextStyle
- Constructs a text style with the specified name, style, size,
color and underline.
- textStyles().
Method in class jp.kyasu.awt.text.BasicTextEditController
- Returns an enumeration of the text styles of text of the view of
this controller.
- textStyles().
Method in class jp.kyasu.graphics.RichText
- Returns an enumeration of the text styles of this text.
- textStyles().
Method in class jp.kyasu.graphics.Text
- Returns an enumeration of the text styles of this text.
- textStyles().
Method in class jp.kyasu.awt.TextComponent
- Returns an enumeration of the text styles of the text of this text
component.
- textStyles(int, int).
Method in class jp.kyasu.awt.text.BasicTextEditController
- Returns an enumeration of the text styles of text of the view of
this controller.
- textStyles(int, int).
Method in class jp.kyasu.graphics.RichText
- Returns an enumeration of the text styles of this text.
- textStyles(int, int).
Method in class jp.kyasu.graphics.Text
- Returns an enumeration of the text styles of this text.
- textStyles(int, int).
Method in class jp.kyasu.awt.TextComponent
- Returns an enumeration of the text styles of the text of this text
component.
- textValueChanged(TextEvent).
Method in class jp.kyasu.awt.TextComponent
- Invoked when the value of the text has changed.
- textValueChanged(TextEvent).
Method in class jp.kyasu.editor.TextEditor
- Invoked when the value of the text has changed.
- TextView(int).
Constructor for class jp.kyasu.awt.text.TextView
- Constructs a text view with the specified line wrapping style.
- THAI_CHARSET_LABEL.
Static variable in class jp.kyasu.editor.CharSetMenu
-
- Timer(int, ActionListener).
Constructor for class jp.kyasu.awt.Timer
- Constructs a timer that will notify its listeners every delay
milliseconds.
- Timer(int, int, ActionListener).
Constructor for class jp.kyasu.awt.Timer
- Constructs a timer that will notify its listeners every delay
milliseconds.
- TOGGLE.
Static variable in class jp.kyasu.graphics.VButton
- The button style constat for the toggle style.
- TOGGLE_ON_DOWN.
Static variable in class jp.kyasu.awt.ButtonController
- The item state is changed when the mouse button is pressed.
- TOGGLE_ON_UP.
Static variable in class jp.kyasu.awt.ButtonController
- The item state is changed when the mouse button is released.
- ToggleButton().
Constructor for class jp.kyasu.awt.ToggleButton
- Creates a toggle button with empty label.
- ToggleButton(String).
Constructor for class jp.kyasu.awt.ToggleButton
- Creates a toggle button with the specified label.
- ToggleButton(String, boolean).
Constructor for class jp.kyasu.awt.ToggleButton
- Creates a toggle button with the specified label.
- ToggleButton(String, boolean, BooleanStateGroup).
Constructor for class jp.kyasu.awt.ToggleButton
- Creates a toggle button with the specified label, in the specified
group, and set to the specified state.
- ToggleButton(Text).
Constructor for class jp.kyasu.awt.ToggleButton
- Creates a toggle button with the specified text.
- ToggleButton(Text, boolean).
Constructor for class jp.kyasu.awt.ToggleButton
- Creates a toggle button with the specified text.
- ToggleButton(Text, boolean, BooleanStateGroup).
Constructor for class jp.kyasu.awt.ToggleButton
- Creates a toggle button with the specified text, in the specified
group, and set to the specified state.
- ToggleButton(VAbstractButton).
Constructor for class jp.kyasu.awt.ToggleButton
- Creates a toggle button with the specified visual button.
- ToggleButton(VAbstractButton, boolean).
Constructor for class jp.kyasu.awt.ToggleButton
- Creates a toggle button with the specified visual button.
- ToggleButton(VAbstractButton, boolean, BooleanStateGroup).
Constructor for class jp.kyasu.awt.ToggleButton
- Creates a toggle button with the specified visual button, in the
specified group, and set to the specified state.
- ToggleButton(Visualizable).
Constructor for class jp.kyasu.awt.ToggleButton
- Creates a toggle button with the specified visual object.
- ToggleButton(Visualizable, boolean).
Constructor for class jp.kyasu.awt.ToggleButton
- Creates a toggle button with the specified visual object.
- ToggleButton(Visualizable, boolean, BooleanStateGroup).
Constructor for class jp.kyasu.awt.ToggleButton
- Creates a toggle button with the specified visual object, in the
specified group, and set to the specified state.
- tokenBegin.
Variable in class jp.kyasu.awt.util.LanguageTokenizer
- The beginning index of the token, inclusive.
- tokenEnd.
Variable in class jp.kyasu.awt.util.LanguageTokenizer
- The ending index of the token, exclusive.
- ToolBar(Component[][][]).
Constructor for class jp.kyasu.awt.ToolBar
- Constructs a new tool bar with the specified components.
- ToolBar(Component[][][], boolean).
Constructor for class jp.kyasu.awt.ToolBar
- Constructs a new tool bar with the specified components and flag
that determins to be showd or hidden initially.
- ToolTip(String).
Constructor for class jp.kyasu.awt.ToolTip
- Constructs a new tooltip with the specified string.
- ToolTip(Text).
Constructor for class jp.kyasu.awt.ToolTip
- Constructs a new tooltip with the specified text object.
- ToolTip(Visualizable).
Constructor for class jp.kyasu.awt.ToolTip
- Constructs a new tooltip with the specified visual object.
- ToolTip(Visualizable, String).
Constructor for class jp.kyasu.awt.ToolTip
- Constructs a new tooltip with the specified visual object and string.
- TOOLTIP_BACKGROUND_COLOR.
Static variable in class jp.kyasu.awt.ToolTip
- The background color of the tooltip.
- TOOLTIP_DELAY.
Static variable in class jp.kyasu.awt.ToolTip
- The delay milliseconds to display a tooltip.
- TOOLTIP_FOREGROUND_COLOR.
Static variable in class jp.kyasu.awt.ToolTip
- The foreground color of the tooltip.
- TOP.
Static variable in class jp.kyasu.graphics.TextAttachment
- The constant for the vertical top alignment.
- toRichText(RichTextStyle).
Method in class jp.kyasu.graphics.TextBuffer
- Converts to a rich text representing the data in this text buffer.
- toString().
Method in class jp.kyasu.graphics.ExtendedFont
- Returns the string representation of this extended font.
- toString().
Method in class jp.kyasu.graphics.Modifier
- Returns a string representation of this modifier.
- toString().
Method in class jp.kyasu.graphics.ModTextStyle
- Returns the string representation of this modifier text style.
- toString().
Method in class jp.kyasu.graphics.ParagraphStyle
- Returns the string representation of this paragraph style.
- toString().
Method in class jp.kyasu.graphics.RichTextStyle
- Returns the string representation of this rich text style.
- toString().
Method in class jp.kyasu.util.RunArray
- Returns a string representation of this array.
- toString().
Method in class jp.kyasu.graphics.Text
- Returns a string representation of this text.
- toString().
Method in class jp.kyasu.graphics.TextBuffer
- Converts to a string representing the data in this text buffer.
- toString().
Method in class jp.kyasu.graphics.text.TextChange
- Returns a string representation of this object.
- toString().
Method in class jp.kyasu.graphics.text.TextLayoutChange
- Returns a string representation of this object.
- toString().
Method in class jp.kyasu.graphics.text.TextLineInfo
- Returns a string representation of this object.
- toString().
Method in class jp.kyasu.graphics.TextStyle
- Returns the string representation of this text style.
- toString().
Method in class jp.kyasu.util.VArray
- Returns a string representation of this array.
- toSystemString().
Method in class jp.kyasu.graphics.TextBuffer
- Converts to a system string representing the data in this text buffer.
- toSystemString(String).
Method in class jp.kyasu.graphics.TextBuffer
- Converts to a system string representing the data in this text buffer,
with the specified separator string.
- toText().
Method in class jp.kyasu.graphics.TextBuffer
- Converts to a text representing the data in this text buffer.
- TRIGGER.
Static variable in class jp.kyasu.graphics.VButton
- The button style constat for the trigger style.
- TRIGGER_ON_DOWN.
Static variable in class jp.kyasu.awt.ButtonController
- The action is performed when the mouse button is pressed.
- TRIGGER_ON_UP.
Static variable in class jp.kyasu.awt.ButtonController
- The action is performed when the mouse button is released.
- trim().
Method in class jp.kyasu.util.VArray
- Trims the capacity of this array to be the array's current length.
- TURKISH_CHARSET_LABEL.
Static variable in class jp.kyasu.editor.CharSetMenu
-
- UNDERLINE.
Static variable in class jp.kyasu.graphics.FontModifier
- The constant for the attribute "underline".
- undo().
Method in class jp.kyasu.awt.text.BasicTextEditController
- Undo the last change.
- undo().
Method in class jp.kyasu.awt.MultipleUndo
- Performs an undo operation.
- undo().
Method in class jp.kyasu.awt.TextComponent
- Undo the last change.
- undo().
Method in interface jp.kyasu.awt.Undo
- Performs an undo operation.
- unkill().
Method in class jp.kyasu.awt.TextComponent
- Restores last killed text to the position of the insertion cursor.
- unkill().
Method in class jp.kyasu.awt.text.TextEditController
- Restores last killed text to the position of the insertion cursor.
- UP.
Static variable in class jp.kyasu.graphics.VArrow
- The arrow direction constat for the up direction.
- update(Graphics).
Method in class jp.kyasu.awt.Dialog
- Updates this component.
- update(Graphics).
Method in class jp.kyasu.awt.Frame
- Updates this component.
- update(Graphics).
Method in class jp.kyasu.awt.KComponent
- Updates this component.
- update(Graphics).
Method in class jp.kyasu.awt.KContainer
- Updates this component.
- update(Graphics).
Method in class jp.kyasu.awt.NativePanel
- Updates this panel.
- update(Graphics).
Method in class jp.kyasu.awt.Window
- Updates this component.
- updateLayout(TextChange).
Method in class jp.kyasu.graphics.TextLayout
- Updates this layout according to the specified
TextChange
object.
- updateLayout(TextChange, TextPositionInfo, TextPositionInfo).
Method in class jp.kyasu.graphics.TextLayout
- Updates this layout according to the specified
TextChange
object, with the position hints.
- USE_DOUBLE_BUFFER.
Static variable in class jp.kyasu.awt.AWTResources
- The default double buffer policy.
- V3DBorder().
Constructor for class jp.kyasu.graphics.V3DBorder
- Constructs a raised 3-D border.
- V3DBorder(boolean).
Constructor for class jp.kyasu.graphics.V3DBorder
- Constructs a 3-D border with and the boolean that determines
the 3-D border to be raised or sunk.
- V3DBorder(int, int).
Constructor for class jp.kyasu.graphics.V3DBorder
- Constructs a raised 3-D border with the specified width and height.
- V3DBorder(int, int, boolean).
Constructor for class jp.kyasu.graphics.V3DBorder
- Constructs a 3-D border with the specified width and height,
and the boolean that determines the 3-D border to be raised or sunk.
- V3DButtonBorder().
Constructor for class jp.kyasu.graphics.V3DButtonBorder
- Constructs a raised border with the trigger style.
- V3DButtonBorder(boolean).
Constructor for class jp.kyasu.graphics.V3DButtonBorder
- Constructs a border with the trigger style, and the specified
boolean that determines the border to be raised or sunk.
- V3DButtonBorder(boolean, int).
Constructor for class jp.kyasu.graphics.V3DButtonBorder
- Constructs a border with the specified boolean that determines
the border to be raised or sunk, and the specified style.
- V3DButtonBorder(boolean, int, boolean).
Constructor for class jp.kyasu.graphics.V3DButtonBorder
- Constructs a border with the specified boolean that determines
the border to be raised or sunk, and the specified style.
- V3DButtonBorder(int).
Constructor for class jp.kyasu.graphics.V3DButtonBorder
- Constructs a raised border with the specified style.
- V3DButtonBorder(int, int).
Constructor for class jp.kyasu.graphics.V3DButtonBorder
- Constructs a raised border with the trigger style, and the
specified width and height.
- V3DButtonBorder(int, int, boolean).
Constructor for class jp.kyasu.graphics.V3DButtonBorder
- Constructs a border with the trigger style, the specified width
and height, and the specified boolean that determines the border
to be raised or sunk,
- V3DButtonBorder(int, int, boolean, int).
Constructor for class jp.kyasu.graphics.V3DButtonBorder
- Constructs a border with the specified width and height,
the specified boolean that determines the border to be
raised or sunk, and the specified style.
- V3DButtonBorder(int, int, boolean, int, boolean).
Constructor for class jp.kyasu.graphics.V3DButtonBorder
- Constructs a border with the specified width and height,
the specified boolean that determines the border to be
raised or sunk, and the specified style.
- V3DButtonBorder(int, int, int).
Constructor for class jp.kyasu.graphics.V3DButtonBorder
- Constructs a raised border with the specified width and height,
and the specified style.
- VActiveButton().
Constructor for class jp.kyasu.graphics.VActiveButton
- Constructs a trigger button with the
false
state.
- VActiveButton(boolean).
Constructor for class jp.kyasu.graphics.VActiveButton
- Constructs a trigger button with the specified state.
- VActiveButton(boolean, int).
Constructor for class jp.kyasu.graphics.VActiveButton
- Constructs a button with the specified state and the specified style.
- VActiveButton(int).
Constructor for class jp.kyasu.graphics.VActiveButton
- Constructs a button with the
false
state,
and the specified style.
- VActiveButton(String).
Constructor for class jp.kyasu.graphics.VActiveButton
- Constructs a trigger button with the
false
state,
and the specified string.
- VActiveButton(String, boolean).
Constructor for class jp.kyasu.graphics.VActiveButton
- Constructs a trigger button with the specified string and the
specified state.
- VActiveButton(String, boolean, int).
Constructor for class jp.kyasu.graphics.VActiveButton
- Constructs a button with the specified string, the specified state,
and the specified style.
- VActiveButton(String, int).
Constructor for class jp.kyasu.graphics.VActiveButton
- Constructs a button with the
false
state,
the specified string, and the specified style.
- VActiveButton(Text).
Constructor for class jp.kyasu.graphics.VActiveButton
- Constructs a trigger button with the
false
state,
and the specified text.
- VActiveButton(Text, boolean).
Constructor for class jp.kyasu.graphics.VActiveButton
- Constructs a trigger button with the specified text and the
specified state.
- VActiveButton(Text, boolean, int).
Constructor for class jp.kyasu.graphics.VActiveButton
- Constructs a button with the specified text, the specified state,
and the specified style.
- VActiveButton(Text, int).
Constructor for class jp.kyasu.graphics.VActiveButton
- Constructs a button with the
false
state,
the specified text, and the specified style.
- VActiveButton(Visualizable).
Constructor for class jp.kyasu.graphics.VActiveButton
- Constructs a trigger button with the
false
state,
and the specified visual object.
- VActiveButton(Visualizable, boolean).
Constructor for class jp.kyasu.graphics.VActiveButton
- Constructs a trigger button with the specified visual object
and the specified state.
- VActiveButton(Visualizable, boolean, int).
Constructor for class jp.kyasu.graphics.VActiveButton
- Constructs a button with the specified visual object,
the specified state, and the specified style.
- VActiveButton(Visualizable, int).
Constructor for class jp.kyasu.graphics.VActiveButton
- Constructs a button with the
false
state,
the specified visual object, and the specified style.
- validate().
Method in class jp.kyasu.graphics.TextLayout
- Ensures that a component has a valid layout.
- values().
Method in class jp.kyasu.graphics.Modifier
- Returns an enumeration of the values of the attributes in this modifier.
- VAnchor(String).
Constructor for class jp.kyasu.graphics.html.VAnchor
- Constructs an anchor with the specified name.
- VArray(Class).
Constructor for class jp.kyasu.util.VArray
- Constructs an empty array with the specified component type.
- VArray(Class, int).
Constructor for class jp.kyasu.util.VArray
- Constructs an empty array with the specified component type
and initial capacity.
- VArray(Class, int, int).
Constructor for class jp.kyasu.util.VArray
- Constructs an empty array with the specified component type,
initial capacity, and the maximum capacity increment size.
- VArray(Object).
Constructor for class jp.kyasu.util.VArray
- Constructs an array with the specified array buffer.
- VArray(Object, int).
Constructor for class jp.kyasu.util.VArray
- Constructs an array with the specified array buffer and
the maximum capacity increment size.
- VArray(String).
Constructor for class jp.kyasu.util.VArray
- Constructs an array with the contents of the string.
- VArray(String, int).
Constructor for class jp.kyasu.util.VArray
- Constructs an array with the contents of the string
and the maximum capacity increment size.
- VArrow(int).
Constructor for class jp.kyasu.graphics.VArrow
- Constructs an arrow with the specified direction.
- VBorder().
Constructor for class jp.kyasu.graphics.VBorder
- Constructs a visual border.
- VBorder(int, int).
Constructor for class jp.kyasu.graphics.VBorder
- Constructs a visual border with the specified width and height.
- VBorderedWrapper(Visualizable, VBorder).
Constructor for class jp.kyasu.graphics.VBorderedWrapper
- Constructs a bordered wrapper with the wrapped visual object and
the border.
- VButton().
Constructor for class jp.kyasu.graphics.VButton
- Constructs a trigger button with the
false
state.
- VButton(boolean).
Constructor for class jp.kyasu.graphics.VButton
- Constructs a trigger button with the specified state.
- VButton(boolean, int).
Constructor for class jp.kyasu.graphics.VButton
- Constructs a button with the specified state and the specified style.
- VButton(int).
Constructor for class jp.kyasu.graphics.VButton
- Constructs a button with the
false
state,
and the specified style.
- VButton(String).
Constructor for class jp.kyasu.graphics.VButton
- Constructs a trigger button with the
false
state,
and the specified string.
- VButton(String, boolean).
Constructor for class jp.kyasu.graphics.VButton
- Constructs a trigger button with the specified string and the
specified state.
- VButton(String, boolean, int).
Constructor for class jp.kyasu.graphics.VButton
- Constructs a button with the specified string, the specified state,
and the specified style.
- VButton(String, int).
Constructor for class jp.kyasu.graphics.VButton
- Constructs a button with the
false
state,
the specified string, and the specified style.
- VButton(Text).
Constructor for class jp.kyasu.graphics.VButton
- Constructs a trigger button with the
false
state,
and the specified text.
- VButton(Text, boolean).
Constructor for class jp.kyasu.graphics.VButton
- Constructs a trigger button with the specified text and the
specified state.
- VButton(Text, boolean, int).
Constructor for class jp.kyasu.graphics.VButton
- Constructs a button with the specified text, the specified state,
and the specified style.
- VButton(Text, int).
Constructor for class jp.kyasu.graphics.VButton
- Constructs a button with the
false
state,
the specified text, and the specified style.
- VButton(Visualizable).
Constructor for class jp.kyasu.graphics.VButton
- Constructs a trigger button with the
false
state,
and the specified visual object.
- VButton(Visualizable, boolean).
Constructor for class jp.kyasu.graphics.VButton
- Constructs a trigger button with the specified visual object
and the specified state.
- VButton(Visualizable, boolean, int).
Constructor for class jp.kyasu.graphics.VButton
- Constructs a button with the specified visual object,
the specified state, and the specified style.
- VButton(Visualizable, int).
Constructor for class jp.kyasu.graphics.VButton
- Constructs a button with the
false
state,
the specified visual object, and the specified style.
- VCheckbox().
Constructor for class jp.kyasu.graphics.VCheckbox
- Constructs a exclusive checkbox with the
false
state.
- VCheckbox(boolean).
Constructor for class jp.kyasu.graphics.VCheckbox
- Constructs a exclusive checkbox with the specified state.
- VCheckbox(boolean, int).
Constructor for class jp.kyasu.graphics.VCheckbox
- Constructs a checkbox with the specified state and the specified style.
- VCheckbox(int).
Constructor for class jp.kyasu.graphics.VCheckbox
- Constructs a checkbox with the
false
state,
and the specified style.
- VCheckbox(String).
Constructor for class jp.kyasu.graphics.VCheckbox
- Constructs a exclusive checkbox with the
false
state,
and the specified string.
- VCheckbox(String, boolean).
Constructor for class jp.kyasu.graphics.VCheckbox
- Constructs a exclusive checkbox with the specified string and the
specified state.
- VCheckbox(String, boolean, int).
Constructor for class jp.kyasu.graphics.VCheckbox
- Constructs a checkbox with the specified string, the specified state,
and the specified style.
- VCheckbox(String, int).
Constructor for class jp.kyasu.graphics.VCheckbox
- Constructs a checkbox with the
false
state,
the specified string, and the specified style.
- VCheckbox(Text).
Constructor for class jp.kyasu.graphics.VCheckbox
- Constructs a exclusive checkbox with the
false
state,
and the specified text.
- VCheckbox(Text, boolean).
Constructor for class jp.kyasu.graphics.VCheckbox
- Constructs a exclusive checkbox with the specified text and the
specified state.
- VCheckbox(Text, boolean, int).
Constructor for class jp.kyasu.graphics.VCheckbox
- Constructs a checkbox with the specified text, the specified state,
and the specified style.
- VCheckbox(Text, int).
Constructor for class jp.kyasu.graphics.VCheckbox
- Constructs a checkbox with the
false
state,
the specified text, and the specified style.
- VCheckbox(Visualizable).
Constructor for class jp.kyasu.graphics.VCheckbox
- Constructs a exclusive checkbox with the
false
state,
and the specified visual object.
- VCheckbox(Visualizable, boolean).
Constructor for class jp.kyasu.graphics.VCheckbox
- Constructs a exclusive checkbox with the specified visual object
and the specified state.
- VCheckbox(Visualizable, boolean, int).
Constructor for class jp.kyasu.graphics.VCheckbox
- Constructs a checkbox with the specified visual object,
the specified state, and the specified style.
- VCheckbox(Visualizable, int).
Constructor for class jp.kyasu.graphics.VCheckbox
- Constructs a checkbox with the
false
state,
the specified visual object, and the specified style.
- VClipWrapper(Visualizable).
Constructor for class jp.kyasu.graphics.VClipWrapper
- Constructs a clip wrapper with the wrapped visual object.
- VClipWrapper(Visualizable, int, int).
Constructor for class jp.kyasu.graphics.VClipWrapper
- Constructs a clip wrapper with the wrapped visual object,
clipping width and clipping height.
- VColoredWrapper(Visualizable).
Constructor for class jp.kyasu.graphics.VColoredWrapper
- Constructs a colored wrapper with the wrapped visual object.
- VColoredWrapper(Visualizable, Color).
Constructor for class jp.kyasu.graphics.VColoredWrapper
- Constructs a colored wrapper with the wrapped visual object and
foreground color.
- VColoredWrapper(Visualizable, Color, Color).
Constructor for class jp.kyasu.graphics.VColoredWrapper
- Constructs a colored wrapper with the wrapped visual object,
foreground color and background color.
- VDashedBorder().
Constructor for class jp.kyasu.graphics.VDashedBorder
- Constructs a dashed line border.
- VDashedBorder(int, int).
Constructor for class jp.kyasu.graphics.VDashedBorder
- Constructs a dashed line border with the specified width and height.
- VERTICAL.
Static variable in class jp.kyasu.awt.Scrollbar
- A constant that indicates a vertical scroll bar.
- VERTICAL.
Static variable in class jp.kyasu.awt.event.ScrollEvent
- The vertical orientation.
- VERTICAL.
Static variable in class jp.kyasu.awt.SplitPanel
- Splits components in a vertical orientation.
- VHRBorder().
Constructor for class jp.kyasu.graphics.VHRBorder
- Constructs a horizontal line border.
- VHRBorder(int).
Constructor for class jp.kyasu.graphics.VHRBorder
- Constructs a horizontal line border with the specified height.
- VHRBorder(int, int).
Constructor for class jp.kyasu.graphics.VHRBorder
- Constructs a horizontal line border with the specified width and height.
- VImage(byte[]).
Constructor for class jp.kyasu.graphics.VImage
- Constructs a visual image from the specified byte data.
- VImage(Image).
Constructor for class jp.kyasu.graphics.VImage
- Constructs a visual image with the specified image.
- VImage(Image, boolean).
Constructor for class jp.kyasu.graphics.VImage
- Constructs a visual image with the specified image.
- VImage(Image, URL).
Constructor for class jp.kyasu.graphics.VImage
- Constructs a visual image with the specified image that is
created from the specified url.
- VImage(String).
Constructor for class jp.kyasu.graphics.VImage
- Constructs a visual image from the specified file name.
- VImage(URL).
Constructor for class jp.kyasu.graphics.VImage
- Constructs a visual image from the specified url.
- VLabel().
Constructor for class jp.kyasu.graphics.VLabel
- Constructs an empty label.
- VLabel(String).
Constructor for class jp.kyasu.graphics.VLabel
- Constructs a label with the specified string.
- VLabel(Text).
Constructor for class jp.kyasu.graphics.VLabel
- Constructs a label with the specified text.
- VLabel(Visualizable).
Constructor for class jp.kyasu.graphics.VLabel
- Constructs a label with the specified visual object.
- VObject().
Constructor for class jp.kyasu.graphics.VObject
- Constructs a visual object.
- VObject(int, int).
Constructor for class jp.kyasu.graphics.VObject
- Constructs a visual object with the specified width and height.
- VOval().
Constructor for class jp.kyasu.graphics.VOval
- Constructs a plain oval.
- VOval(int).
Constructor for class jp.kyasu.graphics.VOval
- Constructs an oval with the specified style.
- VOval(int, int).
Constructor for class jp.kyasu.graphics.VOval
- Constructs a plain oval with the specified width and height.
- VOval(int, int, int).
Constructor for class jp.kyasu.graphics.VOval
- Constructs an oval with the specified width and height, and
the specified style.
- VPaneBorder().
Constructor for class jp.kyasu.graphics.VPaneBorder
- Constructs a pane border.
- VPaneBorder(Insets).
Constructor for class jp.kyasu.graphics.VPaneBorder
- Constructs a pane border with the specified insets.
- VPaneBorder(int, int).
Constructor for class jp.kyasu.graphics.VPaneBorder
- Constructs a pane border with the specified width and height.
- VPaneBorder(int, int, Insets).
Constructor for class jp.kyasu.graphics.VPaneBorder
- Constructs a pane border with the specified width and height,
and the specified insets.
- VPlainBorder().
Constructor for class jp.kyasu.graphics.VPlainBorder
- Constructs a plain border.
- VPlainBorder(Insets).
Constructor for class jp.kyasu.graphics.VPlainBorder
- Constructs a plain border with the specified insets.
- VPlainBorder(int, int).
Constructor for class jp.kyasu.graphics.VPlainBorder
- Constructs a plain border with the specified width and height.
- VPlainBorder(int, int, Insets).
Constructor for class jp.kyasu.graphics.VPlainBorder
- Constructs a plain border with the specified width and height,
and the specified insets.
- VRectangle().
Constructor for class jp.kyasu.graphics.VRectangle
- Constructs a plain rectangle.
- VRectangle(int).
Constructor for class jp.kyasu.graphics.VRectangle
- Constructs a rectangle with the specified style.
- VRectangle(int, int).
Constructor for class jp.kyasu.graphics.VRectangle
- Constructs a plain rectangle with the specified width and height.
- VRectangle(int, int, int).
Constructor for class jp.kyasu.graphics.VRectangle
- Constructs a rectangle with the specified width and height, and
the specified style.
- VRichText(RichText).
Constructor for class jp.kyasu.graphics.VRichText
- Constructs a visual rich text with the specified rich text.
- VRichText(String).
Constructor for class jp.kyasu.graphics.VRichText
- Constructs a visual rich text with the specified string.
- VRichText(String, int).
Constructor for class jp.kyasu.graphics.VRichText
- Constructs a visual rich text with the specified string and
the specified alignment.
- VRichText(Text).
Constructor for class jp.kyasu.graphics.VRichText
- Constructs a visual rich text with the specified text.
- VRichText(Text, int).
Constructor for class jp.kyasu.graphics.VRichText
- Constructs a visual rich text with the specified text and
the specified alignment.
- VRichText(TextBuffer).
Constructor for class jp.kyasu.graphics.VRichText
- Constructs a visual rich text with the specified text buffer.
- VRichText(TextBuffer, int).
Constructor for class jp.kyasu.graphics.VRichText
- Constructs a visual rich text with the specified text buffer and
the specified alignment.
- VSpace(int).
Constructor for class jp.kyasu.graphics.VSpace
- Constructs a space with the specified width.
- VSpace(int, int).
Constructor for class jp.kyasu.graphics.VSpace
- Constructs a space with the specified width and height.
- VText(String).
Constructor for class jp.kyasu.graphics.VText
- Constructs a visual text width the specified string.
- VText(Text).
Constructor for class jp.kyasu.graphics.VText
- Constructs a visual text width the specified text.
- VTitledPaneBorder().
Constructor for class jp.kyasu.graphics.VTitledPaneBorder
- Constructs an empty titled pane border.
- VTitledPaneBorder(int, int).
Constructor for class jp.kyasu.graphics.VTitledPaneBorder
- Constructs an empty titled pane border with the specified
width and height.
- VTitledPaneBorder(int, int, String).
Constructor for class jp.kyasu.graphics.VTitledPaneBorder
- Constructs a pane border with the specified width and height,
and the specified title string.
- VTitledPaneBorder(int, int, Text).
Constructor for class jp.kyasu.graphics.VTitledPaneBorder
- Constructs a pane border with the specified width and height,
and the specified title text.
- VTitledPaneBorder(int, int, Visualizable).
Constructor for class jp.kyasu.graphics.VTitledPaneBorder
- Constructs a pane border with the specified width and height,
and the specified title that is a visual object.
- VTitledPaneBorder(String).
Constructor for class jp.kyasu.graphics.VTitledPaneBorder
- Constructs a pane border with the specified title string.
- VTitledPaneBorder(Text).
Constructor for class jp.kyasu.graphics.VTitledPaneBorder
- Constructs a pane border with the specified title text.
- VWrapper(Visualizable).
Constructor for class jp.kyasu.graphics.VWrapper
- Constructs a visual wrapper with the wrapped visual object.
- WARN.
Static variable in class jp.kyasu.awt.Dialog
- The warn message type.
- warn(Frame, String).
Static method in class jp.kyasu.awt.Dialog
- Warns a user with a dialog.
- warn(Frame, Visualizable).
Static method in class jp.kyasu.awt.Dialog
- Warns a user with a dialog.
- warn(String).
Static method in class jp.kyasu.awt.Dialog
- Warns a user with a dialog.
- warn(Visualizable).
Static method in class jp.kyasu.awt.Dialog
- Warns a user with a dialog.
- WEST.
Static variable in class jp.kyasu.awt.Label
- Indicates that the label should be left.
- WESTERN_EUROPE_CHARSET_LABEL.
Static variable in class jp.kyasu.editor.CharSetMenu
-
- widthChanged.
Variable in class jp.kyasu.graphics.text.TextLayoutChange
- The width changed.
- Window(Frame).
Constructor for class jp.kyasu.awt.Window
- Constructs a new invisible window.
- WORD_WRAP.
Static variable in class jp.kyasu.graphics.RichTextStyle
- The constant for the word line wrapping style.
- WORD_WRAP.
Static variable in class jp.kyasu.awt.TextComponent
- The constant for the word line wrapping style.
- write(ObjectOutputStream, String, EventListener).
Static method in class jp.kyasu.awt.ListenerSerializer
-
- writeTo(File).
Method in class jp.kyasu.graphics.html.HTMLWriter
- Writes the html document as a HTML document ('
text/html
')
into the specified file.
- writeTo(File, String).
Method in class jp.kyasu.graphics.html.HTMLWriter
- Writes the html document as a HTML document ('
text/html
')
into the specified file with the specified encoding.
- writeTo(File, Writer).
Method in class jp.kyasu.graphics.html.HTMLWriter
- Writes the html document as a HTML document ('
text/html
')
into the specified writer with the base file.
- writeTo(Writer).
Method in class jp.kyasu.graphics.TextBuffer
- Writes to a system string representation of the text buffer to the
specified writer.
- writeTo(Writer, String).
Method in class jp.kyasu.graphics.TextBuffer
- Writes to a system string representation of the text buffer to the
specified writer, with the specified separator string.
- x.
Variable in class jp.kyasu.graphics.text.TextPositionInfo
- The x position.
- y.
Variable in class jp.kyasu.graphics.text.TextLineInfo
- The top position of this line.