|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines the set of methods that a clients getUIFactory must provide in the returned value.
Method Summary | |
javax.swing.JFrame |
getJFrameUI(javax.swing.JFrame parent)
Returns a JFrame version of the UI |
javax.swing.JInternalFrame |
getJInternalFrameUI(javax.swing.JFrame parent,
javax.swing.JDesktopPane desk)
Returns a JInternalFrame version of the UI |
javax.swing.JPanel |
getJPanelUI(javax.swing.JFrame parent)
Returns a JPanel version of the UI |
Method Detail |
public javax.swing.JPanel getJPanelUI(javax.swing.JFrame parent)
public javax.swing.JFrame getJFrameUI(javax.swing.JFrame parent)
public javax.swing.JInternalFrame getJInternalFrameUI(javax.swing.JFrame parent, javax.swing.JDesktopPane desk)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |