jsynoptic.base
Class Template.EmptySheetTemplate

java.lang.Object
  extended by jsynoptic.base.Template
      extended by jsynoptic.base.Template.EmptySheetTemplate
Enclosing class:
Template

public static class Template.EmptySheetTemplate
extends Template


Nested Class Summary
 
Nested classes/interfaces inherited from class jsynoptic.base.Template
Template.EmptySheetTemplate, Template.TemplatePanel
 
Field Summary
static MenuResourceBundle resources
           
 
Fields inherited from class jsynoptic.base.Template
currentTemplate, defaultTemplate, templates
 
Constructor Summary
Template.EmptySheetTemplate()
           
 
Method Summary
 ShapesContainer createShapeContainer(java.lang.String name)
          The Template is asked to create a new sheet Note: the newly created sheet will be inserted in the desktopCard panel.
 java.lang.String getName()
          Get template name
 java.lang.String getTemplateInformation()
          Provides information about the template utilization
 
Methods inherited from class jsynoptic.base.Template
getCurrentTemplate, getIcon, getOptionPanelForTemplate, getTemplateFromId, getTemplates, setCurrentTemplate, setShapeContainer, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

resources

public static MenuResourceBundle resources
Constructor Detail

Template.EmptySheetTemplate

public Template.EmptySheetTemplate()
Method Detail

createShapeContainer

public ShapesContainer createShapeContainer(java.lang.String name)
Description copied from class: Template
The Template is asked to create a new sheet Note: the newly created sheet will be inserted in the desktopCard panel.

Overrides:
createShapeContainer in class Template
Returns:
The created sheet

getName

public java.lang.String getName()
Description copied from class: Template
Get template name

Specified by:
getName in class Template
Returns:
template name

getTemplateInformation

public java.lang.String getTemplateInformation()
Description copied from class: Template
Provides information about the template utilization

Specified by:
getTemplateInformation in class Template
Returns: