Uses of Class
net.ssehub.easy.producer.ui.confModel.GUIHistoryItem
-
Packages that use GUIHistoryItem Package Description net.ssehub.easy.producer.ui.confModel This package holds a GUI representation of the configuration with methods and additional information as needed by the Eclipse UI. -
-
Uses of GUIHistoryItem in net.ssehub.easy.producer.ui.confModel
Fields in net.ssehub.easy.producer.ui.confModel with type parameters of type GUIHistoryItem Modifier and Type Field Description private java.util.List<GUIHistoryItem>GUIHistory. assignmentHistoryMethods in net.ssehub.easy.producer.ui.confModel that return GUIHistoryItem Modifier and Type Method Description GUIHistoryItemGUIHistory. getLastHistoryItem()Returns the latest insertedGUIHistoryItem.Methods in net.ssehub.easy.producer.ui.confModel with parameters of type GUIHistoryItem Modifier and Type Method Description intGUIHistoryItem. compareTo(GUIHistoryItem historyItem)
-