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,- RMCrossTabDivider,- RMCrossTabFrame,- RMCrossTabRow,- 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,- RMTableRowRPG,- RMTableRPG,- RMText,- RMTextShape,- RMTopNSort,- RMValueSort,- RMViewerShape,- RMXString,- SampleDataSchema,- Schema,- SpringsPaneShape,- SwitchPaneShape,- TimeseriesChart,- XYChart
 
 public interface ArchivableAn interface for objects that are archivable.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectfromXML(RXArchiver anArchiver, RXElement anElement)Unarchival.RXElementtoXML(RXArchiver anArchiver)Archival.
 
- 
- 
- 
Method Detail- 
toXMLRXElement toXML(RXArchiver anArchiver) Archival.
 - 
fromXMLjava.lang.Object fromXML(RXArchiver anArchiver, RXElement anElement) Unarchival.
 
- 
 
-