Uses of Class
org.jdesktop.application.SingleFrameApplication

Packages that use SingleFrameApplication
examples   
 

Uses of SingleFrameApplication in examples
 

Subclasses of SingleFrameApplication in examples
 class ActionMapExample
          This is a very simple example of a reusable @Actions class.
 class BlockingExample1
          A demo of the @Action block options for background task.
 class DocumentExample
          This is a very simple example of a SingleFrameApplication that loads and saves a single text document.
 class PeriodicTaskExample
          Demonstrates creating a Task that runs periodically.
 class SelectedPropertyExample
          A simple demonstration of the @Action(selectedProperty) annotation parameter.
 class SingleFrameExample1
          A trivial (Hello World) example of SingleFrameApplication.
 class SingleFrameExample2
           
 class SingleFrameExample3
          A SingleFrameApplication example with an exitListener.
 class SingleFrameExample4
          A simple demo of the @Action annotation.
 class SingleFrameExample5
          A demo of the Task class.
 class SingleFrameExample6
          A demo that shows the use of SingleFrameApplication secondary windows.