pl.edu.agh.cast.model.visual
Interface IDiagramSettings

All Superinterfaces:
IPropertyChangeProvider, java.io.Serializable
All Known Implementing Classes:
DiagramSettings

public interface IDiagramSettings
extends java.io.Serializable, IPropertyChangeProvider

Diagram settings

Author:
awos

Method Summary
 java.lang.String getDefaultLayoutManagerClass()
          Get layout manager class.
 java.lang.String getDisplayName()
           
 java.lang.String getEditorId()
           
 boolean isShowLegend()
           
 boolean needsInitialLayout()
           
 void setDefaultLayoutManagerClass(java.lang.String layoutManagerClass)
          Set layout manager class which model should be opened with by default.
 void setDisplayName(java.lang.String displayName)
           
 void setEditorId(java.lang.String id)
           
 void setNeedsInitialLayout(boolean in)
           
 void setShowLegend(boolean showLegend)
           
 
Methods inherited from interface pl.edu.agh.cast.model.IPropertyChangeProvider
addPropertyChangeListener, removePropertyChangeListener
 

Method Detail

isShowLegend

boolean isShowLegend()

setShowLegend

void setShowLegend(boolean showLegend)

getDisplayName

java.lang.String getDisplayName()

setDisplayName

void setDisplayName(java.lang.String displayName)

needsInitialLayout

boolean needsInitialLayout()

setNeedsInitialLayout

void setNeedsInitialLayout(boolean in)

getEditorId

java.lang.String getEditorId()

setEditorId

void setEditorId(java.lang.String id)

getDefaultLayoutManagerClass

java.lang.String getDefaultLayoutManagerClass()
Get layout manager class.

Returns:
LayoutManager class name.

setDefaultLayoutManagerClass

void setDefaultLayoutManagerClass(java.lang.String layoutManagerClass)
Set layout manager class which model should be opened with by default.

Parameters:
layoutManagerClass -


Copyright © 2007-2008 AGH University of Science and Technology. All Rights Reserved.