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

I

Identifier - Class in org.nakedobjects.applib
 
Identifier.Depth - Enum in org.nakedobjects.applib
 
Identifier.Type - Enum in org.nakedobjects.applib
What type of feature this identifies.
Ignore - Annotation Type in org.nakedobjects.applib.annotation
Indicates that an property, collection or action should be ignored from the metamodel.
Image - Class in org.nakedobjects.applib.value
Represents an image.
Image(int[][]) - Constructor for class org.nakedobjects.applib.value.Image
 
Immutable - Annotation Type in org.nakedobjects.applib.annotation
Indicates that an instance cannot be changed.
ImmutableOncePersisted - Interface in org.nakedobjects.applib.marker
Marker interface to show that an object cannot be changed once persisted.
ImmutableUntilPersisted - Interface in org.nakedobjects.applib.marker
Marker interface to show that an object cannot be changed before it is persisted.
informUser(String) - Method in class org.nakedobjects.applib.AbstractContainedObject
Display the specified message to the user, in a non-intrusive fashion.
informUser(String) - Method in interface org.nakedobjects.applib.DomainObjectContainer
Make the specified message available to the user.
initialize() - Static method in class org.nakedobjects.applib.fixtures.FixtureClock
Configures the system to use a FixtureClock rather than the in-built system clock.
install() - Method in class org.nakedobjects.applib.fixtures.AbstractFixture
Most subclasses will override this method, but composite fixtures should instead call AbstractFixture.addFixture(Object) in their constructor.
install() - Method in class org.nakedobjects.applib.fixtures.DateFixture
 
install() - Method in interface org.nakedobjects.applib.fixtures.InstallableFixture
 
install() - Method in class org.nakedobjects.applib.fixtures.LogonFixture
 
install() - Method in class org.nakedobjects.applib.fixtures.SwitchUserFixture
 
install() - Method in class org.nakedobjects.applib.fixtures.UserProfileFixture
 
InstallableFixture - Interface in org.nakedobjects.applib.fixtures
 
installProfiles() - Method in class org.nakedobjects.applib.fixtures.UserProfileFixture
 
InteractionEvent - Class in org.nakedobjects.applib.events
Represents an interaction with a domain object or a particular feature (property, collection, action) of a domain object.
InteractionEvent(Object, Identifier) - Constructor for class org.nakedobjects.applib.events.InteractionEvent
 
intValue() - Method in class org.nakedobjects.applib.value.Color
 
intValue() - Method in class org.nakedobjects.applib.value.Money
Returns this value as an int.
intValue() - Method in class org.nakedobjects.applib.value.Percentage
Returns this value as an int.
isBetween(Magnitude, Magnitude) - Method in class org.nakedobjects.applib.value.Magnitude
 
isCurrentUser(String) - Method in class org.nakedobjects.applib.security.UserMemento
Determine if the specified user is this user.
isEmpty(Object) - Static method in class org.nakedobjects.applib.util.TitleBuffer
Determines if the specified object's title (from its toString method) is empty.
isEmpty(String) - Static method in class org.nakedobjects.applib.util.TitleBuffer
Determines if the specified text is empty.
isEqualByContent() - Method in class org.nakedobjects.applib.adapters.AbstractValueSemanticsProvider
Defaults to true if no-arg constructor is used.
isEqualByContent() - Method in interface org.nakedobjects.applib.adapters.ValueSemanticsProvider
Whether the value has equal by content semantics.
isEqualTo(Magnitude) - Method in class org.nakedobjects.applib.value.Color
returns true if the number of this object has the same value as the specified number
isEqualTo(Magnitude) - Method in class org.nakedobjects.applib.value.Date
Returns true if the date of this object has the same value as the specified date
isEqualTo(Magnitude) - Method in class org.nakedobjects.applib.value.DateTime
returns true if the time stamp of this object has the same value as the specified time
isEqualTo(Magnitude) - Method in class org.nakedobjects.applib.value.Magnitude
 
isEqualTo(Magnitude) - Method in class org.nakedobjects.applib.value.Money
 
isEqualTo(Magnitude) - Method in class org.nakedobjects.applib.value.Percentage
 
isEqualTo(Magnitude) - Method in class org.nakedobjects.applib.value.Time
returns true if the time of this object has the same value as the specified time
isEqualTo(Magnitude) - Method in class org.nakedobjects.applib.value.TimeStamp
returns true if the time stamp of this object has the same value as the specified timeStamp
isGreaterThan(Magnitude) - Method in class org.nakedobjects.applib.value.Magnitude
 
isGreaterThanOrEqualTo(Magnitude) - Method in class org.nakedobjects.applib.value.Magnitude
 
isGreaterThanZero() - Method in class org.nakedobjects.applib.value.Money
 
isImmutable() - Method in class org.nakedobjects.applib.adapters.AbstractValueSemanticsProvider
Defaults to true if no-arg constructor is used.
isImmutable() - Method in interface org.nakedobjects.applib.adapters.ValueSemanticsProvider
Whether the value is Immutable.
isInitialized() - Static method in class org.nakedobjects.applib.clock.Clock
Whether has been initialized or not.
isLessThan(Magnitude) - Method in class org.nakedobjects.applib.value.Color
Returns true if this value is less than the specified value.
isLessThan(Magnitude) - Method in class org.nakedobjects.applib.value.Date
Returns true if the time of this object is earlier than the specified time
isLessThan(Magnitude) - Method in class org.nakedobjects.applib.value.DateTime
returns true if the timeStamp of this object is earlier than the specified timeStamp
isLessThan(Magnitude) - Method in class org.nakedobjects.applib.value.Magnitude
 
isLessThan(Magnitude) - Method in class org.nakedobjects.applib.value.Money
 
isLessThan(Magnitude) - Method in class org.nakedobjects.applib.value.Percentage
 
isLessThan(Magnitude) - Method in class org.nakedobjects.applib.value.Time
returns true if the time of this object is earlier than the specified time
isLessThan(Magnitude) - Method in class org.nakedobjects.applib.value.TimeStamp
returns true if the timeStamp of this object is earlier than the specified timeStamp
isLessThanOrEqualTo(Magnitude) - Method in class org.nakedobjects.applib.value.Magnitude
 
isLessThanZero() - Method in class org.nakedobjects.applib.value.Money
Returns true if this value is less than zero.
isPersistent(Object) - Method in class org.nakedobjects.applib.AbstractContainedObject
Whether the provided object is persistent.
isPersistent() - Method in class org.nakedobjects.applib.AbstractDomainObject
Deprecated. - instead use AbstractContainedObject.isPersistent(Object).
isPersistent(Object) - Method in interface org.nakedobjects.applib.DomainObjectContainer
Determines if the specified object is persistent (that it is stored permanently outside of the virtual machine).
isPropertyOrCollection() - Method in class org.nakedobjects.applib.Identifier
Convenience method.
isValid(Object) - Method in class org.nakedobjects.applib.AbstractContainedObject
Convenience methods that delegates to DomainObjectContainer.
isValid(Object) - Method in interface org.nakedobjects.applib.DomainObjectContainer
Whether the object is in a valid state, that is that none of the validation of properties, collections and object-level is vetoing.
isVeto() - Method in class org.nakedobjects.applib.events.InteractionEvent
Whether this interaction has been vetoed (meaning that InteractionEvent.getReason() and InteractionEvent.getAdvisorClass() will both be non-null and the reason non-empty.)
isZero() - Method in class org.nakedobjects.applib.value.Money
 

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.