|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.skunk.dav.client.gui.ExplorerView
Constructor Summary | |
ExplorerView(AppContext appContext)
|
Method Summary | |
void |
bufferDirtinessChanged(Buffer buffer)
|
void |
dispose()
dispose of the View |
void |
dock(Buffer buffer)
add the buffer to the application container widget |
void |
dockStatus(javax.swing.JComponent statusComponent)
add a component to the status bar |
void |
focus(Buffer buffer)
ensure that the specified docked buffer is visible and has focus |
AppContext |
getAppContext()
|
java.awt.Component |
getComponent()
get the component corresponding to this view |
java.util.Iterator |
getDockedBuffers()
|
Buffer |
getFocussedBuffer()
|
boolean |
isVisible(Buffer buffer)
|
void |
setVisible(Buffer buffer,
boolean visible)
attempt to set for the given buffer the given visibility. |
void |
showStatus(java.lang.String message)
show a status message |
void |
undock(Buffer buffer)
remove the buffer from the application container widget |
void |
undockStatus(javax.swing.JComponent statusComponent)
remove a component from the status bar |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ExplorerView(AppContext appContext)
Method Detail |
public final AppContext getAppContext()
getAppContext
in interface View
org.skunk.dav.client.gui.View
public java.awt.Component getComponent()
View
getComponent
in interface View
public void dock(Buffer buffer)
dock
in interface View
public void undock(Buffer buffer)
undock
in interface View
public java.util.Iterator getDockedBuffers()
getDockedBuffers
in interface View
public void focus(Buffer buffer)
focus
in interface View
public Buffer getFocussedBuffer()
getFocussedBuffer
in interface View
public void setVisible(Buffer buffer, boolean visible) throws java.lang.UnsupportedOperationException, java.beans.PropertyVetoException
setVisible
in interface View
public boolean isVisible(Buffer buffer)
isVisible
in interface View
public void dispose()
View
dispose
in interface View
public void showStatus(java.lang.String message)
View
showStatus
in interface View
public void dockStatus(javax.swing.JComponent statusComponent)
dockStatus
in interface View
public void undockStatus(javax.swing.JComponent statusComponent)
undockStatus
in interface View
public void bufferDirtinessChanged(Buffer buffer)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |