oracle.ide.explorer
Interface Explorer
- All Superinterfaces:
- Helpable, Subview, View
- All Known Subinterfaces:
- UIEditorCanvas
- All Known Implementing Classes:
- AbstractCanvas, AbstractExplorer
- public interface Explorer
- extends View
The Explorer
interface provides the API for getting a GUI
representation of the structure for a given Context
.
Method Summary |
void |
setContext(Context context)
(Re)initialize the contents of the gui. |
void |
setOwner(View host)
Set the View which is to act as the host of this Explorer. |
void |
stateChanged(int state)
Respond to a change of state between SHOWN, HIDDEN or CLOSED. |
Methods inherited from interface oracle.ide.addin.View |
activate, addViewListener, addViewSelectionListener, deactivate, getContext, getId, getSelection, getToolbar, removeViewListener, removeViewSelectionListener, updateTitle |
SHOWN
public static final int SHOWN
- See Also:
- Constant Field Values
HIDDEN
public static final int HIDDEN
- See Also:
- Constant Field Values
CLOSED
public static final int CLOSED
- See Also:
- Constant Field Values
setOwner
public void setOwner(View host)
- Set the View which is to act as the host of this Explorer.
- Parameters:
host
- the View which is acting as the host.
setContext
public void setContext(Context context)
- (Re)initialize the contents of the gui.
- Parameters:
context
- the Context to use as initialization data.
stateChanged
public void stateChanged(int state)
- Respond to a change of state between SHOWN, HIDDEN or CLOSED.
- Parameters:
state
- the new state.
Copyright ©1997, 2003, Oracle. All rights reserved.