com.infoengine.modeler.UI
Interface RootFrame.FrameCommon

All Known Implementing Classes:
ModelerFrame, ModelerInternalFrame
Enclosing interface:
RootFrame

static interface RootFrame.FrameCommon


Method Summary
 void addKeyListener(KeyListener listener)
           
 Container getContentPane()
           
 int getHeight()
           
 Point getLocation()
           
 Dimension getSize()
           
 int getWidth()
           
 int getX()
           
 int getY()
           
 void setBackground(Color c)
           
 void setJMenuBar(JMenuBar bar)
           
 void setLocation(int x, int y)
           
 void setSize(Dimension d)
           
 void setSize(int w, int h)
           
 void setTitle(String title)
           
 

Method Detail

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)