eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'BookmarksEditDialog':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: BookmarksEditDialog


Inheritance:

   Object
   |
   +--Model
      |
      +--ApplicationModel
         |
         +--SimpleDialog
            |
            +--BookmarksEditDialog

Package:
stx:libtool
Category:
Interface-Tools-File
Version:
rev: 1.14 date: 2018/07/28 08:08:44
user: cg
file: BookmarksEditDialog.st directory: libtool
module: stx stc-classLibrary: libtool

Class protocol:

help specs
o  helpSpec

image specs
o  fileIn22x22Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self fileIn22x22Icon inspect
     ImageEditor openOnClass:self andSelector:#fileIn22x22Icon
     Icon flushCachedIcons

o  fileOut22x22Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self fileOut22x22Icon inspect
     ImageEditor openOnClass:self andSelector:#fileOut22x22Icon
     Icon flushCachedIcons

o  icon

o  sort22x22Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self sort22x22Icon inspect
     ImageEditor openOnClass:self andSelector:#sort22x22Icon
     Icon flushCachedIcons

interface specs
o  windowSpec
This resource specification was automatically generated
by the UIPainter of ST/X.

usage example(s):

     UIPainter new openOnClass:BookmarksDialog andSelector:#windowSpec
     BookmarksDialog new openInterface:#windowSpec
     BookmarksDialog open

menu specs
o  toolBarMenu
This resource specification was automatically generated
by the MenuEditor of ST/X.

usage example(s):

     MenuEditor new openOnClass:BookmarksEditDialog andSelector:#toolBarMenu
     (Menu new fromLiteralArrayEncoding:(BookmarksEditDialog toolBarMenu)) startUp

opening
o  openWith: bookmarks

o  openWith: bookmarks defaultBookmark: aFilename
Dialog aboutToOpenBoxNotificationSignal handle:[:ex |
self halt.
ex proceed
] do:[
self openWith:#() defaultBookmark:nil
].


Instance protocol:

accessing
o  answer

o  bookmarkList

o  bookmarkList: bookmarkStrings

o  defaultBookmark

o  defaultBookmark: something

o  indexForNewBookmark

o  indexOfBookmark: aString

o  selectBookmark: bookmark

o  selectedBookmarkIndex

o  selectedBookmarks

o  selectedBookmarks: aCollection

aspects
o  bookmarkListHolder
if your app needs to be notified of changes, uncomment one of the lines below:

usage example(s):

bookmarkListHolder addDependent:self.

usage example(s):

bookmarkListHolder onChangeSend:#bookmarkListChanged to:self.

o  downButtonEnabledHolder

o  removeButtonEnabledHolder

o  selectedBookmarksHolder
if your app needs to be notified of changes, uncomment one of the lines below:

usage example(s):

selectedBookmarksHolder addDependent:self.

o  sortButtonEnabledHolder

o  upButtonEnabledHolder

initialization
o  initialize

menu actions
o  down

o  export

o  import

o  new

o  remove

o  sort

o  up

queries
o  hasChanges

user actions
o  doAccept

o  doCancel
(comment from inherited method)
force cancel

o  selectedBookmarksChanged



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Fri, 26 Apr 2024 19:52:28 GMT