|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComponentFactory
OpenORB Management Board / Component Factory Interface
Method Summary | |
---|---|
javax.swing.JComboBox |
createComboBox(java.lang.Object[] items)
Create a ComboBox |
javax.swing.JDialog |
createDialog()
Create a Dialog |
javax.swing.JButton |
createDialogButton()
Create a Button |
javax.swing.JButton |
createDialogButton(javax.swing.Action a)
|
javax.swing.JFrame |
createFrame()
Create a Frame |
javax.swing.JInternalFrame |
createInternalFrame()
Create an InternalFrame |
javax.swing.JLabel |
createLabel()
Create a Label |
javax.swing.JMenu |
createMenu()
Create a Menu |
javax.swing.JMenu |
createMenu(javax.swing.Action a)
|
javax.swing.JMenuBar |
createMenuBar()
Create a MenuBar |
javax.swing.JMenuItem |
createMenuItem()
Create a MenuItem |
javax.swing.JMenuItem |
createMenuItem(javax.swing.Action a)
|
javax.swing.JPopupMenu |
createPopupMenu()
Create a Popup |
javax.swing.JComponent |
createStatusBar()
Create a StatusBar |
javax.swing.JToolBar |
createToolBar()
Create a ToolBar |
javax.swing.JButton |
createToolBarButton()
Create a ToolBar Button |
javax.swing.JButton |
createToolBarButton(javax.swing.Action a)
|
Method Detail |
---|
javax.swing.JFrame createFrame()
javax.swing.JInternalFrame createInternalFrame()
javax.swing.JDialog createDialog()
javax.swing.JPopupMenu createPopupMenu()
javax.swing.JToolBar createToolBar()
javax.swing.JComboBox createComboBox(java.lang.Object[] items)
javax.swing.JButton createToolBarButton()
javax.swing.JButton createToolBarButton(javax.swing.Action a)
javax.swing.JButton createDialogButton()
javax.swing.JButton createDialogButton(javax.swing.Action a)
javax.swing.JMenuBar createMenuBar()
javax.swing.JMenu createMenu()
javax.swing.JMenu createMenu(javax.swing.Action a)
javax.swing.JMenuItem createMenuItem()
javax.swing.JMenuItem createMenuItem(javax.swing.Action a)
javax.swing.JComponent createStatusBar()
javax.swing.JLabel createLabel()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |