Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


oracle.ide.editor
Class FilesToSaveGroup

java.lang.Object
  extended by oracle.ide.editor.FilesToSaveGroup


public class FilesToSaveGroup
extends java.lang.Object

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

FilesToSaveGroup

public FilesToSaveGroup(java.lang.String description,
                        java.util.List<Node> nodesToSave)
Creates a new group of nodes to be saved together.
Parameters:
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.

FilesToSaveGroup

public FilesToSaveGroup(java.lang.String description,
                        java.lang.String toolTip,
                        java.util.List<Node> nodesToSave)
Creates a new group of nodes to be saved together.
Parameters:
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

description

public java.lang.String description()
Returns the description of this group. This description is usually displayed as the text a folder node in the "Save Files" dialog.
Returns:
the description of this group.

toolTip

public java.lang.String toolTip()
Returns the toolTip of this group. This toolTip is usually displayed as the toolTip a folder node in the "Save Files" dialog.
Returns:
the toolTip of this group.

nodesToSave

public java.util.List<Node> nodesToSave()
Returns the list of nodes to save.
Returns:
the list of nodes to save.

contains

public boolean contains(Node n)
Indicates whether this group contains the given node.
Parameters:
n - the node to verify.
Returns:
true if this group contains the given node, false otherwise.

nodeCount

public int nodeCount()
Returns the number of nodes in this group.
Returns:
the number of nodes in this group.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


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