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,
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,
MetaData properties)
Create a new FileProperties with some defined properties, and associate it with an Object.
|
getComponent, getFile, getMetaData, getName, getObject, getURL, isCompatibleWith, isCompatibleWith, isCompatibleWith, isCompatibleWith, setMetaData, setName, setObject, setURL
public 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, 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, MetaData properties)
name
- the name of the tabcomp
- the component associated with the tabobj
- the associated Objectproperties
- the associated MetaData