Package com.ribsapp
Class RBTester
- java.lang.Object
- 
- com.ribsapp.RBTester
 
- 
 public class RBTester extends java.lang.ObjectSimple class to run Ribs preview apps.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classRBTester.GlassPaneAn inner class to be a glass pane for the editor while testing rib files in editor window.
 - 
Constructor SummaryConstructors Constructor Description RBTester(java.lang.String[] args)Creates new RibsTester.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RJPanelgetUI()Returns test UI.static voidmain(java.lang.String[] args)Main method used to preview Ribs file as separate app.static voidpreviewRibFile(RBDocument aDoc, boolean previewJava)Writes the given doc to temp file and either opens it as XML or previews it as skeleton Ribs app.static voidpreviewRibFile(RBDocument aDoc, boolean previewJava, java.lang.String lookAndFeelClassName)Writes the given doc to temp file and either opens it as XML or previews it as skeleton Ribs app with the given L&F.
 
- 
- 
- 
Method Detail- 
getUIpublic RJPanel getUI() Returns test UI.
 - 
previewRibFilepublic static void previewRibFile(RBDocument aDoc, boolean previewJava) Writes the given doc to temp file and either opens it as XML or previews it as skeleton Ribs app.
 - 
previewRibFilepublic static void previewRibFile(RBDocument aDoc, boolean previewJava, java.lang.String lookAndFeelClassName) Writes the given doc to temp file and either opens it as XML or previews it as skeleton Ribs app with the given L&F.
 - 
mainpublic static void main(java.lang.String[] args) Main method used to preview Ribs file as separate app.
 
- 
 
-