- java.lang.Object
-
- org.praxislive.base.AbstractComponent
-
- org.praxislive.base.AbstractContainer
-
- org.praxislive.gui.impl.AbstractGuiContainer
-
- org.praxislive.gui.components.Tabs
-
- All Implemented Interfaces:
Component,Container,Lookup.Provider
public class Tabs extends AbstractGuiContainer
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.praxislive.base.AbstractContainer
AbstractContainer.AddChildControl, AbstractContainer.ChildrenControl, AbstractContainer.ConnectControl, AbstractContainer.ConnectionsControl, AbstractContainer.DisconnectControl, AbstractContainer.RemoveChildControl
-
-
Constructor Summary
Constructors Constructor Description Tabs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected JComponentcreateSwingContainer()-
Methods inherited from class org.praxislive.gui.impl.AbstractGuiContainer
getInfo, getLabel, getLookup, getSwingContainer, hierarchyChanged, initControls, isLabelOnParent, parentNotify, updateLabel
-
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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.praxislive.core.Component
getControl, getParent, getPort
-
-
-
-
Method Detail
-
createSwingContainer
protected JComponent createSwingContainer()
- Specified by:
createSwingContainerin classAbstractGuiContainer
-
-