org.skunk.dav.client.gui
Interface Buffer
- All Known Subinterfaces:
- DAVEditor
- All Known Implementing Classes:
- Explorer
- public interface Buffer
an abstraction of something that gets docked into a View,
for instance, an editing widget or an explorer.
Method Summary |
void |
docking()
hook method, called when component is docked |
javax.swing.JComponent |
getComponent()
|
java.lang.String |
getName()
|
void |
setName(java.lang.String name)
set the buffer's name |
void |
undocking()
hook method, called when component is undocked |
getComponent
public javax.swing.JComponent getComponent()
- Returns:
- the buffer's visual component
getName
public java.lang.String getName()
- Returns:
- the buffer's name
setName
public void setName(java.lang.String name)
- set the buffer's name
docking
public void docking()
- hook method, called when component is docked
undocking
public void undocking()
- hook method, called when component is undocked