| | |
| | | static String datatypeis="全部数据类型"; |
| | | static boolean chushi_enhd=false; |
| | | static boolean start_jiexi=false; |
| | | static String tagid="0"; |
| | | |
| | | public Index1() {//构造方法 |
| | | Toolkit toolkit = getToolkit();// 获得窗体工具包 |
| | |
| | | search.addActionListener(new ActionListener() { |
| | | public void actionPerformed(ActionEvent e) { |
| | | String serch=getSearchFileld().getText().trim(); |
| | | if(getSearchFileld().getText().length()>=1) { |
| | | tagid=serch; |
| | | if(serch.length()>=1) { |
| | | int size=Dell_door.serch(serch).size(); |
| | | ShowMessage.zidingyi("搜索到数据"+size); |
| | | updateSerch(serch); |
| | |
| | | but_shuaxin1=new JButtonModel("刷新表格"); |
| | | but_shuaxin1.addActionListener(new ActionListener() { |
| | | public void actionPerformed(ActionEvent e) { |
| | | tagid="0"; |
| | | updateTable(); |
| | | } |
| | | }); |
| | |
| | | Index1.showare = showare; |
| | | } |
| | | |
| | | public static String getTagid() { |
| | | return tagid; |
| | | } |
| | | |
| | | |
| | | |
| | | |