Package com.inductiveautomation.rm.swing
Class RMBorder.EmptyBorder
java.lang.Object
com.inductiveautomation.rm.swing.RMBorder
com.inductiveautomation.rm.swing.RMBorder.EmptyBorder
- All Implemented Interfaces:
 Archivable
- Enclosing class:
 - RMBorder
 
A subclass for empty border.
- 
Nested Class Summary
Nested classes/interfaces inherited from class com.inductiveautomation.rm.swing.RMBorder
RMBorder.BevelBorder, RMBorder.EmptyBorder, RMBorder.EtchedBorder, RMBorder.LineBorder, RMBorder.TitledBorder - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected BorderCreates the LineBorder.fromXML(RXArchiver anArchiver, RXElement anElement) XML Unarchival.toXML(RXArchiver anArchiver) XML Archival.Methods inherited from class com.inductiveautomation.rm.swing.RMBorder
fromXMLBorder, getBorder 
- 
Constructor Details
- 
EmptyBorder
public EmptyBorder() 
 - 
 - 
Method Details
- 
createBorder
Creates the LineBorder.- Specified by:
 createBorderin classRMBorder
 - 
toXML
XML Archival. - 
fromXML
XML Unarchival. 
 -