Uses of Interface
org.eclipse.nebula.widgets.nattable.persistence.command.IStateChangedListener
Packages that use IStateChangedListener
Package
Description
-
Uses of IStateChangedListener in org.eclipse.nebula.widgets.nattable.persistence.command
Methods in org.eclipse.nebula.widgets.nattable.persistence.command with parameters of type IStateChangedListenerModifier and TypeMethodDescriptionvoidDisplayPersistenceDialogCommandHandler.addStateChangeListener(IStateChangedListener listener) Add the givenIStateChangedListenerto the local list of listeners.voidDisplayPersistenceDialogCommandHandler.removeStateChangeListener(IStateChangedListener listener) Removes the givenIStateChangedListenerfrom the local list of listeners. -
Uses of IStateChangedListener in org.eclipse.nebula.widgets.nattable.persistence.gui
Methods in org.eclipse.nebula.widgets.nattable.persistence.gui with parameters of type IStateChangedListenerModifier and TypeMethodDescriptionvoidPersistenceDialog.addStateChangeListener(IStateChangedListener listener) Add the givenIStateChangedListenerto the local list of listeners.voidPersistenceDialog.removeStateChangeListener(IStateChangedListener listener) Removes the givenIStateChangedListenerfrom the local list of listeners.Method parameters in org.eclipse.nebula.widgets.nattable.persistence.gui with type arguments of type IStateChangedListenerModifier and TypeMethodDescriptionvoidPersistenceDialog.addAllStateChangeListener(List<IStateChangedListener> listeners) Adds the givenIStateChangedListeners to the local list of listeners.voidPersistenceDialog.removeAllStateChangeListener(List<IStateChangedListener> listeners) Removes the givenIStateChangedListeners from the local list of listeners.