1
我有這樣的代碼:FEST:他的班(從基本組件繼承)獲取一個組件
//FrameFixture frame = (...got it from window, main frame...)
JTableFixture table = frame.table(new GenericTypeMatcher<JTable>(JTable.class) {
@Override protected boolean isMatching(JTable table) {
return (table instanceof myTreeTable);
}
});
心不是有沒有更好的一種語法糖由他的.class提取的成分(從繼承基本組件)?
出色答卷,像前一個。非常感謝,Max – Whimusical 2012-07-27 09:18:32
@ user1352530不用擔心,很高興它解決了! :) – tenorsax 2012-07-27 14:14:39