| java.lang.Object org.skunk.dav.client.gui.ExplorerView
ExplorerView | public class ExplorerView implements View(Code) | | |
bufferDirtinessChanged | public void bufferDirtinessChanged(Buffer buffer)(Code) | | |
dispose | public void dispose()(Code) | | |
dock | public void dock(Buffer buffer)(Code) | | add the buffer to the application container widget
|
dockStatus | public void dockStatus(JComponent statusComponent)(Code) | | add a component to the status bar
|
focus | public void focus(Buffer buffer)(Code) | | ensure that the specified docked buffer is visible and has focus
|
getDockedBuffers | public Iterator getDockedBuffers()(Code) | | list of current docked buffers |
getFocussedBuffer | public Buffer getFocussedBuffer()(Code) | | the buffer that has focus, or null if there are no buffers |
isVisible | public boolean isVisible(Buffer buffer)(Code) | | whether the given buffer is visible |
setVisible | public void setVisible(Buffer buffer, boolean visible) throws UnsupportedOperationException, PropertyVetoException(Code) | | attempt to set for the given buffer the given visibility.
Depending on the dock mode, certain settings of this property
may be vetoed (e.g., in EMACS_MODE, at least one buffer must
be visible at all times, so setting the only visible buffer
invisible would not be permitted.) A change of visibility
may entail a change to the focusedBuffer property, but it may
not change the visibility of another buffer. (Hence, for
single-buffer dock modes (like TABBED_PANE_MODE, if restricted to one frame)
the setVisible method should throw an UnsupportedOperationException.)
Preconditions: the buffer must be docked and non-null.
|
undock | public void undock(Buffer buffer)(Code) | | remove the buffer from the application container widget
|
undockStatus | public void undockStatus(JComponent statusComponent)(Code) | | remove a component from the status bar
|
|
|