Choice.java, [...]: Fixed documentation.
2002-11-07 Michael Koch <konqueror@gmx.de> * java/awt/Choice.java, java/awt/Container.java, java/awt/GridBagLayout.java: Fixed documentation. * java/awt/peer/ContainerPeer.java: Reindented. From-SVN: r58888
This commit is contained in:
parent
c2905f7b49
commit
82396c2a26
5 changed files with 20 additions and 14 deletions
|
@ -205,7 +205,7 @@ public class Container extends Component
|
|||
*
|
||||
* @return The same component that was added.
|
||||
*
|
||||
* @param throws ArrayIndexOutOfBounds If the specified index is invalid.
|
||||
* @throws ArrayIndexOutOfBounds If the specified index is invalid.
|
||||
*/
|
||||
public Component add(Component comp, int index)
|
||||
{
|
||||
|
@ -236,7 +236,7 @@ public class Container extends Component
|
|||
* @param index The index in the component list to insert this child
|
||||
* at, or -1 to add at the end of the list.
|
||||
*
|
||||
* @param throws ArrayIndexOutOfBounds If the specified index is invalid.
|
||||
* @throws ArrayIndexOutOfBounds If the specified index is invalid.
|
||||
*/
|
||||
public void add(Component comp, Object constraints, int index)
|
||||
{
|
||||
|
@ -256,7 +256,7 @@ public class Container extends Component
|
|||
* @param index The index in the component list to insert this child
|
||||
* at, or -1 to add at the end of the list.
|
||||
*
|
||||
* @param throws ArrayIndexOutOfBounds If the specified index is invalid.
|
||||
* @throws ArrayIndexOutOfBounds If the specified index is invalid.
|
||||
*/
|
||||
protected void addImpl(Component comp, Object constraints, int index)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue