Uses of Class
adams.gui.event.NodeDroppedEvent.NotificationTime
-
Packages that use NodeDroppedEvent.NotificationTime Package Description adams.gui.event -
-
Uses of NodeDroppedEvent.NotificationTime in adams.gui.event
Fields in adams.gui.event declared as NodeDroppedEvent.NotificationTime Modifier and Type Field Description protected NodeDroppedEvent.NotificationTime
NodeDroppedEvent. m_NotificationTime
the time of notification.Methods in adams.gui.event that return NodeDroppedEvent.NotificationTime Modifier and Type Method Description NodeDroppedEvent.NotificationTime
NodeDroppedEvent. getNotificationTime()
Returns the notification time of the event.static NodeDroppedEvent.NotificationTime
NodeDroppedEvent.NotificationTime. valueOf(String name)
Returns the enum constant of this type with the specified name.static NodeDroppedEvent.NotificationTime[]
NodeDroppedEvent.NotificationTime. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in adams.gui.event with parameters of type NodeDroppedEvent.NotificationTime Constructor Description NodeDroppedEvent(BaseTree source, BaseTreeNode[] nodes, NodeDroppedEvent.NotificationTime time)
Initializes the event.NodeDroppedEvent(BaseTree source, BaseTreeNode node, NodeDroppedEvent.NotificationTime time)
Initializes the event.
-