public class SwingFileProperties extends FileProperties<javax.swing.JComponent>
comp, name, obj, properties, url| Constructor and Description | 
|---|
| SwingFileProperties(java.lang.String name,
                   javax.swing.JComponent comp)Create a new FileProperties without any defined properties. | 
| SwingFileProperties(java.lang.String name,
                   javax.swing.JComponent comp,
                   boolean isCloseable)Create a new FileProperties without any defined properties. | 
| SwingFileProperties(java.lang.String name,
                   javax.swing.JComponent comp,
                   boolean isCloseable,
                   boolean isEditable)Create a new FileProperties without any defined properties. | 
| SwingFileProperties(java.lang.String name,
                   javax.swing.JComponent comp,
                   java.lang.Object obj)Create a new FileProperties without any defined properties, and associate it with an Object. | 
| SwingFileProperties(java.lang.String name,
                   javax.swing.JComponent comp,
                   java.lang.Object obj,
                   boolean isCloseable)Create a new FileProperties without any defined properties, and associate it with an Object. | 
| SwingFileProperties(java.lang.String name,
                   javax.swing.JComponent comp,
                   java.lang.Object obj,
                   boolean isCloseable,
                   boolean isEditable)Create a new FileProperties without any defined properties, and associate it with an Object. | 
| SwingFileProperties(java.lang.String name,
                   javax.swing.JComponent comp,
                   java.lang.Object obj,
                   MetaData properties)Create a new FileProperties with some defined properties, and associate it with an Object. | 
| SwingFileProperties(java.lang.String name,
                   javax.swing.JComponent comp,
                   java.lang.Object obj,
                   MetaData properties,
                   boolean isCloseable,
                   boolean isEditable)Create a new FileProperties with some defined properties, and associate it with an Object. | 
getComponent, getFile, getMetaData, getName, getObject, getURL, isCloseable, isCompatibleWith, isCompatibleWith, isCompatibleWith, isCompatibleWith, isEditable, setCloseable, setEditable, setMetaData, setName, setObject, setURLpublic SwingFileProperties(java.lang.String name,
                           javax.swing.JComponent comp)
name - the name of the tabcomp - the component associated with the tabpublic SwingFileProperties(java.lang.String name,
                           javax.swing.JComponent comp,
                           boolean isCloseable)
name - the name of the tabcomp - the component associated with the tabisCloseable - true if the tab is closeablepublic SwingFileProperties(java.lang.String name,
                           javax.swing.JComponent comp,
                           boolean isCloseable,
                           boolean isEditable)
name - the name of the tabcomp - the component associated with the tabisCloseable - true if the tab is closeableisEditable - true if the tab is editablepublic SwingFileProperties(java.lang.String name,
                           javax.swing.JComponent comp,
                           java.lang.Object obj)
name - the name of the tabcomp - the component associated with the tabobj - the associated Objectpublic SwingFileProperties(java.lang.String name,
                           javax.swing.JComponent comp,
                           java.lang.Object obj,
                           boolean isCloseable)
name - the name of the tabcomp - the component associated with the tabobj - the associated ObjectisCloseable - true if the tab is closeablepublic SwingFileProperties(java.lang.String name,
                           javax.swing.JComponent comp,
                           java.lang.Object obj,
                           boolean isCloseable,
                           boolean isEditable)
name - the name of the tabcomp - the component associated with the tabobj - the associated ObjectisCloseable - true if the tab is closeableisEditable - true if the tab is editablepublic SwingFileProperties(java.lang.String name,
                           javax.swing.JComponent comp,
                           java.lang.Object obj,
                           MetaData properties)
name - the name of the tabcomp - the component associated with the tabobj - the associated Objectproperties - the associated MetaDatapublic SwingFileProperties(java.lang.String name,
                           javax.swing.JComponent comp,
                           java.lang.Object obj,
                           MetaData properties,
                           boolean isCloseable,
                           boolean isEditable)
name - the name of the tabcomp - the component associated with the tabobj - the associated Objectproperties - the associated MetaDataisCloseable - true if the tab is closeableisEditable - true if the tab is editable