Index
All Classes and Interfaces|All Packages
A
- addComponent(Component) - Method in class me.devnatan.inventoryframework.context.PlatformContext
- addContext(TContext) - Method in class me.devnatan.inventoryframework.PlatformView
-
Adds a context to this view.
- addLayoutSlot(LayoutSlot) - Method in class me.devnatan.inventoryframework.context.PlatformRenderContext
- addViewer(Viewer) - Method in class me.devnatan.inventoryframework.IFViewFrame
- addViewer(Viewer) - Method in class me.devnatan.inventoryframework.context.PlatformContext
- availableSlot() - Method in class me.devnatan.inventoryframework.context.PlatformRenderContext
-
Adds an item in the next available slot of this context's container.
- availableSlot(BiConsumer<Integer, T>) - Method in class me.devnatan.inventoryframework.context.PlatformRenderContext
-
Adds an item in the next available slot of this context's container.
B
- back() - Method in class me.devnatan.inventoryframework.context.PlatformConfinedContext
- back(Viewer) - Method in class me.devnatan.inventoryframework.PlatformView
-
This is an internal inventory-framework API that should not be used from outside of this library.
- back(Viewer, Object) - Method in class me.devnatan.inventoryframework.PlatformView
-
This is an internal inventory-framework API that should not be used from outside of this library.
- back(Object) - Method in class me.devnatan.inventoryframework.context.PlatformConfinedContext
- buildComputedAsyncPaginationState(Function<TContext, CompletableFuture<List<T>>>) - Method in class me.devnatan.inventoryframework.PlatformView
- buildComputedPaginationState(Function<TContext, List<? super T>>) - Method in class me.devnatan.inventoryframework.PlatformView
- buildLazyAsyncPaginationState(Function<TContext, CompletableFuture<List<T>>>) - Method in class me.devnatan.inventoryframework.PlatformView
- buildLazyPaginationState(Function<TContext, List<? super T>>) - Method in class me.devnatan.inventoryframework.PlatformView
- buildLazyPaginationState(Supplier<List<? super T>>) - Method in class me.devnatan.inventoryframework.PlatformView
- buildPaginationState(List<? super T>) - Method in class me.devnatan.inventoryframework.PlatformView
C
- canBack() - Method in class me.devnatan.inventoryframework.context.PlatformConfinedContext
- closeForEveryone() - Method in class me.devnatan.inventoryframework.context.PlatformContext
- closeForEveryone() - Method in class me.devnatan.inventoryframework.PlatformView
-
Closes all contexts that are currently active in this view.
- closeForPlayer() - Method in class me.devnatan.inventoryframework.context.PlatformConfinedContext
- closeForPlayer() - Method in class me.devnatan.inventoryframework.context.PlatformRenderContext
- computedAsyncPaginationState(Function<TContext, CompletableFuture<List<T>>>, PaginationValueConsumer<TContext, TItem, T>) - Method in class me.devnatan.inventoryframework.PlatformView
- computedPaginationState(Function<TContext, List<? super T>>, PaginationValueConsumer<TContext, TItem, T>) - Method in class me.devnatan.inventoryframework.PlatformView
- computedState(Function<TContext, T>) - Method in class me.devnatan.inventoryframework.PlatformView
- computedState(Supplier<T>) - Method in class me.devnatan.inventoryframework.PlatformView
- config - Variable in class me.devnatan.inventoryframework.context.PlatformContext
- ContextInvalidationOnCloseInterceptor - Class in me.devnatan.inventoryframework.pipeline
- ContextInvalidationOnCloseInterceptor() - Constructor for class me.devnatan.inventoryframework.pipeline.ContextInvalidationOnCloseInterceptor
- createBuilder() - Method in class me.devnatan.inventoryframework.context.PlatformRenderContext
-
Creates a new
PlatformRenderContextinstance for the current platform. - createConfig() - Method in class me.devnatan.inventoryframework.PlatformView
-
Creates a new ViewConfigBuilder instance with the default platform configuration.
- createEndless(Object) - Method in class me.devnatan.inventoryframework.PlatformView
-
Setups a endless context.
- createEndlessContext(Class<? extends RootView>) - Method in class me.devnatan.inventoryframework.IFViewFrame
-
Creates a context that is never invalidated.
- createEndlessContext(Class<? extends RootView>, Object) - Method in class me.devnatan.inventoryframework.IFViewFrame
-
Creates a context that is never invalidated.
- createRegisteredBuilder() - Method in class me.devnatan.inventoryframework.context.PlatformRenderContext
-
Creates a new platform builder instance and registers it.
- createRenderContext(IFOpenContext) - Method in class me.devnatan.inventoryframework.pipeline.PlatformOpenInterceptor
D
- debug(String) - Method in class me.devnatan.inventoryframework.logging.NoopLogger
- defaultConfig - Variable in class me.devnatan.inventoryframework.IFViewFrame
- defaultConfig(Consumer<ViewConfigBuilder>) - Method in class me.devnatan.inventoryframework.IFViewFrame
-
Sets the default configuration that will be used for all views registered from this framework.
- DefaultFeatureInstaller<P> - Class in me.devnatan.inventoryframework.feature
-
Simple HashMap-backed feature installer implementation.
- DefaultFeatureInstaller(P) - Constructor for class me.devnatan.inventoryframework.feature.DefaultFeatureInstaller
E
- enableDebug() - Method in class me.devnatan.inventoryframework.IFViewFrame
-
Enables internal code debugs.
- error(String) - Method in class me.devnatan.inventoryframework.logging.NoopLogger
F
- featureList - Variable in class me.devnatan.inventoryframework.feature.DefaultFeatureInstaller
- firstSlot() - Method in class me.devnatan.inventoryframework.context.PlatformRenderContext
-
Sets an item in the first slot of this context's container.
- FRAME_REGISTERED - Static variable in class me.devnatan.inventoryframework.IFViewFrame
-
Called when a
IFViewFrameis registered. - FRAME_UNREGISTERED - Static variable in class me.devnatan.inventoryframework.IFViewFrame
-
Called when a
IFViewFrameis unregistered.
G
- getAvailableSlotFactories() - Method in class me.devnatan.inventoryframework.context.PlatformRenderContext
- getComponentFactories() - Method in class me.devnatan.inventoryframework.context.PlatformRenderContext
- getComponents() - Method in class me.devnatan.inventoryframework.context.PlatformContext
- getComponentsAt(int) - Method in class me.devnatan.inventoryframework.context.PlatformContext
- getConfig() - Method in class me.devnatan.inventoryframework.context.PlatformRenderContext
- getContainer() - Method in class me.devnatan.inventoryframework.context.PlatformRenderContext
- getContainerOrThrow() - Method in class me.devnatan.inventoryframework.context.PlatformContext
-
Tries to get a container from the current context or throws an exception if not available.
- getContext(String) - Method in class me.devnatan.inventoryframework.PlatformView
-
Returns the context that is linked to the specified viewer in this view.
- getContext(Viewer) - Method in class me.devnatan.inventoryframework.PlatformView
-
Returns the context that is linked to the specified viewer in this view.
- getDefaultConfig() - Method in class me.devnatan.inventoryframework.IFViewFrame
-
The default configuration applier of this framework.
- getElementFactory() - Method in class me.devnatan.inventoryframework.PlatformView
- getFactory() - Static method in class me.devnatan.inventoryframework.internal.PlatformUtils
- getFramework() - Method in class me.devnatan.inventoryframework.PlatformView
-
This is an internal inventory-framework API that should not be used from outside of this library.
- getId() - Method in class me.devnatan.inventoryframework.context.PlatformRenderContext
- getIndexedViewers() - Method in class me.devnatan.inventoryframework.context.PlatformContext
- getIndexedViewers() - Method in class me.devnatan.inventoryframework.context.PlatformRenderContext
- getInitialData() - Method in class me.devnatan.inventoryframework.context.PlatformRenderContext
- getInitialTitle() - Method in class me.devnatan.inventoryframework.context.PlatformContext
- getInstalledFeatures() - Method in class me.devnatan.inventoryframework.feature.DefaultFeatureInstaller
- getInternalComponents() - Method in class me.devnatan.inventoryframework.context.PlatformContext
- getLayoutSlots() - Method in class me.devnatan.inventoryframework.context.PlatformRenderContext
- getPipeline() - Method in class me.devnatan.inventoryframework.IFViewFrame
-
This is an internal inventory-framework API that should not be used from outside of this library.
- getPlatform() - Method in class me.devnatan.inventoryframework.feature.DefaultFeatureInstaller
- getPrefix() - Method in class me.devnatan.inventoryframework.logging.NoopLogger
- getRegisteredViewByType(Class<?>) - Method in class me.devnatan.inventoryframework.IFViewFrame
-
Gets an instance of a registered view from its class-type.
- getRegisteredViews() - Method in class me.devnatan.inventoryframework.IFViewFrame
-
All registered views.
- getRoot() - Method in class me.devnatan.inventoryframework.context.PlatformContext
- getTitle() - Method in class me.devnatan.inventoryframework.context.PlatformContext
-
The actual title of this context.
- getUpdatedTitle() - Method in class me.devnatan.inventoryframework.context.PlatformContext
-
Title that has been
dynamically changedin this context. - getViewer() - Method in class me.devnatan.inventoryframework.context.PlatformConfinedContext
- getViewer() - Method in class me.devnatan.inventoryframework.context.PlatformRenderContext
- getViewers() - Method in class me.devnatan.inventoryframework.context.PlatformContext
H
- hasContext(UUID) - Method in class me.devnatan.inventoryframework.PlatformView
-
This is an internal inventory-framework API that should not be used from outside of this library.
I
- IFViewFrame<S extends IFViewFrame<S,
V>, V extends PlatformView<S, ?, ?, ?, ?, ?, ?, ?>> - Class in me.devnatan.inventoryframework - IFViewFrame() - Constructor for class me.devnatan.inventoryframework.IFViewFrame
- initialState() - Method in class me.devnatan.inventoryframework.PlatformView
- initialState(String) - Method in class me.devnatan.inventoryframework.PlatformView
- install(Feature<C, R, P>, UnaryOperator<C>) - Method in class me.devnatan.inventoryframework.feature.DefaultFeatureInstaller
- intercept(PipelineContext<VirtualView>, VirtualView) - Method in class me.devnatan.inventoryframework.pipeline.PlatformCloseInterceptor
- intercept(PipelineContext<VirtualView>, VirtualView) - Method in class me.devnatan.inventoryframework.pipeline.PlatformInitInterceptor
- intercept(PipelineContext<VirtualView>, VirtualView) - Method in class me.devnatan.inventoryframework.pipeline.PlatformOpenInterceptor
- intercept(PipelineContext<VirtualView>, VirtualView) - Method in class me.devnatan.inventoryframework.pipeline.PlatformRenderInterceptor
- intercept(PipelineContext<VirtualView>, VirtualView) - Method in class me.devnatan.inventoryframework.pipeline.ContextInvalidationOnCloseInterceptor
- intercept(PipelineContext<VirtualView>, VirtualView) - Method in class me.devnatan.inventoryframework.pipeline.PlatformUpdateHandlerInterceptor
- internalInitialization(IFViewFrame<?, ?>) - Method in class me.devnatan.inventoryframework.PlatformView
-
Called internally before the first initialization.
- internalOpen(Class<? extends V>, Collection<?>, Object) - Method in class me.devnatan.inventoryframework.IFViewFrame
-
Opens a view to more than one player with initial data.
- internalOpenActiveContext(Class<? extends RootView>, String, Object, Object) - Method in class me.devnatan.inventoryframework.IFViewFrame
-
Opens an active context.
- invalidateEndlessContext(String) - Method in class me.devnatan.inventoryframework.PlatformView
- isActive() - Method in class me.devnatan.inventoryframework.context.PlatformContext
- isEndless() - Method in class me.devnatan.inventoryframework.context.PlatformContext
- isInitialized() - Method in class me.devnatan.inventoryframework.PlatformView
-
The initialization state of this view.
- isRegistered() - Method in class me.devnatan.inventoryframework.IFViewFrame
-
If this view frame is registered.
- isRendered() - Method in class me.devnatan.inventoryframework.context.PlatformRenderContext
- isShared() - Method in class me.devnatan.inventoryframework.context.PlatformContext
- iterator() - Method in class me.devnatan.inventoryframework.context.PlatformContext
- iterator() - Method in class me.devnatan.inventoryframework.PlatformView
L
- lastSlot() - Method in class me.devnatan.inventoryframework.context.PlatformRenderContext
-
Sets an item in the last slot of this context's container.
- layoutSlot(char) - Method in class me.devnatan.inventoryframework.context.PlatformRenderContext
-
Defines the item that will represent a character provided in the context layout.
- layoutSlot(char, BiConsumer<Integer, T>) - Method in class me.devnatan.inventoryframework.context.PlatformRenderContext
-
Defines the item that will represent a character provided in the context layout.
- lazyAsyncPaginationState(Function<TContext, CompletableFuture<List<T>>>, PaginationValueConsumer<TContext, TItem, T>) - Method in class me.devnatan.inventoryframework.PlatformView
- lazyPaginationState(Function<TContext, List<? super T>>, PaginationValueConsumer<TContext, TItem, T>) - Method in class me.devnatan.inventoryframework.PlatformView
- lazyPaginationState(Supplier<List<? super T>>, PaginationValueConsumer<TContext, TItem, T>) - Method in class me.devnatan.inventoryframework.PlatformView
- lazyState(Function<TContext, T>) - Method in class me.devnatan.inventoryframework.PlatformView
- lazyState(Supplier<T>) - Method in class me.devnatan.inventoryframework.PlatformView
M
- me.devnatan.inventoryframework - package me.devnatan.inventoryframework
- me.devnatan.inventoryframework.context - package me.devnatan.inventoryframework.context
- me.devnatan.inventoryframework.feature - package me.devnatan.inventoryframework.feature
- me.devnatan.inventoryframework.internal - package me.devnatan.inventoryframework.internal
- me.devnatan.inventoryframework.logging - package me.devnatan.inventoryframework.logging
- me.devnatan.inventoryframework.pipeline - package me.devnatan.inventoryframework.pipeline
- multiRefs() - Method in class me.devnatan.inventoryframework.PlatformView
-
Creates a new empty reference instance that can hold multiple elements of the same type.
- mutableState(int) - Method in class me.devnatan.inventoryframework.PlatformView
- mutableState(T) - Method in class me.devnatan.inventoryframework.PlatformView
N
- navigateTo(Class<? extends PlatformView>, IFRenderContext, Viewer, Object) - Method in class me.devnatan.inventoryframework.PlatformView
-
This is an internal inventory-framework API that should not be used from outside of this library.
- navigateTo(Class<? extends PlatformView>, IFRenderContext, Object) - Method in class me.devnatan.inventoryframework.PlatformView
-
This is an internal inventory-framework API that should not be used from outside of this library.
- NoopLogger - Class in me.devnatan.inventoryframework.logging
- NoopLogger() - Constructor for class me.devnatan.inventoryframework.logging.NoopLogger
O
- onClick(TSlotClickContext) - Method in class me.devnatan.inventoryframework.PlatformView
-
Called when an actor clicks on a container while it has a view open.
- onClose(TCloseContext) - Method in class me.devnatan.inventoryframework.PlatformView
-
Called when the player closes the view's inventory.
- onFirstRender(TRenderContext) - Method in class me.devnatan.inventoryframework.PlatformView
-
Called only once before the container is displayed to a player.
- onInit(ViewConfigBuilder) - Method in class me.devnatan.inventoryframework.PlatformView
-
Called when the view is about to be configured, the returned object will be the view's configuration.
- onOpen(TOpenContext) - Method in class me.devnatan.inventoryframework.PlatformView
-
Called before a context is rendered, used to set up it.
- onResume(TContext, TContext) - Method in class me.devnatan.inventoryframework.PlatformView
-
Called when a context is resumed by
IFConfinedContext.back(). - onUpdate(TContext) - Method in class me.devnatan.inventoryframework.PlatformView
-
Called when the view is updated for a player.
- onViewerAdded(TContext, TViewer, Object) - Method in class me.devnatan.inventoryframework.PlatformView
-
Called when a
vieweris added to a context. - onViewerRemoved(TContext, TViewer) - Method in class me.devnatan.inventoryframework.PlatformView
-
Called when a
vieweris removed from a context. - open(String, Viewer, Object) - Method in class me.devnatan.inventoryframework.PlatformView
-
Opens an already active context to a viewer.
- open(List<Viewer>, Object) - Method in class me.devnatan.inventoryframework.PlatformView
-
Opens this view to one or more viewers.
- openForEveryone(Class<? extends RootView>) - Method in class me.devnatan.inventoryframework.context.PlatformContext
- openForEveryone(Class<? extends RootView>, Object) - Method in class me.devnatan.inventoryframework.context.PlatformContext
- openForPlayer(Class<? extends RootView>) - Method in class me.devnatan.inventoryframework.context.PlatformConfinedContext
- openForPlayer(Class<? extends RootView>) - Method in class me.devnatan.inventoryframework.context.PlatformRenderContext
- openForPlayer(Class<? extends RootView>, Object) - Method in class me.devnatan.inventoryframework.context.PlatformConfinedContext
- openForPlayer(Class<? extends RootView>, Object) - Method in class me.devnatan.inventoryframework.context.PlatformRenderContext
P
- paginationState(List<? super T>, PaginationValueConsumer<TContext, TItem, T>) - Method in class me.devnatan.inventoryframework.PlatformView
- performClickInComponent(Component, Viewer, ViewContainer, Object, int, boolean) - Method in class me.devnatan.inventoryframework.context.PlatformContext
- PlatformCloseInterceptor - Class in me.devnatan.inventoryframework.pipeline
- PlatformCloseInterceptor() - Constructor for class me.devnatan.inventoryframework.pipeline.PlatformCloseInterceptor
- PlatformConfinedContext - Class in me.devnatan.inventoryframework.context
- PlatformConfinedContext() - Constructor for class me.devnatan.inventoryframework.context.PlatformConfinedContext
- PlatformContext - Class in me.devnatan.inventoryframework.context
- PlatformContext() - Constructor for class me.devnatan.inventoryframework.context.PlatformContext
- PlatformInitInterceptor - Class in me.devnatan.inventoryframework.pipeline
- PlatformInitInterceptor() - Constructor for class me.devnatan.inventoryframework.pipeline.PlatformInitInterceptor
- PlatformOpenInterceptor - Class in me.devnatan.inventoryframework.pipeline
- PlatformOpenInterceptor() - Constructor for class me.devnatan.inventoryframework.pipeline.PlatformOpenInterceptor
- PlatformRenderContext<T extends me.devnatan.inventoryframework.component.ItemComponentBuilder<T,
C>, C extends me.devnatan.inventoryframework.context.IFContext> - Class in me.devnatan.inventoryframework.context - PlatformRenderContext(UUID, PlatformView, ViewConfig, ViewContainer, Map<String, Viewer>, Viewer, Object) - Constructor for class me.devnatan.inventoryframework.context.PlatformRenderContext
- PlatformRenderInterceptor - Class in me.devnatan.inventoryframework.pipeline
- PlatformRenderInterceptor() - Constructor for class me.devnatan.inventoryframework.pipeline.PlatformRenderInterceptor
- PlatformUpdateHandlerInterceptor - Class in me.devnatan.inventoryframework.pipeline
- PlatformUpdateHandlerInterceptor() - Constructor for class me.devnatan.inventoryframework.pipeline.PlatformUpdateHandlerInterceptor
- PlatformUtils - Class in me.devnatan.inventoryframework.internal
-
Utility class to define which ViewComponentFactory will be used for the current platform.
- PlatformUtils() - Constructor for class me.devnatan.inventoryframework.internal.PlatformUtils
- PlatformView<TFramework extends IFViewFrame<?,
?>, TViewer, TItem extends me.devnatan.inventoryframework.component.ItemComponentBuilder<TItem, TContext> & me.devnatan.inventoryframework.component.ComponentFactory, TContext extends me.devnatan.inventoryframework.context.IFContext, TOpenContext extends me.devnatan.inventoryframework.context.IFOpenContext, TCloseContext extends me.devnatan.inventoryframework.context.IFCloseContext, TRenderContext extends me.devnatan.inventoryframework.context.IFRenderContext, TSlotClickContext extends me.devnatan.inventoryframework.context.IFSlotClickContext> - Class in me.devnatan.inventoryframework - PlatformView() - Constructor for class me.devnatan.inventoryframework.PlatformView
R
- ref() - Method in class me.devnatan.inventoryframework.PlatformView
-
Creates a new unassigned reference instance.
- register() - Method in class me.devnatan.inventoryframework.IFViewFrame
-
Registers this view frame.
- registeredViews - Variable in class me.devnatan.inventoryframework.IFViewFrame
- registerPlatformInterceptors() - Method in class me.devnatan.inventoryframework.PlatformView
- remove(V...) - Method in class me.devnatan.inventoryframework.IFViewFrame
-
Removes a view from this view frame.
- removeAndTryInvalidateContext(Viewer, TContext) - Method in class me.devnatan.inventoryframework.PlatformView
- removeComponent(Component) - Method in class me.devnatan.inventoryframework.context.PlatformContext
- removeContext(IFContext) - Method in class me.devnatan.inventoryframework.PlatformView
-
Removes a given context from this view if that context is linked to this view.
- removeFactory() - Static method in class me.devnatan.inventoryframework.internal.PlatformUtils
- removeViewer(Viewer) - Method in class me.devnatan.inventoryframework.IFViewFrame
- removeViewer(Viewer) - Method in class me.devnatan.inventoryframework.context.PlatformContext
- renderComponent(Component) - Method in class me.devnatan.inventoryframework.context.PlatformContext
- renderContext(TRenderContext) - Method in class me.devnatan.inventoryframework.PlatformView
-
Renders a given context in this view.
- resetTitleForEveryone() - Method in class me.devnatan.inventoryframework.context.PlatformContext
- resetTitleForPlayer() - Method in class me.devnatan.inventoryframework.context.PlatformConfinedContext
- resetTitleForPlayer() - Method in class me.devnatan.inventoryframework.context.PlatformRenderContext
- resultSlot() - Method in class me.devnatan.inventoryframework.context.PlatformRenderContext
-
This API is experimental and is not subject to the general compatibility guarantees such API may be changed or may be removed completely in any further release.
- root - Variable in class me.devnatan.inventoryframework.context.PlatformRenderContext
S
- setActive(boolean) - Method in class me.devnatan.inventoryframework.context.PlatformContext
- setEndless(boolean) - Method in class me.devnatan.inventoryframework.context.PlatformContext
- setFactory(ElementFactory) - Static method in class me.devnatan.inventoryframework.internal.PlatformUtils
- setInitialData(Object) - Method in class me.devnatan.inventoryframework.context.PlatformRenderContext
- setInitialized(boolean) - Method in class me.devnatan.inventoryframework.PlatformView
-
Sets the initialization state of this view.
- setRegistered(boolean) - Method in class me.devnatan.inventoryframework.IFViewFrame
-
Sets the registered state of this view frame.
- setRendered() - Method in class me.devnatan.inventoryframework.context.PlatformRenderContext
-
This is an internal inventory-framework API that should not be used from outside of this library.
- skipOpen - Variable in class me.devnatan.inventoryframework.pipeline.PlatformOpenInterceptor
- slot(int) - Method in class me.devnatan.inventoryframework.context.PlatformRenderContext
-
Adds an item to a specific slot in the context container.
- slot(int, int) - Method in class me.devnatan.inventoryframework.context.PlatformRenderContext
-
Adds an item at the specific column and ROW (X, Y) in that context's container.
- state(T) - Method in class me.devnatan.inventoryframework.PlatformView
T
- toString() - Method in class me.devnatan.inventoryframework.context.PlatformContext
- tryThrowDoNotWorkWithSharedContext() - Method in class me.devnatan.inventoryframework.context.PlatformContext
- tryThrowDoNotWorkWithSharedContext(String) - Method in class me.devnatan.inventoryframework.context.PlatformContext
U
- uninstall(Feature<?, ?, P>) - Method in class me.devnatan.inventoryframework.feature.DefaultFeatureInstaller
- unregister() - Method in class me.devnatan.inventoryframework.IFViewFrame
-
Unregisters this view frame and closes all registered views.
- unsetSlot() - Method in class me.devnatan.inventoryframework.context.PlatformRenderContext
-
Creates a new item builder without a specified slot.
- update() - Method in class me.devnatan.inventoryframework.context.PlatformContext
- updateComponent(Component, boolean) - Method in class me.devnatan.inventoryframework.context.PlatformContext
- updateTitleForEveryone(String) - Method in class me.devnatan.inventoryframework.context.PlatformContext
- updateTitleForPlayer(String) - Method in class me.devnatan.inventoryframework.context.PlatformConfinedContext
- updateTitleForPlayer(String) - Method in class me.devnatan.inventoryframework.context.PlatformRenderContext
V
- viewerById - Variable in class me.devnatan.inventoryframework.IFViewFrame
W
- warn(String) - Method in class me.devnatan.inventoryframework.logging.NoopLogger
- with(V...) - Method in class me.devnatan.inventoryframework.IFViewFrame
-
Registers a new view to this view frame.
All Classes and Interfaces|All Packages