|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttemplates.presentation.TemplateToolset.TemplateUID
protected class TemplateToolset.TemplateUID
The UIDescriptor which specifies the UI elements to be displayed
when a TemplateModel is activated in IDES.
| Field Summary | |
|---|---|
protected TemplateEditableCanvas |
canvas
The main canvas which lets the user edit the template design. |
protected TemplateConsistencyCanvas |
consistency
The canvas which highlights the consistency issues in the template design. |
protected IssuesViewer |
issues
The Presentation which lists the consistency issues in the
template design. |
protected TemplateModel |
model
The template design which is displayed by the Presentations
specified in this descriptor. |
protected ides.api.plugin.presentation.Presentation |
statusBar
The status bar to be displayed when the TemplateModel is
activated in IDES. |
| Constructor Summary | |
|---|---|
TemplateToolset.TemplateUID(TemplateModel model)
Construct the UIDescriptor for the given
TemplateModel. |
|
| Method Summary | |
|---|---|
ides.api.plugin.presentation.Presentation[] |
getLeftPanePresentations()
|
ides.api.plugin.presentation.Presentation[] |
getMainPanePresentations()
|
javax.swing.JMenu[] |
getMenus()
|
ides.api.plugin.presentation.Presentation[] |
getRightPanePresentations()
|
ides.api.plugin.presentation.Presentation |
getStatusBar()
|
javax.swing.JToolBar |
getToolbar()
|
boolean |
supportsZoom()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected TemplateModel model
Presentations
specified in this descriptor.
protected TemplateEditableCanvas canvas
protected TemplateConsistencyCanvas consistency
protected IssuesViewer issues
Presentation which lists the consistency issues in the
template design.
protected ides.api.plugin.presentation.Presentation statusBar
TemplateModel is
activated in IDES.
| Constructor Detail |
|---|
public TemplateToolset.TemplateUID(TemplateModel model)
UIDescriptor for the given
TemplateModel.
model - the template design for which to construct a descriptor| Method Detail |
|---|
public ides.api.plugin.presentation.Presentation[] getLeftPanePresentations()
getLeftPanePresentations in interface ides.api.plugin.presentation.UIDescriptorpublic ides.api.plugin.presentation.Presentation[] getMainPanePresentations()
getMainPanePresentations in interface ides.api.plugin.presentation.UIDescriptorpublic javax.swing.JMenu[] getMenus()
getMenus in interface ides.api.plugin.presentation.UIDescriptorpublic ides.api.plugin.presentation.Presentation[] getRightPanePresentations()
getRightPanePresentations in interface ides.api.plugin.presentation.UIDescriptorpublic ides.api.plugin.presentation.Presentation getStatusBar()
getStatusBar in interface ides.api.plugin.presentation.UIDescriptorpublic javax.swing.JToolBar getToolbar()
getToolbar in interface ides.api.plugin.presentation.UIDescriptorpublic boolean supportsZoom()
supportsZoom in interface ides.api.plugin.presentation.UIDescriptor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||