Searched refs:models (Results 1 - 4 of 4) sorted by relevance

/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/swing/
H A DListSelectionUnifier.java36 * When a selection is set in any model, the selections in all other models are
38 * on the other models.
45 private List<ExtListSelectionModel> models = field in class:ListSelectionUnifier
55 synchronized (models) {
57 for (ExtListSelectionModel model : models) {
71 synchronized (models) {
73 models.add(model);
78 synchronized (models) {
79 for (ExtListSelectionModel model : models) {
86 synchronized (models) {
[all...]
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/common/model/
H A DAggregateModel.java35 private Model[] models; field in class:AggregateModel
41 public AggregateModel(Model... models) { argument
42 this.models = models;
50 for (Model model : models) {
59 "Cannot load aggregate models.");
67 for (Model model : models) {
74 for (Model model : models)
82 for (Model model : models) {
92 return models;
[all...]
/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/swing/time/
H A DCalendarBrowser.java108 public CalendarBrowser(TimeModel timeModel, CalendarTableModel... models) { argument
110 createAnimPanel(models);
128 public CalendarBrowser(CalendarTableModel... models) { argument
129 this(new SimpleTimeModel(), models);
328 private void createTables(CalendarTableModel[] models) { argument
424 tables = new CalendarTable[models.length];
425 for (int i = 0; i < models.length; i++) {
426 CalendarTable table = new CalendarTable(models[i]);
453 private void createTablesPanel(CalendarTableModel[] models) { argument
454 createTables(models);
490 createAnimPanel(CalendarTableModel[] models) argument
[all...]
/solaris-userland-s11u3/components/openstack/neutron/files/evs/
H A Dplugin.py54 from neutron.plugins.ml2 import models namespace

Completed in 24 milliseconds