Extension SDK 10.1.2

oracle.ide.palette
Interface PaletteItem

All Superinterfaces:
Data, Displayable, Element

public interface PaletteItem
extends Element

The PaletteItem class represents the Object model for items on the component palette.


Field Summary
static java.awt.datatransfer.DataFlavor PALETTE_ITEM_FLAVOR
          Drag and Drop DataFlavor representing a PaletteItem.
 
Method Summary
 boolean canShow()
          Returns if this particular can make itself visible
 java.lang.String getClassName()
          Return ClassName
 java.lang.String getClassPath()
          Return Classpath
 java.lang.String getEditor()
          Retrieves the editor associated with this palette item.
 java.lang.String getInitializer()
           
 java.lang.String getLibrary()
          Return Library
 java.lang.String getTechnologyScope()
          Retreives the technology scope associated with this palette item.
 boolean isPointer()
           
 void setCanShow(boolean canShow)
          Set if this item can make itself visible the next it's parent folder shows itself.
 void setEditor(java.lang.String editor)
          Sets the current editor to use with this palette item.
 void setTechnologyScope(java.lang.String techScope)
          Sets the technology scope to use with this palette item.
 
Methods inherited from interface oracle.ide.model.Element
getAttributes, getChildren, mayHaveChildren
 
Methods inherited from interface oracle.ide.model.Data
getData
 
Methods inherited from interface oracle.ide.model.Displayable
getIcon, getLongLabel, getShortLabel, getToolTipText, toString
 

Field Detail

PALETTE_ITEM_FLAVOR

public static final java.awt.datatransfer.DataFlavor PALETTE_ITEM_FLAVOR
Drag and Drop DataFlavor representing a PaletteItem.

Method Detail

getClassName

public java.lang.String getClassName()
Return ClassName


getClassPath

public java.lang.String getClassPath()
Return Classpath


getLibrary

public java.lang.String getLibrary()
Return Library

Returns:
String

getInitializer

public java.lang.String getInitializer()

isPointer

public boolean isPointer()

canShow

public boolean canShow()
Returns if this particular can make itself visible

Returns:
true - if it can show itself, false otherwise.

setCanShow

public void setCanShow(boolean canShow)
Set if this item can make itself visible the next it's parent folder shows itself.


getEditor

public java.lang.String getEditor()
Retrieves the editor associated with this palette item.

Returns:
editor

setEditor

public void setEditor(java.lang.String editor)
Sets the current editor to use with this palette item.

Parameters:
editor -

setTechnologyScope

public void setTechnologyScope(java.lang.String techScope)
Sets the technology scope to use with this palette item.

Parameters:
techScope -

getTechnologyScope

public java.lang.String getTechnologyScope()
Retreives the technology scope associated with this palette item.


Extension SDK

 

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