|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final java.awt.datatransfer.DataFlavor PALETTE_ITEM_FLAVOR
Method Detail |
public java.lang.String getClassName()
public java.lang.String getClassPath()
public java.lang.String getLibrary()
public java.lang.String getInitializer()
public boolean isPointer()
public boolean canShow()
public void setCanShow(boolean canShow)
public java.lang.String getEditor()
public void setEditor(java.lang.String editor)
editor
- public void setTechnologyScope(java.lang.String techScope)
techScope
- public java.lang.String getTechnologyScope()
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.