public class FrameManager extends Object
コンストラクタと説明 |
---|
FrameManager(JFrame parent,
SetupParam param,
jp.co.sds_corp.util.db.DbAccess db,
ConnectInfo con) |
public FrameManager(JFrame parent, SetupParam param, jp.co.sds_corp.util.db.DbAccess db, ConnectInfo con)
public JInternalFrame getPanel(String name)
public void addPanel(String name, JInternalFrame panel)
public void removePanel(JInternalFrame panel)
public void showPanel(JInternalFrame panel)
public void locatePanel(JInternalFrame panel)
public void closeFrame(NodeInfo.Type type, String name)
public void closeFrame(String name)
public void closeFrame(JInternalFrame panel)
public void closeAll()
public static List<JInternalFrame> listFrame()
public JInternalFrame showTableViewer(String catalog, String schema, String name) throws Exception
Exception
public JInternalFrame showTableDesigner(String catalog, String schema, String name) throws Exception
Exception
public JInternalFrame showViewViewer(String catalog, String schema, String name) throws Exception
Exception
public JInternalFrame showViewDesigner(String catalog, String schema, String name) throws Exception
Exception
public JInternalFrame newTableDesigner(String catalog, String schema) throws Exception
Exception
public JInternalFrame showProcedureDesigner(String catalog, String schema, String name) throws Exception
Exception
public JInternalFrame showQuery() throws Exception
Exception
public JInternalFrame showStatus() throws Exception
Exception
public void addTableEventListener(TableEventListener lsn)
public void removeTableEventListener(TableEventListener lsn)
public void fireTableChanged(TableEvent ev)
Copyright © 2021 S.D.S Co.,Ltd.. All rights reserved.