|
Class: AbstractFileApplicationNoteBookComponent
Object
|
+--Model
|
+--ApplicationModel
|
+--AbstractFileApplicationNoteBookComponent
|
+--AbstractFileFinderApplicationComponent
|
+--FileApplicationNoteBook::ArchiveViewApplication
|
+--FileApplicationNoteBook::CommandResult
|
+--FileApplicationNoteBook::DigitalNotepadFileViewApplication
|
+--FileApplicationNoteBook::HtmlViewApplication
|
+--FileApplicationNoteBook::ImageViewApplication
|
+--FileApplicationNoteBook::Terminal
|
+--FileApplicationNoteBook::TextEditor
|
+--FileApplicationNoteBook::XMLViewApplication
|
+--FileApplicationNoteBook::XViewApplication
- Package:
- stx:libtool
- Category:
- Interface-Tools-File
- Version:
- rev:
1.42
date: 2024/04/18 14:24:07
- user: cg
- file: AbstractFileApplicationNoteBookComponent.st directory: libtool
- module: stx stc-classLibrary: libtool
copyrightCOPYRIGHT (c) 2002 by eXept Software AG
All Rights Reserved
This software is furnished under a license and may be used
only in accordance with the terms of that license and with the
inclusion of the above copyright notice. This software may not
be provided or otherwise made available to, or used by, any
other person. No title to or ownership of the software is
hereby transferred.
defaults
-
tabStringFor: aApplicationType
-
the formatString shown in a tab (language translated)
-
tabStringFor: aApplicationType forContents: shownContents
-
queries
-
canOpenItem: anItem
-
example:
^ (anItem suffix == 'cc')
-
isAbstract
-
Return if this class is an abstract class.
True is returned here for myself only; false for subclasses.
Abstract subclasses must redefine this again.
-
wantNewApplicationAnyway
-
does the subapp want separate new app tabs,
or reuse any already open isntance of it?
accessing
-
notify: msg
-
(comment from inherited method)
like Object's notify, but translates the string via the
resourcePack, thus giving a translated string automatically
-
sameFileIndex
-
-
sameFileIndex: something
-
accessing-channels
-
notifyChannel
-
actions
-
changeItem: anItem
-
-
doClose
-
tell the NoteBookApplication to close me
aspects
-
cursorColLabelHolder
-
-
cursorLineAndColumnLabelHolder
-
-
cursorLineLabelHolder
-
-
fileEncodingHolder
-
-
lockFileEncodingHolder
-
-
modeLabelHolder
-
-
modeLabelMenu
-
-
reloadButtonVisible
-
drag & drop support
-
doStartDrag: aDropSource in: aView
-
common code, used in subclasses
queries
-
additionalInfo
-
-
closeButtonShown
-
-
cvsMenusAreShown
-
-
fileName
-
-
getDirWithoutFileName: aFileName
-
** This is an obsolete interface - do not use it (it may vanish in future versions) **
-
getTabIcon
-
the item shown in a tab
-
getTabString
-
get the tab string from the application
-
getTabStringEnd
-
get the tab string from the application list on the class side
-
getTabValueString
-
the item shown in a tab (not language translated)
-
isEmbeddedApplication
-
(comment from inherited method)
true iff I am an embedded subapplication;
useful to disable/hide menu items, if I am used both as top-
and as embedded application (such as the XMLInspector)
-
isModified
-
-
isTextEditor
-
-
item
-
-
item: anItem
-
self halt.
-
presentation
-
-
type
-
-
type: aType
-
-
wantChangeAnyWay
-
resources
-
resources
-
if embedded in another class, return its resources.
Otherwise mine
|