tools/JavaSettingsApplication.st
branchdevelopment
changeset 2711 a00302fe5083
parent 2429 ebece4dcaab9
child 2731 13f5be2bf83b
equal deleted inserted replaced
2710:78c4f4a03914 2711:a00302fe5083
     8 	poolDictionaries:''
     8 	poolDictionaries:''
     9 	category:'Languages-Java-Tools'
     9 	category:'Languages-Java-Tools'
    10 !
    10 !
    11 
    11 
    12 
    12 
    13 
       
    14 !JavaSettingsApplication class methodsFor:'initialization'!
    13 !JavaSettingsApplication class methodsFor:'initialization'!
    15 
    14 
    16 initialize
    15 initialize
    17 
    16 
    18     self installInSettings
    17     self installInSettings
    28     ]
    27     ]
    29 
    28 
    30     "Created: / 23-06-2005 / 09:27:10 / masca"
    29     "Created: / 23-06-2005 / 09:27:10 / masca"
    31     "Modified: / 19-07-2012 / 11:26:54 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    30     "Modified: / 19-07-2012 / 11:26:54 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    32 ! !
    31 ! !
    33 
       
    34 
    32 
    35 !JavaSettingsApplication class methodsFor:'image specs'!
    33 !JavaSettingsApplication class methodsFor:'image specs'!
    36 
    34 
    37 defaultIcon
    35 defaultIcon
    38     ^ self libjavaCupIconInTree
    36     ^ self libjavaCupIconInTree
   230 G1<_G1<_G1<_G1<HG1<_G1<_G1<_BP0B@ HCB H_G1<_G0 _G1<_G1<_G1<_G1<_G1<_G1<_G04_G1<_G1<_G1<_B ,B@ HMA $_G1<_G1<_G1<_G1<_G1<_
   228 G1<_G1<_G1<_G1<HG1<_G1<_G1<_BP0B@ HCB H_G1<_G0 _G1<_G1<_G1<_G1<_G1<_G1<_G04_G1<_G1<_G1<_B ,B@ HMA $_G1<_G1<_G1<_G1<_G1<_
   231 G1<_G1<_G1<_G1<_G1<_G1<_G1<_BQ<_G1<HG1<_G1<_G1<_G1<_G1<_G1<DCP4GG1<_G1<_G1<_G1<_G0$_G1<_G1<_G1<_G1<_G1<_G1<_G1<_G0(AB (J
   229 G1<_G1<_G1<_G1<_G1<_G1<_G1<_BQ<_G1<HG1<_G1<_G1<_G1<_G1<_G1<DCP4GG1<_G1<_G1<_G1<_G0$_G1<_G1<_G1<_G1<_G1<_G1<_G1<_G0(AB (J
   232 B TA@A<_G1<_G1<_G1<_G1<_G1<_G1<_G1<_G1<_G1<_G0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[82 129 161 83 129 160 83 129 161 83 129 162 84 129 160 84 129 161 82 130 161 82 130 162 83 130 160 83 130 161 83 130 162 84 130 161 82 131 161 83 131 161 231 110 0 230 111 0 231 111 0 231 112 0 232 112 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255]; mask:((ImageMask new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@ @@A@@@BP@@D @@I@@@I@@@I @@D @@@ @@@A@A?  @@A@@?0@@@@@@P @@O@@D@@@A?0@@@@@') ; yourself); yourself]
   230 B TA@A<_G1<_G1<_G1<_G1<_G1<_G1<_G1<_G1<_G1<_G0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[82 129 161 83 129 160 83 129 161 83 129 162 84 129 160 84 129 161 82 130 161 82 130 162 83 130 160 83 130 161 83 130 162 84 130 161 82 131 161 83 131 161 231 110 0 230 111 0 231 111 0 231 112 0 232 112 0 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255]; mask:((ImageMask new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@ @@A@@@BP@@D @@I@@@I@@@I @@D @@@ @@@A@A?  @@A@@?0@@@@@@P @@O@@D@@@A?0@@@@@') ; yourself); yourself]
   233 ! !
   231 ! !
   234 
   232 
   235 
       
   236 !JavaSettingsApplication class methodsFor:'interface opening'!
   233 !JavaSettingsApplication class methodsFor:'interface opening'!
   237 
   234 
   238 open    
   235 open    
   239 
   236 
   240     | settingsApp |
   237     | settingsApp |
   247         (settingsApp applicationList root children anyOne).
   244         (settingsApp applicationList root children anyOne).
   248     settingsApp open.
   245     settingsApp open.
   249 
   246 
   250     "Created: / 19-07-2012 / 11:25:46 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   247     "Created: / 19-07-2012 / 11:25:46 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   251 ! !
   248 ! !
   252 
       
   253 
   249 
   254 !JavaSettingsApplication class methodsFor:'interface specs'!
   250 !JavaSettingsApplication class methodsFor:'interface specs'!
   255 
   251 
   256 packageBundleTabSpec
   252 packageBundleTabSpec
   257     "This resource specification was automatically generated
   253     "This resource specification was automatically generated
   504          
   500          
   505         )
   501         )
   506       )
   502       )
   507 ! !
   503 ! !
   508 
   504 
   509 
       
   510 !JavaSettingsApplication class methodsFor:'list specs'!
   505 !JavaSettingsApplication class methodsFor:'list specs'!
   511 
   506 
   512 tabList
   507 tabList
   513     "This resource specification was automatically generated
   508     "This resource specification was automatically generated
   514      by the TabListEditor of ST/X."
   509      by the TabListEditor of ST/X."
   536       collect:[:aTab| TabItem new fromLiteralArrayEncoding:aTab ]
   531       collect:[:aTab| TabItem new fromLiteralArrayEncoding:aTab ]
   537 
   532 
   538     "Modified: / 28-01-2013 / 20:33:44 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   533     "Modified: / 28-01-2013 / 20:33:44 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   539 ! !
   534 ! !
   540 
   535 
   541 
       
   542 !JavaSettingsApplication methodsFor:'actions'!
   536 !JavaSettingsApplication methodsFor:'actions'!
   543 
   537 
   544 doBrowseJavaHome
   538 doBrowseJavaHome
   545     <resource: #uiCallback>
   539     <resource: #uiCallback>
   546 
   540 
   552     ]
   546     ]
   553 
   547 
   554     "Modified: / 27-07-2012 / 00:20:04 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   548     "Modified: / 27-07-2012 / 00:20:04 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   555 ! !
   549 ! !
   556 
   550 
   557 
       
   558 !JavaSettingsApplication methodsFor:'aspects'!
   551 !JavaSettingsApplication methodsFor:'aspects'!
   559 
   552 
   560 environmentBundleHolder
   553 environmentBundleHolder
   561     "return/create the 'environmentBundleHolder' value holder (automatically generated)"
   554     "return/create the 'environmentBundleHolder' value holder (automatically generated)"
   562 
   555 
   696 userBundleHolder:something
   689 userBundleHolder:something
   697     "set the 'userBundleHolder' value holder (automatically generated)"
   690     "set the 'userBundleHolder' value holder (automatically generated)"
   698 
   691 
   699     userBundleHolder := something.
   692     userBundleHolder := something.
   700 ! !
   693 ! !
   701 
       
   702 
   694 
   703 !JavaSettingsApplication methodsFor:'protocol'!
   695 !JavaSettingsApplication methodsFor:'protocol'!
   704 
   696 
   705 basicReadSettings
   697 basicReadSettings
   706     | rel cpb |
   698     | rel cpb |
   736 
   728 
   737     ^ '../programming/java-installation.html#config'
   729     ^ '../programming/java-installation.html#config'
   738 
   730 
   739     "Modified: / 14-08-2012 / 18:57:06 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   731     "Modified: / 14-08-2012 / 18:57:06 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   740 ! !
   732 ! !
   741 
       
   742 
   733 
   743 !JavaSettingsApplication methodsFor:'queries'!
   734 !JavaSettingsApplication methodsFor:'queries'!
   744 
   735 
   745 hasUnsavedChanges
   736 hasUnsavedChanges
   746     "superclass AbstractSettingsApplication says that I am responsible to implement this method"
   737     "superclass AbstractSettingsApplication says that I am responsible to implement this method"
   769     ^false
   760     ^false
   770 
   761 
   771     "Modified: / 16-01-2013 / 13:44:58 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   762     "Modified: / 16-01-2013 / 13:44:58 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   772 ! !
   763 ! !
   773 
   764 
   774 
       
   775 !JavaSettingsApplication class methodsFor:'documentation'!
   765 !JavaSettingsApplication class methodsFor:'documentation'!
   776 
   766 
   777 version_CVS
   767 version_CVS
   778     ^ '$Header: /cvs/stx/stx/libjava/tools/JavaSettingsApplication.st,v 1.2 2013-02-25 11:15:35 vrany Exp $'
   768     ^ '$Header$'
   779 !
   769 !
   780 
   770 
   781 version_HG
   771 version_HG
   782 
   772 
   783     ^ '$Changeset: <not expanded> $'
   773     ^ '$Changeset: <not expanded> $'