VisualAge for Java IDE Symbols

When you move and hold the pointer over most symbols in the IDE, hover help and the status line present information about them.  The following symbols do not display this help.

Program Elements

[Project]  project
[Package]  package
[Class]  class
[Interface]  interface

Access Modifiers for Classes, Methods, and Fields

[Default]  default
[Private]  private
[Protected]  protected
[Public]  public

Other Modifiers for Classes, Methods, and Fields

[Abstract]  abstract
[Final]  final
[Native]  native
[Static]  static
[Synchronized]  synchronized
[Transient]  transient
[Volatile]  volatile

Other Symbols

[Executable]  executable class
bytecode.gif (900 bytes) only bytecode, not source code, exists in workspace (imported .class file).
[Unresolved Problem]  method with unresolved problems
[Has Unresolved Problems]  class with methods that have unresolved problems
[Generated Method]  code that the Visual Composition Editor generated
[Composed Class]  class that the Visual Composition Editor edited
[Thread]  thread

Scrapbook Page Symbols

The symbol on each page of the Scrapbook window changes according to the status of the code in the page.  The following symbols indicate the different states:

[Page has no file]  Page is not associated with a file
        [Busy page with no file]  Same page, busy running code

[File modified not saved]  File for the page has been modified and not saved
        [Busy page modified]  Same page, busy running code

[File saved]  File for the page has been saved
        [Busy page saved]  Same page, busy running code