- indexing
- project: "Visual Eiffel"
- revision: "$Revision: 1.1 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: grape
class BRANCH_VIEW_PANEL [G -> COMPONENT]
- inherit
-
LIST_BOX
-
- rename
-
make
as lb_make
- end
- creation
- make
- feature
-
make (nm: STRING; r: RECT; ctx: INTEGER)
-
put_after (after: BRANCH_COMPONENT [G]; bc: BRANCH_COMPONENT [G])
-
collapse_branch (from_pos: INTEGER)
-
level_up (from_pos: INTEGER)
-
current_path: ARRAY_MODEL [G]
-
set_current_from_current (label: G)
-
current_is_expanded: BOOLEAN
end -- class BRANCH_VIEW_PANEL