com.infoengine.modeler.UI
Interface RootFrame.FrameCommon
- All Known Implementing Classes:
- ModelerFrame, ModelerInternalFrame
- Enclosing interface:
- RootFrame
- static interface RootFrame.FrameCommon
getContentPane
public Container getContentPane()
setSize
public void setSize(Dimension d)
setTitle
public void setTitle(String title)
addKeyListener
public void addKeyListener(KeyListener listener)
setJMenuBar
public void setJMenuBar(JMenuBar bar)
setBackground
public void setBackground(Color c)
getSize
public Dimension getSize()
getLocation
public Point getLocation()
getX
public int getX()
getY
public int getY()
getWidth
public int getWidth()
getHeight
public int getHeight()
setSize
public void setSize(int w,
int h)
setLocation
public void setLocation(int x,
int y)