- java.lang.Object
-
- org.praxislive.base.AbstractComponent
-
- org.praxislive.gui.impl.AbstractGuiComponent
-
- org.praxislive.gui.impl.SingleBindingGuiComponent
-
- org.praxislive.gui.components.TextField
-
- All Implemented Interfaces:
Component
public class TextField extends SingleBindingGuiComponent
-
-
Constructor Summary
Constructors Constructor Description TextField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected JComponentcreateSwingComponent()protected Binding.AdaptorgetBindingAdaptor()protected voidupdateLabel()-
Methods inherited from class org.praxislive.gui.impl.SingleBindingGuiComponent
hierarchyChanged, initControls
-
Methods inherited from class org.praxislive.gui.impl.AbstractGuiComponent
getInfo, getLabel, getSwingComponent, isLabelOnParent, parentNotify
-
Methods inherited from class org.praxislive.base.AbstractComponent
disconnectAll, findService, getAddress, getControl, getLookup, getParent, getPort, registerControl, registerPort, unregisterControl, unregisterPort
-
-
-
-
Method Detail
-
getBindingAdaptor
protected Binding.Adaptor getBindingAdaptor()
- Specified by:
getBindingAdaptorin classSingleBindingGuiComponent
-
createSwingComponent
protected JComponent createSwingComponent()
- Specified by:
createSwingComponentin classAbstractGuiComponent
-
updateLabel
protected void updateLabel()
- Overrides:
updateLabelin classAbstractGuiComponent
-
-