net.sf.sdedit.config
Interface GlobalConfiguration

All Superinterfaces:
DataObject

public interface GlobalConfiguration
extends DataObject


Method Summary
 int getAutodrawLatency()
           
 Font getEditorFont()
           
 String getFileEncoding()
           
 int getGlueChangeAmount()
           
 Font getGuiFont()
           
 String getLookAndFeel()
           
 int getMaxNumOfRecentFiles()
           
 int getRealtimeServerPort()
           
 String getRecentFiles()
           
 boolean isAutoScroll()
           
 boolean isAutostartServer()
           
 boolean isAutoUpdate()
           
 boolean isBackupFiles()
           
 void setAutodrawLatency(int autodrawLatency)
           
 void setAutoScroll(boolean autoScroll)
           
 void setAutostartServer(boolean autostartServer)
           
 void setAutoUpdate(boolean autoUpdate)
           
 void setBackupFiles(boolean backupFiles)
           
 void setEditorFont(Font editorFont)
           
 void setFileEncoding(String fileEncoding)
           
 void setGlueChangeAmount(int glueChangeAmount)
           
 void setGuiFont(Font guiFont)
           
 void setLookAndFeel(String lookAndFeel)
           
 void setMaxNumOfRecentFiles(int maxNumOfRecentFiles)
           
 void setRealtimeServerPort(int receiverServerPort)
           
 void setRecentFiles(String recentFiles)
           
 

Method Detail

getAutodrawLatency

int getAutodrawLatency()

getEditorFont

Font getEditorFont()

getFileEncoding

String getFileEncoding()

getGlueChangeAmount

int getGlueChangeAmount()

getGuiFont

Font getGuiFont()

getLookAndFeel

String getLookAndFeel()

getMaxNumOfRecentFiles

int getMaxNumOfRecentFiles()

getRealtimeServerPort

int getRealtimeServerPort()

getRecentFiles

String getRecentFiles()

isAutoScroll

boolean isAutoScroll()

isAutostartServer

boolean isAutostartServer()

isAutoUpdate

boolean isAutoUpdate()

isBackupFiles

boolean isBackupFiles()

setAutodrawLatency

void setAutodrawLatency(int autodrawLatency)

setAutoScroll

void setAutoScroll(boolean autoScroll)

setAutostartServer

void setAutostartServer(boolean autostartServer)

setAutoUpdate

void setAutoUpdate(boolean autoUpdate)

setBackupFiles

void setBackupFiles(boolean backupFiles)

setEditorFont

void setEditorFont(Font editorFont)

setFileEncoding

void setFileEncoding(String fileEncoding)

setGlueChangeAmount

void setGlueChangeAmount(int glueChangeAmount)

setGuiFont

void setGuiFont(Font guiFont)

setLookAndFeel

void setLookAndFeel(String lookAndFeel)

setMaxNumOfRecentFiles

void setMaxNumOfRecentFiles(int maxNumOfRecentFiles)

setRealtimeServerPort

void setRealtimeServerPort(int receiverServerPort)

setRecentFiles

void setRecentFiles(String recentFiles)


Copyright © 2011. All Rights Reserved.