A B C D E F G H I L M N P R S T U V W _

A

ABOUT_WORK - Static variable in class com.ldodds.foaf.thinlet.model.Person
 
add(Annotable) - Method in class com.ldodds.foaf.thinlet.model.AnnotableObject
 
add(Annotable) - Method in interface com.ldodds.foaf.thinlet.model.Annotable
Copies properties from one Annotable object into another.
add(Object) - Method in interface com.ldodds.foaf.thinlet.ComponentManager
 
add(Object[]) - Method in class com.ldodds.foaf.thinlet.Table
Dynamically adds a row of data to a table.
add(Object, Object) - Method in interface com.ldodds.foaf.thinlet.ComponentManager
 
add(Object, Object, int) - Method in interface com.ldodds.foaf.thinlet.ComponentManager
 
add(String, boolean) - Method in class com.ldodds.foaf.thinlet.FieldState
 
add(String, int) - Method in class com.ldodds.foaf.thinlet.FieldState
 
add(String, Object) - Method in class com.ldodds.foaf.thinlet.FieldState
Adds a property to this FieldState.
add(String, Object) - Method in class com.ldodds.foaf.thinlet.model.AnnotableObject
 
add(String, Object) - Method in interface com.ldodds.foaf.thinlet.model.Annotable
Adds a property to this object.
addAsList(String, Object) - Method in class com.ldodds.foaf.thinlet.model.AnnotableObject
 
addAsList(String, Object) - Method in interface com.ldodds.foaf.thinlet.model.Annotable
Adds a list property to this object.
addChoice(String, String) - Method in class com.ldodds.foaf.thinlet.FieldState
 
addFieldState(Object, FieldState) - Method in class com.ldodds.foaf.thinlet.FieldStateManager
 
addFriend() - Method in class com.ldodds.foaf.thinlet.FOAFThinlet
 
addFriend(Person) - Method in interface com.ldodds.foaf.thinlet.model.Model
Adds a friend of the current person.
addFriend(Person) - Method in class com.ldodds.foaf.thinlet.model.ModelImpl
 
addFriendToTable(boolean) - Method in class com.ldodds.foaf.thinlet.FriendBuilder
Add/update a friend in the table.
addInstructions() - Method in class com.ldodds.foaf.thinlet.FOAFThinlet
 
addProperty(String, String) - Method in class com.ldodds.foaf.thinlet.PersonBuilder
Adds a property to the person currently being built
addToArray(String[], Object, int, boolean) - Method in class com.ldodds.foaf.thinlet.FriendBuilder
Add field data to the provided array.
addValidationError(ValidationError) - Method in class com.ldodds.foaf.thinlet.model.FOAFObject
Convenience method for sub-classes allowing validation messages to be added to an internal list.
Annotable - interface com.ldodds.foaf.thinlet.model.Annotable.
Describes an object that can be annotated with arbitrary name-value pairs
AnnotableObject - class com.ldodds.foaf.thinlet.model.AnnotableObject.
Base class for Annotable objects.
AnnotableObject() - Constructor for class com.ldodds.foaf.thinlet.model.AnnotableObject
 

B

build() - Method in class com.ldodds.foaf.thinlet.PersonBuilder
Builds the internal data model based on the information that the user has entered into the user interface.
build() - Method in class com.ldodds.foaf.thinlet.FriendBuilder
Adds friends data, stored in the table, to the internal model
build() - Method in class com.ldodds.foaf.thinlet.ModelBuilder
 

C

canBuildProperty(String) - Method in class com.ldodds.foaf.thinlet.model.PropertyBuilder
 
checkState(Object, String, String) - Method in class com.ldodds.foaf.thinlet.FOAFThinlet
 
checkState(String) - Method in class com.ldodds.foaf.thinlet.FieldStateManager
 
ClipboardGenerator - class com.ldodds.foaf.thinlet.save.ClipboardGenerator.
 
ClipboardGenerator() - Constructor for class com.ldodds.foaf.thinlet.save.ClipboardGenerator
 
closeDialog(Object, String) - Method in class com.ldodds.foaf.thinlet.FOAFThinlet
Closes a dialog
closeDialog(String) - Method in class com.ldodds.foaf.thinlet.Dialogs
 
com.ldodds.foaf.thinlet - package com.ldodds.foaf.thinlet
 
com.ldodds.foaf.thinlet.model - package com.ldodds.foaf.thinlet.model
 
com.ldodds.foaf.thinlet.save - package com.ldodds.foaf.thinlet.save
 
com.ldodds.foaf.thinlet.util - package com.ldodds.foaf.thinlet.util
 
ComponentManager - interface com.ldodds.foaf.thinlet.ComponentManager.
An abstraction over the Thinlet API
Constants - interface com.ldodds.foaf.thinlet.model.Constants.
A utility interface for holding constants
Constants.FOAF - interface com.ldodds.foaf.thinlet.model.Constants.FOAF.
 
Constants.RDF - interface com.ldodds.foaf.thinlet.model.Constants.RDF.
 
Constants.RDFSchema - interface com.ldodds.foaf.thinlet.model.Constants.RDFSchema.
 
create(String) - Method in interface com.ldodds.foaf.thinlet.ComponentManager
 
createMissingFieldError(String) - Static method in class com.ldodds.foaf.thinlet.model.ValidationError
 

D

deleteFriend() - Method in class com.ldodds.foaf.thinlet.FOAFThinlet
 
deleteRow(int) - Method in class com.ldodds.foaf.thinlet.Table
 
deleteSelectedRows() - Method in class com.ldodds.foaf.thinlet.Table
Deletes the currently selected rows from a table
DEPICTION - Static variable in class com.ldodds.foaf.thinlet.model.Person
 
Dialogs - class com.ldodds.foaf.thinlet.Dialogs.
 
Dialogs() - Constructor for class com.ldodds.foaf.thinlet.Dialogs
 
Document - class com.ldodds.foaf.thinlet.model.Document.
This code is Public Domain
Document() - Constructor for class com.ldodds.foaf.thinlet.model.Document
 
doExport(Exporter) - Method in class com.ldodds.foaf.thinlet.save.Generator
 
doGeneration() - Method in class com.ldodds.foaf.thinlet.save.Generator
 
doGeneration() - Method in class com.ldodds.foaf.thinlet.save.ScreenGenerator
 
doGeneration() - Method in class com.ldodds.foaf.thinlet.save.FileGenerator
 
doGeneration() - Method in class com.ldodds.foaf.thinlet.save.ClipboardGenerator
 
doValidation() - Method in class com.ldodds.foaf.thinlet.model.FOAFObject
Should be overridden by sub-classes to provide validation behaviour
doValidation() - Method in class com.ldodds.foaf.thinlet.model.Person
 

E

EMAIL - Static variable in class com.ldodds.foaf.thinlet.model.Person
 
EMAIL_ENCRYPTED - Static variable in class com.ldodds.foaf.thinlet.model.Person
 
encrypt(String) - Method in class com.ldodds.foaf.thinlet.util.SHA1Encryptor
 
encrypt(String) - Method in interface com.ldodds.foaf.thinlet.util.Encryptor
 
Encryptor - interface com.ldodds.foaf.thinlet.util.Encryptor.
Describes a class that carries out basic data encryption
end() - Method in interface com.ldodds.foaf.thinlet.save.Exporter
Indicates the end of an export process, allowing the exporter to write any final data to the output.
end() - Method in class com.ldodds.foaf.thinlet.save.RDFExporter
 
end() - Method in class com.ldodds.foaf.thinlet.save.NotationThreeExporter
 
equals(Object) - Method in class com.ldodds.foaf.thinlet.FieldState
 
exit() - Method in class com.ldodds.foaf.thinlet.FOAFThinlet
Invoked when the user exits the application
export(Document) - Method in interface com.ldodds.foaf.thinlet.save.Exporter
Exports a document
export(Document) - Method in class com.ldodds.foaf.thinlet.save.RDFExporter
 
export(Document) - Method in class com.ldodds.foaf.thinlet.save.NotationThreeExporter
 
export(Exporter) - Method in class com.ldodds.foaf.thinlet.model.FOAFObject
 
export(Exporter) - Method in class com.ldodds.foaf.thinlet.model.Property
 
export(Exporter) - Method in class com.ldodds.foaf.thinlet.model.Resource
 
export(Exporter) - Method in class com.ldodds.foaf.thinlet.model.Literal
 
export(Exporter) - Method in class com.ldodds.foaf.thinlet.model.Person
 
export(Exporter) - Method in class com.ldodds.foaf.thinlet.model.Document
 
export(Exporter) - Method in interface com.ldodds.foaf.thinlet.save.Exportable
Indicates the object should export itself using the given Exporter.
export(Literal) - Method in interface com.ldodds.foaf.thinlet.save.Exporter
Exports a literal
export(Literal) - Method in class com.ldodds.foaf.thinlet.save.RDFExporter
 
export(Literal) - Method in class com.ldodds.foaf.thinlet.save.NotationThreeExporter
 
export(Person) - Method in interface com.ldodds.foaf.thinlet.save.Exporter
Exports a person
export(Person) - Method in class com.ldodds.foaf.thinlet.save.RDFExporter
 
export(Person) - Method in class com.ldodds.foaf.thinlet.save.NotationThreeExporter
 
export(Resource) - Method in interface com.ldodds.foaf.thinlet.save.Exporter
Exports a resource
export(Resource) - Method in class com.ldodds.foaf.thinlet.save.RDFExporter
 
export(Resource) - Method in class com.ldodds.foaf.thinlet.save.NotationThreeExporter
 
Exportable - interface com.ldodds.foaf.thinlet.save.Exportable.
An object that can be exported into the file system.
Exporter - interface com.ldodds.foaf.thinlet.save.Exporter.
An object capable of exporting FOAF objects into a provided Outputstream

F

FieldState - class com.ldodds.foaf.thinlet.FieldState.
Describes the state of a field, used to cache a fields original status before altering it to (for example) display error cues.
FieldState(ComponentManager, Object) - Constructor for class com.ldodds.foaf.thinlet.FieldState
Constructs a FieldState object referring to a given field.
FieldStateManager - class com.ldodds.foaf.thinlet.FieldStateManager.
 
FieldStateManager() - Constructor for class com.ldodds.foaf.thinlet.FieldStateManager
 
FileGenerator - class com.ldodds.foaf.thinlet.save.FileGenerator.
 
FileGenerator() - Constructor for class com.ldodds.foaf.thinlet.save.FileGenerator
 
find(Object, String) - Method in interface com.ldodds.foaf.thinlet.ComponentManager
 
find(String) - Method in interface com.ldodds.foaf.thinlet.ComponentManager
 
FIRSTNAME - Static variable in class com.ldodds.foaf.thinlet.model.Person
 
FOAFObject - class com.ldodds.foaf.thinlet.model.FOAFObject.
This code is Public Domain
FOAFObject() - Constructor for class com.ldodds.foaf.thinlet.model.FOAFObject
 
FOAFPropertyBuilder - class com.ldodds.foaf.thinlet.model.FOAFPropertyBuilder.
This code is Public Domain
FOAFPropertyBuilder() - Constructor for class com.ldodds.foaf.thinlet.model.FOAFPropertyBuilder
 
FOAFThinlet - class com.ldodds.foaf.thinlet.FOAFThinlet.
 
FOAFThinlet() - Constructor for class com.ldodds.foaf.thinlet.FOAFThinlet
 
FriendBuilder - class com.ldodds.foaf.thinlet.FriendBuilder.
Populates the Friend table in the user interface, and uses that data to populate the model.
FriendBuilder() - Constructor for class com.ldodds.foaf.thinlet.FriendBuilder
 
FRIENDS - Static variable in class com.ldodds.foaf.thinlet.model.Person
 

G

generate() - Method in class com.ldodds.foaf.thinlet.save.Generator
 
Generator - class com.ldodds.foaf.thinlet.save.Generator.
 
Generator() - Constructor for class com.ldodds.foaf.thinlet.save.Generator
 
get(String) - Method in class com.ldodds.foaf.thinlet.model.AnnotableObject
 
get(String) - Method in interface com.ldodds.foaf.thinlet.model.Annotable
Gets a named property.
getAsList(String) - Method in class com.ldodds.foaf.thinlet.model.AnnotableObject
 
getAsList(String) - Method in interface com.ldodds.foaf.thinlet.model.Annotable
Gets a named property as a List.
getBoolean(Object, String) - Method in interface com.ldodds.foaf.thinlet.ComponentManager
 
getCell(Object, int) - Method in class com.ldodds.foaf.thinlet.Table
 
getCellData(Object) - Method in class com.ldodds.foaf.thinlet.Table
 
getCells(int) - Method in class com.ldodds.foaf.thinlet.Table
 
getCells(Object) - Method in class com.ldodds.foaf.thinlet.Table
 
getChoice(Object, String) - Method in interface com.ldodds.foaf.thinlet.ComponentManager
 
getComponentManager() - Static method in class com.ldodds.foaf.thinlet.Services
 
getCount(Object) - Method in interface com.ldodds.foaf.thinlet.ComponentManager
 
getCount(Object, String) - Method in interface com.ldodds.foaf.thinlet.ComponentManager
 
getCurrentPerson() - Method in interface com.ldodds.foaf.thinlet.model.Model
Retrieves the current person, i.e the representation of the user entering data into the application.
getCurrentPerson() - Method in class com.ldodds.foaf.thinlet.model.ModelImpl
 
getDesktop() - Method in interface com.ldodds.foaf.thinlet.ComponentManager
 
getDialog(String) - Method in class com.ldodds.foaf.thinlet.Dialogs
 
getDialogs() - Static method in class com.ldodds.foaf.thinlet.Services
 
getErrors() - Method in class com.ldodds.foaf.thinlet.model.FOAFObject
 
getErrors() - Method in interface com.ldodds.foaf.thinlet.model.Validatable
Asks the object for validation errors.
getErrors() - Method in class com.ldodds.foaf.thinlet.model.ModelImpl
 
getExporter() - Method in class com.ldodds.foaf.thinlet.Preferences
 
getField() - Method in class com.ldodds.foaf.thinlet.model.ValidationError
Gets the name of the field
getFieldStateManager() - Static method in class com.ldodds.foaf.thinlet.Services
 
getFirstSelectedRow() - Method in class com.ldodds.foaf.thinlet.Table
 
getFOAFString() - Method in class com.ldodds.foaf.thinlet.save.Generator
 
getFrame() - Static method in class com.ldodds.foaf.thinlet.Services
 
getFriends() - Method in interface com.ldodds.foaf.thinlet.model.Model
Retrieves the friends of the current person.
getFriends() - Method in class com.ldodds.foaf.thinlet.model.ModelImpl
 
getIcon(Object, String) - Method in interface com.ldodds.foaf.thinlet.ComponentManager
 
getIcon(String) - Method in interface com.ldodds.foaf.thinlet.ComponentManager
 
getIcon(String, boolean) - Method in interface com.ldodds.foaf.thinlet.ComponentManager
 
getInteger(Object, String) - Method in interface com.ldodds.foaf.thinlet.ComponentManager
 
getItem(Object, int) - Method in interface com.ldodds.foaf.thinlet.ComponentManager
 
getItem(Object, String, int) - Method in interface com.ldodds.foaf.thinlet.ComponentManager
 
getItems(Object) - Method in interface com.ldodds.foaf.thinlet.ComponentManager
 
getLocalName() - Method in class com.ldodds.foaf.thinlet.model.Property
 
getMessage() - Method in class com.ldodds.foaf.thinlet.model.ValidationError
Gets the error message
getModel() - Static method in class com.ldodds.foaf.thinlet.Services
 
getModelBuilder() - Static method in class com.ldodds.foaf.thinlet.Services
 
getNamespaceURI() - Method in class com.ldodds.foaf.thinlet.model.Property
 
getPreferences() - Static method in class com.ldodds.foaf.thinlet.Services
 
getPrefix() - Method in class com.ldodds.foaf.thinlet.model.Property
 
getProperName(String) - Method in class com.ldodds.foaf.thinlet.FriendBuilder
 
getProperties() - Method in class com.ldodds.foaf.thinlet.model.AnnotableObject
 
getProperties() - Method in interface com.ldodds.foaf.thinlet.model.Annotable
Get the list of properties defined in this object
getRow(int) - Method in class com.ldodds.foaf.thinlet.Table
 
getRowCount() - Method in class com.ldodds.foaf.thinlet.Table
 
getRows() - Method in class com.ldodds.foaf.thinlet.Table
 
getSelectedCellData() - Method in class com.ldodds.foaf.thinlet.Table
 
getSelectedIndex(Object) - Method in interface com.ldodds.foaf.thinlet.ComponentManager
 
getString(Object, String) - Method in interface com.ldodds.foaf.thinlet.ComponentManager
 
getTable() - Method in class com.ldodds.foaf.thinlet.Table
 
getText(Object) - Method in class com.ldodds.foaf.thinlet.FriendBuilder
 
getText(Object, int) - Method in class com.ldodds.foaf.thinlet.Table
 
getText(Object, String) - Method in class com.ldodds.foaf.thinlet.FriendBuilder
 
getURI() - Method in class com.ldodds.foaf.thinlet.model.Resource
 
getValue() - Method in class com.ldodds.foaf.thinlet.model.Literal
 

H

has(String) - Method in class com.ldodds.foaf.thinlet.model.AnnotableObject
 
has(String) - Method in interface com.ldodds.foaf.thinlet.model.Annotable
Tests whether this Annotable has a given property
hashCode() - Method in class com.ldodds.foaf.thinlet.FieldState
 
hideEmailAddresses() - Method in class com.ldodds.foaf.thinlet.Preferences
 
HOMEPAGE - Static variable in class com.ldodds.foaf.thinlet.model.Person
 

I

isEncypted() - Method in class com.ldodds.foaf.thinlet.model.Literal
 
isNullOrEmpty(String) - Method in class com.ldodds.foaf.thinlet.FriendBuilder
 

L

LASTNAME - Static variable in class com.ldodds.foaf.thinlet.model.Person
 
Literal - class com.ldodds.foaf.thinlet.model.Literal.
This code is Public Domain
Literal(String, String, String, Object) - Constructor for class com.ldodds.foaf.thinlet.model.Literal
 
Literal(String, String, String, Object, Encryptor) - Constructor for class com.ldodds.foaf.thinlet.model.Literal
 

M

main(String[]) - Static method in class com.ldodds.foaf.thinlet.FOAFThinlet
 
makeCell() - Method in class com.ldodds.foaf.thinlet.Table
 
makeLiteral(String, Object) - Method in class com.ldodds.foaf.thinlet.model.PropertyBuilder
 
makeLiteral(String, Object, Encryptor) - Method in class com.ldodds.foaf.thinlet.model.PropertyBuilder
 
makeProperty(String, Object) - Method in class com.ldodds.foaf.thinlet.model.PropertyBuilder
 
makeProperty(String, Object) - Method in class com.ldodds.foaf.thinlet.model.FOAFPropertyBuilder
 
makeResource(String, Object) - Method in class com.ldodds.foaf.thinlet.model.PropertyBuilder
 
makeRow() - Method in class com.ldodds.foaf.thinlet.Table
 
Model - interface com.ldodds.foaf.thinlet.model.Model.
A FOAF data model.
ModelBuilder - class com.ldodds.foaf.thinlet.ModelBuilder.
 
ModelBuilder() - Constructor for class com.ldodds.foaf.thinlet.ModelBuilder
 
ModelImpl - class com.ldodds.foaf.thinlet.model.ModelImpl.
Simple model implementation.
ModelImpl() - Constructor for class com.ldodds.foaf.thinlet.model.ModelImpl
 

N

NICKNAME - Static variable in class com.ldodds.foaf.thinlet.model.Person
 
NotationThreeExporter - class com.ldodds.foaf.thinlet.save.NotationThreeExporter.
 
NotationThreeExporter() - Constructor for class com.ldodds.foaf.thinlet.save.NotationThreeExporter
Constructor for NotationThreeExporter.
NS_URI - Static variable in interface com.ldodds.foaf.thinlet.model.Constants.FOAF
 
NS_URI - Static variable in interface com.ldodds.foaf.thinlet.model.Constants.RDF
 
