Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

samples
Class LaunchpadModel  view LaunchpadModel download LaunchpadModel.java

java.lang.Object
  extended bysamples.LaunchpadModel

public class LaunchpadModel
extends java.lang.Object

Javabean model object that contains a full list of examples that can be launched as well as the currently selected one.

Version:
$Revision: 1.5 $ $Date: 2002/01/12 09:35:41 $

Field Summary
private  java.util.List examples
           
private  ExampleModel selectedExample
           
 
Constructor Summary
LaunchpadModel()
           
 
Method Summary
 java.util.List getExamples()
           
 ExampleModel getSelectedExample()
           
 void setSelectedExample(ExampleModel inSelection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

examples

private java.util.List examples

selectedExample

private ExampleModel selectedExample
Constructor Detail

LaunchpadModel

public LaunchpadModel()
Method Detail

getExamples

public java.util.List getExamples()

getSelectedExample

public ExampleModel getSelectedExample()

setSelectedExample

public void setSelectedExample(ExampleModel inSelection)