|
Extension SDK 10.1.2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ViewId | |
oracle.ide | Contains classes that allow addins access to the IDE integration objects. |
oracle.ide.docking | Contains interfaces and classes responsible for the dockable behavior provided by JDeveloper. |
oracle.ide.layout | Contains interfaces and classes addins can implement or extend to provide preferred layouts for their own specialized editors. |
oracle.ide.log | Contains the interfaces and classes that allow addins to provide their own log pages. |
oracle.ide.navigator | Contains classes providing navigator support. |
Uses of ViewId in oracle.ide |
Methods in oracle.ide that return ViewId | |
ViewId |
MultiManager.getDefaultViewId()
|
protected ViewId |
MultiManager.getViewId(Context context)
|
Methods in oracle.ide with parameters of type ViewId | |
DockableView |
MultiManager.getNewView(Context context,
ViewId viewId)
Get a new View instance rooted on the given Context and having the given ViewId. |
protected abstract DockableView |
MultiManager.createDockableView(Context ctx,
ViewId viewId)
|
protected DockableView |
MultiManager.findView(ViewId viewId)
|
protected DockableView |
MultiManager.getRelativeView(Context context,
ViewId viewId)
|
protected int |
MultiManager.getOrientation(ViewId viewId,
DockableView relative)
|
Uses of ViewId in oracle.ide.docking |
Methods in oracle.ide.docking with parameters of type ViewId | |
Dockable |
DockableFactory.getDockable(ViewId viewId)
|
abstract Dockable |
DockStation.getDockable(ViewId viewId)
searches a dockable based on a name. |
abstract Dockable |
DockStation.findDockable(ViewId viewId)
searches/create a dockable based on a name. |
Uses of ViewId in oracle.ide.layout |
Methods in oracle.ide.layout with parameters of type ViewId | |
View |
AbstractLayoutListener.getView(ViewId id)
|
void |
AbstractLayoutListener.addView(ViewId id,
View view)
|
View |
Layouts.getView(ViewId id)
|
void |
Layouts.addView(ViewId id,
View view)
|
View |
LayoutListener.getView(ViewId id)
|
void |
LayoutListener.addView(ViewId id,
View view)
|
Uses of ViewId in oracle.ide.log |
Constructors in oracle.ide.log with parameters of type ViewId | |
DefaultLogPage(ViewId id,
javax.swing.Icon icon,
boolean addPage,
int menuOptions)
Constructor. |
|
DefaultLogPage(ViewId id,
javax.swing.Icon icon,
boolean addPage)
|
|
MessagePage(ViewId viewId)
Creates a MessagePage using thle specified ViewId . |
|
MessagePage(ViewId viewId,
javax.swing.Icon icon)
Creates a MessagePage using the specified ViewId
and Icon . |
|
MessagePage(ViewId viewId,
javax.swing.Icon icon,
boolean addPage)
Creates a MessagePage using the specified ViewId
and Icon . |
|
MessagePage(ViewId viewId,
javax.swing.Icon icon,
boolean addPage,
boolean showStyledText)
Creates a MessagePage using the specified ViewId
and Icon . |
|
AbstractLogPage(ViewId viewId,
javax.swing.Icon icon,
boolean addPage)
Creates an AbstractLogPage . |
|
AbstractLogPage(ViewId viewId,
javax.swing.Icon icon)
Creates an AbstractLogPage . |
|
AbstractLogPage(ViewId viewId)
Creates an AbstractLogPage . |
Uses of ViewId in oracle.ide.navigator |
Methods in oracle.ide.navigator with parameters of type ViewId | |
abstract boolean |
NavigatorManager.isSystemNavigator(ViewId viewId)
Returns true if the view identified by the give
viewId is the system navigator. |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.