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

A

AbstractContainedObject - Class in org.nakedobjects.applib
Convenience super class for all classes that wish to interact with the container.
AbstractContainedObject() - Constructor for class org.nakedobjects.applib.AbstractContainedObject
 
AbstractDomainObject - Class in org.nakedobjects.applib
Convenience super class for all domain objects that wish to interact with the container.
AbstractDomainObject() - Constructor for class org.nakedobjects.applib.AbstractDomainObject
 
AbstractFactoryAndRepository - Class in org.nakedobjects.applib
 
AbstractFactoryAndRepository() - Constructor for class org.nakedobjects.applib.AbstractFactoryAndRepository
 
AbstractFixture - Class in org.nakedobjects.applib.fixtures
Convenience class for creating fixtures.
AbstractFixture() - Constructor for class org.nakedobjects.applib.fixtures.AbstractFixture
Assumed to be data fixture.
AbstractFixture(FixtureType) - Constructor for class org.nakedobjects.applib.fixtures.AbstractFixture
 
AbstractService - Class in org.nakedobjects.applib
 
AbstractService() - Constructor for class org.nakedobjects.applib.AbstractService
 
AbstractSpecification<T> - Class in org.nakedobjects.applib.spec
Adapter to make it easy to write Specifications.
AbstractSpecification() - Constructor for class org.nakedobjects.applib.spec.AbstractSpecification
 
AbstractSpecification(AbstractSpecification.Nullability, AbstractSpecification.TypeChecking) - Constructor for class org.nakedobjects.applib.spec.AbstractSpecification
 
AbstractSpecification.Nullability - Enum in org.nakedobjects.applib.spec
 
AbstractSpecification.TypeChecking - Enum in org.nakedobjects.applib.spec
 
AbstractValueSemanticsProvider<T> - Class in org.nakedobjects.applib.adapters
 
AbstractValueSemanticsProvider() - Constructor for class org.nakedobjects.applib.adapters.AbstractValueSemanticsProvider
Defaults AbstractValueSemanticsProvider.isImmutable() to true and AbstractValueSemanticsProvider.isEqualByContent() to true also.
AbstractValueSemanticsProvider(boolean, boolean) - Constructor for class org.nakedobjects.applib.adapters.AbstractValueSemanticsProvider
 
accept(T) - Method in interface org.nakedobjects.applib.Filter
Whether or not the supplied pojo meets this criteria.
AccessEvent - Class in org.nakedobjects.applib.events
Represents an access (reading) of a property, collection or title.
AccessEvent(Object, Identifier) - Constructor for class org.nakedobjects.applib.events.AccessEvent
 
ActionArgumentEvent - Class in org.nakedobjects.applib.events
Represents a check as to whether a particular argument for an action is valid or not.
ActionArgumentEvent(Object, Identifier, Object[], int) - Constructor for class org.nakedobjects.applib.events.ActionArgumentEvent
 
actionIdentifier(Class<?>, String, Class<?>[]) - Static method in class org.nakedobjects.applib.Identifier
 
actionIdentifier(String, String, Class<?>[]) - Static method in class org.nakedobjects.applib.Identifier
 
actionIdentifier(String, String, String[]) - Static method in class org.nakedobjects.applib.Identifier
 
ActionInvocationEvent - Class in org.nakedobjects.applib.events
Represents a check as to whether a particular argument for an action is valid or not.
ActionInvocationEvent(Object, Identifier, Object[]) - Constructor for class org.nakedobjects.applib.events.ActionInvocationEvent
 
ActionOrder - Annotation Type in org.nakedobjects.applib.annotation
Indicates the order that actions should be grouped/displayed in.
ActionUsabilityEvent - Class in org.nakedobjects.applib.events
Represents a check as to whether an action is usable or has been disabled.
ActionUsabilityEvent(Object, Identifier) - Constructor for class org.nakedobjects.applib.events.ActionUsabilityEvent
 
ActionVisibilityEvent - Class in org.nakedobjects.applib.events
Represents a check as to whether an action is visible or has been hidden.
ActionVisibilityEvent(Object, Identifier) - Constructor for class org.nakedobjects.applib.events.ActionVisibilityEvent
 
add(int, int, int) - Method in class org.nakedobjects.applib.value.Date
Add the specified days, years and months to this date value and return a new date object containing the result.
add(int, int, int, int, int) - Method in class org.nakedobjects.applib.value.DateTime
Add the specified days, years and months to this date value.
add(Money) - Method in class org.nakedobjects.applib.value.Money
Add the specified money to this money.
add(float) - Method in class org.nakedobjects.applib.value.Percentage
 
add(Percentage) - Method in class org.nakedobjects.applib.value.Percentage
 
add(int, int) - Method in class org.nakedobjects.applib.value.Time
Add the specified hours and minutes to this time value, returned as a new Time object.
addDate(int, int, int) - Method in class org.nakedobjects.applib.fixtures.FixtureClock
Adjusts the time by the specified number of years, months or days.
addFixture(Object) - Method in class org.nakedobjects.applib.fixtures.AbstractFixture
Allows the fixture to act as a composite (call within constructor).
addGenericRepository(Class<?>...) - Method in interface org.nakedobjects.applib.profiles.Perspective
 
