|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.ide.editor.FilesToSaveGroup
public class FilesToSaveGroup
Contains a group of nodes to be saved together.
| Constructor Summary | |
|---|---|
FilesToSaveGroup(java.lang.String description, java.util.List<Node> nodesToSave)Creates a new group of nodes to be saved together. |
|
FilesToSaveGroup(java.lang.String description, java.lang.String toolTip, java.util.List<Node> nodesToSave)Creates a new group of nodes to be saved together. |
|
| Method Summary | |
|---|---|
boolean |
contains(Node n)Indicates whether this group contains the given node. |
java.lang.String |
description()Returns the description of this group. |
int |
nodeCount()Returns the number of nodes in this group. |
java.util.List<Node> |
nodesToSave()Returns the list of nodes to save. |
java.lang.String |
toolTip()Returns the toolTip of this group. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FilesToSaveGroup(java.lang.String description,
java.util.List<Node> nodesToSave)
description - the description of this group, usually displayed as the text of a folder node in the "Save Files" dialog.nodesToSave - the actual nodes to be saved together.
public FilesToSaveGroup(java.lang.String description,
java.lang.String toolTip,
java.util.List<Node> nodesToSave)
description - the description of this group, usually displayed as the text of a folder node in the "Save Files" dialog.toolTip - the toolTip of this group, usually displayed as the toolTip of a folder node in the "Save Files" dialog.nodesToSave - the actual nodes to be saved together.| Method Detail |
|---|
public java.lang.String description()
public java.lang.String toolTip()
public java.util.List<Node> nodesToSave()
public boolean contains(Node n)
n - the node to verify.true if this group contains the given node, false otherwise.public int nodeCount()
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||