public interface IGenericPanel
Modifier and Type | Method and Description |
---|---|
javax.swing.JComponent |
fetchChildPanel(IEViewGeneric view_)
Fetches the component of the delivered view.
|
IViewContainer |
fetchContainer(IEViewGeneric view_)
Returns the container of switch within the view.
|
javax.swing.DefaultListModel |
fetchListModel(IEViewGeneric switch_)
Fetches the current list model of the generic panel.
|
javax.swing.JPanel |
fetchPanel()
Returns the current panel of the delegated container.
|
javax.swing.JTabbedPane |
fetchTabbedPane()
Returns the current tab panel of the the delegated container.
|
javax.swing.JPanel fetchPanel()
null
value if no panel exists.javax.swing.JTabbedPane fetchTabbedPane()
null
value. There can also be returned a
null
value.javax.swing.JComponent fetchChildPanel(IEViewGeneric view_)
IEViewGeneric
. If the container
does not exist there can also be a null returned.view_
- Is the view you wanted to return.IViewContainer fetchContainer(IEViewGeneric view_) throws EnumerationException
view_
- The view generic enumeration interface.EnumerationException
- Throws an enumeration exception if an
error occurred on the enumeration (possibly it is not defined and
so on).javax.swing.DefaultListModel fetchListModel(IEViewGeneric switch_) throws EnumerationException
null
value.switch_
- Is the viewable generic enumeration interface.EnumerationException
- If the corresponding enumeration doesn't
exist.14-September-2016 18:23 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft