- indexing
- title: "Abstract component class"
- project: "Visual Eiffel"
- revision: "$Revision: 1.1 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: grape
deferred class COMPONENT
- feature
-
contents_to_string: STRING
-
on_self_drawing (gc: DISPLAY_GRAPHICS_CONTEXT; x, y, w, h: INTEGER; sel, focus, disabled: BOOLEAN)
-
is_string: BOOLEAN
end -- class COMPONENT