Interface IContainer
- All Superinterfaces:
IComponent
- All Known Subinterfaces:
IJComponent, IJTable, IJTextComponent, IJTree
- All Known Implementing Classes:
JTableImpl
Created by IntelliJ IDEA.
User: vpc
Date: 28 août 2009
Time: 23:04:21
To change this template use File | Settings | File Templates.
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidgetComponentAt(int x, int y) voidvoidsetLayout(LayoutManager mgr) Sets the layout manager for this container.Methods inherited from interface IComponent
addFocusListener, addKeyListener, addMouseListener, addPropertyChangeListener, addPropertyChangeListener, getLocationOnScreen, isEnabled, removeFocusListener, removeKeyListener, removeMouseListener, removePropertyChangeListener, removePropertyChangeListener, repaint, setEnabled
-
Method Details
-
add
-
add
-
addContainerListener
-
removeContainerListener
-
getComponentAt
-
getLayout
LayoutManager getLayout() -
setLayout
Sets the layout manager for this container.- Parameters:
mgr- the specified layout manager- See Also:
-