controlP5
Interface MultiListInterface

All Known Implementing Classes:
MultiList, MultiListButton

public interface MultiListInterface


Method Summary
 void addToXMLElement(ControlP5XMLElement theElement)
           
 void close()
           
 void close(MultiListInterface theInterface)
           
 void draw(processing.core.PApplet theApplet)
           
 java.lang.String name()
           
 boolean observe()
           
 void open()
           
 java.util.Vector subelements()
           
 void updateLocation(float theX, float theY)
           
 

Method Detail

close

void close()

open

void open()

close

void close(MultiListInterface theInterface)

observe

boolean observe()

updateLocation

void updateLocation(float theX,
                    float theY)

draw

void draw(processing.core.PApplet theApplet)

addToXMLElement

void addToXMLElement(ControlP5XMLElement theElement)

name

java.lang.String name()

subelements

java.util.Vector subelements()


processing library controlP5 by Andreas Schlegel. (c) 2010