Class OutConnectorStore

java.lang.Object
   |
   +----ConnectorStore
           |
           +----OutConnectorStore

class OutConnectorStore
extends ConnectorStore
This subclass of ConnectorStore implements a Store for OutConnectors

Version:
$Revision: 1.4 $

Constructor Index

 o OutConnectorStore()

Method Index

 o add(OutConnector)
 o add(StoreElement)
This Store should work on OutConnectors instead of StoreElements, but method add(StoreElement) is in the interface this class implements.
 o contains(OutConnector)
Tests if the specified OutConnector is a component in this Store.
 o firstOutConnector()
 o getDescriptiveString()
Make a single line description of the outconnector.
 o outConnectorAt(int)
 o outConnectors()

Constructors

 o OutConnectorStore
 OutConnectorStore()

Methods

 o add
 public void add(OutConnector i)
 o add
 public void add(StoreElement item)
This Store should work on OutConnectors instead of StoreElements, but method add(StoreElement) is in the interface this class implements.

Overrides:
add in class ConnectorStore
 o outConnectorAt
 public OutConnector outConnectorAt(int index)
 o firstOutConnector
 public OutConnector firstOutConnector()
 o outConnectors
 public Enumeration outConnectors()
 o contains
 public boolean contains(OutConnector i)
Tests if the specified OutConnector is a component in this Store.

Parameters:
c - an OutConnector
Returns:
true if the specified OutConnector is a component in this Store; false otherwise.
 o getDescriptiveString
 public String getDescriptiveString()
Make a single line description of the outconnector. The string will contain (1) the fixed filename if it is not equal to the defaultFixed- FileName, (2) the save checkbox and (3) the display checkbox.

See Also:
fixedFileName, defaultFixedFileName