NS_URI - Static variable in interface com.ldodds.foaf.thinlet.model.Constants.RDFSchema
 

P

parse(InputStream) - Method in interface com.ldodds.foaf.thinlet.ComponentManager
 
parse(InputStream, Object) - Method in interface com.ldodds.foaf.thinlet.ComponentManager
 
parse(String) - Method in interface com.ldodds.foaf.thinlet.ComponentManager
 
parse(String, Object) - Method in interface com.ldodds.foaf.thinlet.ComponentManager
 
Person - class com.ldodds.foaf.thinlet.model.Person.
Models a FOAF Person.
Person() - Constructor for class com.ldodds.foaf.thinlet.model.Person
 
PersonBuilder - class com.ldodds.foaf.thinlet.PersonBuilder.
Responsible for building people data, based on user input
PersonBuilder() - Constructor for class com.ldodds.foaf.thinlet.PersonBuilder
 
PHONE - Static variable in class com.ldodds.foaf.thinlet.model.Person
 
populateModel() - Method in class com.ldodds.foaf.thinlet.FriendBuilder
Populate the current model with data stored in the friend table
Preferences - class com.ldodds.foaf.thinlet.Preferences.
 
Preferences() - Constructor for class com.ldodds.foaf.thinlet.Preferences
 
Property - class com.ldodds.foaf.thinlet.model.Property.
This code is Public Domain
Property(String, String, String) - Constructor for class com.ldodds.foaf.thinlet.model.Property
 
