au.edu.swin.synergy.plugin.prefs.event
Class BAddPrefsCE
java.lang.Object
|
+--java.util.EventObject
|
+--au.edu.swin.synergy.kernel.BCommandEvent
|
+--au.edu.swin.synergy.plugin.prefs.event.BAddPrefsCE
- public class BAddPrefsCE
- extends BCommandEvent
- See Also:
- Serialized Form
Methods inherited from class au.edu.swin.synergy.kernel.BCommandEvent |
decrementThreadCount,
doComplete,
doInit,
getAutoComplete,
getCompletionObject,
getCompletionStatus,
getConnectionID,
getIndex,
getNetworkStatus,
getPipe,
getUndoable,
setAutoComplete,
setCompletionObject,
setCompletionStatus,
setConnectionID,
setIndex,
setNetworkStatus,
setPipe,
setThreadCount,
setUndoable |
BAddPrefsCE
public BAddPrefsCE(Object source,
JPanel newPanel,
Object newName,
Object newTip)
- Please complete the missing tags for BAddPrefsCE
- Parameters:
-
addWindowListener
public void addWindowListener(BWindowListener wListener)
getWindowListener
public BWindowListener getWindowListener()
- This will return the name of the panel for
display purposes.
Please complete the missing tags for getName
- Parameters:
- - Returns:
-
- Pre Condition:
-
- Post Condition:
-
getName
public Object getName()
getPanel
public JPanel getPanel()
- Gets the panel to add
- Parameters:
- - Returns:
- The panel to add
Please complete the missing tags for getPanel
- Pre Condition:
-
- Post Condition:
-
getTip
public Object getTip()
- Gets the tool tip for the tab
- Parameters:
- - Returns:
- The tool tip for the tab
Please complete the missing tags for getTip
- Pre Condition:
-
- Post Condition:
-