|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
edu.stanford.smi.protegex.owl.ui.code.SymbolPanel
edu.stanford.smi.protegex.owl.swrl.ui.code.SWRLSymbolPanel
Nested Class Summary | |
private class |
SWRLSymbolPanel.CreateVariableAction
|
private class |
SWRLSymbolPanel.InsertBuiltinAction
|
private class |
SWRLSymbolPanel.InsertVariableAction
|
private class |
SWRLSymbolPanel.InsertXMLSchemaDatatypeAction
|
Nested classes inherited from class edu.stanford.smi.protegex.owl.ui.code.SymbolPanel |
|
Nested classes inherited from class javax.swing.JPanel |
JPanel.AccessibleJPanel |
Nested classes inherited from class javax.swing.JComponent |
JComponent.AccessibleJComponent |
Nested classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
Nested classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
private Action |
andAction
|
private ResourceSelectionAction |
builtinAction
|
private Action |
closeBracketsAction
|
private Action |
closeParenthesisAction
|
private Action |
createVariableAction
|
private Action |
datatypeAction
|
private Action |
differentFromAction
|
private Action |
impAction
|
private Action |
insertVariableAction
|
private JButton |
insertVariableButton
|
private Action |
openBracketsAction
|
private Action |
openParenthesisAction
|
private Action |
sameAsAction
|
Fields inherited from class edu.stanford.smi.protegex.owl.ui.code.SymbolPanel |
classAction, individiualAction, propertyAction |
Fields inherited from class javax.swing.JPanel |
|
Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Container |
|
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
SWRLSymbolPanel(OWLModel owlModel,
boolean closeable,
boolean draggable)
|
Method Summary | |
protected String |
getDisplayErrorMessage(Throwable ex)
|
Dimension |
getPreferredSize()
|
private Collection |
getUsedVariableNames()
|
private String |
getVariableName(String text,
int beginIndex)
|
protected void |
initMiddleBar(JToolBar toolBar)
|
protected void |
initTopBar(JToolBar toolBar)
|
private void |
insertVariable(ActionEvent e)
|
Methods inherited from class edu.stanford.smi.protegex.owl.ui.code.SymbolPanel |
addAction, addButton, displayError, displayError, enableActions, getOWLModel, getSymbolEditor, insertCls, insertIndividual, insertSlot, setEnabled, setErrorFlag, setSymbolEditor |
Methods inherited from class javax.swing.JPanel |
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private Action andAction
private ResourceSelectionAction builtinAction
private Action createVariableAction
private Action datatypeAction
private Action differentFromAction
private Action impAction
private Action insertVariableAction
private JButton insertVariableButton
private Action openBracketsAction
private Action closeBracketsAction
private Action openParenthesisAction
private Action closeParenthesisAction
private Action sameAsAction
Constructor Detail |
public SWRLSymbolPanel(OWLModel owlModel, boolean closeable, boolean draggable)
Method Detail |
protected String getDisplayErrorMessage(Throwable ex)
getDisplayErrorMessage
in class SymbolPanel
public Dimension getPreferredSize()
private Collection getUsedVariableNames()
private String getVariableName(String text, int beginIndex)
protected void initMiddleBar(JToolBar toolBar)
initMiddleBar
in class SymbolPanel
protected void initTopBar(JToolBar toolBar)
initTopBar
in class SymbolPanel
private void insertVariable(ActionEvent e)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |