public DataClusterMainPage(FormEditor editor) {
   super(
       editor,
       DataClusterMainPage.class.getName(),
       Messages.DataClusterMainPage_DataContainer
           + ((XObjectEditorInput) editor.getEditorInput()).getName());
 }
Esempio n. 2
0
 public InfoPage(FormEditor editor) {
   super(editor, ID, Messages.InfoPage_title);
   MBeanEditorInput input = (MBeanEditorInput) editor.getEditorInput();
   this.wrapper = input.getWrapper();
 }