Ejemplo n.º 1
0
 /**
  * Expand Bar with specified index inside given composite will be constructed
  *
  * @param referencedComposite
  * @param index
  */
 public DefaultExpandBar(ReferencedComposite referencedComposite, int index) {
   super(ExpandBarLookup.getInstance().getExpandBar(referencedComposite, index));
 }
Ejemplo n.º 2
0
 /**
  * Expand Bar with specified index will be constructed
  *
  * @param index
  */
 public DefaultExpandBar(int index) {
   super(ExpandBarLookup.getInstance().getExpandBar(null, index));
 }