Uses of Interface
com.amalgamasimulation.desktop.ui.columndescriptors.Column.ContextMenuHandler
Packages that use Column.ContextMenuHandler
-
Uses of Column.ContextMenuHandler in com.amalgamasimulation.desktop.ui.columndescriptors
Fields in com.amalgamasimulation.desktop.ui.columndescriptors with type parameters of type Column.ContextMenuHandlerModifier and TypeFieldDescriptionprotected List<Column.ContextMenuHandler<T, V>> Column.contextMenuHanlersMethods in com.amalgamasimulation.desktop.ui.columndescriptors that return types with arguments of type Column.ContextMenuHandlerModifier and TypeMethodDescriptionColumn.getContextMenuHandlers()IColumn.getContextMenuHandlers()Returns a list context menu handlersMethods in com.amalgamasimulation.desktop.ui.columndescriptors with parameters of type Column.ContextMenuHandlerModifier and TypeMethodDescriptionColumn.addContextMenuHandler(Column.ContextMenuHandler<T, V> handler) IColumn.addContextMenuHandler(Column.ContextMenuHandler<T, V> handler) Adds a new ContextMenuHandler to the list handlersColumn.removeContextMenuHandler(Column.ContextMenuHandler<T, V> handler) IColumn.removeContextMenuHandler(Column.ContextMenuHandler<T, V> handler) Removes a previously added ContextMenuHandler from the list handlers