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.spi -
-
Uses of As in it.tidalwave.actor
Classes in it.tidalwave.actor that implement As Modifier and Type Class Description classCollaborationCompletedMessageThis message notifies that aCollaborationhas been completed.classCollaborationStartedMessageThis message notifies that a newCollaborationhas been started.classMessageSupportA 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 interfacePresentationModelTODO: As the NetBeans Node, it should allow children, have event listeners for children added/removed/changed.interfaceUserActionMethods 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 aComparatorfor comparing two instances of objects implementingAsthat contain theDisplayablerole.Methods in it.tidalwave.role.ui with parameters of type As Modifier and Type Method Description static PresentationModelPresentationModel. ofMaybePresentable(As owner)Creates an instance from an owner which might have thePresentablerole.static PresentationModelPresentationModel. ofMaybePresentable(As owner, java.util.Collection<java.lang.Object> roles)Creates an instance from an owner which might have thePresentablerole. -
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<T> i)A facility simplified version ofPresentationModelCollectors.toCompositePresentationModel(java.lang.Iterable, java.util.function.Function).static <T extends As>
PresentationModelPresentationModelCollectors. toCompositePresentationModel(java.lang.Iterable<T> i, java.util.function.Function<T,java.lang.Object> roleCreator)A facility method that creates a compositePresentationModelout of an iterable (which means an array, a collection or a stream) of objects implementingAs.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.spi
Classes in it.tidalwave.util.spi that implement As Modifier and Type Class Description classAsSupport
-