| Package | Description |
|---|---|
| org.linguafranca.pwdb | |
| org.linguafranca.pwdb.base |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Database<D extends Database<D,G,E,I>,G extends Group<D,G,E,I>,E extends Entry<D,G,E,I>,I extends Icon>
Interface for a password database consisting of Groups, sub-Groups and Entries.
|
interface |
Entry<D extends Database<D,G,E,I>,G extends Group<D,G,E,I>,E extends Entry<D,G,E,I>,I extends Icon>
Interface for a Database Entry.
|
interface |
Group<D extends Database<D,G,E,I>,G extends Group<D,G,E,I>,E extends Entry<D,G,E,I>,I extends Icon>
Interface for a Database Group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Group.copy(Group<? extends Database,? extends Group,? extends Entry,? extends Icon> parent)
Make a deep copy of the children a group in this group.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDatabase<D extends Database<D,G,E,I>,G extends Group<D,G,E,I>,E extends Entry<D,G,E,I>,I extends Icon>
Base implementation of Database
|
class |
AbstractEntry<D extends Database<D,G,E,I>,G extends Group<D,G,E,I>,E extends Entry<D,G,E,I>,I extends Icon>
Base implementation of Entry
|
class |
AbstractGroup<D extends Database<D,G,E,I>,G extends AbstractGroup<D,G,E,I>,E extends Entry<D,G,E,I>,I extends Icon>
Base implementation of group
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDatabase<D extends Database<D,G,E,I>,G extends Group<D,G,E,I>,E extends Entry<D,G,E,I>,I extends Icon>
Base implementation of Database
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractGroup.copy(Group<? extends Database,? extends Group,? extends Entry,? extends Icon> parent) |
Copyright © 2018. All rights reserved.