How to create popup dialog page in eclipse plugin development -


i creating eclipse plugin project. want have popup dialog page when user clicks customized icon on toolbar, kind of google app engine popup dialog, ideas how it?

you need

  • a command
  • a handler command
  • a menu contribution toolbar
  • a dialog

i have constructed (very) small example illustrates this...


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -