Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

iiuf.swing.graph
Class AbstractPortFactory  view AbstractPortFactory download AbstractPortFactory.java

java.lang.Object
  extended byiiuf.swing.graph.AbstractPortFactory
All Implemented Interfaces:
iiuf.util.AttributeFactory

public abstract class AbstractPortFactory
extends java.lang.Object
implements iiuf.util.AttributeFactory

Port list factory for GRAPH_NODE_PORT attribute of graph ports in a GraphPanel.

(c) 2000, 2001, IIUF, DIUF

Version:
$Name: $ $Revision: 1.1 $

Constructor Summary
AbstractPortFactory()
           
 
Method Summary
 java.lang.Object newAttribute(iiuf.util.Attributable attributable, java.lang.Object[] args)
           
protected abstract  GraphNodePort newPort(iiuf.util.graph.GraphPort port, java.lang.Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractPortFactory

public AbstractPortFactory()
Method Detail

newAttribute

public java.lang.Object newAttribute(iiuf.util.Attributable attributable,
                                     java.lang.Object[] args)
Specified by:
newAttribute in interface iiuf.util.AttributeFactory

newPort

protected abstract GraphNodePort newPort(iiuf.util.graph.GraphPort port,
                                         java.lang.Object[] args)