addTime(int, int) - Method in class org.nakedobjects.applib.fixtures.FixtureClock
Adjusts the time by the specified number of hours and minutes.
addToObjects(Object...) - Method in interface org.nakedobjects.applib.profiles.Perspective
 
addToOptions(String, String) - Method in interface org.nakedobjects.applib.profiles.Profile
 
addToPerspectives(Perspective) - Method in interface org.nakedobjects.applib.profiles.Profile
 
addToServices(Class<?>) - Method in interface org.nakedobjects.applib.profiles.Perspective
 
addToServices(Class<?>...) - Method in interface org.nakedobjects.applib.profiles.Perspective
 
advised(String, Class<?>) - Method in class org.nakedobjects.applib.events.InteractionEvent
Specify the reason that this interaction has been vetoed and the class of the advisor that did the veto.
Aggregated - Annotation Type in org.nakedobjects.applib.annotation
Indicates that the class is part of (aggregated within) a larger class, which may reference objects outside the aggregate but may not be referenced by objects other than within the aggregate.
allInstances(Class<T>) - Method in class org.nakedobjects.applib.AbstractContainedObject
Convenience method that delegates to DomainObjectContainer.
allInstances(Class<T>) - Method in interface org.nakedobjects.applib.DomainObjectContainer
Returns all the instances of the specified type (including subtypes).
allMatches(Class<T>, Filter<T>) - Method in class org.nakedobjects.applib.AbstractContainedObject
Convenience method that delegates to DomainObjectContainer.
allMatches(Class<T>, T) - Method in class org.nakedobjects.applib.AbstractContainedObject
Convenience method that delegates to DomainObjectContainer.
allMatches(Class<T>, String) - Method in class org.nakedobjects.applib.AbstractContainedObject
Convenience method that delegates to DomainObjectContainer.
allMatches(Query<T>) - Method in class org.nakedobjects.applib.AbstractContainedObject
Convenience method that delegates to DomainObjectContainer.
allMatches(Class<T>, Filter<T>) - Method in interface org.nakedobjects.applib.DomainObjectContainer
Returns all the instances of the specified type (including subtypes) that the filter object accepts.
allMatches(Class<T>, String) - Method in interface org.nakedobjects.applib.DomainObjectContainer
Returns all the instances of the specified type (including subtypes) that have the given title.
allMatches(Class<T>, T) - Method in interface org.nakedobjects.applib.DomainObjectContainer
Returns all the instances of the specified type (including subtypes) that match the given object: where any property that is set will be tested and properties that are not set will be ignored.
allMatches(Query<T>) - Method in interface org.nakedobjects.applib.DomainObjectContainer
Returns all the instances that match the given Query.
AlwaysImmutable - Interface in org.nakedobjects.applib.marker
Marker interface to show that an object cannot be changed once created.
append(String) - Method in class org.nakedobjects.applib.util.ReasonBuffer
Append a reason to the list of existing reasons.
append(int) - Method in class org.nakedobjects.applib.util.TitleBuffer
 
append(Object) - Method in class org.nakedobjects.applib.util.TitleBuffer
Append the title of the specified object.
append(Object, String) - Method in class org.nakedobjects.applib.util.TitleBuffer
Appends the title of the specified object, or the specified text if the objects title is null or empty.
append(String) - Method in class org.nakedobjects.applib.util.TitleBuffer
Appends a space (if there is already some text in this title object) and then the specified text.
append(String, Object) - Method in class org.nakedobjects.applib.util.TitleBuffer
Appends the joining string and the title of the specified object (from its toString method).
append(String, Object, String) - Method in class org.nakedobjects.applib.util.TitleBuffer
Append the joiner text, a space, and the title of the specified naked object (object) (got by calling the objects title() method) to the text of this TitleString object.
append(String, String) - Method in class org.nakedobjects.applib.util.TitleBuffer
Appends the joiner text, a space, and the text to the text of this TitleString object.
appendOnCondition(boolean, String) - Method in class org.nakedobjects.applib.util.ReasonBuffer
Append a reason to the list of existing reasons if the condition flag is true.
appendSpace() - Method in class org.nakedobjects.applib.util.TitleBuffer
Append a space to the text of this TitleString object if, and only if, there is some existing text i.e., a space is only added to existing text and will not create a text entry consisting of only one space.
ApplicationException - Exception in org.nakedobjects.applib
Indicates that a problem has occurred within the application, as opposed to within a supporting framework or system.
ApplicationException(String) - Constructor for exception org.nakedobjects.applib.ApplicationException
 
ApplicationException(Throwable) - Constructor for exception org.nakedobjects.applib.ApplicationException
 
ApplicationException(String, Throwable) - Constructor for exception org.nakedobjects.applib.ApplicationException
 

A B C D E F G H I L M N O P Q R S T U V W
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.