Constructor and Description |
---|
ComponentFolder() |
Modifier and Type | Method and Description |
---|---|
void |
added()
Called when the folder was added to the browser space
|
Component |
getComponent() |
FolderCommon |
getFolderImpl() |
Entry[] |
list(Stack<String> path) |
void |
removed()
Called when the folder was removed from the browser space
|
void |
setComponent(Component component) |
void |
subscribe(Stack<String> path,
FolderListener listener,
Object tag) |
String |
toString() |
void |
unsubscribe(Stack<String> path,
Object tag) |
public void setComponent(Component component)
public Component getComponent()
public Entry[] list(Stack<String> path) throws NoSuchFolderException
list
in interface Folder
NoSuchFolderException
public void subscribe(Stack<String> path, FolderListener listener, Object tag) throws NoSuchFolderException
subscribe
in interface Folder
NoSuchFolderException
public void unsubscribe(Stack<String> path, Object tag) throws NoSuchFolderException
unsubscribe
in interface Folder
NoSuchFolderException
public void added()
Folder
public void removed()
Folder
public FolderCommon getFolderImpl()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.