Class XulDesignerFrame


  • public class XulDesignerFrame
    extends Object
    • Constructor Detail

      • XulDesignerFrame

        public XulDesignerFrame()
                         throws org.pentaho.ui.xul.XulException
        Throws:
        org.pentaho.ui.xul.XulException
    • Method Detail

      • getWindow

        public org.pentaho.ui.xul.containers.XulWindow getWindow()
      • getMenuBar

        public JMenuBar getMenuBar()
      • getXulComponent

        public <T extends org.pentaho.ui.xul.XulComponent> T getXulComponent​(String id,
                                                                             Class<T> type)
      • setReportDesignerContext

        public void setReportDesignerContext​(ReportDesignerContext reportDesignerContext)
      • createPopupMenu

        public org.pentaho.ui.xul.containers.XulMenupopup createPopupMenu​(String label,
                                                                          org.pentaho.ui.xul.XulComponent parent)
                                                                   throws org.pentaho.ui.xul.XulException
        Throws:
        org.pentaho.ui.xul.XulException