public interface JSLFrameProxy
Modifier and Type | Method and Description |
---|---|
void |
addFocusListener(FocusListener l) |
void |
addJSLFrameListener(JSLFrameListener l) |
void |
dispose() |
Container |
getContentPane() |
JSLFrame |
getJSLFrame() |
JSLFrameListener[] |
getJSLFrameListeners() |
Dimension |
getMinimumSize() |
Dimension |
getSize() |
Dimension |
getSize(Dimension rv) |
String |
getTitle() |
int |
getX() |
int |
getY() |
boolean |
isClosing() |
boolean |
isIcon() |
boolean |
isSelected() |
boolean |
isShowing() |
boolean |
isVisible() |
void |
moveToFront() |
void |
pack() |
void |
removeJSLFrameListener(JSLFrameListener l) |
void |
repaint() |
void |
setClosed(boolean b) |
void |
setJMenuBar(JMenuBar m) |
void |
setLocation(int x,
int y) |
void |
setLocation(Point p) |
void |
setSelected(boolean b) |
void |
setSize(int w,
int h) |
void |
setTitle(String title) |
void |
setVisible(boolean b) |
void moveToFront()
void setSelected(boolean b) throws PropertyVetoException
PropertyVetoException
void setClosed(boolean b) throws PropertyVetoException
PropertyVetoException
Container getContentPane()
void setTitle(String title)
void repaint()
String getTitle()
void addJSLFrameListener(JSLFrameListener l)
void setJMenuBar(JMenuBar m)
JSLFrame getJSLFrame()
void addFocusListener(FocusListener l)
void setSize(int w, int h)
Dimension getSize()
Dimension getMinimumSize()
void pack()
void dispose()
int getX()
int getY()
boolean isVisible()
void setVisible(boolean b)
void setLocation(int x, int y)
void setLocation(Point p)
JSLFrameListener[] getJSLFrameListeners()
void removeJSLFrameListener(JSLFrameListener l)
boolean isSelected()
boolean isShowing()
boolean isIcon()
boolean isClosing()
Copyright © 2014. All Rights Reserved.