Package com.reportmill.base
Interface RMArchiver.Archiving
-
- All Known Implementing Classes:
AnimAgent
,Animation
,AnimScript
,AttributesPanel
,BarcodeShape
,BarcodeTool
,CellDividerTool
,CellTableTool
,CellTool
,CrossTabTool
,DatasetKeyPanel
,DataSource
,DocumentTool
,FormatPanel
,Gallery
,GraphBarLabelTool
,GraphTool
,GraphTool.GraphContentTool
,ImageTool
,InspectorPanel
,JButtonShape
,JButtonTool
,JCheckBoxShape
,JCheckBoxTool
,JComboBoxShape
,JComboBoxTool
,JFormattedTextFieldShape
,JFormattedTextFieldTool
,JLabelShape
,JLabelTool
,JListShape
,JListTool
,JPasswordFieldShape
,JPasswordFieldTool
,JProgressBarShape
,JProgressBarTool
,JRadioButtonShape
,JRadioButtonTool
,JScrollPaneShape
,JScrollPaneTool
,JSeparatorShape
,JSeparatorTool
,JSliderShape
,JSliderTool
,JSpinnerShape
,JSpinnerTool
,JSplitPaneShape
,JSplitPaneTool
,JTabbedPaneShape
,JTabbedPaneTool
,JTableShape
,JTableTool
,JTextAreaShape
,JTextAreaTool
,JTextFieldShape
,JTextFieldTool
,JToggleButtonShape
,JToggleButtonTool
,JTreeShape
,JTreeTool
,KeysPanel
,LabelsTool
,LabelTool
,LineGraph
,LineGraphTool
,LineSegmentTool
,NestedDocTool
,OvalTool
,PageTool
,PDFAnnotation
,PDFAnnotation.Link
,PDFBuffer
,PDFFile
,PDFPage
,PDFPageBuffer
,PDFPagesTree
,PDFStream
,PDFXTable
,PolygonTool
,PolygonTool.PencilTool
,Prefs
,RBAttributesPanel
,RBDocument
,RBDocumentTool
,RBEditorShapePainter
,RBInspectorPanel
,RBKeysPanel
,RBPage
,RBPageTool
,RBText
,RBTextTool
,RBTool
,RectangleTool
,ReportMill
,RibsGallery
,RJButtonOrLabelShape
,RJButtonOrLabelTool
,RJColorDockShape
,RJColorDockTool
,RJColorWellShape
,RJColorWellTool
,RJCustomViewShape
,RJCustomViewTool
,RJMenuButtonShape
,RJMenuButtonTool
,RJPanelShape
,RJPanelTool
,RJShape
,RJSwitchPaneShape
,RJSwitchPaneTool
,RJTextShape
,RJTextTool
,RJThumbWheelShape
,RJThumbWheelTool
,RMAgentFadeIn
,RMAgentGravity
,RMAgentTypewriter
,RMAnimAgent
,RMAnimator
,RMAnimUtils
,RMAWTUtils
,RMBezier
,RMCell
,RMCellDivider
,RMCellTable
,RMColor
,RMCrossTab
,RMData
,RMDateFormat
,RMDocument
,RMEditorShapePainter
,RMEditorShapes
,RMFill
,RMFlashBuffer
,RMFlashButtonShape
,RMFlashImageShape
,RMFlashMorphShape
,RMFlashShape
,RMFlashSoundShape
,RMFlashSpriteShape
,RMFlashSwitchShape
,RMFlashTextShape
,RMFont
,RMFontFile
,RMGradientFill
,RMGraph
,RMGraph.BarLabel
,RMGraph.Legend
,RMGraphBar.RMGraphBarView
,RMGraphBarView3D
,RMGraphContent
,RMGraphPie.RMGraphPieView
,RMGraphPieView3D
,RMGraphRPG
,RMGrouper
,RMGrouping
,RMHarvardRuleStroke
,RMHitInfo
,RMImage
,RMImageData
,RMImageFill
,RMInvocation
,RMLabel
,RMLabels
,RMLine
,RMLineSegment
,RMLinkedText
,RMNestedDoc
,RMNumberFormat
,RMObject
,RMOval
,RMPage
,RMPageLayer
,RMParagraph
,RMPath
,RMPolygon
,RMQuadratic
,RMRange
,RMRectangle
,RMScene3D
,RMScene3D.RMShape3D
,RMShadowFill
,RMShape
,RMShapeAnim
,RMShapePainter
,RMSize
,RMSort
,RMSound
,RMSoundData
,RMSplitShape
,RMStringWriter
,RMStroke
,RMSwitchShape
,RMTable
,RMTableGroup
,RMTableRow
,RMTableRowRPG
,RMTableRPG
,RMTableRPGX
,RMText
,RMTextFrag
,RMTextLayout
,RMTextLine
,RMTransform
,RMUndoer
,RMUndoer.RMUndoEvent
,RMWavSoundData
,RMXString
,RMXStringRun
,Scene3DTool
,SelectTool
,ShapeFills
,SoundTool
,SwitchShapeTool
,TableGroupTool
,TableRowTool
,TableTool
,TextTool
,TextToolAdvanced
,Tool
,UndoInspector
- Enclosing class:
- RMArchiver
public static interface RMArchiver.Archiving
This interface defines the method necessary to add archival support to an object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
initWithArchiver(RMArchiver anArchiver)
-
-
-
Method Detail
-
initWithArchiver
java.lang.Object initWithArchiver(RMArchiver anArchiver)
-
-