Extension SDK

oracle.jdeveloper.jot
Interface JotModelFactory


public interface JotModelFactory

JotModelFactory creates JotModels.


Method Summary
 JotModel create()
          Create a new JotModel with default initialization.
 JotModel create(JotModel model)
          Create a new JotModel to replace the current JotModel.
 

Method Detail

create

public JotModel create()
Create a new JotModel with default initialization.

Returns:
the new JotModel.

create

public JotModel create(JotModel model)
Create a new JotModel to replace the current JotModel.

Returns:
the new JotModel.

Extension SDK

 

Copyright ©1997, 2003, Oracle. All rights reserved.