com.sas.swing.models
Interface ViewDefaultModel

All Known Implementing Classes:
ComboBoxModelAdapter, DualListSelector, DualSelector, DualTreeSelector, ListModelAdapter, MutableComboBoxModelAdapter, OLAPDataSetInterfaceToTreeModelAdapter, OLAPTableModelAdapter, SortableTableModelAdapter, SpinButton, TableModelAdapter, TreeListSelector, TreeModelAdapter, TreeView

public interface ViewDefaultModel

ViewDefaultModel should be implemented by swing viewer components which have a default model which they attach to the component when no other model has been attached. For example, the com.sas.swing.SpinButton attaches a com.sas.models.BoundedLong object as its model if a model is not attached by the user.


Method Summary
 boolean isDefaultModelAttached()
          returns true is the component is using a default internal model.
 

Method Detail

isDefaultModelAttached

boolean isDefaultModelAttached()
returns true is the component is using a default internal model.




Copyright © 2009 SAS Institute Inc. All Rights Reserved.