Uses of Interface
it.tidalwave.util.As
-
Packages that use As Package Description it.tidalwave.actor it.tidalwave.role.ui it.tidalwave.role.ui.spi it.tidalwave.util -
-
Uses of As in it.tidalwave.actor
Classes in it.tidalwave.actor that implement As Modifier and Type Class Description class
CollaborationCompletedMessage
This message notifies that aCollaboration
has been completed.class
CollaborationStartedMessage
This message notifies that a newCollaboration
has been started.class
MessageSupport
A support class for implementing messages. -
Uses of As in it.tidalwave.role.ui
Subinterfaces of As in it.tidalwave.role.ui Modifier and Type Interface Description interface
PresentationModel
TODO: As the NetBeans Node, it should allow children, have event listeners for children added/removed/changed.interface
UserAction
Methods in it.tidalwave.role.ui that return types with arguments of type As Modifier and Type Method Description static java.util.Comparator<As>
Displayable. asComparing()
Returns aComparator
for comparing two instances of objects implementingAs
that contain theDisplayable
role.Methods in it.tidalwave.role.ui with parameters of type As Modifier and Type Method Description static PresentationModel
PresentationModel. ofMaybePresentable(As owner)
Creates an instance from an owner which might have thePresentable
role.static PresentationModel
PresentationModel. ofMaybePresentable(As owner, java.util.Collection<java.lang.Object> roles)
Creates an instance from an owner which might have thePresentable
role. -
Uses of As in it.tidalwave.role.ui.spi
Methods in it.tidalwave.role.ui.spi with type parameters of type As Modifier and Type Method Description static <T extends As>
PresentationModelPresentationModelCollectors. toCompositePresentationModel(java.lang.Iterable<? extends T> i, java.util.function.Function<? super T,java.lang.Object> roleCreator)
A facility method that creates a compositePresentationModel
out of an iterable (which means an array, a collection or a stream) of objects implementingAs
.static <T extends As>
PresentationModelPresentationModelCollectors. toCompositePresentationModel(java.lang.Iterable<T> i)
A facility simplified version ofPresentationModelCollectors.toCompositePresentationModel(java.lang.Iterable, java.util.function.Function)
.Constructors in it.tidalwave.role.ui.spi with parameters of type As Constructor Description SimpleCompositePresentable(As datum)
SimpleCompositePresentable(As datum, PresentationModelFactory defaultPresentationModelFactory)
-
Uses of As in it.tidalwave.util
Methods in it.tidalwave.util that return As Modifier and Type Method Description static As
As. forObject(java.lang.Object object)
Creates anAs
implementation delegate for the given object (or returns the object itself if it is the default implementation ofAs
).static As
As. forObject(java.lang.Object object, java.lang.Object role)
Creates anAs
implementation delegate for the given object.static As
As. forObject(java.lang.Object object, java.util.Collection<java.lang.Object> roles)
Creates anAs
implementation delegate for the given object.
-