All Packages Class Hierarchy This Package Previous Next Index
Class semper.txlayer.transfer.TransferContainer
java.lang.Object
|
+----semper.txlayer.container.Container
|
+----semper.txlayer.transfer.TransferContainer
- public class TransferContainer
- extends Container
- implements Attributable, Transferable
This is appearantly not needed anymore... .
-
_aset
-
-
TransferContainer()
- The empty constructor.
-
TransferContainer(AttributeSet)
- Construct empty TransferContainer, tagged with attributes.
-
TransferContainer(AttributeSet, Containable)
- Construct TransferContainer, tag with attributes of as,
and afterwards plug in one Containable.
-
TransferContainer(AttributeSet, Containable, Containable)
- Construct TransferContainer, tag with attributes of as,
and afterwards plug in two Containable.
-
TransferContainer(AttributeSet, Containable, Containable, Containable)
- Construct TransferContainer, tag with attributes of as,
and afterwards plug in three Containable.
-
TransferContainer(AttributeSet, Containable, Containable, Containable, Containable)
- Construct TransferContainer, tag with attributes of as,
and afterwards plug in four Containable.
-
TransferContainer(AttributeSet, Containable[])
- Construct TransferContainer, tag with attributes of as,
and afterwards plug the Containables from array.
-
TransferContainer(Containable)
- Construct TransferContainer with one initial objects.
-
TransferContainer(Containable, Containable)
- Construct TransferContainer with two initial objects.
-
TransferContainer(Containable, Containable, Containable)
- Construct TransferContainer with three initial objects.
-
TransferContainer(Containable, Containable, Containable, Containable)
- Construct TransferContainer with four initial objects.
-
TransferContainer(Containable[])
- Construct TransferContainer from array of Containables.
-
addAttribute(Attribute)
-
-
checkAttributeSet(AttributeSet)
-
-
deleteAttribute(Attribute)
-
-
getAttributeSet()
-
-
getTransferTransaction()
- the transfer-Interface
_aset
protected AttributeSet _aset
TransferContainer
public TransferContainer()
- The empty constructor.
TransferContainer
public TransferContainer(Containable c)
- Construct TransferContainer with one initial objects.
TransferContainer
public TransferContainer(Containable c0,
Containable c1)
- Construct TransferContainer with two initial objects.
TransferContainer
public TransferContainer(Containable c0,
Containable c1,
Containable c2)
- Construct TransferContainer with three initial objects.
TransferContainer
public TransferContainer(Containable c0,
Containable c1,
Containable c2,
Containable c3)
- Construct TransferContainer with four initial objects.
TransferContainer
public TransferContainer(Containable ca[])
- Construct TransferContainer from array of Containables.
TransferContainer
public TransferContainer(AttributeSet as)
- Construct empty TransferContainer, tagged with attributes.
TransferContainer
public TransferContainer(AttributeSet as,
Containable c)
- Construct TransferContainer, tag with attributes of as,
and afterwards plug in one Containable.
TransferContainer
public TransferContainer(AttributeSet as,
Containable c0,
Containable c1)
- Construct TransferContainer, tag with attributes of as,
and afterwards plug in two Containable.
TransferContainer
public TransferContainer(AttributeSet as,
Containable c0,
Containable c1,
Containable c2)
- Construct TransferContainer, tag with attributes of as,
and afterwards plug in three Containable.
TransferContainer
public TransferContainer(AttributeSet as,
Containable c0,
Containable c1,
Containable c2,
Containable c3)
- Construct TransferContainer, tag with attributes of as,
and afterwards plug in four Containable.
TransferContainer
public TransferContainer(AttributeSet as,
Containable ca[])
- Construct TransferContainer, tag with attributes of as,
and afterwards plug the Containables from array.
getAttributeSet
public AttributeSet getAttributeSet()
checkAttributeSet
public boolean checkAttributeSet(AttributeSet a)
addAttribute
public void addAttribute(Attribute a)
deleteAttribute
public void deleteAttribute(Attribute a)
getTransferTransaction
public TransferTransaction getTransferTransaction()
- the transfer-Interface
- Overrides:
- getTransferTransaction in class Container
All Packages Class Hierarchy This Package Previous Next Index