Package com.ribsapp
Class RBTester
java.lang.Object
com.ribsapp.RBTester
Simple class to run Ribs preview apps.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
An inner class to be a glass pane for the editor while testing rib files in editor window. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetUI()
Returns test UI.static void
Main method used to preview Ribs file as separate app.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.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.
-
Constructor Details
-
RBTester
Creates new RibsTester.
-
-
Method Details
-
getUI
Returns test UI. -
previewRibFile
Writes the given doc to temp file and either opens it as XML or previews it as skeleton Ribs app. -
previewRibFile
public 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. -
main
Main method used to preview Ribs file as separate app.
-