edu.stanford.smi.protege.ui
Class DisplayUtilities
java.lang.Object
|
+--edu.stanford.smi.protege.ui.DisplayUtilities
- public class DisplayUtilities
- extends Object
Description of the class
- Author:
- Ray Fergerson
Method Summary |
static String |
editString(Component component,
String label,
Object startValue,
Validator validator)
|
static boolean |
hasMultipleConcreteClses(Collection allowedClses)
|
static Cls |
pickCls(Component component,
Collection rootClses)
|
static Cls |
pickCls(Component component,
Collection rootClses,
String label)
|
static Collection |
pickClses(Component component,
Collection rootClses)
|
static Collection |
pickClses(Component component,
Collection rootClses,
String label)
|
static Collection |
pickClses(Component component,
KnowledgeBase kb)
|
static Collection |
pickClses(Component component,
KnowledgeBase kb,
String label)
|
static Cls |
pickConcreteCls(Component component,
Collection allowedClses)
|
static Cls |
pickConcreteCls(Component component,
Collection allowedClses,
String label)
|
static Cls |
pickConcreteCls(Component component,
KnowledgeBase kb,
String label)
|
static Cls |
pickForm(Component component,
Project project)
|
static Cls |
pickForm(Component component,
Project project,
String label)
|
static Instance |
pickInstance(Component component,
Collection allowedClses)
|
static Instance |
pickInstance(Component component,
Collection allowedClses,
String label)
|
static Instance |
pickInstance(Component component,
KnowledgeBase kb)
|
static Instance |
pickInstanceFromCollection(Component component,
Collection collection,
int initialSelection,
String label)
|
static Collection |
pickInstances(Component component,
Collection allowedClses)
|
static Collection |
pickInstances(Component component,
Collection allowedClses,
String label)
|
static Collection |
pickInstancesFromCollection(Component component,
Collection instances,
String label)
|
static Slot |
pickSlot(Component component,
Collection slots)
|
static Slot |
pickSlot(Component component,
Collection slots,
String label)
|
static Collection |
pickSlots(Component component,
Collection slots)
|
static Collection |
pickSlots(Component component,
Collection slots,
String label)
|
static String |
pickSymbol(Component component,
String label,
String initialValue,
Collection allowedValues)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DisplayUtilities
public DisplayUtilities()
editString
public static String editString(Component component,
String label,
Object startValue,
Validator validator)
hasMultipleConcreteClses
public static boolean hasMultipleConcreteClses(Collection allowedClses)
pickCls
public static Cls pickCls(Component component,
Collection rootClses)
pickCls
public static Cls pickCls(Component component,
Collection rootClses,
String label)
pickClses
public static Collection pickClses(Component component,
KnowledgeBase kb)
pickClses
public static Collection pickClses(Component component,
KnowledgeBase kb,
String label)
pickClses
public static Collection pickClses(Component component,
Collection rootClses)
pickClses
public static Collection pickClses(Component component,
Collection rootClses,
String label)
pickConcreteCls
public static Cls pickConcreteCls(Component component,
KnowledgeBase kb,
String label)
pickConcreteCls
public static Cls pickConcreteCls(Component component,
Collection allowedClses)
pickConcreteCls
public static Cls pickConcreteCls(Component component,
Collection allowedClses,
String label)
pickForm
public static Cls pickForm(Component component,
Project project)
pickForm
public static Cls pickForm(Component component,
Project project,
String label)
pickInstance
public static Instance pickInstance(Component component,
KnowledgeBase kb)
pickInstance
public static Instance pickInstance(Component component,
Collection allowedClses)
pickInstance
public static Instance pickInstance(Component component,
Collection allowedClses,
String label)
pickInstanceFromCollection
public static Instance pickInstanceFromCollection(Component component,
Collection collection,
int initialSelection,
String label)
pickInstances
public static Collection pickInstances(Component component,
Collection allowedClses)
pickInstances
public static Collection pickInstances(Component component,
Collection allowedClses,
String label)
pickInstancesFromCollection
public static Collection pickInstancesFromCollection(Component component,
Collection instances,
String label)
pickSlot
public static Slot pickSlot(Component component,
Collection slots)
pickSlot
public static Slot pickSlot(Component component,
Collection slots,
String label)
pickSlots
public static Collection pickSlots(Component component,
Collection slots)
pickSlots
public static Collection pickSlots(Component component,
Collection slots,
String label)
pickSymbol
public static String pickSymbol(Component component,
String label,
String initialValue,
Collection allowedValues)
Submit a bug report or feature request
Protege-2000 is a trademark of Stanford University.
Copyright (c) 1998-2002 Stanford University.