|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.ecp.edit.spi.ECPControlDescription
@Deprecated public final class ECPControlDescription
This class describes the control extensionpoint. It is used to provide the possibility to access all known controls without reading the extension point.
Constructor Summary | |
---|---|
ECPControlDescription(String id,
Class<? extends ECPAbstractControl> controlClass,
boolean showLabel,
Set<ECPApplicableTester> tester)
Deprecated. The constructor of the ControlDescription. |
Method Summary | |
---|---|
Class<? extends ECPAbstractControl> |
getControlClass()
Deprecated. The class implementing the Control. |
String |
getId()
Deprecated. The id of this control. |
Set<ECPApplicableTester> |
getTester()
Deprecated. The tester for this control. |
boolean |
isShowLabel()
Deprecated. Whether to show a label for this control or not. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ECPControlDescription(String id, Class<? extends ECPAbstractControl> controlClass, boolean showLabel, Set<ECPApplicableTester> tester)
controlClass
- the class implementing the controlshowLabel
- whether to show a label for this control or nottester
- the class testing whether the control is applicable for the current feature of the current eobjectid
- the id of the control that is being describedMethod Detail |
---|
public String getId()
public Class<? extends ECPAbstractControl> getControlClass()
ECPAbstractControl
.
public boolean isShowLabel()
public Set<ECPApplicableTester> getTester()
ECPApplicableTester
implementation
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |