|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oracle.ide.gallery.GalleryFolder oracle.ide.gallery.RootGalleryFolder
The Root of the tree of GalleryFolder
and
GalleryElement
instances. This data model also holds the
last selected category and item information.
Field Summary |
Fields inherited from class oracle.ide.gallery.GalleryFolder |
COLLATOR |
Constructor Summary | |
RootGalleryFolder()
Constructor |
Method Summary | |
protected GalleryFolder |
createFolder(java.lang.String categoryName,
java.lang.String folderName)
Deprecated. Replace with createFolder(String[]) . |
Attributes |
getAttributes()
This method returns an Attributes object that encodes the
attributes of the Element . |
protected GalleryFolder |
getFolder(java.lang.String categoryName,
java.lang.String folderName)
Deprecated. Replace with getFolder(String[]) . |
java.util.Properties |
getGenerators()
|
protected int |
getItemDividerLocation()
|
int |
getLastSelCategory()
Deprecated. No longer used. |
int |
getLastSelItem()
|
protected int |
getMainDividerLocation()
|
protected javax.swing.tree.TreePath |
getSelectedCategoryPath()
|
boolean |
isDirty()
True if the data in the object has been modified. |
void |
markDirty(boolean dirty)
Marks the data with the specified dirty state. |
void |
setGenerators(java.util.Properties prop)
|
protected void |
setItemDividerLocation(int itemDividerLocation)
|
void |
setLastSelCategory(int newCategory)
Deprecated. No longer used. |
void |
setLastSelItem(int newItem)
|
protected void |
setMainDividerLocation(int mainDividerLocation)
|
protected void |
setSelectedCategoryPath(javax.swing.tree.TreePath selectedCategoryPath)
|
Methods inherited from class oracle.ide.gallery.GalleryFolder |
add, canAdd, canRemove, compareTo, containsChild, createFolder, findFolder, getChildren, getChildrenDirectly, getData, getElementAt, getElementChildren, getFolder, getFolderChildren, getGalleryElement, getGalleryFolder, getIcon, getList, getLongLabel, getName, getShortLabel, getSize, getToolTipText, getUnsorted, isExpanded, mayHaveChildren, remove, removeAll, setChildrenDirectly, setExpanded, setList, setName, setUnsorted, size, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RootGalleryFolder()
Method Detail |
public int getLastSelItem()
public void setLastSelItem(int newItem)
public java.util.Properties getGenerators()
public void setGenerators(java.util.Properties prop)
public int getLastSelCategory() throws TransientMarker
TransientMarker
public void setLastSelCategory(int newCategory)
public Attributes getAttributes()
Element
Attributes
object that encodes the
attributes of the Element
. Changing the attribute
settings on the return object changes the element attributes.
Subclasses should use their super class attributes object to
define their own attributes. This allows subclasses to
inherit their super class attributes. If a subclass does not
wish to inherit attributes, they should first call
getAttributes().clear()
and define new attributes.
getAttributes
in interface Element
getAttributes
in class GalleryFolder
public boolean isDirty()
Dirtyable
isDirty
in interface Dirtyable
true
if the data in the object has been modified.public void markDirty(boolean dirty)
Dirtyable
markDirty(...)
instead of
setDirty(...)
so that the JavaBeans
Introspector
will not
mistakenly identify "dirty" as a JavaBean property.
markDirty
in interface Dirtyable
dirty
- If true
, sets the object as being
dirty; if false
, sets the object as being up-to-date.protected javax.swing.tree.TreePath getSelectedCategoryPath()
protected void setSelectedCategoryPath(javax.swing.tree.TreePath selectedCategoryPath)
protected int getMainDividerLocation()
protected void setMainDividerLocation(int mainDividerLocation)
protected int getItemDividerLocation()
protected void setItemDividerLocation(int itemDividerLocation)
protected GalleryFolder getFolder(java.lang.String categoryName, java.lang.String folderName)
getFolder(String[])
.
protected GalleryFolder createFolder(java.lang.String categoryName, java.lang.String folderName)
createFolder(String[])
.
|
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.