Package com.ribsapp
Class RBApp
java.lang.Object
com.ribs.Ribs
com.ribsapp.RBApp
This class provides a bunch of core functionality for loading and saving Ribs documents.
- 
Nested Class SummaryNested classes/interfaces inherited from class com.ribs.RibsRibs.RibsAdapter, Ribs.RibsListener
- 
Field SummaryFields inherited from class com.ribs.Ribs_lastControl
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic RBDocumentgetRibDocument(Object aSource) Returns a ribs document from the given source and owner.static voidgroupInPanel(RMEditor anEditor) Group currently selected RJShapes in RJPanel.static voidgroupInScrollPane(RMEditor anEditor) Group currently selected RJShapes in RJScrollPane.static voidgroupInSplitPane(RMEditor anEditor) Group currently selected RJShapes in one or more RJSplitPanes.static voidshowController(RBDocument aDoc) Opens the sample Controller.java file, customizes it for given document and opens it.static voidwriteRibDocument(RBDocument aDoc, String aPath) Writes the given Ribs document to the given path.Methods inherited from class com.ribs.RibsaddRibsListener, getAction, getBytes, getEventListener, getEventQueue, getHelper, getImage, getImage, getImageIcon, getImageIcon, getInputStream, getListener, getListenerCount, getRib, getRib, getValueIsAdjusting, init, isAltDown, isLoadingRibsDocument, isMetaDown, isMouseDown, isSendActionDisabled, removeRibsListener, reset, resetImmediately, sendAction, sendAction, setLoadingRibsDocument, setSendActionDisabled
- 
Constructor Details- 
RBApppublic RBApp()
 
- 
- 
Method Details- 
getRibDocumentReturns a ribs document from the given source and owner.
- 
writeRibDocumentWrites the given Ribs document to the given path.
- 
showControllerOpens the sample Controller.java file, customizes it for given document and opens it.
- 
groupInPanelGroup currently selected RJShapes in RJPanel.
- 
groupInScrollPaneGroup currently selected RJShapes in RJScrollPane.
- 
groupInSplitPaneGroup currently selected RJShapes in one or more RJSplitPanes.
 
-