Extension SDK 9.0.5

oracle.jdeveloper.palette
Class PaletteUtils

java.lang.Object
  extended byoracle.jdeveloper.palette.PaletteUtils

public class PaletteUtils
extends java.lang.Object


Method Summary
static java.lang.Integer getCurrentPosition(Context context)
           
static void setAttribute(oracle.jdevimpl.webapp.model.content.dom.ONode node, java.lang.String attribute, java.lang.String value)
           
static boolean showEditEditor(javax.swing.JComponent gui, java.lang.String title, java.lang.String helpId)
           
static boolean showInsertEditor(javax.swing.JComponent gui, java.lang.String title, java.lang.String helpId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setAttribute

public static final void setAttribute(oracle.jdevimpl.webapp.model.content.dom.ONode node,
                                      java.lang.String attribute,
                                      java.lang.String value)

showEditEditor

public static final boolean showEditEditor(javax.swing.JComponent gui,
                                           java.lang.String title,
                                           java.lang.String helpId)

showInsertEditor

public static final boolean showInsertEditor(javax.swing.JComponent gui,
                                             java.lang.String title,
                                             java.lang.String helpId)

getCurrentPosition

public static final java.lang.Integer getCurrentPosition(Context context)

Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.