Esempio n. 1
0
 private void redrawArrowButton() {
   mTabFolder.redraw(
       mArrowButtonBounds.x,
       mArrowButtonBounds.y,
       mArrowButtonBounds.width,
       mArrowButtonBounds.height,
       false);
 }
Esempio n. 2
0
 public void showBigButtonMenu() {
   Rectangle bBounds = mTabFolder.getBigButtonBounds();
   mBigButtonMenu.setLocation(mShell.toDisplay(bBounds.x, bBounds.height + bBounds.y));
   mBigButtonMenu.setVisible(true);
 }
Esempio n. 3
0
 public void redrawContents() {
   mTabFolder.redraw();
 }