|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DesktopCardPanelMode
Method Summary | |
---|---|
void |
addComponent(javax.swing.JComponent d)
Adds a new component to the desktop |
java.awt.Container |
getContainer(javax.swing.JComponent d)
returns the Container that contains the specified component |
java.awt.Container |
getContentPane()
returns the container in wich the desktop components are layed out |
void |
removeComponent(javax.swing.JComponent d)
Removes a component from the desktop |
void |
selectComponent(javax.swing.JComponent d)
Selects a component |
void |
updateComponentName(javax.swing.JComponent d)
Updates the name of a component |
Method Detail |
---|
void addComponent(javax.swing.JComponent d)
d
- the componentvoid removeComponent(javax.swing.JComponent d)
d
- the componentvoid selectComponent(javax.swing.JComponent d)
d
- the componentvoid updateComponentName(javax.swing.JComponent d)
d
- the componentjava.awt.Container getContentPane()
java.awt.Container getContainer(javax.swing.JComponent d)
d
- the component
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |