Class PluginListPart
- java.lang.Object
-
- de.willuhn.jameica.gui.internal.parts.PluginListPart
-
-
Constructor Summary
Constructors Constructor Description PluginListPart(PluginDetailPart.Type type)
ct.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
paint(org.eclipse.swt.widgets.Composite comp)
Malt die Komponente in das angegebene Composite.
-
-
-
Constructor Detail
-
PluginListPart
public PluginListPart(PluginDetailPart.Type type)
ct.- Parameters:
type
- der Reiter, der per Default den Fokus haben soll.
-
-
Method Detail
-
paint
public void paint(org.eclipse.swt.widgets.Composite comp) throws java.rmi.RemoteException
Description copied from interface:Part
Malt die Komponente in das angegebene Composite.- Specified by:
paint
in interfacePart
- Parameters:
comp
- das Composite.- Throws:
java.rmi.RemoteException
- See Also:
Part.paint(org.eclipse.swt.widgets.Composite)
-
-