Uses of Class
net.sourceforge.pmd.util.fxdesigner.model.testing.LiveViolationRecord
-
Packages that use LiveViolationRecord Package Description net.sourceforge.pmd.util.fxdesigner.model.testing net.sourceforge.pmd.util.fxdesigner.util.controls -
-
Uses of LiveViolationRecord in net.sourceforge.pmd.util.fxdesigner.model.testing
Methods in net.sourceforge.pmd.util.fxdesigner.model.testing that return LiveViolationRecord Modifier and Type Method Description LiveViolationRecordLiveViolationRecord. deepCopy()Methods in net.sourceforge.pmd.util.fxdesigner.model.testing that return types with arguments of type LiveViolationRecord Modifier and Type Method Description org.reactfx.collection.LiveList<LiveViolationRecord>LiveTestCase. getExpectedViolations()Methods in net.sourceforge.pmd.util.fxdesigner.model.testing with parameters of type LiveViolationRecord Modifier and Type Method Description intLiveViolationRecord. compareTo(LiveViolationRecord o) -
Uses of LiveViolationRecord in net.sourceforge.pmd.util.fxdesigner.util.controls
Methods in net.sourceforge.pmd.util.fxdesigner.util.controls that return types with arguments of type LiveViolationRecord Modifier and Type Method Description javafx.collections.ObservableList<LiveViolationRecord>ViolationCollectionView. getItems()org.reactfx.value.Val<javafx.collections.ObservableList<LiveViolationRecord>>ViolationCollectionView. itemsProperty()Method parameters in net.sourceforge.pmd.util.fxdesigner.util.controls with type arguments of type LiveViolationRecord Modifier and Type Method Description voidViolationCollectionView. setItems(javafx.collections.ObservableList<LiveViolationRecord> ruleProperties)
-