oracle.jdeveloper.webapp.designer.palette
Class DesignerItemHandler
java.lang.Object
  
oracle.bali.xml.gui.jdev.palette.VisualEditorItemHandler
      
oracle.jdeveloper.webapp.designer.palette.DesignerItemHandler
- All Implemented Interfaces: 
 - oracle.bali.xml.addin.palette.XMLPaletteItemHandler
 
public class DesignerItemHandler
- extends oracle.bali.xml.gui.jdev.palette.VisualEditorItemHandler
 
PaletteItem handler for web-app page layout editor.
 It extends VisualEditorItemHandler in order to return insertion position even if the
 
| 
Method Summary | 
protected  oracle.bali.xml.dom.position.DomPosition | 
getInsertionPosition(Context ideContext,
                     Editor editor,
                     oracle.bali.xml.model.XmlContext xmlContext,
                     oracle.bali.xml.model.XmlModel xmlModel,
                     oracle.bali.xml.model.XmlView activeView,
                     oracle.bali.xml.model.creatable.XmlCreatable creatable)
 
          Overriden to return insrtion position even if the | 
static oracle.bali.xml.gui.jdev.palette.VisualEditorItemHandler | 
getInstance()
 
            | 
 
| Methods inherited from class oracle.bali.xml.gui.jdev.palette.VisualEditorItemHandler | 
doInsertion, insertItem | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DesignerItemHandler
public DesignerItemHandler()
getInstance
public static oracle.bali.xml.gui.jdev.palette.VisualEditorItemHandler getInstance()
 
getInsertionPosition
protected oracle.bali.xml.dom.position.DomPosition getInsertionPosition(Context ideContext,
                                                                        Editor editor,
                                                                        oracle.bali.xml.model.XmlContext xmlContext,
                                                                        oracle.bali.xml.model.XmlModel xmlModel,
                                                                        oracle.bali.xml.model.XmlView activeView,
                                                                        oracle.bali.xml.model.creatable.XmlCreatable creatable)
- Overriden to return insrtion position even if the
- Overrides:
 getInsertionPosition in class oracle.bali.xml.gui.jdev.palette.VisualEditorItemHandler
 
 
 
Copyright © 1997, 2011, Oracle. All rights reserved.