|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.jdeveloper.vcs.changelist.ChangeListDockableFactory
public class ChangeListDockableFactory
Dockable factory for the change list.
Constructor Summary | |
---|---|
ChangeListDockableFactory(java.lang.String windowID, ChangeList changeList) Construct a dockable factory that can create the dockable window for the specified change list. |
|
ChangeListDockableFactory(java.lang.String windowID, ChangeList changeList, java.lang.String className) Construct a dockable factory that creates a dockable window of the specified class. |
|
ChangeListDockableFactory(java.lang.String windowID, java.lang.String className) Construct a dockable factory that creates a dockable window of the specified class. |
Method Summary | |
---|---|
protected ChangeListWindow |
createChangeListWindow(ChangeList changeList) Create the change list window. |
Dockable |
getDockable(ViewId viewId) |
protected java.lang.String |
getWindowClassName() |
protected java.lang.String |
getWindowId() |
void |
install() This method is called by the docking system if the DockableFactory has been installed for the first time. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChangeListDockableFactory(java.lang.String windowID, ChangeList changeList)
windowID
- the window ID to use.className
- the name of the class to construct. This should be a subclass of ChangeListWindow, and should have a constructor which takes a String for the window ID.public ChangeListDockableFactory(java.lang.String windowID, java.lang.String className)
windowID
- the window ID to use.className
- the name of the class to construct. This should be a subclass of ChangeListWindow, and should have a constructor which takes a String for the window ID.public ChangeListDockableFactory(java.lang.String windowID, ChangeList changeList, java.lang.String className)
windowID
- the window ID to use.changeList
- the change list to create a dockable forclassName
- the name of the class to construct. This should be a subclass of ChangeListWindow, and should have a constructor which takes a String for the window ID.Method Detail |
---|
public Dockable getDockable(ViewId viewId)
getDockable
in interface DockableFactory
viewId
-public void install()
install
in interface DockableFactory
protected ChangeListWindow createChangeListWindow(ChangeList changeList)
changeList
- the change list componentprotected java.lang.String getWindowClassName()
protected java.lang.String getWindowId()
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |