Interface MasterView<M,D>
-
public interface MasterView<M,D>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<D>getDetailElements(M element)javax.swing.JComponentgetMasterComponent()ProMTraceList<M>getMasterList()
-
-
-
Method Detail
-
getMasterComponent
javax.swing.JComponent getMasterComponent()
-
getMasterList
ProMTraceList<M> getMasterList()
-
-