- java.lang.Object
-
- org.praxislive.code.PortDescriptor
-
public abstract class PortDescriptor extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPortDescriptor.Category
-
Constructor Summary
Constructors Modifier Constructor Description protectedPortDescriptor(String id, PortDescriptor.Category category, int index)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidattach(CodeContext<?> context, Port previous)PortDescriptor.CategorygetCategory()StringgetID()intgetIndex()abstract PortInfogetInfo()abstract PortgetPort()voidreset(boolean full)voidstopping()
-
-
-
Constructor Detail
-
PortDescriptor
protected PortDescriptor(String id, PortDescriptor.Category category, int index)
-
-
Method Detail
-
getID
public final String getID()
-
getCategory
public PortDescriptor.Category getCategory()
-
getIndex
public int getIndex()
-
attach
public abstract void attach(CodeContext<?> context, Port previous)
-
getPort
public abstract Port getPort()
-
getInfo
public abstract PortInfo getInfo()
-
reset
public void reset(boolean full)
-
stopping
public void stopping()
-
-