- java.lang.Object
-
- org.praxislive.base.AbstractComponent
-
- org.praxislive.base.AbstractContainer
-
- org.praxislive.gui.impl.AbstractGuiContainer
-
- org.praxislive.gui.components.Panel
-
- All Implemented Interfaces:
org.praxislive.core.Component,org.praxislive.core.Container,org.praxislive.core.Lookup.Provider
public class Panel extends AbstractGuiContainer
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.praxislive.base.AbstractContainer
org.praxislive.base.AbstractContainer.AddChildControl, org.praxislive.base.AbstractContainer.ChildrenControl, org.praxislive.base.AbstractContainer.ConnectControl, org.praxislive.base.AbstractContainer.ConnectionsControl, org.praxislive.base.AbstractContainer.Delegate, org.praxislive.base.AbstractContainer.DisconnectControl, org.praxislive.base.AbstractContainer.RemoveChildControl
-
-
Constructor Summary
Constructors Constructor Description Panel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected JComponentcreateSwingContainer()protected voidupdateLabel()-
Methods inherited from class org.praxislive.gui.impl.AbstractGuiContainer
getInfo, getLabel, getLookup, getSwingContainer, hierarchyChanged, initControls, isLabelOnParent, parentNotify
-
Methods inherited from class org.praxislive.base.AbstractContainer
addChild, children, connect, disconnect, getAddress, getChild, getChildID, notifyChild, removeChild
-
Methods inherited from class org.praxislive.base.AbstractComponent
disconnectAll, findService, getAddress, getControl, getParent, getPort, registerControl, registerPort, unregisterControl, unregisterPort
-
-
-
-
Method Detail
-
createSwingContainer
protected JComponent createSwingContainer()
- Specified by:
createSwingContainerin classAbstractGuiContainer
-
updateLabel
protected void updateLabel()
- Overrides:
updateLabelin classAbstractGuiContainer
-
-