Package com.ribsapp
Class RBTester
java.lang.Object
com.ribsapp.RBTester
Simple class to run Ribs preview apps.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classAn inner class to be a glass pane for the editor while testing rib files in editor window.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetUI()Returns test UI.static voidMain 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, 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.
- 
Constructor Details- 
RBTesterCreates new RibsTester.
 
- 
- 
Method Details- 
getUIReturns test UI.
- 
previewRibFileWrites 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, 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.
- 
mainMain method used to preview Ribs file as separate app.
 
-