public class SimpleGroup extends org.linguafranca.pwdb.base.AbstractGroup<SimpleDatabase,SimpleGroup,SimpleEntry,SimpleIcon>
Group using the Simple XML framework.| Modifier and Type | Field and Description |
|---|---|
protected SimpleDatabase |
database |
protected String |
defaultAutoTypeSequence |
protected Boolean |
enableAutoType |
protected Boolean |
enableSearching |
protected List<SimpleEntry> |
entry |
protected List<SimpleGroup> |
group |
protected int |
iconID |
protected Boolean |
isExpanded |
protected UUID |
lastTopVisibleEntry |
protected String |
name |
protected String |
notes |
protected SimpleGroup |
parent |
protected Times |
times |
protected UUID |
uuid |
| Modifier | Constructor and Description |
|---|---|
protected |
SimpleGroup() |
| Modifier and Type | Method and Description |
|---|---|
SimpleEntry |
addEntry(SimpleEntry entry) |
SimpleGroup |
addGroup(SimpleGroup group) |
static SimpleGroup |
createGroup(SimpleDatabase database) |
SimpleDatabase |
getDatabase() |
List<SimpleEntry> |
getEntries() |
int |
getEntriesCount() |
List<SimpleGroup> |
getGroups() |
int |
getGroupsCount() |
SimpleIcon |
getIcon() |
String |
getName() |
SimpleGroup |
getParent() |
UUID |
getUuid() |
boolean |
isRecycleBin() |
boolean |
isRootGroup() |
SimpleEntry |
removeEntry(SimpleEntry entry) |
SimpleGroup |
removeGroup(SimpleGroup group) |
void |
setIcon(SimpleIcon icon) |
void |
setName(String s) |
void |
setParent(SimpleGroup group) |
protected UUID uuid
protected String name
protected String notes
protected int iconID
protected Times times
protected Boolean isExpanded
protected String defaultAutoTypeSequence
protected Boolean enableAutoType
protected Boolean enableSearching
protected UUID lastTopVisibleEntry
protected List<SimpleEntry> entry
protected List<SimpleGroup> group
protected SimpleDatabase database
protected SimpleGroup parent
public static SimpleGroup createGroup(SimpleDatabase database)
public boolean isRootGroup()
public boolean isRecycleBin()
public SimpleGroup getParent()
public void setParent(SimpleGroup group)
public List<SimpleGroup> getGroups()
public int getGroupsCount()
public SimpleGroup addGroup(SimpleGroup group)
public SimpleGroup removeGroup(SimpleGroup group)
public List<SimpleEntry> getEntries()
public int getEntriesCount()
public SimpleEntry addEntry(SimpleEntry entry)
public SimpleEntry removeEntry(SimpleEntry entry)
public String getName()
public void setName(String s)
public UUID getUuid()
public SimpleIcon getIcon()
public void setIcon(SimpleIcon icon)
public SimpleDatabase getDatabase()
Copyright © 2018. All rights reserved.