Package | Description |
---|---|
oracle.ide.layout |
Contains interfaces and classes addins can implement or extend to provide
preferred layouts for their own specialized editors.
|
oracle.ide.runner |
Contains classes that allow addins some level of control on the IDE runner system.
|
Modifier and Type | Method and Description |
---|---|
static IdeLayout |
Layouts.findLayout(java.lang.String name) |
IdeLayout |
Layouts.getActiveLayout()
Returns the active layout.
|
IdeLayout |
Layouts.getDesignLayout() |
IdeLayout |
SimpleLayout.getOwner() |
IdeLayout |
Layout.getOwner()
Get the
IdeLayout that owns this layout. |
Modifier and Type | Method and Description |
---|---|
void |
Layouts.activateLayout(IdeLayout layout) |
void |
Layouts.activateLayout(IdeLayout layout,
boolean startup) |
protected boolean |
IdeLayout.equalsImpl(IdeLayout other) |
Layout |
Layouts.newLayout(IdeLayout parent) |
Layout |
Layouts.newLayout(IdeLayout parent,
java.net.URL fileURL) |
void |
SimpleLayout.setOwner(IdeLayout owner) |
void |
Layout.setOwner(IdeLayout owner)
Set the owner of this layout.
|
Modifier and Type | Method and Description |
---|---|
IdeLayout |
RunProcess.getProcessLayout()
Returns the layout that should be shown when this process is
selected in the run manager navigator.
|