Class OutConnectorStore
java.lang.Object
|
+----ConnectorStore
|
+----OutConnectorStore
- class OutConnectorStore
- extends ConnectorStore
This subclass of ConnectorStore implements a Store for OutConnectors
- Version:
- $Revision: 1.4 $
-
OutConnectorStore()
-
-
add(OutConnector)
-
-
add(StoreElement)
- This Store should work on OutConnectors instead of StoreElements, but
method add(StoreElement) is in the interface this class implements.
-
contains(OutConnector)
- Tests if the specified OutConnector is a component in this Store.
-
firstOutConnector()
-
-
getDescriptiveString()
- Make a single line description of the outconnector.
-
outConnectorAt(int)
-
-
outConnectors()
-
OutConnectorStore
OutConnectorStore()
add
public void add(OutConnector i)
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
outConnectorAt
public OutConnector outConnectorAt(int index)
firstOutConnector
public OutConnector firstOutConnector()
outConnectors
public Enumeration outConnectors()
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.
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