pl.edu.agh.cast.backward.editor
Class LayoutManagerFactory
java.lang.Object
pl.edu.agh.cast.backward.editor.LayoutManagerFactory
public final class LayoutManagerFactory
- extends Object
Class for creating LayoutManager
s.
- Author:
- AGH CAST Team
Method Summary |
static org.eclipse.draw2d.LayoutManager |
getByClassName(String layoutManagerClass)
Returns an instance of LayoutManager from class with given name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getByClassName
public static org.eclipse.draw2d.LayoutManager getByClassName(String layoutManagerClass)
- Returns an instance of
LayoutManager
from class with given name.
- Parameters:
layoutManagerClass
- name of the manager class (see Class.forName(String)
)
- Returns:
- an instance of requested
LayoutManager
Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.