Class DefaultContextButtonPadData

java.lang.Object
org.eclipse.graphiti.tb.DefaultContextButtonPadData
All Implemented Interfaces:
IContextButtonPadData

public class DefaultContextButtonPadData extends Object implements IContextButtonPadData
A very simple implementation of IContextButtonPadData without any real functionality. Users may subclass this class.

NOTE: By doing so it is also possible to alter the standard behavior of the editor (e.g. change the location of the standard context button pad). This might lead to inconsistent behavior in different editor implemented on top of Graphiti, which might be irritating to users. From a consistency point of view it is advisable in such cases to stick to the Graphiti standard, and to only change it in case you really need to.