| javax.swing.JFrame com.vividsolutions.jump.workbench.ui.WorkbenchFrame
Method Summary | |
public void | activateFrame(JInternalFrame frame) | public void | addChoosableStyleClass(Class choosableStyleClass) | public void | addEasyKeyListener(KeyListener l) Unlike #add(KeyListener), listeners registered using this method are
notified when KeyEvents occur on this frame's child components. | public void | addInternalFrame(JInternalFrame internalFrame) If internalFrame is a LayerManagerProxy, the close behaviour will be
altered so that the user is prompted if it is the last window on the
LayerManager. | public void | addInternalFrame(JInternalFrame internalFrame, boolean alwaysOnTop, boolean autoUpdateToolBar) | public void | addKeyboardShortcut(int keyCode, int modifiers, PlugIn plugIn, EnableCheck enableCheck) Adds a keyboard shortcut for a plugin. | public TaskFrame | addTaskFrame() | public TaskFrame | addTaskFrame(Task task) | public TaskFrame | addTaskFrame(TaskFrame taskFrame) | public Task | createTask() | public void | displayLastStatusMessage() | void | exitMenuItem_actionPerformed(ActionEvent e) | public void | flash(HTMLFrame frame) | public JInternalFrame | getActiveInternalFrame() | public ApplicationExitHandler | getApplicationExitHandler() | public TitledPopupMenu | getCategoryPopupMenu() | public Set | getChoosableStyleClasses() Fundamental Style classes (like BasicStyle, VertexStyle, and LabelStyle)
cannot be removed, and are thus excluded from the choosable Style
classes. | public WorkbenchContext | getContext() | public JDesktopPane | getDesktopPane() | public int | getEnvelopeRenderingThreshold() | public InternalFrameCloseHandler | getInternalFrameCloseHandler() | public JInternalFrame[] | getInternalFrames() | public LayerNamePanelListener | getLayerNamePanelListener() | public TitledPopupMenu | getLayerNamePopupMenu() | public LayerViewPanelListener | getLayerViewPanelListener() | public String | getLog() | public String | getMBCommittedMemory() | public int | getMaximumFeatureExtentForEnvelopeRenderingInPixels() | public int | getMinimumFeatureExtentForAnyRenderingInPixels() | public Map | getNodeClassToPopupMenuMap() | public HTMLFrame | getOutputFrame() | public WorkbenchToolBar | getToolBar() | public TitledPopupMenu | getWMSLayerNamePopupMenu() | public void | handleThrowable(Throwable t) Can be called regardless of whether the current thread is the AWT event
dispatch thread. | public static void | handleThrowable(Throwable t, Component parent) | public boolean | hasInternalFrame(JInternalFrame internalFrame) | public void | log(String message) | public void | removeEasyKeyListener(KeyListener l) | public void | removeInternalFrame(JInternalFrame internalFrame) | public void | setApplicationExitHandler(ApplicationExitHandler value) | public void | setEnvelopeRenderingThreshold(int newEnvelopeRenderingThreshold) | public void | setInternalFrameCloseHandler(InternalFrameCloseHandler value) | public void | setMaximumFeatureExtentForEnvelopeRenderingInPixels(int newMaximumFeatureExtentForEnvelopeRenderingInPixels) | public void | setMinimumFeatureExtentForAnyRenderingInPixels(int newMinimumFeatureExtentForAnyRenderingInPixels) | public void | setStatusMessage(String message) | public void | setTimeMessage(String message) | void | this_componentShown(ComponentEvent e) | void | this_windowClosing(WindowEvent e) | public static String | toMessage(Throwable t) | public void | warnUser(String warning) | void | windowMenu_menuSelected(MenuEvent e) | public void | zoomChanged(Envelope modelEnvelope) |
addChoosableStyleClass | public void addChoosableStyleClass(Class choosableStyleClass)(Code) | | |
addEasyKeyListener | public void addEasyKeyListener(KeyListener l)(Code) | | Unlike #add(KeyListener), listeners registered using this method are
notified when KeyEvents occur on this frame's child components. Note:
Bug: KeyListeners registered using this method may receive events
multiple times.
See Also: WorkbenchFrame.addKeyboardShortcut |
addInternalFrame | public void addInternalFrame(JInternalFrame internalFrame)(Code) | | If internalFrame is a LayerManagerProxy, the close behaviour will be
altered so that the user is prompted if it is the last window on the
LayerManager.
|
addInternalFrame | public void addInternalFrame(JInternalFrame internalFrame, boolean alwaysOnTop, boolean autoUpdateToolBar)(Code) | | |
addKeyboardShortcut | public void addKeyboardShortcut(int keyCode, int modifiers, PlugIn plugIn, EnableCheck enableCheck)(Code) | | Adds a keyboard shortcut for a plugin. logs plugin exceptions.
note - attaching to keyCode 'a', modifiers =1 will detect shift-A
events. It will *not* detect caps-lock-'a'. This is due to
inconsistencies in java.awt.event.KeyEvent. In the unlikely event you
actually do want to also also attach to caps-lock-'a', then make two
shortcuts - one to keyCode 'a' and modifiers =1 (shift-A) and one to
keyCode 'A' and modifiers=0 (caps-lock A).
For more details, see the java.awt.event.KeyEvent class - it has a full
explaination.
Parameters: keyCode - What key to attach to (See java.awt.event.KeyEvent) Parameters: modifiers - 0=none, 1=shift, 2= cntrl, 8=alt, 3=shift+cntrl, etc... See themodifier mask constants in the Event class Parameters: plugIn - What plugin to execute Parameters: enableCheck - Is the key enabled at the moment? |
displayLastStatusMessage | public void displayLastStatusMessage()(Code) | | |
getChoosableStyleClasses | public Set getChoosableStyleClasses()(Code) | | Fundamental Style classes (like BasicStyle, VertexStyle, and LabelStyle)
cannot be removed, and are thus excluded from the choosable Style
classes.
|
getEnvelopeRenderingThreshold | public int getEnvelopeRenderingThreshold()(Code) | | |
getMBCommittedMemory | public String getMBCommittedMemory()(Code) | | |
getMaximumFeatureExtentForEnvelopeRenderingInPixels | public int getMaximumFeatureExtentForEnvelopeRenderingInPixels()(Code) | | |
getMinimumFeatureExtentForAnyRenderingInPixels | public int getMinimumFeatureExtentForAnyRenderingInPixels()(Code) | | |
getNodeClassToPopupMenuMap | public Map getNodeClassToPopupMenuMap()(Code) | | |
handleThrowable | public void handleThrowable(Throwable t)(Code) | | Can be called regardless of whether the current thread is the AWT event
dispatch thread.
Parameters: t - Description of the Parameter |
setEnvelopeRenderingThreshold | public void setEnvelopeRenderingThreshold(int newEnvelopeRenderingThreshold)(Code) | | Parameters: newEnvelopeRenderingThreshold - the number of on-screen features above which enveloperendering should occur |
setMaximumFeatureExtentForEnvelopeRenderingInPixels | public void setMaximumFeatureExtentForEnvelopeRenderingInPixels(int newMaximumFeatureExtentForEnvelopeRenderingInPixels)(Code) | | |
setMinimumFeatureExtentForAnyRenderingInPixels | public void setMinimumFeatureExtentForAnyRenderingInPixels(int newMinimumFeatureExtentForAnyRenderingInPixels)(Code) | | |
setStatusMessage | public void setStatusMessage(String message)(Code) | | |
setTimeMessage | public void setTimeMessage(String message)(Code) | | |
zoomChanged | public void zoomChanged(Envelope modelEnvelope)(Code) | | |
|
|