Uses of Record Class
com.amalgamasimulation.desktop.ui.views.ColumnViewAdapter.ContextMenuArgs
Packages that use ColumnViewAdapter.ContextMenuArgs
Package
Description
-
Uses of ColumnViewAdapter.ContextMenuArgs in com.amalgamasimulation.desktop.ui.tables
Method parameters in com.amalgamasimulation.desktop.ui.tables with type arguments of type ColumnViewAdapter.ContextMenuArgsModifier and TypeMethodDescriptionvoidTable.addContextMenuHandler(Consumer<ColumnViewAdapter.ContextMenuArgs<T>> contextMenuHandler) Registers a handler for context menu events.voidTree.addContextMenuHandler(Consumer<ColumnViewAdapter.ContextMenuArgs<T>> contextMenuHandler) Registers a handler for context menu events.voidTable.removeContextMenuHandler(Consumer<ColumnViewAdapter.ContextMenuArgs<T>> contextMenuHandler) Unregisters a previously registered context menu handler.voidTree.removeContextMenuHandler(Consumer<ColumnViewAdapter.ContextMenuArgs<T>> contextMenuHandler) Unregisters a previously registered context menu handler. -
Uses of ColumnViewAdapter.ContextMenuArgs in com.amalgamasimulation.desktop.ui.views
Method parameters in com.amalgamasimulation.desktop.ui.views with type arguments of type ColumnViewAdapter.ContextMenuArgsModifier and TypeMethodDescriptionvoidColumnViewAdapter.addContextMenuHandler(Consumer<ColumnViewAdapter.ContextMenuArgs<T>> contextMenuHandler) Registers a handler for context menu events.voidColumnViewAdapter.removeContextMenuHandler(Consumer<ColumnViewAdapter.ContextMenuArgs<T>> contextMenuHandler) Unregisters a previously registered context menu handler.