docs/DesignPatterns
diff composite.tex @ 8:c9e5dcd79aae
rename; cleanups
author | meillo@marmaro.de |
---|---|
date | Mon, 18 Jun 2007 12:38:48 +0200 |
parents | 20c0116dcb97 |
children |
line diff
1.1 --- a/composite.tex Mon Jun 18 12:10:45 2007 +0200 1.2 +++ b/composite.tex Mon Jun 18 12:38:48 2007 +0200 1.3 @@ -36,10 +36,7 @@ 1.4 1.5 1.6 \section[Outline]{} 1.7 -\frame{ 1.8 - Dauer der Präsentation: etwa 10 Minuten 1.9 - \vspace{2ex} 1.10 - 1.11 +\frame{ \frametitle{Outline} 1.12 \tableofcontents 1.13 } 1.14 1.15 @@ -87,6 +84,7 @@ 1.16 1.17 1.18 \section{Java-Beispiel} 1.19 +\subsection{main, IComponent} 1.20 \frame{ \frametitle{class Main, interface IComponent} 1.21 1.22 {\tiny 1.23 @@ -97,6 +95,7 @@ 1.24 } 1.25 1.26 1.27 +\subsection{Composite} 1.28 \frame{ \frametitle{class Composite} 1.29 1.30 {\tiny 1.31 @@ -106,6 +105,7 @@ 1.32 } 1.33 1.34 1.35 +\subsection{Leaf} 1.36 \frame{ \frametitle{class Leaf} 1.37 1.38 {\tiny 1.39 @@ -126,16 +126,6 @@ 1.40 \item 1.41 \end{itemize} 1.42 \end{block} 1.43 - 1.44 - \pause 1.45 - 1.46 - \begin{block}{Fazit} 1.47 - \begin{itemize} 1.48 - \item 1.49 - \item 1.50 - \item 1.51 - \end{itemize} 1.52 - \end{block} 1.53 } 1.54 1.55