|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Frame
javax.swing.JFrame
org.musoft.limo.application.Application
edu.udo.cs.miningmart.gui.application.MiningMartApplication
public class MiningMartApplication
The MiningMartApplication.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JFrame |
|---|
javax.swing.JFrame.AccessibleJFrame |
| Nested classes/interfaces inherited from class java.awt.Frame |
|---|
java.awt.Frame.AccessibleAWTFrame |
| Nested classes/interfaces inherited from class java.awt.Window |
|---|
java.awt.Window.AccessibleAWTWindow |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
java.awt.Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
|---|---|
static int |
CASE_MODE
|
static boolean |
compileLazy
|
static CompilerAccess |
compilerAccess
|
static CompilerThread |
compilerThread
|
static int |
CONCEPT_MODE
|
Case |
currentcase
|
static int |
DEFAULT_MODE
|
static boolean |
keepCase
|
PrintViewer |
logservice
|
static M4Interface |
m4Interface
|
static java.lang.String |
SYSTEM_PROP_MM_HOME
|
| Fields inherited from class org.musoft.limo.application.Application |
|---|
birdsEye, controlPane, currentModel, EDITOR, FULLSCREEN, help, hypertextEditor, hypertextViewer, inspector, mainpane, navigator, notepad, PANE_CENTER, PANE_LEFT_BOTTOM, PANE_LEFT_TOP, PANE_RIGHT, toolbar, VIEWER |
| Fields inherited from class javax.swing.JFrame |
|---|
accessibleContext, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabled |
| Fields inherited from class java.awt.Frame |
|---|
CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface javax.swing.WindowConstants |
|---|
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
MiningMartApplication()
Creates new MiningMartApplication. |
|
| Method Summary | |
|---|---|
void |
addReversingStep()
|
protected void |
checkToolsAndMenus()
|
void |
clearDataModel()
|
void |
collectGarbage()
Collects and deletes the garbage from the current case. |
void |
compileAll()
Compiles all steps in the case. |
void |
compileFrom()
Compiles from the selected step. |
void |
compileStep()
Compiles the selected step. |
void |
compileUntil()
Compiles until the selected step. |
protected void |
createComponents()
|
protected org.jhotdraw.framework.Drawing |
createDrawing(org.musoft.limo.model.Model rootElement)
Creates the drawing used in this application. |
protected org.jhotdraw.framework.DrawingView |
createDrawingView(org.musoft.limo.model.Model rootElement)
|
protected static javax.swing.ImageIcon |
createImageIcon(java.lang.String path,
java.lang.String description)
Returns an ImageIcon, or null if the path was invalid. |
java.util.logging.Logger |
createLogger()
|
protected org.musoft.limo.application.MenuBar |
createMenuBar()
|
protected org.musoft.limo.model.Model |
createModel()
|
protected org.musoft.limo.application.ToolBar |
createToolBar()
|
void |
doGridArrangement()
|
void |
doMatch(Step modelCreatingStep,
boolean onlyInitialDataModel)
Tries to match some user-selected database objects to - the input data model of the current case, if the given step is null and the boolean parameter is TRUE - the resulting data model of the given step, if it is not null - OR to the best-matching resulting data model of any step of the current case |
void |
doMaterialisationRecommendations()
This method tries to find a suitable place for materialisation and recommends it to the user. |
void |
exit()
Exit the application. |
void |
exportCase()
Exports the current case. |
void |
figureSelectionChanged(org.jhotdraw.framework.DrawingView dw)
|
java.lang.String |
getActualCaseName()
Gets the actual casename. |
java.lang.String |
getApplicationName()
|
java.lang.String |
getApplicationTitle()
|
java.lang.String |
getApplicationVersion()
|
CompilerAccess |
getCompilerAccess()
|
ConceptToolPanel |
getConceptToolPanel()
Gets the onceptToolPanel. |
protected java.io.File |
getConfigPath()
|
java.util.Collection |
getDataModel()
|
org.jhotdraw.framework.Drawing |
getDrawing()
Gets the Drawing. |
int |
getEditorMode()
Gets the editor mode. |
MiningMartCase |
getMiningMartCase()
Gets the MiningMartCase. |
MiningMartConcepts |
getMiningMartConcepts()
Gets the MiningMartConcepts. |
protected java.lang.String[] |
getModelClassPrefix()
|
int |
getNumberOfFeatures()
Returns the number of BaseAttributes displayed in a Concept! |
java.util.Vector |
getOperatorsInToolPanel()
Gets the operators in the toolpanel. |
OperatorToolPanel |
getOperatorToolPanel()
Gets the OperatorToolPanel. |
java.awt.Point |
getPointforConcept()
Gets the point for a new concept. |
java.awt.Point |
getPointforOperator()
Gets the point for a new operator. |
org.musoft.limo.model.ModelFigureElement |
getPotentialParent(int x,
int y)
Gets the potential parent for the specified coordinate. |
StepSettingsPanel |
getStepSettings()
Gets the panel of the stepsettings. |
java.lang.String |
getWorkingDir()
Gets the working directory. |
boolean |
hasDataModel()
|
void |
importCase()
Imports a case. |
boolean |
isReadOnly()
Gets the access-mode of the case. |
boolean |
isShowingConceptPanel(MiningMartConcept concept)
|
boolean |
isShowingSettings(MiningMartStep step)
Indicates wether the settings of the MiningMartStep are displayed or not. |
boolean |
isShowingStepSettings()
Indicates wether the stepsettings are displayed or not. |
void |
killCompilation()
Kills the compiler thread. |
void |
loadParams()
|
static void |
main(java.lang.String[] args)
|
void |
modelLoaded()
Informs the Listener that the model was loaded. |
boolean |
promptClose()
Close the case. |
void |
promptDeleteCase()
Delete the current or another case. |
void |
promptEditDbSettings()
Edit the db-settings. |
void |
promptMergeChain()
Merges the selected steps and chains to a new chain. |
void |
promptNew()
|
void |
promptNewCaseFromData()
Create a new case from user-selected data sets and make it the current case. |
void |
promptOpen()
|
void |
promptOpen(java.lang.String casename,
boolean openCaseForUpdating,
boolean forImport)
|
void |
promptSetMode()
Set the mode of the current case. |
void |
promptShowAllTransitions()
Shows all transitions. |
void |
promptUnmergeChain()
Dissolves the selected chain. |
void |
refreshCompilerAccess()
Refreshs the CompilerAccess. |
void |
refreshOperatorToolPanel()
Refreshs the operatortoolpanel. |
void |
removeAnnotations()
Removes the annotations. |
void |
removeConceptPanel()
Removes the current ConceptPanel. |
void |
removeConceptTools()
Removes the ConceptToolPanel. |
void |
removeHelp()
Removes the help. |
void |
removeOperatorTools()
Removes the OperatorToolPanel. |
void |
removeStepSettingsPanel()
Removes the panel of the step-settings. |
void |
saveModel()
|
void |
saveParams()
|
Step |
selectStepForMatching()
|
void |
setActualCaseName(java.lang.String name)
Sets the actual casename. |
void |
setConceptToolPanel(ConceptToolPanel panel)
Sets the ConceptToolPanel. |
void |
setDataModel(java.util.Collection datamodel)
|
protected void |
setDefaultLayout()
Legt die initiale Groessee der Applikation und die Komponenten fest, mit der das Layout der Applikation initialisiert wird, kann von konkreten Anwendungen ueberschrieben werden. |
static void |
setDefaultProperties()
|
void |
setEditorMode(int mode)
Sets the editor mode. |
void |
setNumberOfFeatures(int nr)
Sets the number of BaseAttributes displayed in a Concept! |
void |
setOperatorInToolPanel(java.util.Vector vector)
Sets the operator in the toolpanel. |
void |
setOperatorToolPanel(OperatorToolPanel panel)
Sets the OperatorToolPanel. |
void |
setPointForConcept(java.awt.Point point)
Sets the point for a new concept. |
void |
setPointForOperator(java.awt.Point point)
Sets the point for a new operator. |
static void |
setSystemProperties()
Sets the system-properties. |
static void |
setTabbedPaneUiGlobally()
|
void |
setWhichLinksToDraw(boolean subconc,
boolean rels,
boolean projs)
|
void |
setWorkingDir(java.lang.String dir)
Sets the working directorty. |
boolean |
shouldDrawProjections()
|
boolean |
shouldDrawRelationships()
|
boolean |
shouldDrawSubconceptLinks()
|
void |
showAboutDialog()
|
void |
showAnnotations()
Shows the annotations. |
void |
showConceptPanel(ConceptPanel panel)
Shows the following ConceptPanel. |
void |
showConceptTools()
Shows the ConceptToolPanel. |
void |
showHelp()
|
void |
showOperatorTools()
Shows the OperatorToolPanel. |
void |
showStepSettings()
Shows the settings of the selected step. |
void |
showStepSettings(MiningMartStep step)
Shows the settings of the step. |
void |
updateToolsAndMenus()
|
| Methods inherited from class org.musoft.limo.application.Application |
|---|
activateFrameOfElement, activatePanel, addListener, addListeners, addViewChangeListener, componentHidden, componentMoved, componentResized, componentShown, createInitialDrawingView, deactivatePanel, enableComponentInTab, export, fireModelSelectionChanged, fireStateChanged, fireViewCreatedEvent, fireViewDestroyingEvent, fireViewSelectionChangedEvent, followPointer, getBirdsEye, getComponentsPanes, getCurrentProjectDir, getCurrentRoot, getCurrentTabTitle, getCurrentTabTitleTooltip, getDrawingView, getDrawingViewSize, getHypertextEditor, getHypertextLocation, getHypertextViewer, getInspector, getLastPrintersName, getListener, getListenerCount, getLoadedModelFilename, getLookAndFeel, getMainPane, getMetalTheme, getModel, getNavigator, getNotepad, getPaneOfComponent, getParameter, getPreferences, getPrintablePanels, getPrintableSelection, getToolbar, getUndoManager, getUserHome, getViewMode, getVisibleAreaOfActiveFrame, loadModel, newWindow, openURLInBrowser, paletteUserOver, paletteUserSelected, promptExport, promptOpen, promptPrint, promptSaveAs, propertyChange, removeComponentFromTab, removeListener, removeViewChangeListener, repairDamage, scrollDrawingFrame, scrollToFigure, scrollToFigure, scrollToFigure, scrollToFigure, selectComponentInTab, selectConnection, selectDefaultTool, selectFigure, selectFigure, setCurrentProjectDir, setDefaultToolButton, setFullScreenMode, setFullScreenMode, setLastPrintersName, setLookAndFeel, setModel, setReadOnly, setTool, setUndoManager, setupExportDialog, setViewMode, showComponentInTab, showLeftPane, showRightPane, showStatus, tool, toolDone, view, views |
| Methods inherited from class javax.swing.JFrame |
|---|
addImpl, createRootPane, frameInit, getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getJMenuBar, getLayeredPane, getRootPane, isDefaultLookAndFeelDecorated, isRootPaneCheckingEnabled, paramString, processWindowEvent, remove, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setIconImage, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, update |
| Methods inherited from class java.awt.Frame |
|---|
addNotify, finalize, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, remove, removeNotify, setCursor, setExtendedState, setMaximizedBounds, setMenuBar, setResizable, setState, setTitle, setUndecorated |
| Methods inherited from class java.awt.Window |
|---|
addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, createBufferStrategy, createBufferStrategy, dispose, getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, getFocusOwner, getFocusTraversalKeys, getGraphicsConfiguration, getInputContext, getListeners, getLocale, getMostRecentFocusOwner, getOwnedWindows, getOwner, getToolkit, getWarningString, getWindowFocusListeners, getWindowListeners, getWindowStateListeners, hide, isActive, isAlwaysOnTop, isFocusableWindow, isFocusCycleRoot, isFocused, isLocationByPlatform, isShowing, pack, postEvent, processEvent, processWindowFocusEvent, processWindowStateEvent, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, setAlwaysOnTop, setBounds, setCursor, setFocusableWindowState, setFocusCycleRoot, setLocationByPlatform, setLocationRelativeTo, show, toBack, toFront |
| Methods inherited from class java.awt.Container |
|---|
add, add, add, add, add, addContainerListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, getMaximumSize, getMinimumSize, getMousePosition, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paint, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, transferFocusBackward, transferFocusDownCycle, validate, validateTree |
| Methods inherited from class java.awt.Component |
|---|
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isPreferredSizeSet, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, reshape, resize, resize, setBackground, setBounds, setComponentOrientation, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setMaximumSize, setMinimumSize, setName, setPreferredSize, setSize, setSize, setVisible, show, size, toString, transferFocus, transferFocusUpCycle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.awt.MenuContainer |
|---|
getFont, postEvent |
| Field Detail |
|---|
public static final java.lang.String SYSTEM_PROP_MM_HOME
public static boolean compileLazy
public static CompilerThread compilerThread
public static CompilerAccess compilerAccess
public static boolean keepCase
public static M4Interface m4Interface
public Case currentcase
public PrintViewer logservice
public static int DEFAULT_MODE
public static final int CASE_MODE
public static final int CONCEPT_MODE
| Constructor Detail |
|---|
public MiningMartApplication()
MiningMartApplication.
| Method Detail |
|---|
public int getEditorMode()
public void setEditorMode(int mode)
mode - CASE_MODE,
CONCEPT_MODEprotected void createComponents()
createComponents in class org.musoft.limo.application.Applicationprotected org.musoft.limo.model.Model createModel()
createModel in class org.musoft.limo.application.ApplicationApplication.createModel()public MiningMartCase getMiningMartCase()
public MiningMartConcepts getMiningMartConcepts()
protected org.musoft.limo.application.ToolBar createToolBar()
createToolBar in class org.musoft.limo.application.ApplicationApplication.createToolBar()protected org.musoft.limo.application.MenuBar createMenuBar()
createMenuBar in class org.musoft.limo.application.ApplicationApplication.createMenuBar()protected org.jhotdraw.framework.Drawing createDrawing(org.musoft.limo.model.Model rootElement)
createDrawing in class org.musoft.limo.application.ApplicationApplication.createDrawing(Model)protected org.jhotdraw.framework.DrawingView createDrawingView(org.musoft.limo.model.Model rootElement)
createDrawingView in class org.musoft.limo.application.ApplicationApplication.createDrawingView(Model)public org.jhotdraw.framework.Drawing getDrawing()
Drawing.
protected java.lang.String[] getModelClassPrefix()
getModelClassPrefix in class org.musoft.limo.application.ApplicationApplication.getModelClassPrefix()public void figureSelectionChanged(org.jhotdraw.framework.DrawingView dw)
figureSelectionChanged in interface org.jhotdraw.framework.DrawingEditorfigureSelectionChanged in interface org.jhotdraw.framework.FigureSelectionListenerfigureSelectionChanged in class org.musoft.limo.application.ApplicationCH.ifa.draw.framework.FigureSelectionListener#figureSelectionChanged(DrawingView)public java.lang.String getApplicationName()
getApplicationName in class org.musoft.limo.application.ApplicationApplication.getApplicationName()protected void setDefaultLayout()
setDefaultLayout in class org.musoft.limo.application.Applicationpublic static void setSystemProperties()
public static void setDefaultProperties()
protected static javax.swing.ImageIcon createImageIcon(java.lang.String path,
java.lang.String description)
public java.awt.Point getPointforOperator()
public void setPointForOperator(java.awt.Point point)
public java.awt.Point getPointforConcept()
public void setPointForConcept(java.awt.Point point)
public org.musoft.limo.model.ModelFigureElement getPotentialParent(int x,
int y)
public void showHelp()
showHelp in class org.musoft.limo.application.ApplicationApplication.showHelp()public void removeHelp()
public void showAboutDialog()
showAboutDialog in class org.musoft.limo.application.ApplicationApplication.showAboutDialog()public CompilerAccess getCompilerAccess()
public void saveParams()
saveParams in class org.musoft.limo.application.ApplicationApplication.saveParams()public void loadParams()
loadParams in class org.musoft.limo.application.ApplicationApplication.loadParams()public java.lang.String getWorkingDir()
public void setWorkingDir(java.lang.String dir)
public java.util.Vector getOperatorsInToolPanel()
public void setOperatorInToolPanel(java.util.Vector vector)
public void refreshOperatorToolPanel()
public void promptOpen()
promptOpen in class org.musoft.limo.application.Application
public void promptOpen(java.lang.String casename,
boolean openCaseForUpdating,
boolean forImport)
public void modelLoaded()
public void promptNew()
promptNew in class org.musoft.limo.application.Applicationpublic void promptNewCaseFromData()
public void saveModel()
saveModel in class org.musoft.limo.application.Applicationpublic void promptDeleteCase()
public boolean isShowingStepSettings()
public boolean isShowingSettings(MiningMartStep step)
MiningMartStep are displayed or not.
step - public boolean isShowingConceptPanel(MiningMartConcept concept)
public StepSettingsPanel getStepSettings()
public void setDataModel(java.util.Collection datamodel)
public java.util.Collection getDataModel()
public void clearDataModel()
public boolean hasDataModel()
public boolean promptClose()
promptClose in class org.musoft.limo.application.Applicationpublic void exit()
exit in class org.musoft.limo.application.Applicationpublic void promptSetMode()
public void exportCase()
public void importCase()
public java.lang.String getActualCaseName()
public void setActualCaseName(java.lang.String name)
public void promptMergeChain()
public void promptUnmergeChain()
public void promptEditDbSettings()
public void addReversingStep()
public void doMaterialisationRecommendations()
public void doGridArrangement()
public Step selectStepForMatching()
public void doMatch(Step modelCreatingStep,
boolean onlyInitialDataModel)
modelCreatingStep - onlyInitialDataModel - public void promptShowAllTransitions()
public void showStepSettings()
public void showStepSettings(MiningMartStep step)
public void removeStepSettingsPanel()
public void showConceptPanel(ConceptPanel panel)
panel - public void removeConceptPanel()
public void setOperatorToolPanel(OperatorToolPanel panel)
OperatorToolPanel.
public OperatorToolPanel getOperatorToolPanel()
OperatorToolPanel.
public void setConceptToolPanel(ConceptToolPanel panel)
ConceptToolPanel.
public ConceptToolPanel getConceptToolPanel()
onceptToolPanel.
public boolean isReadOnly()
public void refreshCompilerAccess()
public void compileStep()
public void compileAll()
public void compileUntil()
public void compileFrom()
public void killCompilation()
public void collectGarbage()
public void showAnnotations()
public void removeAnnotations()
public void showOperatorTools()
OperatorToolPanel.
public void removeOperatorTools()
OperatorToolPanel.
public void showConceptTools()
ConceptToolPanel.
public void removeConceptTools()
ConceptToolPanel.
public java.util.logging.Logger createLogger()
createLogger in class org.musoft.limo.application.ApplicationApplication.createLogger()public java.lang.String getApplicationTitle()
getApplicationTitle in class org.musoft.limo.application.Applicationpublic java.lang.String getApplicationVersion()
getApplicationVersion in class org.musoft.limo.application.Applicationprotected java.io.File getConfigPath()
getConfigPath in class org.musoft.limo.application.Applicationprotected void checkToolsAndMenus()
checkToolsAndMenus in class org.musoft.limo.application.Applicationpublic int getNumberOfFeatures()
public void setWhichLinksToDraw(boolean subconc,
boolean rels,
boolean projs)
public boolean shouldDrawSubconceptLinks()
public boolean shouldDrawRelationships()
public boolean shouldDrawProjections()
public void setNumberOfFeatures(int nr)
public void updateToolsAndMenus()
Application.checkToolsAndMenus()public static void main(java.lang.String[] args)
public static void setTabbedPaneUiGlobally()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||