|
|
|
@ -10,7 +10,7 @@ import com.fr.design.present.dict.DictionaryPane;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* |
|
|
|
|
* |
|
|
|
|
* @author zhou |
|
|
|
|
* @since 2012-5-31上午10:54:20 |
|
|
|
|
*/ |
|
|
|
@ -19,6 +19,7 @@ public class DictPresentPane extends FurtherBasicBeanPane<DictPresent> implement
|
|
|
|
|
|
|
|
|
|
public DictPresentPane() { |
|
|
|
|
dictionaryPane = new DictionaryPane(); |
|
|
|
|
dictionaryPane.setNeedTableDataChange(true); |
|
|
|
|
this.setLayout(new BorderLayout()); |
|
|
|
|
this.add(dictionaryPane, BorderLayout.CENTER); |
|
|
|
|
} |
|
|
|
@ -42,7 +43,7 @@ public class DictPresentPane extends FurtherBasicBeanPane<DictPresent> implement
|
|
|
|
|
public boolean accept(Object ob) { |
|
|
|
|
return ob instanceof DictPresent; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public void addTabChangeListener(ItemListener l){ |
|
|
|
|
dictionaryPane.addTabChangeListener(l); |
|
|
|
|
} |
|
|
|
@ -55,4 +56,4 @@ public class DictPresentPane extends FurtherBasicBeanPane<DictPresent> implement
|
|
|
|
|
public void registerDSChangeListener() { |
|
|
|
|
dictionaryPane.registerDSChangeListener(); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|