Package com.iizigo.panel.prop
Class EUISlider0
- java.lang.Object
- com.iizigo.panel.prop.EUIComp0
- com.iizigo.panel.prop.EUISlider0
- All Implemented Interfaces:
IPropCnrEditorProperties
public class EUISlider0 extends EUIComp0
Slider component setup data.- Author:
- Christopher Mindus
Constructor Summary
Constructors Constructor Description EUISlider0()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PropCnrEditorProperties
getComponentEditProperties()
Gets the base property definitions for a component.PropCnrEditorProperties
getComponentEditProperties(PropCnr property)
Gets the base property definitions for a component.Methods inherited from class com.iizigo.panel.prop.EUIComp0
getEditProperties
Method Detail
getComponentEditProperties
public PropCnrEditorProperties getComponentEditProperties(PropCnr property)
Description copied from class:EUIComp0
Gets the base property definitions for a component.- Overrides:
getComponentEditProperties
in classEUIComp0
getComponentEditProperties
protected PropCnrEditorProperties getComponentEditProperties()
Description copied from class:EUIComp0
Gets the base property definitions for a component.- Specified by:
getComponentEditProperties
in classEUIComp0