Interface Archivable
- All Known Subinterfaces:
RMFormat
- All Known Implementing Classes:
AbstractButtonShape
,AbstractJ2DShape
,AbstractXYChart
,ArchivableAxis
,Barcode
,Binding
,CategoryChart
,Condition
,ConditionList
,Entity
,JButtonShape
,JCheckBoxMenuItemShape
,JCheckBoxShape
,JComboBoxShape
,JComponentShape
,JFormattedTextFieldShape
,JLabelShape
,JListShape
,JMenuBarShape
,JMenuItemShape
,JMenuShape
,JPasswordFieldShape
,JPopupMenuShape
,JProgressBarShape
,JRadioButtonMenuItemShape
,JRadioButtonShape
,JScrollPaneShape
,JSeparatorShape
,JSliderShape
,JSpinnerShape
,JSplitPaneShape
,JTabbedPaneShape
,JTableColumnShape
,JTableShape
,JTextAreaShape
,JTextComponentShape
,JTextFieldShape
,JToggleButtonShape
,JTreeShape
,LabeledShape
,Pen
,PieChart
,Property
,ReportOwner.ShapeList
,RJColorWellShape
,RJCustomViewShape
,RJMenuButtonShape
,RJThumbWheelShape
,RMAnimator
,RMAnimPathShape
,RMAnimPathShape.RMAnimPathGroup
,RMBlurEffect
,RMBorder
,RMBorder.BevelBorder
,RMBorder.EmptyBorder
,RMBorder.EtchedBorder
,RMBorder.LineBorder
,RMBorder.TitledBorder
,RMBorderStroke
,RMChiselEffect
,RMColor
,RMContourFill
,RMCrossTab
,RMCrossTabCell
,RMCrossTabCol
,RMCrossTabColDivider
,RMCrossTabDivider
,RMCrossTabFrame
,RMCrossTabRow
,RMCrossTabRowDivider
,RMDataSource
,RMDateFormat
,RMDocument
,RMDoubleStroke
,RMEditorShape
,RMEffect
,RMEmbossEffect
,RMFill
,RMFlowShape
,RMFont
,RMGradientFill
,RMGraph
,RMGraphLegend
,RMGraphPartBars
,RMGraphPartLabelAxis
,RMGraphPartPie
,RMGraphPartSeries
,RMGraphPartValueAxis
,RMGraphRPGBar.BarGraphShape2D
,RMGrouper
,RMGrouping
,RMImageEffect
,RMImageFill
,RMImageShape
,RMLabel
,RMLabels
,RMLineShape
,RMLineShape.ArrowHead
,RMLinkedText
,RMMorphShape
,RMNestedDoc
,RMNumberFormat
,RMOvalShape
,RMPage
,RMPainterShape
,RMParagraph
,RMParentShape
,RMPath
,RMPencilShape
,RMPolygonShape
,RMRadialGradientFill
,RMRectShape
,RMReflectionEffect
,RMScene3D
,RMScene3D.RMShape3D
,RMShadowEffect
,RMShape
,RMShapeTable.STCell
,RMSort
,RMSoundShape
,RMSpringShape
,RMStarShape
,RMStroke
,RMSubreport
,RMSwitchShape
,RMTable
,RMTableGroup
,RMTableRow
,RMTableRowCellTextShape
,RMTableRowRPG
,RMTableRPG
,RMText
,RMTextShape
,RMTopNSort
,RMValueSort
,RMViewerShape
,RMXString
,SampleDataSchema
,Schema
,ScriptableChart
,SpringsPaneShape
,SwitchPaneShape
,TimeseriesChart
,XYChart
public interface Archivable
An interface for objects that are archivable.
-
Method Summary
Modifier and TypeMethodDescriptionfromXML
(RXArchiver anArchiver, RXElement anElement) Unarchival.toXML
(RXArchiver anArchiver) Archival.
-
Method Details
-
toXML
Archival. -
fromXML
Unarchival.
-