|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.layout.BackupFactoryData<D>
D - the kind of data this BackupFactoryData stores.public class BackupFactoryData<D>
Some client specified data and an identifier for that data. This class is immutable.
| Constructor Summary | |
|---|---|
BackupFactoryData(String identifier,
D data)
Creates a new BackupFactoryData |
|
| Method Summary | |
|---|---|
D |
getData()
Gets the data that is wrapped up by this BackupFactoryData. |
String |
getIdentifier()
Gets the identifier of this data. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BackupFactoryData(String identifier,
D data)
BackupFactoryData
identifier - the identifier of this piece of data, can be nulldata - the client specified data, might be null| Method Detail |
|---|
public String getIdentifier()
nullpublic D getData()
BackupFactoryData.
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||