org.openpermis.editor.policy
Interface ApplicationView

All Known Implementing Classes:
PolicyView

public interface ApplicationView

Interface for toplevel application views.

Due to the architecture of the Swing Application Framework we need to defined the application view interface with a configuration method that sets up a frame view for use by the framework. This is an unfortunate design, but we cannot help it.

Since:
0.9.0

Method Summary
 org.jdesktop.application.FrameView configure(org.jdesktop.application.FrameView frameView)
          Configures the specified frame view for displaying this view.
 

Method Detail

configure

org.jdesktop.application.FrameView configure(org.jdesktop.application.FrameView frameView)
Configures the specified frame view for displaying this view.

Parameters:
frameView - the frame view to configure.
Returns:
the frame view passed in to allow fluent style usage.
Since:
0.9.0


OpenPermis Role Based Access Control 0.9.0 (Build 16)
2009/08/13 07:17:21
Copyright (c) 2002-2007 Ergon Informatik AG