| メソッドと説明 |
|---|
| jp.kyasu.awt.List.allowsMultipleSelections()
As of JDK version 1.1,
replaced by
isMultipleMode(). |
| jp.kyasu.awt.TextComponent.appendText(String)
As of JDK version 1.1,
replaced by
append(String). |
| jp.kyasu.awt.List.clear()
As of JDK version 1.1,
replaced by
removeAll(). |
| jp.kyasu.awt.List.countItems()
As of JDK version 1.1,
replaced by
getItemCount(). |
| jp.kyasu.awt.List.delItems(int, int)
As of JDK version 1.1,
|
| jp.kyasu.awt.CheckboxGroup.getCurrent()
As of JDK version 1.1.
|
| jp.kyasu.awt.Scrollbar.getLineIncrement()
As of JDK version 1.1,
replaced by
getUnitIncrement(). |
| jp.kyasu.awt.Scrollbar.getPageIncrement()
As of JDK version 1.1,
replaced by
getBlockIncrement(). |
| jp.kyasu.awt.Scrollbar.getVisible()
As of JDK version 1.1,
replaced by
getVisibleAmount(). |
| jp.kyasu.awt.TextComponent.insertText(String, int)
As of JDK version 1.1,
replaced by
insert(String, int). |
| jp.kyasu.awt.List.isSelected(int)
As of JDK version 1.1,
replaced by
isIndexSelected(int). |
| jp.kyasu.awt.List.minimumSize(int)
As of JDK version 1.1,
replaced by
getMinimumSize(int). |
| jp.kyasu.awt.TextField.minimumSize(int)
As of JDK version 1.1,
replaced by
getMinimumSize(int). |
| jp.kyasu.awt.TextComponent.minimumSize(int, int)
As of JDK version 1.1,
replaced by
getMinimumSize(int, int). |
| jp.kyasu.awt.List.preferredSize(int)
As of JDK version 1.1,
replaced by
getPreferredSize(int). |
| jp.kyasu.awt.TextField.preferredSize(int)
As of JDK version 1.1,
replaced by
getPreferredSize(int). |
| jp.kyasu.awt.TextComponent.preferredSize(int, int)
As of JDK version 1.1,
replaced by
getPreferredSize(int, int). |
| jp.kyasu.awt.TextComponent.replaceText(String, int, int)
As of JDK version 1.1,
replaced by
replaceRange(String, int, int). |
| jp.kyasu.awt.CheckboxGroup.setCurrent(Checkbox)
As of JDK version 1.1.
|
| jp.kyasu.awt.TextField.setEchoCharacter(char)
As of JDK version 1.1,
replaced by
setEchoChar(char). |
| jp.kyasu.awt.Scrollbar.setLineIncrement(int)
As of JDK version 1.1,
replaced by
setUnitIncrement(int). |
| jp.kyasu.awt.List.setMultipleSelections(boolean)
As of JDK version 1.1,
replaced by
setMultipleMode(boolean). |
| jp.kyasu.awt.Scrollbar.setPageIncrement(int)
As of JDK version 1.1,
replaced by
setBlockIncrement(). |