public interface LayoutManager extends DocumentManager
Modifier and Type | Field and Description |
---|---|
static String |
TEMPLATE_FILE_POINTEXT |
static String |
TYPENAME |
NOTIFY_AFTER_CREATEDOCUMENT, NOTIFY_AFTER_GETMAINWINDOW, NOTIFY_AFTER_GETPROPERTIESWINDOW
Modifier and Type | Method and Description |
---|---|
IFFrameDialog |
createFFrameDialog(IFFrame fframe,
LayoutPanel layoutPanel) |
IFFrameDialog |
createFFrameDialog(IFFrame fframe,
LayoutPanel layoutPanel,
AffineTransform affineTransform) |
IFFrame |
createFrame(String frameName) |
IContextMenuAction[] |
createLayoutMenuActions(LayoutPanel layoutPanel) |
void |
registerFFrameDialog(String name,
Class clazz) |
void |
registerFrameFactory(FrameFactory frameFactory)
Registers in the points of extension the Factory
|
void |
registerFrameFactory(FrameFactory frameFactory,
String alias)
Registers in the points of extension the Factory with alias.
|
void |
registerLayoutMenuAction(String name,
Class<? extends IContextMenuAction> clazz) |
createDocument, createDocumentByUser, createDocumentsByUser, existName, getIcon, getIconSelected, getMainComponent, getMainComponent, getMainWindow, getMainWindow, getMainWindowClass, getPriority, getPropertiesWindow, getTitle, getTypeName, registerMainComponent, unregisterMainComponent
create, create, create
createFromState, getDefinition, getDefinitions, getDomainName, getDomainURL, getManagedClass, getManagedClass, getManagedClass, getManagedClasses, getManagedClassName, loadFromState, manages, manages, manages, saveToState
addObserver, deleteObserver, deleteObservers
static final String TYPENAME
static final String TEMPLATE_FILE_POINTEXT
IFFrameDialog createFFrameDialog(IFFrame fframe, LayoutPanel layoutPanel, AffineTransform affineTransform)
IFFrameDialog createFFrameDialog(IFFrame fframe, LayoutPanel layoutPanel)
void registerFrameFactory(FrameFactory frameFactory, String alias)
frameFactory
- FrameFactory to register.alias
- Alias.void registerFrameFactory(FrameFactory frameFactory)
frameFactory
- FrameFactory to register.void registerLayoutMenuAction(String name, Class<? extends IContextMenuAction> clazz)
IContextMenuAction[] createLayoutMenuActions(LayoutPanel layoutPanel)