gart
Class TheGart
java.lang.Object
|
+--gart.TheGart
- All Implemented Interfaces:
- iGartConfig, iGartMainMessenger, iGartViewerMessenger
- public class TheGart
- extends java.lang.Object
- implements iGartConfig, iGartMainMessenger, iGartViewerMessenger
The main class of The Gart.
This is the only one with a main method :-)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TheGart
public TheGart()
main
public static void main(java.lang.String[] args)
sendMessage
public void sendMessage(java.lang.String msg)
- Specified by:
sendMessage
in interface iGartMainMessenger
setConfirmDialog
public void setConfirmDialog(java.lang.String s)
- Assuming that confirmdialogation dialogs are
to be the default behavior. If the
user has specified somehting "wrong" in the
config file -or true-, confirmation dialogs will be shown.
- Specified by:
setConfirmDialog
in interface iGartConfig
setGartFilesPath
public void setGartFilesPath(java.lang.String s)
- Specified by:
setGartFilesPath
in interface iGartConfig
setJavaFilesPath
public void setJavaFilesPath(java.lang.String s)
- Specified by:
setJavaFilesPath
in interface iGartConfig
setEditorPath
public void setEditorPath(java.lang.String s)
- Specified by:
setEditorPath
in interface iGartConfig
setIndentation
public void setIndentation(java.lang.String s)
- Specified by:
setIndentation
in interface iGartConfig
setOpenBraceNextLine
public void setOpenBraceNextLine(java.lang.String s)
- Specified by:
setOpenBraceNextLine
in interface iGartConfig
setSubstatementOffset
public void setSubstatementOffset(java.lang.String s)
- Specified by:
setSubstatementOffset
in interface iGartConfig
setVisibleGrid
public void setVisibleGrid(java.lang.String s)
- Specified by:
setVisibleGrid
in interface iGartConfig
setSnapToGrid
public void setSnapToGrid(java.lang.String s)
- Specified by:
setSnapToGrid
in interface iGartConfig
setGridType
public void setGridType(java.lang.String s)
- Specified by:
setGridType
in interface iGartConfig
setDotOffset
public void setDotOffset(java.lang.String s)
- Specified by:
setDotOffset
in interface iGartConfig
makePreferencesArrays
public void makePreferencesArrays()
setType
public void setType(java.lang.String type)
- Used by GartProjectDialog to report back
to TheGart what kind of application the
user choose.
- Specified by:
setType
in interface iGartConfig
getConfirmDialog
public boolean getConfirmDialog()
- Specified by:
getConfirmDialog
in interface iGartConfig
getGartFilesPath
public java.lang.String getGartFilesPath()
- Specified by:
getGartFilesPath
in interface iGartConfig
getJavaFilesPath
public java.lang.String getJavaFilesPath()
- Specified by:
getJavaFilesPath
in interface iGartConfig
getEditorPath
public java.lang.String getEditorPath()
- Specified by:
getEditorPath
in interface iGartConfig
getIndentation
public java.lang.String getIndentation()
- Specified by:
getIndentation
in interface iGartConfig
getOpenBraceNextLine
public boolean getOpenBraceNextLine()
- Specified by:
getOpenBraceNextLine
in interface iGartConfig
getSubstatementOffset
public java.lang.String getSubstatementOffset()
- Specified by:
getSubstatementOffset
in interface iGartConfig
getVisibleGrid
public boolean getVisibleGrid()
- Specified by:
getVisibleGrid
in interface iGartConfig
getSnapToGrid
public boolean getSnapToGrid()
- Specified by:
getSnapToGrid
in interface iGartConfig
getGridType
public java.lang.String getGridType()
- Specified by:
getGridType
in interface iGartConfig
getDotOffset
public java.lang.String getDotOffset()
- Specified by:
getDotOffset
in interface iGartConfig
getType
public java.lang.String getType()
- Specified by:
getType
in interface iGartConfig