Package adams.gui.event
-
Interface Summary Interface Description ActorChangeListener Interface for classes that listen to changes in the tree.ConsolePanelListener For classes that listen toConsolePanel
events .DataChangeListener Inteface for classes that listen to data changes in a SpectrumPanel.DoubleClickListener For classes that listen to double-clicks (of the left mouse button).FieldCacheUpdateListener Interface for field cache update listeners.FilterListener<T extends DataContainer> Interface for classes that want to listen to events that trigger filtering.HistorySelectionListener Interface for classes that listen to selections of history items.ImagePanelLeftClickListener Interface for listening for left-click events in theImagePanel
.ImagePanelSelectionListener Interface for listening for selection events in theImagePanel
.InstancesSortSetupListener Interface for listeners that react to changes in a sort setup of aInstancesSortPanel
.NodeDroppedListener Interface for classes that listen to nodes being "dropped".PaintListener Interface for listening for paint updates of GUI components.PlotPanelPanningListener Interface for listening for panning events in thePlotPanel
.PlotPanelZoomListener Interface for listening for zoom events in thePlotPanel
.PopupMenuListener For listeners that can display a popup menu.RecentItemListener<M,T> Interface for classes that listen to events ofAbstractRecentItemsHandler
.RemoteControlCenterListener Interface for classes that listen to remote control center events.RemoteScriptingEngineUpdateListener Interface for listeners that listen to updates to the remote scripting engine.RemoveItemsListener For classes that listen to item removals.ScriptingInfoListener Interface for classes that want to be notified about scripting events (idle, non-idle).ScriptingListener Interface for classes that want to be notified about scripting events.SearchListener For classes that wait for search events sent by a SearchPanel.SortSetupListener Interface for listeners that react to changes in a sort setup of aSortPanel
.SpreadSheetProcessorListener Interface for listeners that react to changes in aSpreadSheetProcessorPanel
.SqlQueryPanelListener Interface for listeners that react to changes in aSqlQueryPanel
.TabClosedListener Interface for classes that listen to changes in visibility of tabs of aBaseTabbedPane
.TabVisibilityChangeListener Interface for classes that listen to changes in visibility of tabs of aBaseTabbedPaneWithTabHiding
.UndoListener Interface for classes that listen to Undo events.WekaInvestigatorDataListener Interface for classes that get notified about changes in the data in anInvestigatorPanel
. -
Class Summary Class Description ActorChangeEvent Event that gets sent when the tree's actors got modified.ConsolePanelEvent Event that gets sent when theConsolePanel
receives new data.DataChangeEvent An event indicating that the underlying containers have changed.DoubleClickEvent Event that gets sent in case of double-clicks (left mouse-button).FieldCacheUpdateEvent Event that gets sent when a field cache gets updated.FilterEvent<T extends DataContainer> Event that gets sent from a FilterDialog.HistorySelectionEvent Event that gets sent when a history item gets selected.ImagePanelLeftClickEvent Event that gets sent in case of a left-click event in theImagePanel
.ImagePanelSelectionEvent Event that gets sent in case of a box selection event in theImagePanel
.InstancesSortSetupEvent Event that gets sent when theInstancesSortPanel
setup changes.NodeDroppedEvent Event that gets sent in case of successful drag'n'drop events.PaintEvent Event that gets sent in case of a paint update of a GUI component.PlotPanelPanningEvent Event that gets sent in case of a panning event in thePlotPanel
.PlotPanelZoomEvent Event that gets sent in case of a zoom event in thePlotPanel
.RecentItemEvent<M,T> Event that gets sent when recent items change or get selected.RemoteControlCenterEvent Events that the RemoteControlCenter send.RemoteScriptingEngineUpdateEvent Event that gets sent if the remote scripting engine got updated.RemoveItemsEvent Event that gets sent when items are to be deleted.ScriptingEvent Gets sent when a scripting event happened.ScriptingInfoEvent Gets sent when a scripting event happened.SearchEvent Event gets sent when a search is to be initiated.SortSetupEvent Event that gets sent when theSortPanel
setup changes.SpreadSheetProcessorEvent Events that get sent when changes occur in theSpreadSheetProcessorPanel
.SqlQueryPanelEvent Event that gets sent whenSqlQueryPanelEvent
changes.TabClosedEvent Event that gets sent when a tab gets closed.TabVisibilityChangeEvent Event that gets sent when tabs get hidden or set visible in aBaseTabbedPaneWithTabHiding
.UndoEvent An event that gets sent in case of an Undo event (add, undo).WekaInvestigatorDataEvent Event that gets sent when the data in anInvestigatorPanel
changes. -
Enum Summary Enum Description ActorChangeEvent.Type The type of event.DataChangeEvent.Type the type of event.InstancesSortSetupEvent.EventType The type of event.NodeDroppedEvent.NotificationTime For a more fine-grained notification of drop events.PaintEvent.PaintMoment Enumeration indicating what paintlets should be executed.PlotPanelPanningEvent.PanningEventType The type of panning event.PlotPanelZoomEvent.ZoomEventType The type of zoom event.RemoteControlCenterEvent.EventType The type of event.SortSetupEvent.EventType The type of event.SpreadSheetProcessorEvent.EventType The type of event.SqlQueryPanelEvent.EventType The type of event.TabVisibilityChangeEvent.Type The type of event.UndoEvent.UndoType The enum of event types.