예제 #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));
 }
예제 #2
0
 /**
  * Expand Bar with specified index will be constructed
  *
  * @param index
  */
 public DefaultExpandBar(int index) {
   super(ExpandBarLookup.getInstance().getExpandBar(null, index));
 }