|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.support.mode.NullModeSettingsFactory<A>
public class NullModeSettingsFactory<A>
The create() method of this factory always returns null.
| Constructor Summary | |
|---|---|
NullModeSettingsFactory(Path id)
Creates a new factory. |
|
| Method Summary | |
|---|---|
ModeSetting<A> |
create()
Creates a new, empty ModeSetting. |
Path |
getModeId()
Gets the unique identifier of the Mode which uses the ModeSetting
of this factory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NullModeSettingsFactory(Path id)
id - the unique id of the Mode| Method Detail |
|---|
public Path getModeId()
ModeSettingFactoryMode which uses the ModeSetting
of this factory.
getModeId in interface ModeSettingFactory<A>nullpublic ModeSetting<A> create()
ModeSettingFactoryModeSetting.
create in interface ModeSettingFactory<A>null to indicate that there is nothing to store
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||