PropertyBuilder - class com.ldodds.foaf.thinlet.model.PropertyBuilder.
Turns fields from the GUI into Property (i.e.
PropertyBuilder(String, String) - Constructor for class com.ldodds.foaf.thinlet.model.PropertyBuilder
 
PUBLICATIONS - Static variable in class com.ldodds.foaf.thinlet.model.Person
 

R

RDFExporter - class com.ldodds.foaf.thinlet.save.RDFExporter.
This code is Public Domain
RDFExporter() - Constructor for class com.ldodds.foaf.thinlet.save.RDFExporter
 
remove(Object) - Method in interface com.ldodds.foaf.thinlet.ComponentManager
 
removeAll(Object) - Method in interface com.ldodds.foaf.thinlet.ComponentManager
 
removeAll(Object, String) - Method in interface com.ldodds.foaf.thinlet.ComponentManager
 
removeFriendFromTable() - Method in class com.ldodds.foaf.thinlet.FriendBuilder
Remove existing friend(s) from the table
reset() - Method in class com.ldodds.foaf.thinlet.FieldState
Resets this fields properties to the values of the properties contained in this FieldState instance.
Resource - class com.ldodds.foaf.thinlet.model.Resource.
An RDF Resource
Resource(String, String, String, String) - Constructor for class com.ldodds.foaf.thinlet.model.Resource
 
rowSelected(int) - Method in class com.ldodds.foaf.thinlet.Table
 

S

saveToClipboard() - Method in class com.ldodds.foaf.thinlet.FOAFThinlet
 
saveToFile() - Method in class com.ldodds.foaf.thinlet.FOAFThinlet
Save the data to a file
saveToScreen() - Method in class com.ldodds.foaf.thinlet.FOAFThinlet
Invoked when the user asks the application to save data to the screen.
SCHOOL - Static variable in class com.ldodds.foaf.thinlet.model.Person
 
ScreenGenerator - class com.ldodds.foaf.thinlet.save.ScreenGenerator.
 
ScreenGenerator() - Constructor for class com.ldodds.foaf.thinlet.save.ScreenGenerator
 
Services - class com.ldodds.foaf.thinlet.Services.
A registry of services used by this application.
Services() - Constructor for class com.ldodds.foaf.thinlet.Services
 
setBoolean(Object, String, boolean) - Method in interface com.ldodds.foaf.thinlet.ComponentManager
 
setChoice(Object, String, String) - Method in interface com.ldodds.foaf.thinlet.ComponentManager
 
setCurrentPerson(Person) - Method in interface com.ldodds.foaf.thinlet.model.Model
Sets the current person
setCurrentPerson(Person) - Method in class com.ldodds.foaf.thinlet.model.ModelImpl
 
setIcon(Object, String, Image) - Method in interface com.ldodds.foaf.thinlet.ComponentManager
 
setInteger(Object, String, int) - Method in interface com.ldodds.foaf.thinlet.ComponentManager
 
setOut(OutputStream) - Method in interface com.ldodds.foaf.thinlet.save.Exporter
Set the stream into which objects should be exported.
setOut(OutputStream) - Method in class com.ldodds.foaf.thinlet.save.RDFExporter
 
setOut(OutputStream) - Method in class com.ldodds.foaf.thinlet.save.NotationThreeExporter
 
setString(Object, String, String) - Method in interface com.ldodds.foaf.thinlet.ComponentManager
 
SHA1Encryptor - class com.ldodds.foaf.thinlet.util.SHA1Encryptor.
Implements SHA1 digest encryption
SHA1Encryptor() - Constructor for class com.ldodds.foaf.thinlet.util.SHA1Encryptor
 
showCue(Object) - Method in class com.ldodds.foaf.thinlet.FriendBuilder
Show data entry hints
showDialog(String) - Method in class com.ldodds.foaf.thinlet.FOAFThinlet
Shows a dialog
showDialog(String) - Method in class com.ldodds.foaf.thinlet.Dialogs
 
showFriend() - Method in class com.ldodds.foaf.thinlet.FOAFThinlet
 
showSelected() - Method in class com.ldodds.foaf.thinlet.FriendBuilder
Populate the data entry fields from the row currently selected in the table.
start() - Method in interface com.ldodds.foaf.thinlet.save.Exporter
Indicates the start of an export process, allowing the exporter to write any initial data to the output (e.g.
start() - Method in class com.ldodds.foaf.thinlet.save.RDFExporter
 
start() - Method in class com.ldodds.foaf.thinlet.save.NotationThreeExporter
 

T

tabchanged() - Method in class com.ldodds.foaf.thinlet.FOAFThinlet
Invoked when the user switches tabs.
Table - class com.ldodds.foaf.thinlet.Table.
Dynamically add rows to tables
Table(String) - Constructor for class com.ldodds.foaf.thinlet.Table
 
TITLE - Static variable in class com.ldodds.foaf.thinlet.model.Person
 
toString() - Method in class com.ldodds.foaf.thinlet.model.Resource
 
toString() - Method in class com.ldodds.foaf.thinlet.model.ValidationError
Returns a string representation of this error message for logging purposes.

U

updateCurrentPerson(String, String, String) - Method in class com.ldodds.foaf.thinlet.PersonBuilder
Deprecated.  
updateFriend() - Method in class com.ldodds.foaf.thinlet.FOAFThinlet
 
updateSelected(Object[]) - Method in class com.ldodds.foaf.thinlet.Table
 

V

Validatable - interface com.ldodds.foaf.thinlet.model.Validatable.
An object that can validate itself.
validate() - Method in class com.ldodds.foaf.thinlet.PersonBuilder
Deprecated.  
validate() - Method in class com.ldodds.foaf.thinlet.model.FOAFObject
 
validate() - Method in interface com.ldodds.foaf.thinlet.model.Validatable
Asks the object to validate itself.
validate() - Method in class com.ldodds.foaf.thinlet.model.ModelImpl
 
ValidationError - class com.ldodds.foaf.thinlet.model.ValidationError.
Describes a validation error, generated by a Validatable object.
ValidationError(String, String) - Constructor for class com.ldodds.foaf.thinlet.model.ValidationError
Constructs a ValidationError representing a problem with a specific field.

W

WORK - Static variable in class com.ldodds.foaf.thinlet.model.Person
 

_

_localname - Variable in class com.ldodds.foaf.thinlet.model.Property
 
_namespaceuri - Variable in class com.ldodds.foaf.thinlet.model.Property
 
_prefix - Variable in class com.ldodds.foaf.thinlet.model.Property
 
_properties - Variable in class com.ldodds.foaf.thinlet.model.AnnotableObject
 
_thinlet - Variable in class com.ldodds.foaf.thinlet.save.Generator
 

A B C D E F G H I L M N P R S T U V W _