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 voidpaint(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.RemoteExceptionDescription copied from interface:PartMalt die Komponente in das angegebene Composite.- Specified by:
paintin interfacePart- Parameters:
comp- das Composite.- Throws:
java.rmi.RemoteException- See Also:
Part.paint(org.eclipse.swt.widgets.Composite)
-
-